============================= test session starts ==============================
platform linux -- Python 3.12.11, pytest-8.0.2, pluggy-1.6.0
rootdir: /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stdout
E   Stderr file name: 
E   /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stderr
E   Stderr content:
E   
E   GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
E   Current KQP shutdown state: spent 0 seconds, not started yet
E   GRpc shutdown warning: left infly: 1, spent: 3.267082 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 6.541496 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 9.780605 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 12.974246 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 16.174072 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 19.464455 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 22.645274 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 25.835894 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: left infly: 1, spent: 28.973273 sec. GRpcShutdownDeadline: 30
E   GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006233 sec. GRpcShutdownDeadline: 30
E   warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0
E   
E   =================================================================
E   ==1439847==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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034a79782 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034a79782 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034a79782 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034a79782 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 0x000034a79782 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
E   #6 0x000034a79782 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
E   #7 0x000034a79782 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
E   #8 0x000034a79782 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
E   #9 0x000034a79782 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #10 0x000034a883fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #11 0x00003b2e6837 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #12 0x00003b2d81b4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #13 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #14 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #15 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #16 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #17 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #18 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #19 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #20 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #21 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #22 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #23 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034a7969c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
E   #2 0x000034a7969c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
E   #3 0x000034a883fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
E   #4 0x00003b2e6837 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
E   #5 0x00003b2d81b4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
E   #6 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #7 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #8 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #9 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #10 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #11 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #12 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #13 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #14 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #15 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #16 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001bfc0ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x00001bfc0ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x00001bfc0ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x00001bfc0ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x00001bfc0ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x00001bfc0ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x00001bfc0ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x00001bfc0ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x00001bfc0ab7 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x00001bfc0ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #11 0x000034a7cffc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #12 0x000034a7cffc 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 0x000034a7cffc 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #16 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #17 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #18 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #19 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #20 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #21 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #22 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #23 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #24 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #25 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #26 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x00001bfc0a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x00001bfc0a34 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x00001bfc0a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
E   #4 0x000034a7cffc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
E   #5 0x000034a7cffc 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 0x000034a7cffc 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #9 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #10 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #11 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #12 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #13 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #14 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #15 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #16 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #17 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #18 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #19 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034a7cfea 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 0x000034a7cfea 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
E   #5 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #6 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #7 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #8 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #9 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #10 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #11 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #12 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #13 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #14 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #15 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000341fbc14 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000341fbc14 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000341fbc14 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000341fbc14 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000341fbc14 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
E   #6 0x0000341fbc14 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
E   #7 0x0000341fbc14 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
E   #8 0x0000341fbc14 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
E   #9 0x0000341fbc14 in TBasicString /-S/util/generic/string.h:491:18
E   #10 0x0000341fbc14 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #11 0x0000341fbc14 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 0x0000341fa9e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #13 0x0000341fa9e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #14 0x000034200f00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #15 0x00003425d148 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 0x000034a87d36 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #17 0x00003b2e1a2b 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 0x00003b2d7892 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #19 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #20 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #21 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #22 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #23 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #24 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #25 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #26 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #27 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #28 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #29 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000341fbb72 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
E   #2 0x0000341fbb72 in TBasicString /-S/util/generic/string.h:491:18
E   #3 0x0000341fbb72 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
E   #4 0x0000341fbb72 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 0x0000341fa9e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
E   #6 0x0000341fa9e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
E   #7 0x000034200f00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
E   #8 0x00003425d148 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 0x000034a87d36 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
E   #10 0x00003b2e1a2b 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 0x00003b2d7892 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
E   #12 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
E   #13 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
E   #14 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
E   #15 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
E   #16 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
E   #17 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
E   #18 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
E   #19 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
E   #20 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
E   #21 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #22 0x00001f6fdaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 256 byte(s) in 4 object(s) allocated from:
E   #0 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x000034adc300 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x000034adc300 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x000034adc300 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x000034adc300 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
E   #5 0x000034adc300 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
E   #6 0x000034adc300 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 0x000042107ceb in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
E   #8 0x000042107ceb in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
E   #9 0x000042107ceb in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
E   #10 0x000042107ceb in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
E   #11 0x000042107ceb in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
E   #12 0x000042107ceb 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 0x0000420f7a1d 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 0x0000420f9dc0 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 0x00003b2cfddc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
E   #16 0x00003b2cfddc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
E   #17 0x00003b2cfddc 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 0x00003b2cfddc 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 0x00003b2cfddc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #20 0x00003b2cfddc 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 0x000021e6124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
E   #22 0x000021e6124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
E   #23 0x000021e6124e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
E   #24 0x000021e617ac in Execute /-S/util/thread/factory.h:15:13
E   #25 0x000021e617ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
E   #26 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
E   #27 0x00001f6fdaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28
E   
E   Indirect leak of 192 byte(s) in 1 object(s) allocated from:
E   #0 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
E   #1 0x0000278f2478 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
E   #2 0x0000278f2478 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
E   #3 0x0000278f2478 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
E   #4 0x0000278f2478 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
E   #5 0x0000278f2478 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
E   #6 0x0000278f2478 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
E   #7 0x0000278f2478 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
E   #8 0x0000278f2478 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
E   #9 0x0000278f211f in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
E   #10 0x0000278f0f78 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
E   #11 0x00003b38c35a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
E   #12 0x00003b38c35a in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
E   #13 0x00003b38c35a in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
E   #14 0x00003b38c35a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
E   #15 0x00003b38c35a in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
E   #16 0x00001f7d181f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
E   #17 0x00003b37a6ff in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
------------------------------ Captured log setup ------------------------------
INFO     ya.test:ya.py:420 ####################################################################################################
INFO     ya.test:ya.py:421 test_simple_encryption
INFO     ya.test:ya.py:422 ####################################################################################################
INFO     ya.test:ya.py:423 Test setup
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16380
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13978
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6450
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11466
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/4535
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12274
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17285
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30369
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:438 Working directory: /home/runner/.ya/build/build_root/vx9u/0014f0/r3tmp/kikimr_cluster_1755yoim
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/9886
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/5641
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/1658
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/13942
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_ka6eckr7.log --grpc-port=9886 --mon-port=5641 --ic-port=16380
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12809
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29545
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/18930
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/61744
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_mg13zy12.log --grpc-port=12809 --mon-port=29545 --ic-port=13978
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8040
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17532
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27801
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6019
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_c1jew_sd.log --grpc-port=8040 --mon-port=17532 --ic-port=6450
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7388
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/30236
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19945
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19770
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_9dw7ir91.log --grpc-port=7388 --mon-port=30236 --ic-port=11466
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11644
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2680
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64180
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14393
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ewshhx7h.log --grpc-port=11644 --mon-port=2680 --ic-port=4535
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/62638
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26344
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28915
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14385
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_wgubkpbm.log --grpc-port=62638 --mon-port=26344 --ic-port=12274
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/27707
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12263
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14744
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21658
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_wtxmrfze.log --grpc-port=27707 --mon-port=12263 --ic-port=17285
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29646
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/19887
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/3629
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2765
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_mw2s7c0y.log --grpc-port=29646 --mon-port=19887 --ic-port=30369
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:9886/1, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:9886/1, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_ka6eckr7.log --grpc-port=9886 --mon-port=5641 --ic-port=16380
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_1/logfile_ka6eckr7.log', '--grpc-port=9886', '--mon-port=5641', '--ic-port=16380')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1426228
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:9886/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1426229
DEBUG    ya.test:process.py:259 Command (pid 1426229) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1426229) elapsed time (sec): 1.45512056350708
DEBUG    ya.test:process.py:263 Command (pid 1426229) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) maxrss: 477356
DEBUG    ya.test:process.py:263 Command (pid 1426229) minflt: 45343
DEBUG    ya.test:process.py:263 Command (pid 1426229) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) nivcsw: 244
DEBUG    ya.test:process.py:263 Command (pid 1426229) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1426229) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1426229) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1426229) stime: 0.326044
DEBUG    ya.test:process.py:263 Command (pid 1426229) utime: 0.643896
DEBUG    ya.test:process.py:263 Command (pid 1426229) wtime: 1.462
DEBUG    ya.test:process.py:275 Command (pid 1426229) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:12809/2, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:12809/2, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_mg13zy12.log --grpc-port=12809 --mon-port=29545 --ic-port=13978
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_2/logfile_mg13zy12.log', '--grpc-port=12809', '--mon-port=29545', '--ic-port=13978')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1426350
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:12809/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1426355
DEBUG    ya.test:process.py:259 Command (pid 1426355) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1426355) elapsed time (sec): 1.9771990776062012
DEBUG    ya.test:process.py:263 Command (pid 1426355) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) maxrss: 477344
DEBUG    ya.test:process.py:263 Command (pid 1426355) minflt: 45265
DEBUG    ya.test:process.py:263 Command (pid 1426355) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) nivcsw: 254
DEBUG    ya.test:process.py:263 Command (pid 1426355) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1426355) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1426355) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1426355) stime: 0.271123
DEBUG    ya.test:process.py:263 Command (pid 1426355) utime: 0.704974
DEBUG    ya.test:process.py:263 Command (pid 1426355) wtime: 1.999
DEBUG    ya.test:process.py:275 Command (pid 1426355) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:8040/3, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:8040/3, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_c1jew_sd.log --grpc-port=8040 --mon-port=17532 --ic-port=6450
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_3/logfile_c1jew_sd.log', '--grpc-port=8040', '--mon-port=17532', '--ic-port=6450')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1426786
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:8040/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1426829
DEBUG    ya.test:process.py:259 Command (pid 1426829) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1426829) elapsed time (sec): 2.2701497077941895
DEBUG    ya.test:process.py:263 Command (pid 1426829) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) maxrss: 477216
DEBUG    ya.test:process.py:263 Command (pid 1426829) minflt: 45272
DEBUG    ya.test:process.py:263 Command (pid 1426829) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) nivcsw: 259
DEBUG    ya.test:process.py:263 Command (pid 1426829) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1426829) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1426829) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1426829) stime: 0.294288
DEBUG    ya.test:process.py:263 Command (pid 1426829) utime: 0.734086
DEBUG    ya.test:process.py:263 Command (pid 1426829) wtime: 2.288
DEBUG    ya.test:process.py:275 Command (pid 1426829) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:7388/4, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:7388/4, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_9dw7ir91.log --grpc-port=7388 --mon-port=30236 --ic-port=11466
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_4/logfile_9dw7ir91.log', '--grpc-port=7388', '--mon-port=30236', '--ic-port=11466')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1427487
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7388/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1427506
DEBUG    ya.test:process.py:259 Command (pid 1427506) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1427506) elapsed time (sec): 3.1640498638153076
DEBUG    ya.test:process.py:263 Command (pid 1427506) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) maxrss: 477408
DEBUG    ya.test:process.py:263 Command (pid 1427506) minflt: 45266
DEBUG    ya.test:process.py:263 Command (pid 1427506) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) nivcsw: 254
DEBUG    ya.test:process.py:263 Command (pid 1427506) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1427506) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1427506) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1427506) stime: 0.294361
DEBUG    ya.test:process.py:263 Command (pid 1427506) utime: 0.669549
DEBUG    ya.test:process.py:263 Command (pid 1427506) wtime: 3.202
DEBUG    ya.test:process.py:275 Command (pid 1427506) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:11644/5, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:11644/5, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ewshhx7h.log --grpc-port=11644 --mon-port=2680 --ic-port=4535
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_5/logfile_ewshhx7h.log', '--grpc-port=11644', '--mon-port=2680', '--ic-port=4535')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1428617
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:11644/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1428629
DEBUG    ya.test:process.py:259 Command (pid 1428629) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1428629) elapsed time (sec): 2.014747142791748
DEBUG    ya.test:process.py:263 Command (pid 1428629) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) maxrss: 477636
DEBUG    ya.test:process.py:263 Command (pid 1428629) minflt: 45363
DEBUG    ya.test:process.py:263 Command (pid 1428629) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) nivcsw: 288
DEBUG    ya.test:process.py:263 Command (pid 1428629) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1428629) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1428629) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1428629) stime: 0.29567099999999996
DEBUG    ya.test:process.py:263 Command (pid 1428629) utime: 0.6817679999999999
DEBUG    ya.test:process.py:263 Command (pid 1428629) wtime: 2.049
DEBUG    ya.test:process.py:275 Command (pid 1428629) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 5 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:62638/6, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:62638/6, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_wgubkpbm.log --grpc-port=62638 --mon-port=26344 --ic-port=12274
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_6/logfile_wgubkpbm.log', '--grpc-port=62638', '--mon-port=26344', '--ic-port=12274')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1429066
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:62638/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429071
DEBUG    ya.test:process.py:259 Command (pid 1429071) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429071) elapsed time (sec): 1.9988322257995605
DEBUG    ya.test:process.py:263 Command (pid 1429071) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) maxrss: 477388
DEBUG    ya.test:process.py:263 Command (pid 1429071) minflt: 45255
DEBUG    ya.test:process.py:263 Command (pid 1429071) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) nivcsw: 227
DEBUG    ya.test:process.py:263 Command (pid 1429071) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429071) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1429071) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429071) stime: 0.273788
DEBUG    ya.test:process.py:263 Command (pid 1429071) utime: 0.653117
DEBUG    ya.test:process.py:263 Command (pid 1429071) wtime: 2.013
DEBUG    ya.test:process.py:275 Command (pid 1429071) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 6 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:27707/7, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:27707/7, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_wtxmrfze.log --grpc-port=27707 --mon-port=12263 --ic-port=17285
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_7/logfile_wtxmrfze.log', '--grpc-port=27707', '--mon-port=12263', '--ic-port=17285')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1429656
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:27707/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1429661
DEBUG    ya.test:process.py:259 Command (pid 1429661) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1429661) elapsed time (sec): 2.2843315601348877
DEBUG    ya.test:process.py:263 Command (pid 1429661) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) maxrss: 477412
DEBUG    ya.test:process.py:263 Command (pid 1429661) minflt: 45258
DEBUG    ya.test:process.py:263 Command (pid 1429661) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) nivcsw: 229
DEBUG    ya.test:process.py:263 Command (pid 1429661) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1429661) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1429661) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1429661) stime: 0.299519
DEBUG    ya.test:process.py:263 Command (pid 1429661) utime: 0.616695
DEBUG    ya.test:process.py:263 Command (pid 1429661) wtime: 2.298
DEBUG    ya.test:process.py:275 Command (pid 1429661) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 7 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:1:64 on node localhost:29646/8, disk_size 68719476736
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:169 Formatting pdisk SectorMap:2:64 on node localhost:29646/8, disk_size 68719476736
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_mw2s7c0y.log --grpc-port=29646 --mon-port=19887 --ic-port=30369
DEBUG    ya.test:process.py:610 Executing '('/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/node_8/logfile_mw2s7c0y.log', '--grpc-port=29646', '--mon-port=19887', '--ic-port=30369')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1430948
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:29646/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1430971
DEBUG    ya.test:process.py:259 Command (pid 1430971) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1430971) elapsed time (sec): 2.083972930908203
DEBUG    ya.test:process.py:263 Command (pid 1430971) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) maxrss: 477196
DEBUG    ya.test:process.py:263 Command (pid 1430971) minflt: 45294
DEBUG    ya.test:process.py:263 Command (pid 1430971) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) nivcsw: 245
DEBUG    ya.test:process.py:263 Command (pid 1430971) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1430971) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1430971) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1430971) stime: 0.337207
DEBUG    ya.test:process.py:263 Command (pid 1430971) utime: 0.616899
DEBUG    ya.test:process.py:263 Command (pid 1430971) wtime: 2.121
DEBUG    ya.test:process.py:275 Command (pid 1430971) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 8 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9886', '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: 16380\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13978\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6450\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11466\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4535\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12274\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17285\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30369\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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9886', '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: 16380\n      }\n      HostConfigId: 1\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 13978\n      }\n      HostConfigId: 2\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 6450\n      }\n      HostConfigId: 3\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 11466\n      }\n      HostConfigId: 4\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 4535\n      }\n      HostConfigId: 5\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 12274\n      }\n      HostConfigId: 6\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 17285\n      }\n      HostConfigId: 7\n    }\n    Host {\n      Key {\n        Fqdn: "localhost"\n        IcPort: 30369\n      }\n      HostConfigId: 8\n    }\n  }\n}\n']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1436840
DEBUG    ya.test:process.py:259 Command (pid 1436840) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1436840) elapsed time (sec): 1.8390913009643555
DEBUG    ya.test:process.py:263 Command (pid 1436840) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1436840) minflt: 51742
DEBUG    ya.test:process.py:263 Command (pid 1436840) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) nivcsw: 252
DEBUG    ya.test:process.py:263 Command (pid 1436840) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1436840) nvcsw: 626
DEBUG    ya.test:process.py:263 Command (pid 1436840) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1436840) stime: 0.37851599999999996
DEBUG    ya.test:process.py:263 Command (pid 1436840) utime: 0.668287
DEBUG    ya.test:process.py:263 Command (pid 1436840) wtime: 1.846
DEBUG    ya.test:process.py:275 Command (pid 1436840) 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 1436840) errors:

DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:398 Executing command = ['/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9886', '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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '--server=grpc://localhost:9886', '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: 1437477
DEBUG    ya.test:process.py:259 Command (pid 1437477) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1437477) elapsed time (sec): 1.937696933746338
DEBUG    ya.test:process.py:263 Command (pid 1437477) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1437477) minflt: 51702
DEBUG    ya.test:process.py:263 Command (pid 1437477) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) nivcsw: 294
DEBUG    ya.test:process.py:263 Command (pid 1437477) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1437477) nvcsw: 549
DEBUG    ya.test:process.py:263 Command (pid 1437477) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1437477) stime: 0.358263
DEBUG    ya.test:process.py:263 Command (pid 1437477) utime: 0.658292
DEBUG    ya.test:process.py:263 Command (pid 1437477) wtime: 1.946
DEBUG    ya.test:process.py:275 Command (pid 1437477) output:
Status {
  Success: true
}
Success: true
ConfigTxSeqNo: 13

DEBUG    ya.test:process.py:276 Command (pid 1437477) 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/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/26181
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/22640
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/20050
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/64862
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/2719
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2vh13dzy.log --grpc-port=26181 --mon-port=22640 --ic-port=20050 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/25884
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/29202
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7774
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/16523
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/12638
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_p5qds_wt.log --grpc-port=25884 --mon-port=29202 --ic-port=7774 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2vh13dzy.log --grpc-port=26181 --mon-port=22640 --ic-port=20050 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2vh13dzy.log', '--grpc-port=26181', '--mon-port=22640', '--ic-port=20050', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1438606
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:26181/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1438607
DEBUG    ya.test:process.py:259 Command (pid 1438607) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1438607) elapsed time (sec): 2.2791690826416016
DEBUG    ya.test:process.py:263 Command (pid 1438607) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1438607) minflt: 45254
DEBUG    ya.test:process.py:263 Command (pid 1438607) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) nivcsw: 390
DEBUG    ya.test:process.py:263 Command (pid 1438607) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1438607) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1438607) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1438607) stime: 0.343124
DEBUG    ya.test:process.py:263 Command (pid 1438607) utime: 0.6814819999999999
DEBUG    ya.test:process.py:263 Command (pid 1438607) wtime: 2.282
DEBUG    ya.test:process.py:275 Command (pid 1438607) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_p5qds_wt.log --grpc-port=25884 --mon-port=29202 --ic-port=7774 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_p5qds_wt.log', '--grpc-port=25884', '--mon-port=29202', '--ic-port=7774', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1439042
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:25884/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439062
DEBUG    ya.test:process.py:259 Command (pid 1439062) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439062) elapsed time (sec): 1.877880334854126
DEBUG    ya.test:process.py:263 Command (pid 1439062) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1439062) minflt: 45287
DEBUG    ya.test:process.py:263 Command (pid 1439062) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) nivcsw: 292
DEBUG    ya.test:process.py:263 Command (pid 1439062) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439062) nvcsw: 15
DEBUG    ya.test:process.py:263 Command (pid 1439062) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439062) stime: 0.274028
DEBUG    ya.test:process.py:263 Command (pid 1439062) utime: 0.648915
DEBUG    ya.test:process.py:263 Command (pid 1439062) wtime: 1.88
DEBUG    ya.test:process.py:275 Command (pid 1439062) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ya.test:ya.py:181 Binary was found by /home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7205
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/21003
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/6952
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/17376
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/11162
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5j0ww3rv.log --grpc-port=7205 --mon-port=21003 --ic-port=6952 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/8397
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/63548
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/7121
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/28525
DEBUG    library.python.filelock:__init__.py:115 Acquiring FileLock (blocking=False): /home/runner/.ya/build/port_sync_dir/14358
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ghzcqoei.log --grpc-port=8397 --mon-port=63548 --ic-port=7121 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5j0ww3rv.log --grpc-port=7205 --mon-port=21003 --ic-port=6952 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5j0ww3rv.log', '--grpc-port=7205', '--mon-port=21003', '--ic-port=6952', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1439547
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7205/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439566
DEBUG    ya.test:process.py:259 Command (pid 1439566) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439566) elapsed time (sec): 1.51414155960083
DEBUG    ya.test:process.py:263 Command (pid 1439566) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1439566) minflt: 45264
DEBUG    ya.test:process.py:263 Command (pid 1439566) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) nivcsw: 228
DEBUG    ya.test:process.py:263 Command (pid 1439566) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439566) nvcsw: 13
DEBUG    ya.test:process.py:263 Command (pid 1439566) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439566) stime: 0.316353
DEBUG    ya.test:process.py:263 Command (pid 1439566) utime: 0.566807
DEBUG    ya.test:process.py:263 Command (pid 1439566) wtime: 1.535
DEBUG    ya.test:process.py:275 Command (pid 1439566) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:256 CFG_DIR_PATH="/home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ghzcqoei.log --grpc-port=8397 --mon-port=63548 --ic-port=7121 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/logfile_ghzcqoei.log', '--grpc-port=8397', '--mon-port=63548', '--ic-port=7121', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1439847
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:8397/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1439851
DEBUG    ya.test:process.py:259 Command (pid 1439851) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1439851) elapsed time (sec): 1.986236333847046
DEBUG    ya.test:process.py:263 Command (pid 1439851) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) maxrss: 865040
DEBUG    ya.test:process.py:263 Command (pid 1439851) minflt: 45350
DEBUG    ya.test:process.py:263 Command (pid 1439851) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) nivcsw: 223
DEBUG    ya.test:process.py:263 Command (pid 1439851) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1439851) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1439851) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1439851) stime: 0.31507199999999996
DEBUG    ya.test:process.py:263 Command (pid 1439851) utime: 0.5695
DEBUG    ya.test:process.py:263 Command (pid 1439851) wtime: 1.992
DEBUG    ya.test:process.py:275 Command (pid 1439851) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 4 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 01a8bb46-a451-4b7b-8f95-9352e4258355, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 01a8bb46-a451-4b7b-8f95-9352e4258355, localhost:9886): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 01a8bb46-a451-4b7b-8f95-9352e4258355, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 25884 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-djbupjqxve.auto.internal" port: 26181 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-djbupjqxve.auto.internal:26181, location , ssl: False>, <Endpoint ghrun-djbupjqxve.auto.internal:25884, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 4e55eea5-e911-4209-973f-72b31ae517bc, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 4e55eea5-e911-4209-973f-72b31ae517bc, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 4e55eea5-e911-4209-973f-72b31ae517bc, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 7205 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 } endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 8397 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-djbupjqxve.auto.internal:8397, location , ssl: False>, <Endpoint ghrun-djbupjqxve.auto.internal:7205, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
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 0x7b408b1209b0 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 0x7b408b11f4b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408b11f4b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 33feb2f0-1bd8-438e-a40e-9683599a6b11, ghrun-djbupjqxve.auto.internal:26181): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 33feb2f0-1bd8-438e-a40e-9683599a6b11, ghrun-djbupjqxve.auto.internal:26181): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 33feb2f0-1bd8-438e-a40e-9683599a6b11, ghrun-djbupjqxve.auto.internal:26181): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 33feb2f0-1bd8-438e-a40e-9683599a6b11, ghrun-djbupjqxve.auto.internal:26181): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50000&id=NWNmNjBiMGUtZTdlNWNkMWEtOWQxYzg0ODMtZjkwOTI1ODU=" } } } }
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 33feb2f0-1bd8-438e-a40e-9683599a6b11, ghrun-djbupjqxve.auto.internal:26181): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b11f4b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408b11f4b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 8f4e2286-c941-4b08-a714-8dbc2b8589d7, ghrun-djbupjqxve.auto.internal:26181): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 8f4e2286-c941-4b08-a714-8dbc2b8589d7, ghrun-djbupjqxve.auto.internal:26181): request = { session_id: "ydb://session/3?node_id=50000&id=NWNmNjBiMGUtZTdlNWNkMWEtOWQxYzg0ODMtZjkwOTI1ODU=" 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, 8f4e2286-c941-4b08-a714-8dbc2b8589d7, ghrun-djbupjqxve.auto.internal:26181): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b11f4b0>
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 0x7b408eddec30 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 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 9175515c-1592-4663-99b6-de26d3f8d781, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 9175515c-1592-4663-99b6-de26d3f8d781, ghrun-djbupjqxve.auto.internal:8397): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 9175515c-1592-4663-99b6-de26d3f8d781, ghrun-djbupjqxve.auto.internal:8397): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 9175515c-1592-4663-99b6-de26d3f8d781, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 9175515c-1592-4663-99b6-de26d3f8d781, ghrun-djbupjqxve.auto.internal:8397): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteSchemeQuery, 3b1e33ac-039b-4f37-a9cf-66c7ad453047, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteSchemeQuery, 3b1e33ac-039b-4f37-a9cf-66c7ad453047, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" 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, 3b1e33ac-039b-4f37-a9cf-66c7ad453047, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, f3e40873-e057-409a-8b77-cc1a152fe8e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, f3e40873-e057-409a-8b77-cc1a152fe8e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" 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 0x7b408edcc970 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 0x7b408edcb8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f1017a6b-4f5f-4639-abee-f7034aa0b1a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f1017a6b-4f5f-4639-abee-f7034aa0b1a8, ghrun-djbupjqxve.auto.internal:7205): 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: 16380
      NodeId: 1
    }
    Path: "SectorMap:1:64"
    Status: ACTIVE
    PDiskId: 1
  }
  DriveStatus {
    HostKey {
      Fqdn: "localhost"
      IcPort: 16380
      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 16380 SectorMap:1:64
INFO     __tests__.test_encryption:test_encryption.py:145 Set broken resp Status: 1
BlobStorageConfigResponse {
  Status {
    Success: true
  }
  Success: true
  ConfigTxSeqNo: 29
}

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

INFO     __tests__.test_encryption:test_encryption.py:142 Set broken localhost 16380 SectorMap:2:64
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f1017a6b-4f5f-4639-abee-f7034aa0b1a8, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, f1017a6b-4f5f-4639-abee-f7034aa0b1a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, f1017a6b-4f5f-4639-abee-f7034aa0b1a8, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, bb940d95-d98f-4e17-b891-b27dd1d814b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, bb940d95-d98f-4e17-b891-b27dd1d814b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" 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 {
    ErrorDescription: "Group may become degraded GroupId# 2181038082"
    FailReason: kMayGetDegraded
    FailParam {
      GroupId: 2181038082
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038080
        GroupGeneration: 1
        Ring: 0
        Domain: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1000
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1000
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
    ReassignedItem {
      VDiskId {
        GroupID: 2181038081
        GroupGeneration: 1
        Ring: 0
        Domain: 0
        VDisk: 0
      }
      From {
        NodeId: 1
        PDiskId: 1000
        VSlotId: 1001
      }
      To {
        NodeId: 1
        PDiskId: 1
        VSlotId: 1001
      }
      FromFqdn: "localhost"
      FromPath: "SectorMap:2:64"
      ToFqdn: "localhost"
      ToPath: "SectorMap:1:64"
    }
  }
  ErrorDescription: "Group may become degraded GroupId# 2181038082"
  ConfigTxSeqNo: 30
}

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

DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, f3e40873-e057-409a-8b77-cc1a152fe8e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=473ffc6-dc1e0c28-9d7bbf77-f31b1fd4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5bf5ead-9ab4-4f68-ac70-05bef0d336d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5bf5ead-9ab4-4f68-ac70-05bef0d336d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550754224113621254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254550754224113621254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5bf5ead-9ab4-4f68-ac70-05bef0d336d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8ccfb7-d5bc-425d-80db-8caf415df8f9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8ccfb7-d5bc-425d-80db-8caf415df8f9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385057944988665283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283838505794498866528383850579449886652838385057944988665283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8ccfb7-d5bc-425d-80db-8caf415df8f9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5086610-d743-4382-8e6c-eb190532373d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5086610-d743-4382-8e6c-eb190532373d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15417654030370034548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548154176540303700345481541765403037003454815417654030370034548" } } } 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, bb940d95-d98f-4e17-b891-b27dd1d814b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=2b03543c-2bc81ded-5d0e6cf-dbfe72ac" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 356f57b1-bf7f-46ab-92a8-3847da18c4b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356f57b1-bf7f-46ab-92a8-3847da18c4b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18023046672404461457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457180230466724044614571802304667240446145718023046672404461457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5086610-d743-4382-8e6c-eb190532373d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a655c15f-9a9f-4ad2-b536-7d52ad1b845a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a655c15f-9a9f-4ad2-b536-7d52ad1b845a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17011733620973140146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146170117336209731401461701173362097314014617011733620973140146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356f57b1-bf7f-46ab-92a8-3847da18c4b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a655c15f-9a9f-4ad2-b536-7d52ad1b845a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 425a0d3d-b720-4dc7-a002-c4253d537770, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 425a0d3d-b720-4dc7-a002-c4253d537770, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428091419895311410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410442809141989531141044280914198953114104428091419895311410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1af8ef6f-4418-4258-9391-45c862b1cdce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1af8ef6f-4418-4258-9391-45c862b1cdce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16722403895887785672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672167224038958877856721672240389588778567216722403895887785672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 425a0d3d-b720-4dc7-a002-c4253d537770, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a238c45-bc97-4619-a68c-1f6de776d524, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a238c45-bc97-4619-a68c-1f6de776d524, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6600946166721566165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165660094616672156616566009461667215661656600946166721566165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1af8ef6f-4418-4258-9391-45c862b1cdce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9abbc114-4c07-42f2-9fff-9b0b1d75475a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9abbc114-4c07-42f2-9fff-9b0b1d75475a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8004159634643829973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973800415963464382997380041596346438299738004159634643829973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9abbc114-4c07-42f2-9fff-9b0b1d75475a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ad9575-3bed-46f2-9ed8-59267177780e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ad9575-3bed-46f2-9ed8-59267177780e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16715649284581895592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592167156492845818955921671564928458189559216715649284581895592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a238c45-bc97-4619-a68c-1f6de776d524, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7812252f-acd7-491d-8d5a-7290b824cdf3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7812252f-acd7-491d-8d5a-7290b824cdf3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 478504290099375717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717478504290099375717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ad9575-3bed-46f2-9ed8-59267177780e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 175f1d95-5004-4fbf-b27e-d13cdf0b040c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 175f1d95-5004-4fbf-b27e-d13cdf0b040c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7451955044059826466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466745195504405982646674519550440598264667451955044059826466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7812252f-acd7-491d-8d5a-7290b824cdf3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0537b6b-de8c-4eab-acc9-d85c122a1411, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0537b6b-de8c-4eab-acc9-d85c122a1411, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7155484825396059700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700715548482539605970071554848253960597007155484825396059700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 175f1d95-5004-4fbf-b27e-d13cdf0b040c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9a4eb26-b9e6-4dd2-b3e8-77491668cea2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9a4eb26-b9e6-4dd2-b3e8-77491668cea2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317581667824056274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274317581667824056274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0537b6b-de8c-4eab-acc9-d85c122a1411, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185fc917-bd0d-4bd9-b510-719855fa4812, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185fc917-bd0d-4bd9-b510-719855fa4812, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029844872228814359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359802984487222881435980298448722288143598029844872228814359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9a4eb26-b9e6-4dd2-b3e8-77491668cea2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 284e2394-5b46-4dc6-8885-0b28d17c746e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284e2394-5b46-4dc6-8885-0b28d17c746e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12058519840365510854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854120585198403655108541205851984036551085412058519840365510854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185fc917-bd0d-4bd9-b510-719855fa4812, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d1f4665-796b-4b01-868e-c19557cd769c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d1f4665-796b-4b01-868e-c19557cd769c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5308647010785106666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666530864701078510666653086470107851066665308647010785106666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284e2394-5b46-4dc6-8885-0b28d17c746e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 031c9171-2a0c-443d-a8c4-e8533b61ab1e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031c9171-2a0c-443d-a8c4-e8533b61ab1e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17471322874249268226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226174713228742492682261747132287424926822617471322874249268226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d1f4665-796b-4b01-868e-c19557cd769c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10a82199-7543-483b-b71c-12567abf314f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a82199-7543-483b-b71c-12567abf314f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3603225788449821848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848360322578844982184836032257884498218483603225788449821848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031c9171-2a0c-443d-a8c4-e8533b61ab1e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a82199-7543-483b-b71c-12567abf314f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c1879d-4d5d-4372-8048-4c7da6026285, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c1879d-4d5d-4372-8048-4c7da6026285, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131322854958385035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035101313228549583850351013132285495838503510131322854958385035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 688886cb-4b49-4b31-9e4d-4d98104901e2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688886cb-4b49-4b31-9e4d-4d98104901e2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8720626193510668893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893872062619351066889387206261935106688938720626193510668893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c1879d-4d5d-4372-8048-4c7da6026285, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d96c9492-d45b-4843-a12b-a18cebf3b555, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d96c9492-d45b-4843-a12b-a18cebf3b555, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3955413804267880663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663395541380426788066339554138042678806633955413804267880663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688886cb-4b49-4b31-9e4d-4d98104901e2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1d5414-54e4-4e55-aca1-8d26475fd3d8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1d5414-54e4-4e55-aca1-8d26475fd3d8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13420009412259503319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319134200094122595033191342000941225950331913420009412259503319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d96c9492-d45b-4843-a12b-a18cebf3b555, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1c047a8-713d-4282-94f5-f53c80c60163, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c047a8-713d-4282-94f5-f53c80c60163, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1724806183431568150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150172480618343156815017248061834315681501724806183431568150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c047a8-713d-4282-94f5-f53c80c60163, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea10a25e-d4db-42b1-aa5e-b2975916d79a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea10a25e-d4db-42b1-aa5e-b2975916d79a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15391521305689504223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223153915213056895042231539152130568950422315391521305689504223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1d5414-54e4-4e55-aca1-8d26475fd3d8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60ca57d-103b-42c8-b59e-af1f8430ca67, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60ca57d-103b-42c8-b59e-af1f8430ca67, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313917835716301604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604731391783571630160473139178357163016047313917835716301604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea10a25e-d4db-42b1-aa5e-b2975916d79a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74671046-b6cd-474e-a896-51c9207d23ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74671046-b6cd-474e-a896-51c9207d23ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9848187977596297436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436984818797759629743698481879775962974369848187977596297436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60ca57d-103b-42c8-b59e-af1f8430ca67, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9ea0e83-ad61-4c3e-af9b-dc260fec1ef2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9ea0e83-ad61-4c3e-af9b-dc260fec1ef2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252733939692664738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738725273393969266473872527339396926647387252733939692664738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74671046-b6cd-474e-a896-51c9207d23ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc251ea5-bd2d-4874-9353-fbfa5a13cd95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc251ea5-bd2d-4874-9353-fbfa5a13cd95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10895432374921264662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662108954323749212646621089543237492126466210895432374921264662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9ea0e83-ad61-4c3e-af9b-dc260fec1ef2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c864c73e-3720-4d22-ba26-10f9c3289816, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c864c73e-3720-4d22-ba26-10f9c3289816, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945193383304744246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246694519338330474424669451933833047442466945193383304744246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc251ea5-bd2d-4874-9353-fbfa5a13cd95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27fdfcc3-8d89-4989-8315-e9abf043433a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27fdfcc3-8d89-4989-8315-e9abf043433a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18211809975147630557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557182118099751476305571821180997514763055718211809975147630557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c864c73e-3720-4d22-ba26-10f9c3289816, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27fdfcc3-8d89-4989-8315-e9abf043433a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c662f7c0-c418-43bf-8ec4-944b75c97c48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c662f7c0-c418-43bf-8ec4-944b75c97c48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565742857447311579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579556574285744731157955657428574473115795565742857447311579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 984c1060-1baa-4ffa-b1a5-ae169759f871, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 984c1060-1baa-4ffa-b1a5-ae169759f871, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884663118149728565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565388466311814972856538846631181497285653884663118149728565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c662f7c0-c418-43bf-8ec4-944b75c97c48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54dab94-0453-4db9-9f32-06eb294eda3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54dab94-0453-4db9-9f32-06eb294eda3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6150939153168599424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424615093915316859942461509391531685994246150939153168599424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 984c1060-1baa-4ffa-b1a5-ae169759f871, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529becac-40f2-4b88-bf8f-a1ce955b29e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529becac-40f2-4b88-bf8f-a1ce955b29e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10485001961731469552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552104850019617314695521048500196173146955210485001961731469552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54dab94-0453-4db9-9f32-06eb294eda3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358d7599-b750-40ba-999c-401a6b2ffb96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358d7599-b750-40ba-999c-401a6b2ffb96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14343848436918472675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675143438484369184726751434384843691847267514343848436918472675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529becac-40f2-4b88-bf8f-a1ce955b29e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a975f6-74c1-4eae-ba4b-855df9cd5976, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a975f6-74c1-4eae-ba4b-855df9cd5976, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5916556932993568372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372591655693299356837259165569329935683725916556932993568372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a975f6-74c1-4eae-ba4b-855df9cd5976, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94796417-c897-4e6f-8212-f6564a4e08f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94796417-c897-4e6f-8212-f6564a4e08f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9279751392058268727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727927975139205826872792797513920582687279279751392058268727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94796417-c897-4e6f-8212-f6564a4e08f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc2c4db-ce9c-46f5-bc37-b9d587345b04, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc2c4db-ce9c-46f5-bc37-b9d587345b04, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17426758486513275372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372174267584865132753721742675848651327537217426758486513275372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358d7599-b750-40ba-999c-401a6b2ffb96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc650b9-712d-431d-9f05-1fc731b9823e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc650b9-712d-431d-9f05-1fc731b9823e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10244332267268866010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010102443322672688660101024433226726886601010244332267268866010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc2c4db-ce9c-46f5-bc37-b9d587345b04, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56585131-45e4-4851-85e2-167064347de8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56585131-45e4-4851-85e2-167064347de8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3358958843001631594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594335895884300163159433589588430016315943358958843001631594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc650b9-712d-431d-9f05-1fc731b9823e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c7a835-78e8-46fe-9be1-2c08f01a639c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c7a835-78e8-46fe-9be1-2c08f01a639c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7218350125864512393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393721835012586451239372183501258645123937218350125864512393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56585131-45e4-4851-85e2-167064347de8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6713b5-789b-4463-bb8e-c243fc84343e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6713b5-789b-4463-bb8e-c243fc84343e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13161077137053308164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164131610771370533081641316107713705330816413161077137053308164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c7a835-78e8-46fe-9be1-2c08f01a639c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 290d8df0-24da-43ee-8e15-5dc5baf4427c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 290d8df0-24da-43ee-8e15-5dc5baf4427c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2494790510867847683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683249479051086784768324947905108678476832494790510867847683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6713b5-789b-4463-bb8e-c243fc84343e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a0fcfd-b91e-4c5c-b34a-76c32d905305, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a0fcfd-b91e-4c5c-b34a-76c32d905305, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13417230576021284659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659134172305760212846591341723057602128465913417230576021284659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 290d8df0-24da-43ee-8e15-5dc5baf4427c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3556ceb0-5c70-4132-8be8-af782412e37e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3556ceb0-5c70-4132-8be8-af782412e37e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 133897121501236295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295133897121501236295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a0fcfd-b91e-4c5c-b34a-76c32d905305, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237a11a9-f04a-4cf5-9ac5-94e1be851a1d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237a11a9-f04a-4cf5-9ac5-94e1be851a1d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16336238241430465662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662163362382414304656621633623824143046566216336238241430465662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3556ceb0-5c70-4132-8be8-af782412e37e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25f1a0c0-e055-4562-bb9c-08fa10d20c31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f1a0c0-e055-4562-bb9c-08fa10d20c31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13267504908858796773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773132675049088587967731326750490885879677313267504908858796773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237a11a9-f04a-4cf5-9ac5-94e1be851a1d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a42182e3-4370-4096-bf18-b2cdccf592d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a42182e3-4370-4096-bf18-b2cdccf592d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8578695401521256030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030857869540152125603085786954015212560308578695401521256030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f1a0c0-e055-4562-bb9c-08fa10d20c31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66fac47d-eae5-404c-8443-c4ac68249f7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66fac47d-eae5-404c-8443-c4ac68249f7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11597699354948163560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560115976993549481635601159769935494816356011597699354948163560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66fac47d-eae5-404c-8443-c4ac68249f7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c7e09e-89f6-4254-9183-024a028f716d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c7e09e-89f6-4254-9183-024a028f716d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 376258363731710744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744376258363731710744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a42182e3-4370-4096-bf18-b2cdccf592d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d95f15-2e8a-43ac-8ba3-aa877b8ab5fa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d95f15-2e8a-43ac-8ba3-aa877b8ab5fa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8936961823895002751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751893696182389500275189369618238950027518936961823895002751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c7e09e-89f6-4254-9183-024a028f716d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ff2c230-37de-4502-9f15-0203e29c4813, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff2c230-37de-4502-9f15-0203e29c4813, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13699677297694933967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967136996772976949339671369967729769493396713699677297694933967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff2c230-37de-4502-9f15-0203e29c4813, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2efca4-ea1e-4f1b-96c7-bf4b2145e04a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2efca4-ea1e-4f1b-96c7-bf4b2145e04a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971286510604801263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263179712865106048012631797128651060480126317971286510604801263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d95f15-2e8a-43ac-8ba3-aa877b8ab5fa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c60d63ad-c3a4-4bc7-8254-b2cbf78023d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60d63ad-c3a4-4bc7-8254-b2cbf78023d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7358976203345454007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007735897620334545400773589762033454540077358976203345454007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2efca4-ea1e-4f1b-96c7-bf4b2145e04a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ef191e-a49a-4f0d-8915-be722b96b480, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ef191e-a49a-4f0d-8915-be722b96b480, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14480167215556225311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311144801672155562253111448016721555622531114480167215556225311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60d63ad-c3a4-4bc7-8254-b2cbf78023d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63107bb6-91f7-4e73-8b85-9c93d6f13bc1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63107bb6-91f7-4e73-8b85-9c93d6f13bc1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13700736055749009567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567137007360557490095671370073605574900956713700736055749009567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63107bb6-91f7-4e73-8b85-9c93d6f13bc1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ef191e-a49a-4f0d-8915-be722b96b480, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79847744-740d-475c-b80c-31df316100d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79847744-740d-475c-b80c-31df316100d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3994063463686571939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939399406346368657193939940634636865719393994063463686571939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d63bd53a-ba73-453b-89b2-c95e9f36110e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63bd53a-ba73-453b-89b2-c95e9f36110e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4074736350283902468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468407473635028390246840747363502839024684074736350283902468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79847744-740d-475c-b80c-31df316100d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c14cbde-bd1f-4aa5-abc0-c39a39fd5b19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c14cbde-bd1f-4aa5-abc0-c39a39fd5b19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12633755917353302831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831126337559173533028311263375591735330283112633755917353302831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63bd53a-ba73-453b-89b2-c95e9f36110e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7aa41b9-dd75-4c38-afa1-c7c07a0e07e3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7aa41b9-dd75-4c38-afa1-c7c07a0e07e3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 863601077217586419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419863601077217586419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c14cbde-bd1f-4aa5-abc0-c39a39fd5b19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 675feb21-1e04-493f-a848-ca50f0a8c825, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 675feb21-1e04-493f-a848-ca50f0a8c825, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6136933115244948522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522613693311524494852261369331152449485226136933115244948522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7aa41b9-dd75-4c38-afa1-c7c07a0e07e3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ef9d8e-2fca-458a-85f2-181a4d7d7a0c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ef9d8e-2fca-458a-85f2-181a4d7d7a0c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16912561144148487857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857169125611441484878571691256114414848785716912561144148487857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 675feb21-1e04-493f-a848-ca50f0a8c825, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1884cc1b-2672-477b-80ce-4b4d4daa18b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1884cc1b-2672-477b-80ce-4b4d4daa18b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11376227299885709579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579113762272998857095791137622729988570957911376227299885709579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ef9d8e-2fca-458a-85f2-181a4d7d7a0c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57dced92-0c54-49d0-840c-c26a7a7f6faf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57dced92-0c54-49d0-840c-c26a7a7f6faf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13600750341473509213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213136007503414735092131360075034147350921313600750341473509213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1884cc1b-2672-477b-80ce-4b4d4daa18b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee313f8-e400-46b8-a21a-d7108fac9853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57dced92-0c54-49d0-840c-c26a7a7f6faf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52bbd302-5c6a-4cda-8343-afb413c7d1f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52bbd302-5c6a-4cda-8343-afb413c7d1f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7087629992830927118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118708762999283092711870876299928309271187087629992830927118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee313f8-e400-46b8-a21a-d7108fac9853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11466752285465546464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464114667522854655464641146675228546554646411466752285465546464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52bbd302-5c6a-4cda-8343-afb413c7d1f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1542e468-e46a-4df6-917d-183a04524d20, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1542e468-e46a-4df6-917d-183a04524d20, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2180267026923166941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941218026702692316694121802670269231669412180267026923166941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee313f8-e400-46b8-a21a-d7108fac9853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27346f6e-c9ab-42f4-a40e-23d867c3c988, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27346f6e-c9ab-42f4-a40e-23d867c3c988, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8877507935050294156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156887750793505029415688775079350502941568877507935050294156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27346f6e-c9ab-42f4-a40e-23d867c3c988, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c54c8a9-86bb-42ac-9c88-14a8721365b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c54c8a9-86bb-42ac-9c88-14a8721365b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8263357717044957705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705826335771704495770582633577170449577058263357717044957705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1542e468-e46a-4df6-917d-183a04524d20, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e10b802c-dc8a-42bd-891a-f1e915393886, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10b802c-dc8a-42bd-891a-f1e915393886, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17466864211016830983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983174668642110168309831746686421101683098317466864211016830983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c54c8a9-86bb-42ac-9c88-14a8721365b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb8eb3a-52e2-4047-8a3f-0335d3c7b0c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb8eb3a-52e2-4047-8a3f-0335d3c7b0c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10575403123644321001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001105754031236443210011057540312364432100110575403123644321001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10b802c-dc8a-42bd-891a-f1e915393886, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed76a1f3-0f6b-45c0-b061-15564708e0c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed76a1f3-0f6b-45c0-b061-15564708e0c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624295278567579639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639462429527856757963946242952785675796394624295278567579639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb8eb3a-52e2-4047-8a3f-0335d3c7b0c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cb61c41-b5a8-4b01-8cdc-cdc258f6fbf2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb61c41-b5a8-4b01-8cdc-cdc258f6fbf2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6293986560805234441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441629398656080523444162939865608052344416293986560805234441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed76a1f3-0f6b-45c0-b061-15564708e0c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb61c41-b5a8-4b01-8cdc-cdc258f6fbf2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b124b56c-aef9-44e1-81ce-491e8f6cd3fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b124b56c-aef9-44e1-81ce-491e8f6cd3fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362216895794302047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047536221689579430204753622168957943020475362216895794302047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f084b6a-d9b9-47e3-9d8f-ca82dc79e730, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f084b6a-d9b9-47e3-9d8f-ca82dc79e730, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398390087858581669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669139839008785858166913983900878585816691398390087858581669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b124b56c-aef9-44e1-81ce-491e8f6cd3fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca0988ad-6cf7-4730-9b0f-3932f70805f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0988ad-6cf7-4730-9b0f-3932f70805f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785039716993535614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614278503971699353561427850397169935356142785039716993535614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f084b6a-d9b9-47e3-9d8f-ca82dc79e730, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ba9fe4-8de5-4b21-bd3b-1ba0eb2a470e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ba9fe4-8de5-4b21-bd3b-1ba0eb2a470e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12581957419215163641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641125819574192151636411258195741921516364112581957419215163641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0988ad-6cf7-4730-9b0f-3932f70805f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a5bea20-71d5-4dcf-bbac-afba6828a2ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a5bea20-71d5-4dcf-bbac-afba6828a2ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17990371271026917174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174179903712710269171741799037127102691717417990371271026917174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ba9fe4-8de5-4b21-bd3b-1ba0eb2a470e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24b91285-afba-4373-b8a3-00c75a130f60, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24b91285-afba-4373-b8a3-00c75a130f60, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3000864058424210889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889300086405842421088930008640584242108893000864058424210889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a5bea20-71d5-4dcf-bbac-afba6828a2ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a966ddb7-6e7a-4ba1-9d84-3657fa0946cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a966ddb7-6e7a-4ba1-9d84-3657fa0946cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6888120500052686745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745688812050005268674568881205000526867456888120500052686745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24b91285-afba-4373-b8a3-00c75a130f60, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a874a90-ae0b-4514-9298-8da3d9740f15, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a874a90-ae0b-4514-9298-8da3d9740f15, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2230539032502723387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387223053903250272338722305390325027233872230539032502723387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a966ddb7-6e7a-4ba1-9d84-3657fa0946cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eb96b67-3f90-48be-9a95-0d3df1c0597c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb96b67-3f90-48be-9a95-0d3df1c0597c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158688467856236198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198715868846785623619871586884678562361987158688467856236198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb96b67-3f90-48be-9a95-0d3df1c0597c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911d9e26-6e60-4353-bc13-2a4502db0a2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911d9e26-6e60-4353-bc13-2a4502db0a2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16613908918188250500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500166139089181882505001661390891818825050016613908918188250500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a874a90-ae0b-4514-9298-8da3d9740f15, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01cd5cba-e9b9-4360-8a8f-182e82bade62, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01cd5cba-e9b9-4360-8a8f-182e82bade62, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11566311659098534614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614115663116590985346141156631165909853461411566311659098534614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01cd5cba-e9b9-4360-8a8f-182e82bade62, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5e2ab06-e5a1-40c3-8fac-0c3bdc737483, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e2ab06-e5a1-40c3-8fac-0c3bdc737483, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922569984742190740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740139225699847421907401392256998474219074013922569984742190740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911d9e26-6e60-4353-bc13-2a4502db0a2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2771e5a5-a43c-4aed-8c07-46b87dae4475, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2771e5a5-a43c-4aed-8c07-46b87dae4475, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8357666088247815320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320835766608824781532083576660882478153208357666088247815320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e2ab06-e5a1-40c3-8fac-0c3bdc737483, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2771e5a5-a43c-4aed-8c07-46b87dae4475, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4822207-1f92-497c-b9f4-f9a6f2f8f659, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4822207-1f92-497c-b9f4-f9a6f2f8f659, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1707530396615388333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333170753039661538833317075303966153883331707530396615388333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae40eef8-541e-46e6-b165-ebe8e53dbe19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae40eef8-541e-46e6-b165-ebe8e53dbe19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5015201952896151146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146501520195289615114650152019528961511465015201952896151146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4822207-1f92-497c-b9f4-f9a6f2f8f659, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 704c1df2-880c-4381-916c-054d77409f6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704c1df2-880c-4381-916c-054d77409f6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877631978886416272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272108776319788864162721087763197888641627210877631978886416272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae40eef8-541e-46e6-b165-ebe8e53dbe19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab818533-f2c1-4930-8f02-8adeca7b9087, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab818533-f2c1-4930-8f02-8adeca7b9087, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5797981365062351528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528579798136506235152857979813650623515285797981365062351528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704c1df2-880c-4381-916c-054d77409f6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3432d3-0238-406a-91ef-aeadabaa99c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3432d3-0238-406a-91ef-aeadabaa99c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6950807628590708969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969695080762859070896969508076285907089696950807628590708969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab818533-f2c1-4930-8f02-8adeca7b9087, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1b2473-3c1e-424c-a216-7e6bf8b617dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1b2473-3c1e-424c-a216-7e6bf8b617dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5026458102718907404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404502645810271890740450264581027189074045026458102718907404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3432d3-0238-406a-91ef-aeadabaa99c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d58e8c5f-7cf5-42df-b76f-dfa6f99830fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d58e8c5f-7cf5-42df-b76f-dfa6f99830fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13037863773687108967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967130378637736871089671303786377368710896713037863773687108967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1b2473-3c1e-424c-a216-7e6bf8b617dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a066b7dd-7248-425d-9f62-105367efced9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a066b7dd-7248-425d-9f62-105367efced9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10054242008335814746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746100542420083358147461005424200833581474610054242008335814746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d58e8c5f-7cf5-42df-b76f-dfa6f99830fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7881a005-e874-44bb-bcfc-e14e2e04b206, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7881a005-e874-44bb-bcfc-e14e2e04b206, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6558504644596422572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572655850464459642257265585046445964225726558504644596422572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a066b7dd-7248-425d-9f62-105367efced9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c46bb9c-e006-4a91-95d2-d288beccf4e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c46bb9c-e006-4a91-95d2-d288beccf4e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 662022083676448851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851662022083676448851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7881a005-e874-44bb-bcfc-e14e2e04b206, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63ba219f-54f6-4397-9c5e-2aa5553a6aa4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ba219f-54f6-4397-9c5e-2aa5553a6aa4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144944551860756247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247151449445518607562471514494455186075624715144944551860756247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c46bb9c-e006-4a91-95d2-d288beccf4e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8e4631-7c49-4ca4-8811-fbc5e73c8d24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8e4631-7c49-4ca4-8811-fbc5e73c8d24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1206341717881271867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867120634171788127186712063417178812718671206341717881271867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ba219f-54f6-4397-9c5e-2aa5553a6aa4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0657e932-a2f3-4810-bc5f-6359776061e4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0657e932-a2f3-4810-bc5f-6359776061e4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1418532222459525562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562141853222245952556214185322224595255621418532222459525562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8e4631-7c49-4ca4-8811-fbc5e73c8d24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0657e932-a2f3-4810-bc5f-6359776061e4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4fb3786-b0f9-4723-b9d4-4e5d97bf31c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4fb3786-b0f9-4723-b9d4-4e5d97bf31c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2535688636144399026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026253568863614439902625356886361443990262535688636144399026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bbad30c-ed6d-4383-90c7-7666c4b05670, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bbad30c-ed6d-4383-90c7-7666c4b05670, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12302041115606741898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898123020411156067418981230204111560674189812302041115606741898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4fb3786-b0f9-4723-b9d4-4e5d97bf31c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bbad30c-ed6d-4383-90c7-7666c4b05670, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30a33e36-ed7f-4af8-aff9-eb3ec4febec2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a33e36-ed7f-4af8-aff9-eb3ec4febec2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8362479409047690925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925836247940904769092583624794090476909258362479409047690925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d17ab81-f5b7-44b2-8da6-ebc7f0a28916, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d17ab81-f5b7-44b2-8da6-ebc7f0a28916, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5771971836408960429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429577197183640896042957719718364089604295771971836408960429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d17ab81-f5b7-44b2-8da6-ebc7f0a28916, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0da969f-d017-48cf-92d3-4c13b610917c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0da969f-d017-48cf-92d3-4c13b610917c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12618753698081974475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475126187536980819744751261875369808197447512618753698081974475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a33e36-ed7f-4af8-aff9-eb3ec4febec2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48aafb52-5158-445d-8cd3-c67d0473b269, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48aafb52-5158-445d-8cd3-c67d0473b269, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2757453779060781944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944275745377906078194427574537790607819442757453779060781944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0da969f-d017-48cf-92d3-4c13b610917c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6acf947-e98a-4692-bb99-07177c1040a7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6acf947-e98a-4692-bb99-07177c1040a7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12019563955917129294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294120195639559171292941201956395591712929412019563955917129294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6acf947-e98a-4692-bb99-07177c1040a7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be96de06-bd93-4ff7-9327-928d57f09b77, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be96de06-bd93-4ff7-9327-928d57f09b77, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787262385832124597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597787262385832124597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48aafb52-5158-445d-8cd3-c67d0473b269, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d21a6fe-cfd6-4675-946d-85061041e11a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d21a6fe-cfd6-4675-946d-85061041e11a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14546184258290691886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886145461842582906918861454618425829069188614546184258290691886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be96de06-bd93-4ff7-9327-928d57f09b77, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, febe321f-f159-4ed0-830c-28c4b35cfd83, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, febe321f-f159-4ed0-830c-28c4b35cfd83, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6429186845601971281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281642918684560197128164291868456019712816429186845601971281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d21a6fe-cfd6-4675-946d-85061041e11a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7800bd9-f59b-41ae-a294-2fd6f663e4a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7800bd9-f59b-41ae-a294-2fd6f663e4a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399747611172508989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989239974761117250898923997476111725089892399747611172508989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, febe321f-f159-4ed0-830c-28c4b35cfd83, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2146497-47d4-4253-b214-0000c0132a72, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2146497-47d4-4253-b214-0000c0132a72, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8135071702870043226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226813507170287004322681350717028700432268135071702870043226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7800bd9-f59b-41ae-a294-2fd6f663e4a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4501599-7146-46be-8eee-e995b7a84b15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4501599-7146-46be-8eee-e995b7a84b15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10411165284046697924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924104111652840466979241041116528404669792410411165284046697924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4501599-7146-46be-8eee-e995b7a84b15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c789c95a-8a1a-4fbc-93a9-abbeb03c361b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c789c95a-8a1a-4fbc-93a9-abbeb03c361b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2691302761270803568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568269130276127080356826913027612708035682691302761270803568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2146497-47d4-4253-b214-0000c0132a72, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7428b40b-2d03-45c2-8a85-a8dda3a37cb7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7428b40b-2d03-45c2-8a85-a8dda3a37cb7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9346666788087680636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636934666678808768063693466667880876806369346666788087680636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c789c95a-8a1a-4fbc-93a9-abbeb03c361b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acacb55d-ebbc-4289-95c5-d1cb6d7f3ae0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7428b40b-2d03-45c2-8a85-a8dda3a37cb7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b177a60-b522-401c-a16f-382c1f9a2427, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b177a60-b522-401c-a16f-382c1f9a2427, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10312481444504137450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450103124814445041374501031248144450413745010312481444504137450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acacb55d-ebbc-4289-95c5-d1cb6d7f3ae0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695781171961757442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442969578117196175744296957811719617574429695781171961757442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b177a60-b522-401c-a16f-382c1f9a2427, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c78daa3-6e34-4cd0-a5c2-157e292a74fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c78daa3-6e34-4cd0-a5c2-157e292a74fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8799371188272374344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344879937118827237434487993711882723743448799371188272374344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acacb55d-ebbc-4289-95c5-d1cb6d7f3ae0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afce720-0e43-40d0-92e6-90f104b03d2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afce720-0e43-40d0-92e6-90f104b03d2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10207498597504879872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872102074985975048798721020749859750487987210207498597504879872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c78daa3-6e34-4cd0-a5c2-157e292a74fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e622ff-5241-4693-a900-c78944a91755, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e622ff-5241-4693-a900-c78944a91755, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8558105194355502899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899855810519435550289985581051943555028998558105194355502899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afce720-0e43-40d0-92e6-90f104b03d2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44352c09-1fa3-4937-9372-fefde02a9f1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44352c09-1fa3-4937-9372-fefde02a9f1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17164499356184360282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282171644993561843602821716449935618436028217164499356184360282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e622ff-5241-4693-a900-c78944a91755, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57c6b62f-13fb-4ba5-af65-9f31fd408817, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c6b62f-13fb-4ba5-af65-9f31fd408817, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5175006558627911614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614517500655862791161451750065586279116145175006558627911614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44352c09-1fa3-4937-9372-fefde02a9f1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe654cc8-dbe5-43e5-91a8-39bcf3df9bea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe654cc8-dbe5-43e5-91a8-39bcf3df9bea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2976455683439267208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208297645568343926720829764556834392672082976455683439267208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c6b62f-13fb-4ba5-af65-9f31fd408817, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf5b136-8cb1-47c5-b7d5-98b3dcfc9b10, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf5b136-8cb1-47c5-b7d5-98b3dcfc9b10, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11299230718163391796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796112992307181633917961129923071816339179611299230718163391796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe654cc8-dbe5-43e5-91a8-39bcf3df9bea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86926e84-76cd-4c97-9b68-66ccd1f99fd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf5b136-8cb1-47c5-b7d5-98b3dcfc9b10, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96cd263-bb85-4ac3-8611-480aab11779c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96cd263-bb85-4ac3-8611-480aab11779c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9629757383742002731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731962975738374200273196297573837420027319629757383742002731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86926e84-76cd-4c97-9b68-66ccd1f99fd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11749388936438942455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455117493889364389424551174938893643894245511749388936438942455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86926e84-76cd-4c97-9b68-66ccd1f99fd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae41af83-b98f-404d-b4e2-be0198c708ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae41af83-b98f-404d-b4e2-be0198c708ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101397028037389775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775121013970280373897751210139702803738977512101397028037389775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96cd263-bb85-4ac3-8611-480aab11779c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded9912b-6df0-43e8-b8e3-72f1bbe84255, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded9912b-6df0-43e8-b8e3-72f1bbe84255, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5633142796505823610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610563314279650582361056331427965058236105633142796505823610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae41af83-b98f-404d-b4e2-be0198c708ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f5c8e62-da51-4226-882f-c3af7a2cabd0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5c8e62-da51-4226-882f-c3af7a2cabd0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17776423555145307684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684177764235551453076841777642355514530768417776423555145307684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5c8e62-da51-4226-882f-c3af7a2cabd0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31b3e528-75ed-4b17-b15b-f6902b588012, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b3e528-75ed-4b17-b15b-f6902b588012, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7177086792010462790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790717708679201046279071770867920104627907177086792010462790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded9912b-6df0-43e8-b8e3-72f1bbe84255, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9c29b1-8159-4f3d-9b00-b6ebd6abb4bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9c29b1-8159-4f3d-9b00-b6ebd6abb4bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3580733036783287041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041358073303678328704135807330367832870413580733036783287041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b3e528-75ed-4b17-b15b-f6902b588012, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c0f7e07-2d27-4a60-a8aa-40fbee3c36b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0f7e07-2d27-4a60-a8aa-40fbee3c36b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2282399258922543716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716228239925892254371622823992589225437162282399258922543716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9c29b1-8159-4f3d-9b00-b6ebd6abb4bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114c531b-3ba4-4f8e-86b3-5a1485ed5107, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114c531b-3ba4-4f8e-86b3-5a1485ed5107, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8215622959480804474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474821562295948080447482156229594808044748215622959480804474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0f7e07-2d27-4a60-a8aa-40fbee3c36b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12b3bf77-f1d3-4462-833d-b15523b7b303, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12b3bf77-f1d3-4462-833d-b15523b7b303, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4762456843819622155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155476245684381962215547624568438196221554762456843819622155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114c531b-3ba4-4f8e-86b3-5a1485ed5107, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b37b3b6-de76-457e-a436-ffa2dd84b4f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b37b3b6-de76-457e-a436-ffa2dd84b4f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14167519316223921775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775141675193162239217751416751931622392177514167519316223921775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12b3bf77-f1d3-4462-833d-b15523b7b303, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 136112d7-90fc-461e-85ae-7260ac142bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 136112d7-90fc-461e-85ae-7260ac142bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13123241682747911454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454131232416827479114541312324168274791145413123241682747911454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b37b3b6-de76-457e-a436-ffa2dd84b4f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 136112d7-90fc-461e-85ae-7260ac142bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58871176-da49-4f1b-9203-da1b5c999b4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58871176-da49-4f1b-9203-da1b5c999b4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10439518764808900265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265104395187648089002651043951876480890026510439518764808900265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adf3ce52-4bbf-40f1-9048-b4592bddf8c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adf3ce52-4bbf-40f1-9048-b4592bddf8c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11021582511209951170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170110215825112099511701102158251120995117011021582511209951170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58871176-da49-4f1b-9203-da1b5c999b4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1f98bec-0785-41e1-84d9-7bbd3a5f084b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1f98bec-0785-41e1-84d9-7bbd3a5f084b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8222160712189951560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560822216071218995156082221607121899515608222160712189951560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adf3ce52-4bbf-40f1-9048-b4592bddf8c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45123f73-02bd-4f3d-986c-057095226d7e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1f98bec-0785-41e1-84d9-7bbd3a5f084b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5bf3559-9ee8-407a-bf20-e11ccf61c273, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45123f73-02bd-4f3d-986c-057095226d7e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10842693517811658831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831108426935178116588311084269351781165883110842693517811658831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5bf3559-9ee8-407a-bf20-e11ccf61c273, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15022616235921277279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279150226162359212772791502261623592127727915022616235921277279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45123f73-02bd-4f3d-986c-057095226d7e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714749dd-4821-41b4-8932-ea09be579171, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5bf3559-9ee8-407a-bf20-e11ccf61c273, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20862b26-3c84-45d0-b910-c05a02654851, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20862b26-3c84-45d0-b910-c05a02654851, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3549261696755318982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982354926169675531898235492616967553189823549261696755318982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714749dd-4821-41b4-8932-ea09be579171, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3124029759999771272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272312402975999977127231240297599997712723124029759999771272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20862b26-3c84-45d0-b910-c05a02654851, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18528cd2-babf-4665-bce9-a79c65fb0813, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18528cd2-babf-4665-bce9-a79c65fb0813, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13384081767544832339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339133840817675448323391338408176754483233913384081767544832339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714749dd-4821-41b4-8932-ea09be579171, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95b5fcad-8f9e-49a7-9316-a4a693229b64, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95b5fcad-8f9e-49a7-9316-a4a693229b64, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6143765642480016289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289614376564248001628961437656424800162896143765642480016289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18528cd2-babf-4665-bce9-a79c65fb0813, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc65ac5-140d-4809-bc16-b0f158bc8de7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc65ac5-140d-4809-bc16-b0f158bc8de7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12548376933299699873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873125483769332996998731254837693329969987312548376933299699873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95b5fcad-8f9e-49a7-9316-a4a693229b64, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b8203e-a064-48ff-9faa-567b6d075e98, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b8203e-a064-48ff-9faa-567b6d075e98, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714836822100592478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478157148368221005924781571483682210059247815714836822100592478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc65ac5-140d-4809-bc16-b0f158bc8de7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b28b46fb-da7a-4d17-b9c6-636c3fbb2137, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28b46fb-da7a-4d17-b9c6-636c3fbb2137, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16361346233155013293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293163613462331550132931636134623315501329316361346233155013293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b8203e-a064-48ff-9faa-567b6d075e98, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3214036-2e0a-46bf-8239-3c9afc2103b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28b46fb-da7a-4d17-b9c6-636c3fbb2137, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62df9c46-f34e-42dc-adb0-bb5ca9923ce0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62df9c46-f34e-42dc-adb0-bb5ca9923ce0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807884608406097577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577148078846084060975771480788460840609757714807884608406097577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3214036-2e0a-46bf-8239-3c9afc2103b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6185327532819235479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479618532753281923547961853275328192354796185327532819235479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3214036-2e0a-46bf-8239-3c9afc2103b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddea2388-3cf0-47f9-bf1b-abc40595a423, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddea2388-3cf0-47f9-bf1b-abc40595a423, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636802849073247472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472663680284907324747266368028490732474726636802849073247472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62df9c46-f34e-42dc-adb0-bb5ca9923ce0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44e112f6-6dc5-494c-b462-bc44f051c518, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44e112f6-6dc5-494c-b462-bc44f051c518, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5817056197490360444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444581705619749036044458170561974903604445817056197490360444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44e112f6-6dc5-494c-b462-bc44f051c518, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e2a511-901e-4917-b6fd-68a110e4e809, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddea2388-3cf0-47f9-bf1b-abc40595a423, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57e00a0c-151a-4676-9e8c-4361418ab976, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e2a511-901e-4917-b6fd-68a110e4e809, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2968999076750234990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990296899907675023499029689990767502349902968999076750234990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57e00a0c-151a-4676-9e8c-4361418ab976, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315693173631199694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694143156931736311996941431569317363119969414315693173631199694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e2a511-901e-4917-b6fd-68a110e4e809, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dfc4f85-a1b4-449b-a1f1-789dfc8c17b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfc4f85-a1b4-449b-a1f1-789dfc8c17b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13169634428832628436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436131696344288326284361316963442883262843613169634428832628436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57e00a0c-151a-4676-9e8c-4361418ab976, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906f9e8a-aa70-4db9-ab8c-8b3374067dbd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906f9e8a-aa70-4db9-ab8c-8b3374067dbd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8014818772401695174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174801481877240169517480148187724016951748014818772401695174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfc4f85-a1b4-449b-a1f1-789dfc8c17b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c189b847-b4db-460a-a3a9-8f2099651a60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c189b847-b4db-460a-a3a9-8f2099651a60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426856237256253778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778742685623725625377874268562372562537787426856237256253778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906f9e8a-aa70-4db9-ab8c-8b3374067dbd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b697344f-90bf-4d88-b179-743ae03b4fe1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c189b847-b4db-460a-a3a9-8f2099651a60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b697344f-90bf-4d88-b179-743ae03b4fe1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791033679108749397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397157910336791087493971579103367910874939715791033679108749397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d809e45-5e7c-450b-a314-333bd9bce663, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d809e45-5e7c-450b-a314-333bd9bce663, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662241932156873009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009666224193215687300966622419321568730096662241932156873009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d809e45-5e7c-450b-a314-333bd9bce663, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b697344f-90bf-4d88-b179-743ae03b4fe1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e42f7e-e5d3-4562-a6d0-564eb8bedf06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e42f7e-e5d3-4562-a6d0-564eb8bedf06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18072716734344105397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397180727167343441053971807271673434410539718072716734344105397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87bf318f-9121-41a2-af18-c4d280d35848, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87bf318f-9121-41a2-af18-c4d280d35848, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9890515846084976428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428989051584608497642898905158460849764289890515846084976428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e42f7e-e5d3-4562-a6d0-564eb8bedf06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2698df-5ca1-4b86-a149-7b4659efb627, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2698df-5ca1-4b86-a149-7b4659efb627, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5048836203310274598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598504883620331027459850488362033102745985048836203310274598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87bf318f-9121-41a2-af18-c4d280d35848, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64ee39b8-dac5-4278-98c7-b7a7063c05f8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64ee39b8-dac5-4278-98c7-b7a7063c05f8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173856582162392141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141917385658216239214191738565821623921419173856582162392141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2698df-5ca1-4b86-a149-7b4659efb627, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46afaed4-3a69-47c4-8faa-d46255f3fb44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46afaed4-3a69-47c4-8faa-d46255f3fb44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4717635604750615959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959471763560475061595947176356047506159594717635604750615959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64ee39b8-dac5-4278-98c7-b7a7063c05f8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2eeca25-d0b9-437b-b8d1-912e7e335f4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2eeca25-d0b9-437b-b8d1-912e7e335f4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960778283133571663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663996077828313357166399607782831335716639960778283133571663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2eeca25-d0b9-437b-b8d1-912e7e335f4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb276338-75c6-4f1c-a9c7-a8a9cc7f1229, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb276338-75c6-4f1c-a9c7-a8a9cc7f1229, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18069351920369300167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167180693519203693001671806935192036930016718069351920369300167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46afaed4-3a69-47c4-8faa-d46255f3fb44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7434d94c-32d7-47ac-a940-2df8776a73f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7434d94c-32d7-47ac-a940-2df8776a73f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1566019236663438122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122156601923666343812215660192366634381221566019236663438122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7434d94c-32d7-47ac-a940-2df8776a73f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de181e81-6b77-47b2-90f8-e47409394255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de181e81-6b77-47b2-90f8-e47409394255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890777943694995163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163118907779436949951631189077794369499516311890777943694995163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb276338-75c6-4f1c-a9c7-a8a9cc7f1229, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 295a24fd-cc2c-4d33-876e-58a00a4e8974, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295a24fd-cc2c-4d33-876e-58a00a4e8974, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12420159914160780383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383124201599141607803831242015991416078038312420159914160780383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295a24fd-cc2c-4d33-876e-58a00a4e8974, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff47f380-cf64-410f-8710-4960c53b60b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff47f380-cf64-410f-8710-4960c53b60b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5038695750238065701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701503869575023806570150386957502380657015038695750238065701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de181e81-6b77-47b2-90f8-e47409394255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f21dfee3-e83c-438d-a337-a6f5cf349458, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f21dfee3-e83c-438d-a337-a6f5cf349458, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6781136822383236823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823678113682238323682367811368223832368236781136822383236823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff47f380-cf64-410f-8710-4960c53b60b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a852348-c26a-4af4-b160-ac67513bd1ff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a852348-c26a-4af4-b160-ac67513bd1ff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546679123707140484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484954667912370714048495466791237071404849546679123707140484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f21dfee3-e83c-438d-a337-a6f5cf349458, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2ded718-8022-4cc4-a99c-b1e5d968950e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ded718-8022-4cc4-a99c-b1e5d968950e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1775347127276414404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404177534712727641440417753471272764144041775347127276414404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a852348-c26a-4af4-b160-ac67513bd1ff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7564bc30-8803-48aa-b94f-21d69a4ad97f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7564bc30-8803-48aa-b94f-21d69a4ad97f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1098535540525592291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291109853554052559229110985355405255922911098535540525592291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ded718-8022-4cc4-a99c-b1e5d968950e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09432c2-601b-4203-86ce-b27cb3fc2371, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09432c2-601b-4203-86ce-b27cb3fc2371, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548220271593056683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683155482202715930566831554822027159305668315548220271593056683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7564bc30-8803-48aa-b94f-21d69a4ad97f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09432c2-601b-4203-86ce-b27cb3fc2371, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c34a602-1adb-43ca-9deb-e590a189b52f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ec3f4e-9849-4aa2-afa0-bc2a726f1a2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ec3f4e-9849-4aa2-afa0-bc2a726f1a2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16063188425984847943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943160631884259848479431606318842598484794316063188425984847943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c34a602-1adb-43ca-9deb-e590a189b52f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15363195871923374857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857153631958719233748571536319587192337485715363195871923374857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c34a602-1adb-43ca-9deb-e590a189b52f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef932ea-e1b3-4c24-92b7-755ab21da9a7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef932ea-e1b3-4c24-92b7-755ab21da9a7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17911048279000532799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799179110482790005327991791104827900053279917911048279000532799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ec3f4e-9849-4aa2-afa0-bc2a726f1a2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61b6ee73-75d8-40ef-b4c7-f32e29e0d6ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b6ee73-75d8-40ef-b4c7-f32e29e0d6ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5740225581736152351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351574022558173615235157402255817361523515740225581736152351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef932ea-e1b3-4c24-92b7-755ab21da9a7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f052371f-4566-45fa-bb5c-1089c4370512, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b6ee73-75d8-40ef-b4c7-f32e29e0d6ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84d30e8d-3db4-40e0-8411-4910a6697a47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d30e8d-3db4-40e0-8411-4910a6697a47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16099080642953354469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469160990806429533544691609908064295335446916099080642953354469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f052371f-4566-45fa-bb5c-1089c4370512, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13248878877822289589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589132488788778222895891324887887782228958913248878877822289589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f052371f-4566-45fa-bb5c-1089c4370512, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7431048f-2656-4c25-a0a2-448c3f0c2ee5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d30e8d-3db4-40e0-8411-4910a6697a47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7431048f-2656-4c25-a0a2-448c3f0c2ee5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7862045702747970247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247786204570274797024778620457027479702477862045702747970247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8434cd3b-7706-4071-8829-e501b0d9a6e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8434cd3b-7706-4071-8829-e501b0d9a6e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10291466575953051896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896102914665759530518961029146657595305189610291466575953051896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8434cd3b-7706-4071-8829-e501b0d9a6e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9d3f1b-88f9-451e-98cf-e489015b9d44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9d3f1b-88f9-451e-98cf-e489015b9d44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579642235368557085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085557964223536855708555796422353685570855579642235368557085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7431048f-2656-4c25-a0a2-448c3f0c2ee5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ecbdd7-d427-4f3a-be23-a1769d5bce18, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ecbdd7-d427-4f3a-be23-a1769d5bce18, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2354700321630905326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326235470032163090532623547003216309053262354700321630905326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9d3f1b-88f9-451e-98cf-e489015b9d44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f27e0d13-a88a-4430-a9a5-c339c573b91c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f27e0d13-a88a-4430-a9a5-c339c573b91c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14419430043473804136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136144194300434738041361441943004347380413614419430043473804136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ecbdd7-d427-4f3a-be23-a1769d5bce18, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab76994f-5e5e-422f-ad58-3a3eee7f2ec9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab76994f-5e5e-422f-ad58-3a3eee7f2ec9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119701298176033654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654711970129817603365471197012981760336547119701298176033654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f27e0d13-a88a-4430-a9a5-c339c573b91c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8738ea79-9672-4e16-b70a-539b47e788b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8738ea79-9672-4e16-b70a-539b47e788b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4724535283070673995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995472453528307067399547245352830706739954724535283070673995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab76994f-5e5e-422f-ad58-3a3eee7f2ec9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b50dcb6-d751-4e3c-aa5b-c3ca7eab857e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b50dcb6-d751-4e3c-aa5b-c3ca7eab857e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4584481625055931775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775458448162505593177545844816250559317754584481625055931775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8738ea79-9672-4e16-b70a-539b47e788b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47367164-8a13-4868-98f3-488d60a54ab5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47367164-8a13-4868-98f3-488d60a54ab5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17424316771449239664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664174243167714492396641742431677144923966417424316771449239664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47367164-8a13-4868-98f3-488d60a54ab5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b343e9b3-ce47-4b59-85ea-0c9a93140ac3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b343e9b3-ce47-4b59-85ea-0c9a93140ac3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7936208989810578334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334793620898981057833479362089898105783347936208989810578334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b50dcb6-d751-4e3c-aa5b-c3ca7eab857e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12170f08-ac91-4040-ac08-8440edb94ba2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12170f08-ac91-4040-ac08-8440edb94ba2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 594091026523424021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021594091026523424021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b343e9b3-ce47-4b59-85ea-0c9a93140ac3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4ee34e7-30f1-4720-b6b3-8b450bba107f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4ee34e7-30f1-4720-b6b3-8b450bba107f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6540175922632445276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276654017592263244527665401759226324452766540175922632445276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12170f08-ac91-4040-ac08-8440edb94ba2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c5fc056-5b40-474a-bfe6-4875d5da657e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c5fc056-5b40-474a-bfe6-4875d5da657e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14596194333916727224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224145961943339167272241459619433391672722414596194333916727224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4ee34e7-30f1-4720-b6b3-8b450bba107f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34686388-b03d-45f2-bfcb-fd5b61c59f17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34686388-b03d-45f2-bfcb-fd5b61c59f17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11323605649279375629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629113236056492793756291132360564927937562911323605649279375629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c5fc056-5b40-474a-bfe6-4875d5da657e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 363bcfe0-01cd-42dc-9f8c-64f269e3e45a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 363bcfe0-01cd-42dc-9f8c-64f269e3e45a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14433478844660313748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748144334788446603137481443347884466031374814433478844660313748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34686388-b03d-45f2-bfcb-fd5b61c59f17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1144e831-8f4a-4087-9229-6368ecb2ed52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1144e831-8f4a-4087-9229-6368ecb2ed52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399850036204435673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673173998500362044356731739985003620443567317399850036204435673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 363bcfe0-01cd-42dc-9f8c-64f269e3e45a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbd3a48-d87a-4e00-b8c0-69ea66760c0e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbd3a48-d87a-4e00-b8c0-69ea66760c0e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5310307125441940987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987531030712544194098753103071254419409875310307125441940987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1144e831-8f4a-4087-9229-6368ecb2ed52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 576be6ec-86df-46e0-b20a-9628d2b1ae42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 576be6ec-86df-46e0-b20a-9628d2b1ae42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6715600047084858795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795671560004708485879567156000470848587956715600047084858795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbd3a48-d87a-4e00-b8c0-69ea66760c0e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eccb0d6b-b190-496d-a24e-cc77db7a1c91, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccb0d6b-b190-496d-a24e-cc77db7a1c91, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17450928505394342676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676174509285053943426761745092850539434267617450928505394342676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 576be6ec-86df-46e0-b20a-9628d2b1ae42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a2565e-45d1-412a-9810-65e005607729, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a2565e-45d1-412a-9810-65e005607729, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14560923115735805572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572145609231157358055721456092311573580557214560923115735805572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccb0d6b-b190-496d-a24e-cc77db7a1c91, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94549fd5-1a9c-4ad6-adbd-26d73bfbcc7b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94549fd5-1a9c-4ad6-adbd-26d73bfbcc7b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16460645664053525065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065164606456640535250651646064566405352506516460645664053525065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a2565e-45d1-412a-9810-65e005607729, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09f0544d-10f6-4f36-ab88-e4771569b54d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f0544d-10f6-4f36-ab88-e4771569b54d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709959633212299792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792570995963321229979257099596332122997925709959633212299792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94549fd5-1a9c-4ad6-adbd-26d73bfbcc7b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99e15812-9c39-4edf-bc4c-6ee30819b0c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99e15812-9c39-4edf-bc4c-6ee30819b0c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4338217916948462657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657433821791694846265743382179169484626574338217916948462657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f0544d-10f6-4f36-ab88-e4771569b54d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659d7972-8095-4cc6-a663-8fbac5ee2369, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659d7972-8095-4cc6-a663-8fbac5ee2369, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13209377943008752169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169132093779430087521691320937794300875216913209377943008752169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99e15812-9c39-4edf-bc4c-6ee30819b0c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe1ab9c-704d-4418-aab6-23777fe5cd7e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe1ab9c-704d-4418-aab6-23777fe5cd7e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11170185285303362620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620111701852853033626201117018528530336262011170185285303362620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659d7972-8095-4cc6-a663-8fbac5ee2369, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe1ab9c-704d-4418-aab6-23777fe5cd7e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91f78d6e-96c0-4930-815a-0be2241ea43e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f78d6e-96c0-4930-815a-0be2241ea43e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12931913754195250545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545129319137541952505451293191375419525054512931913754195250545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57760a09-5836-4446-be0d-160aa02e3ade, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57760a09-5836-4446-be0d-160aa02e3ade, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4717467360355364410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410471746736035536441047174673603553644104717467360355364410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57760a09-5836-4446-be0d-160aa02e3ade, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2756290e-8915-4f07-84e8-57a6912b4483, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f78d6e-96c0-4930-815a-0be2241ea43e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15a6180-7da2-4276-bb67-5a53201ca61e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15a6180-7da2-4276-bb67-5a53201ca61e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5855640251413561916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916585564025141356191658556402514135619165855640251413561916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2756290e-8915-4f07-84e8-57a6912b4483, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10129036407323395102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102101290364073233951021012903640732339510210129036407323395102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15a6180-7da2-4276-bb67-5a53201ca61e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9da866c8-b3cd-45f4-87ff-2e3fdfe62fc5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da866c8-b3cd-45f4-87ff-2e3fdfe62fc5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11806565425870753793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793118065654258707537931180656542587075379311806565425870753793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2756290e-8915-4f07-84e8-57a6912b4483, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125d34b1-e26b-4ac1-8b21-4abb744395c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125d34b1-e26b-4ac1-8b21-4abb744395c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5662167031219005570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570566216703121900557056621670312190055705662167031219005570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125d34b1-e26b-4ac1-8b21-4abb744395c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7897c11d-a8f0-48a6-8f5f-a1be81b1eb96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da866c8-b3cd-45f4-87ff-2e3fdfe62fc5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7897c11d-a8f0-48a6-8f5f-a1be81b1eb96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14816459504154388130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130148164595041543881301481645950415438813014816459504154388130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74116704-f3f4-4ca3-94f5-16fdd7204b28, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74116704-f3f4-4ca3-94f5-16fdd7204b28, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7064300761861168334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334706430076186116833470643007618611683347064300761861168334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7897c11d-a8f0-48a6-8f5f-a1be81b1eb96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff339c7-90af-4026-b97a-9e3337cd848f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff339c7-90af-4026-b97a-9e3337cd848f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10042884848243457576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576100428848482434575761004288484824345757610042884848243457576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74116704-f3f4-4ca3-94f5-16fdd7204b28, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d808b1b-d217-446f-a0e6-4838b9b41f58, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d808b1b-d217-446f-a0e6-4838b9b41f58, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5468260320885923294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294546826032088592329454682603208859232945468260320885923294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff339c7-90af-4026-b97a-9e3337cd848f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 897b651a-0aca-4a5c-813b-0be1547c47da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d808b1b-d217-446f-a0e6-4838b9b41f58, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 897b651a-0aca-4a5c-813b-0be1547c47da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917611391961068816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816159176113919610688161591761139196106881615917611391961068816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11fcceb-84cc-4257-a423-033ba427e513, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11fcceb-84cc-4257-a423-033ba427e513, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2669975568913587049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049266997556891358704926699755689135870492669975568913587049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 897b651a-0aca-4a5c-813b-0be1547c47da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffcdcd38-c15f-43c1-bd0b-0df954676928, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffcdcd38-c15f-43c1-bd0b-0df954676928, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1159641618330059093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093115964161833005909311596416183300590931159641618330059093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11fcceb-84cc-4257-a423-033ba427e513, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64039407-54b8-4eb6-8325-9c1b6b6fd8b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64039407-54b8-4eb6-8325-9c1b6b6fd8b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909851272975076151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151890985127297507615189098512729750761518909851272975076151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffcdcd38-c15f-43c1-bd0b-0df954676928, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceefc0ea-f8d6-4764-b2e7-7c2fc598b590, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceefc0ea-f8d6-4764-b2e7-7c2fc598b590, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1001857855126761352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352100185785512676135210018578551267613521001857855126761352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64039407-54b8-4eb6-8325-9c1b6b6fd8b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b22cb1-756d-45cb-a4cd-fe8c0823bd0d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b22cb1-756d-45cb-a4cd-fe8c0823bd0d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11854557979511663986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986118545579795116639861185455797951166398611854557979511663986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceefc0ea-f8d6-4764-b2e7-7c2fc598b590, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70f890e1-970b-4d98-af84-34feeedca0cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70f890e1-970b-4d98-af84-34feeedca0cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12842439380817353454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454128424393808173534541284243938081735345412842439380817353454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70f890e1-970b-4d98-af84-34feeedca0cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22e0078b-b234-4e07-b140-5a49c0a22d97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22e0078b-b234-4e07-b140-5a49c0a22d97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7819393528056406517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517781939352805640651778193935280564065177819393528056406517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b22cb1-756d-45cb-a4cd-fe8c0823bd0d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 423a58dc-1d95-483c-953d-d6ff90c35319, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 423a58dc-1d95-483c-953d-d6ff90c35319, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12246628961160224512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512122466289611602245121224662896116022451212246628961160224512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22e0078b-b234-4e07-b140-5a49c0a22d97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8befeb75-dc6f-4e4f-a960-a72823b33c52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8befeb75-dc6f-4e4f-a960-a72823b33c52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2418692318428879882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882241869231842887988224186923184288798822418692318428879882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 423a58dc-1d95-483c-953d-d6ff90c35319, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8befeb75-dc6f-4e4f-a960-a72823b33c52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 979c4887-8caf-4c54-98e6-185e4625131c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 979c4887-8caf-4c54-98e6-185e4625131c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9875904099287748267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267987590409928774826798759040992877482679875904099287748267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6901c81e-493a-4130-a355-8e7af2ac2112, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6901c81e-493a-4130-a355-8e7af2ac2112, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080237591821525265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265908023759182152526590802375918215252659080237591821525265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6901c81e-493a-4130-a355-8e7af2ac2112, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 689fddd8-6edf-44ca-9aab-09b8486ef4dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 689fddd8-6edf-44ca-9aab-09b8486ef4dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5242731526985615968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968524273152698561596852427315269856159685242731526985615968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 979c4887-8caf-4c54-98e6-185e4625131c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86cac260-3aaf-4ad0-bded-d81ece32dd77, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86cac260-3aaf-4ad0-bded-d81ece32dd77, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16275931295601293934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934162759312956012939341627593129560129393416275931295601293934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 689fddd8-6edf-44ca-9aab-09b8486ef4dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08a0d911-f185-49e6-b0b2-a0a858e47bc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08a0d911-f185-49e6-b0b2-a0a858e47bc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 120994403151696100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100120994403151696100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86cac260-3aaf-4ad0-bded-d81ece32dd77, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ecb8673-6861-4c40-8c91-ef9f0df23922, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ecb8673-6861-4c40-8c91-ef9f0df23922, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930245397962328482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482179302453979623284821793024539796232848217930245397962328482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ecb8673-6861-4c40-8c91-ef9f0df23922, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3db8bf63-776c-4cb1-b496-84cf4567ee67, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db8bf63-776c-4cb1-b496-84cf4567ee67, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15382756855050232753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753153827568550502327531538275685505023275315382756855050232753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08a0d911-f185-49e6-b0b2-a0a858e47bc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c50ed570-c05e-43e9-ac33-965d03a7c11a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db8bf63-776c-4cb1-b496-84cf4567ee67, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2e1f46-e1ae-4df0-9002-d3e10ce88b8e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2e1f46-e1ae-4df0-9002-d3e10ce88b8e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10795491311731061182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182107954913117310611821079549131173106118210795491311731061182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c50ed570-c05e-43e9-ac33-965d03a7c11a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1402599157804672034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034140259915780467203414025991578046720341402599157804672034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2e1f46-e1ae-4df0-9002-d3e10ce88b8e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a6a44d9-c566-4e7d-a699-c621f2e44448, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a6a44d9-c566-4e7d-a699-c621f2e44448, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2522504308843483474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474252250430884348347425225043088434834742522504308843483474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a6a44d9-c566-4e7d-a699-c621f2e44448, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c50ed570-c05e-43e9-ac33-965d03a7c11a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd78e3d9-ecac-468f-aa91-6220457b090b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd78e3d9-ecac-468f-aa91-6220457b090b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5179728698229916545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545517972869822991654551797286982299165455179728698229916545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c90d5f7-d67b-4137-9594-24bad3c107f9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c90d5f7-d67b-4137-9594-24bad3c107f9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12881012054464715325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325128810120544647153251288101205446471532512881012054464715325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd78e3d9-ecac-468f-aa91-6220457b090b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b959dc95-ba88-475f-8a2a-285809d1faac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c90d5f7-d67b-4137-9594-24bad3c107f9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4908bfc6-ef34-4b1d-95b3-0e68fe9680af, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4908bfc6-ef34-4b1d-95b3-0e68fe9680af, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14705492127781502460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460147054921277815024601470549212778150246014705492127781502460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b959dc95-ba88-475f-8a2a-285809d1faac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9360121922987911343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343936012192298791134393601219229879113439360121922987911343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b959dc95-ba88-475f-8a2a-285809d1faac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa4acf8-1695-4573-9d77-5fa30a3f0dea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa4acf8-1695-4573-9d77-5fa30a3f0dea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13711774678509579563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563137117746785095795631371177467850957956313711774678509579563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4908bfc6-ef34-4b1d-95b3-0e68fe9680af, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ee1fc37-71e3-49c8-9f20-44e7e7405ed4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ee1fc37-71e3-49c8-9f20-44e7e7405ed4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17682542922728030712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712176825429227280307121768254292272803071217682542922728030712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ee1fc37-71e3-49c8-9f20-44e7e7405ed4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3de3f79-eced-439d-b3d2-c22e19c37eb4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa4acf8-1695-4573-9d77-5fa30a3f0dea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b0a0d93-f0ab-4551-a52b-07ed83fbd79b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3de3f79-eced-439d-b3d2-c22e19c37eb4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321406207678418072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072173214062076784180721732140620767841807217321406207678418072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b0a0d93-f0ab-4551-a52b-07ed83fbd79b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15455921034641131851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851154559210346411318511545592103464113185115455921034641131851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3de3f79-eced-439d-b3d2-c22e19c37eb4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d5d7451-437c-44b9-903b-b4f0de4f6f16, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5d7451-437c-44b9-903b-b4f0de4f6f16, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6082315600177623796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796608231560017762379660823156001776237966082315600177623796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b0a0d93-f0ab-4551-a52b-07ed83fbd79b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74bb5e74-fe5c-4570-adb8-502ff4f191fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74bb5e74-fe5c-4570-adb8-502ff4f191fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18349509123342507736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736183495091233425077361834950912334250773618349509123342507736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74bb5e74-fe5c-4570-adb8-502ff4f191fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02e4692a-20d9-4701-a20f-ae248a304b07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02e4692a-20d9-4701-a20f-ae248a304b07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10838942645411736733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733108389426454117367331083894264541173673310838942645411736733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5d7451-437c-44b9-903b-b4f0de4f6f16, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96d0beab-2427-4bd5-8e3b-b293f701ecc6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d0beab-2427-4bd5-8e3b-b293f701ecc6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7648527855384742880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880764852785538474288076485278553847428807648527855384742880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02e4692a-20d9-4701-a20f-ae248a304b07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 431feed4-8fb3-413a-8076-3b662c3f7795, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431feed4-8fb3-413a-8076-3b662c3f7795, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14081083668480450922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922140810836684804509221408108366848045092214081083668480450922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d0beab-2427-4bd5-8e3b-b293f701ecc6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c757177b-812b-4925-92f2-f30738240fca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c757177b-812b-4925-92f2-f30738240fca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2634005036005509375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375263400503600550937526340050360055093752634005036005509375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431feed4-8fb3-413a-8076-3b662c3f7795, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daeec874-4d54-4e7e-b2e1-4e5a4e69bc3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daeec874-4d54-4e7e-b2e1-4e5a4e69bc3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10876946013658768884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884108769460136587688841087694601365876888410876946013658768884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c757177b-812b-4925-92f2-f30738240fca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84fb4b8f-3242-49b0-bf93-c161dd935170, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fb4b8f-3242-49b0-bf93-c161dd935170, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17520196023394656569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569175201960233946565691752019602339465656917520196023394656569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daeec874-4d54-4e7e-b2e1-4e5a4e69bc3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50c0103-bd59-453c-8296-1fb236890e80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50c0103-bd59-453c-8296-1fb236890e80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17880554107112227570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570178805541071122275701788055410711222757017880554107112227570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fb4b8f-3242-49b0-bf93-c161dd935170, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d7c022-25af-473f-80bf-fdb251ab7ceb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d7c022-25af-473f-80bf-fdb251ab7ceb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 962546384211595505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505962546384211595505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50c0103-bd59-453c-8296-1fb236890e80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6b4e7f-adbd-4c06-bff4-0032358107ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6b4e7f-adbd-4c06-bff4-0032358107ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3564728953143398268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268356472895314339826835647289531433982683564728953143398268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d7c022-25af-473f-80bf-fdb251ab7ceb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc95bed-fac3-49f6-bb02-ad91b67681c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc95bed-fac3-49f6-bb02-ad91b67681c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13533369665318532026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026135333696653185320261353336966531853202613533369665318532026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6b4e7f-adbd-4c06-bff4-0032358107ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12107ad2-ac2a-4ae0-a49e-d487642fe794, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12107ad2-ac2a-4ae0-a49e-d487642fe794, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7455191139313114406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406745519113931311440674551911393131144067455191139313114406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc95bed-fac3-49f6-bb02-ad91b67681c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 578938c1-cee9-48dd-a4a4-a7df74732c30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 578938c1-cee9-48dd-a4a4-a7df74732c30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6327974617511988591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591632797461751198859163279746175119885916327974617511988591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12107ad2-ac2a-4ae0-a49e-d487642fe794, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aec4c65a-ddce-4168-a667-b324f00974e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aec4c65a-ddce-4168-a667-b324f00974e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729138302623125573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573127291383026231255731272913830262312557312729138302623125573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 578938c1-cee9-48dd-a4a4-a7df74732c30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b69b856-5c5f-4a4e-848a-34f0d94633ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b69b856-5c5f-4a4e-848a-34f0d94633ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480978030747940691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691748097803074794069174809780307479406917480978030747940691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aec4c65a-ddce-4168-a667-b324f00974e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c2a979-b049-46b0-b6af-284af2b3bc7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c2a979-b049-46b0-b6af-284af2b3bc7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15985763307944326020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020159857633079443260201598576330794432602015985763307944326020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b69b856-5c5f-4a4e-848a-34f0d94633ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b330bcb-7ce3-4c31-863e-3ca68e01f534, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b330bcb-7ce3-4c31-863e-3ca68e01f534, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2726269330788774637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637272626933078877463727262693307887746372726269330788774637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c2a979-b049-46b0-b6af-284af2b3bc7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab21bf98-d5ae-4a7f-99f8-124b032bd762, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab21bf98-d5ae-4a7f-99f8-124b032bd762, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7431938667793414029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029743193866779341402974319386677934140297431938667793414029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b330bcb-7ce3-4c31-863e-3ca68e01f534, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 205b65f1-a9cc-409f-9ee7-2c64e0556075, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205b65f1-a9cc-409f-9ee7-2c64e0556075, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15144041300169454890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890151440413001694548901514404130016945489015144041300169454890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab21bf98-d5ae-4a7f-99f8-124b032bd762, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af5720f-e887-4cde-9974-80e2fe99959b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af5720f-e887-4cde-9974-80e2fe99959b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2423869511307751509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509242386951130775150924238695113077515092423869511307751509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205b65f1-a9cc-409f-9ee7-2c64e0556075, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62e6ba5-b0ad-4b3c-9c66-256383992529, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62e6ba5-b0ad-4b3c-9c66-256383992529, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10185526205576650444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444101855262055766504441018552620557665044410185526205576650444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af5720f-e887-4cde-9974-80e2fe99959b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 719f7a66-3d17-40ed-816a-7e6326790658, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 719f7a66-3d17-40ed-816a-7e6326790658, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6145835448194262283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283614583544819426228361458354481942622836145835448194262283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62e6ba5-b0ad-4b3c-9c66-256383992529, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77033ec7-4939-4e30-8d71-91c24391f230, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77033ec7-4939-4e30-8d71-91c24391f230, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15344162400120070469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469153441624001200704691534416240012007046915344162400120070469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 719f7a66-3d17-40ed-816a-7e6326790658, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cf6313b-6f8e-462c-85e0-9cc821c92e98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cf6313b-6f8e-462c-85e0-9cc821c92e98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8152370649683647054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054815237064968364705481523706496836470548152370649683647054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77033ec7-4939-4e30-8d71-91c24391f230, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4837622d-09e0-465e-9edc-ad755b126c55, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4837622d-09e0-465e-9edc-ad755b126c55, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428667815844881523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523144286678158448815231442866781584488152314428667815844881523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cf6313b-6f8e-462c-85e0-9cc821c92e98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b541b21-fa4e-4dd7-bf54-a569569a2e5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b541b21-fa4e-4dd7-bf54-a569569a2e5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13315345967396422631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631133153459673964226311331534596739642263113315345967396422631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4837622d-09e0-465e-9edc-ad755b126c55, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6359cd3-1562-4a3a-b5a3-f740823a4ac3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6359cd3-1562-4a3a-b5a3-f740823a4ac3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8639121814278659989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989863912181427865998986391218142786599898639121814278659989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b541b21-fa4e-4dd7-bf54-a569569a2e5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 108cbd78-ad81-47bf-97c8-f80bd5fa5e02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 108cbd78-ad81-47bf-97c8-f80bd5fa5e02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5835883751268324835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835583588375126832483558358837512683248355835883751268324835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6359cd3-1562-4a3a-b5a3-f740823a4ac3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52ab1244-f8a0-441d-8567-2ce89dcccf61, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ab1244-f8a0-441d-8567-2ce89dcccf61, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16309050261763679144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144163090502617636791441630905026176367914416309050261763679144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ab1244-f8a0-441d-8567-2ce89dcccf61, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed70e41-408f-410d-93bb-80831071295d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed70e41-408f-410d-93bb-80831071295d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3226788482825451529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529322678848282545152932267884828254515293226788482825451529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 108cbd78-ad81-47bf-97c8-f80bd5fa5e02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5515c6d-4b71-49d9-8e74-e56f0edf81f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5515c6d-4b71-49d9-8e74-e56f0edf81f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12329546244739525748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748123295462447395257481232954624473952574812329546244739525748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed70e41-408f-410d-93bb-80831071295d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aac5d90-47a3-4bfc-9adf-bacc42f7451b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aac5d90-47a3-4bfc-9adf-bacc42f7451b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17731119712008204102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102177311197120082041021773111971200820410217731119712008204102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5515c6d-4b71-49d9-8e74-e56f0edf81f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd3dd76d-074f-4020-ab2a-51a3a5498f52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3dd76d-074f-4020-ab2a-51a3a5498f52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12700683717244203816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816127006837172442038161270068371724420381612700683717244203816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aac5d90-47a3-4bfc-9adf-bacc42f7451b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4680ce42-49fd-421f-9bda-4ef599e2578c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4680ce42-49fd-421f-9bda-4ef599e2578c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11226974881992371258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258112269748819923712581122697488199237125811226974881992371258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3dd76d-074f-4020-ab2a-51a3a5498f52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fc02c5b-a6bb-424c-8d12-494f1ea144ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fc02c5b-a6bb-424c-8d12-494f1ea144ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5245969235402859683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683524596923540285968352459692354028596835245969235402859683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4680ce42-49fd-421f-9bda-4ef599e2578c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ee9966-8e38-411c-aa3b-584fe8b69e96, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ee9966-8e38-411c-aa3b-584fe8b69e96, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2060020092561137076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076206002009256113707620600200925611370762060020092561137076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fc02c5b-a6bb-424c-8d12-494f1ea144ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b70cfa4-13fe-4228-b19a-83fb45f15103, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b70cfa4-13fe-4228-b19a-83fb45f15103, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15828881220436777047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047158288812204367770471582888122043677704715828881220436777047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ee9966-8e38-411c-aa3b-584fe8b69e96, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be3b7bf2-68f9-49f4-b1ed-eef151376655, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be3b7bf2-68f9-49f4-b1ed-eef151376655, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3526184767000150056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056352618476700015005635261847670001500563526184767000150056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b70cfa4-13fe-4228-b19a-83fb45f15103, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7f0e7f1-36a4-4976-bfa8-fa11c55c107d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f0e7f1-36a4-4976-bfa8-fa11c55c107d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7080040408937389698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698708004040893738969870800404089373896987080040408937389698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be3b7bf2-68f9-49f4-b1ed-eef151376655, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 601f9e2d-447c-4f8f-98b5-44c8fb74ab2d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 601f9e2d-447c-4f8f-98b5-44c8fb74ab2d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10745550902013043335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335107455509020130433351074555090201304333510745550902013043335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f0e7f1-36a4-4976-bfa8-fa11c55c107d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1723e6b6-a9d3-4602-832e-2059ba92dc5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1723e6b6-a9d3-4602-832e-2059ba92dc5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14296752386822803685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685142967523868228036851429675238682280368514296752386822803685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 601f9e2d-447c-4f8f-98b5-44c8fb74ab2d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317f5262-9352-4e97-81e6-e18280ab7b28, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317f5262-9352-4e97-81e6-e18280ab7b28, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1895793032906242682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682189579303290624268218957930329062426821895793032906242682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317f5262-9352-4e97-81e6-e18280ab7b28, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465a4586-dbf9-4b6f-b3a6-9ab1a4ffc029, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465a4586-dbf9-4b6f-b3a6-9ab1a4ffc029, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2972892150193558532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532297289215019355853229728921501935585322972892150193558532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1723e6b6-a9d3-4602-832e-2059ba92dc5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab532e56-7af4-4036-ad4f-6c1ed9fbb29d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab532e56-7af4-4036-ad4f-6c1ed9fbb29d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499122531356211817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817124991225313562118171249912253135621181712499122531356211817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465a4586-dbf9-4b6f-b3a6-9ab1a4ffc029, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edfdf88a-6495-4f2a-8671-fcb3cf46feaa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edfdf88a-6495-4f2a-8671-fcb3cf46feaa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15223106656721015705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705152231066567210157051522310665672101570515223106656721015705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab532e56-7af4-4036-ad4f-6c1ed9fbb29d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 500178fe-1104-46e7-ac13-0ad7d264b152, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 500178fe-1104-46e7-ac13-0ad7d264b152, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10833635097152858284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284108336350971528582841083363509715285828410833635097152858284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edfdf88a-6495-4f2a-8671-fcb3cf46feaa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ccc0e9f-2eba-4e14-b54d-9cfe1d175d1d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ccc0e9f-2eba-4e14-b54d-9cfe1d175d1d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998262217934758640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640199826221793475864019982622179347586401998262217934758640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 500178fe-1104-46e7-ac13-0ad7d264b152, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad0302ae-b0cc-4296-9e4f-ff3fc9de39b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad0302ae-b0cc-4296-9e4f-ff3fc9de39b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13794780898464070545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545137947808984640705451379478089846407054513794780898464070545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ccc0e9f-2eba-4e14-b54d-9cfe1d175d1d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e062b9-80b8-45d8-8fcf-a9e297c086f4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad0302ae-b0cc-4296-9e4f-ff3fc9de39b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45661d46-2e62-41da-9020-ce3535bb6e00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45661d46-2e62-41da-9020-ce3535bb6e00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13699039469428162762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762136990394694281627621369903946942816276213699039469428162762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e062b9-80b8-45d8-8fcf-a9e297c086f4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15917429677019534115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115159174296770195341151591742967701953411515917429677019534115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e062b9-80b8-45d8-8fcf-a9e297c086f4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4644ad9d-e80d-4e90-b72f-eda0c7e42605, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45661d46-2e62-41da-9020-ce3535bb6e00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84d4118f-0ec2-47a0-9c77-5e7e88df81d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d4118f-0ec2-47a0-9c77-5e7e88df81d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349427978897453939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939163494279788974539391634942797889745393916349427978897453939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4644ad9d-e80d-4e90-b72f-eda0c7e42605, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13201654109615038802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802132016541096150388021320165410961503880213201654109615038802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4644ad9d-e80d-4e90-b72f-eda0c7e42605, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f35f0f71-1e4a-4c16-8794-d6150b09d6c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f35f0f71-1e4a-4c16-8794-d6150b09d6c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17390883532844081275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275173908835328440812751739088353284408127517390883532844081275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d4118f-0ec2-47a0-9c77-5e7e88df81d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ebd13da-7cc4-4da0-bfc2-82f69b748c29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ebd13da-7cc4-4da0-bfc2-82f69b748c29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18103262874435558207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207181032628744355582071810326287443555820718103262874435558207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f35f0f71-1e4a-4c16-8794-d6150b09d6c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b77db23-d40e-4167-80a8-e82bf402d2b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b77db23-d40e-4167-80a8-e82bf402d2b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18062755250235092997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997180627552502350929971806275525023509299718062755250235092997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ebd13da-7cc4-4da0-bfc2-82f69b748c29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ab37a3-a5c0-419d-a067-8c528e1c6a71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ab37a3-a5c0-419d-a067-8c528e1c6a71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194038202429417616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616119403820242941761611940382024294176161194038202429417616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b77db23-d40e-4167-80a8-e82bf402d2b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d036e2b9-cd00-4d69-9c07-0adbd618dcbe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d036e2b9-cd00-4d69-9c07-0adbd618dcbe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 299913229018137801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801299913229018137801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ab37a3-a5c0-419d-a067-8c528e1c6a71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a4de48-4988-46d9-aa4f-ddd46e34ff6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a4de48-4988-46d9-aa4f-ddd46e34ff6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15018622127316235671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671150186221273162356711501862212731623567115018622127316235671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d036e2b9-cd00-4d69-9c07-0adbd618dcbe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18df2095-a636-4ef3-ac3d-de2ba90e13db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18df2095-a636-4ef3-ac3d-de2ba90e13db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 696267814279685143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143696267814279685143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a4de48-4988-46d9-aa4f-ddd46e34ff6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc90ab3-8ffa-42a2-a5fe-a60d4f248412, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc90ab3-8ffa-42a2-a5fe-a60d4f248412, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16524247655837721375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375165242476558377213751652424765583772137516524247655837721375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18df2095-a636-4ef3-ac3d-de2ba90e13db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec0dfd1a-d8f3-4990-a82d-656f9ae0cfdf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0dfd1a-d8f3-4990-a82d-656f9ae0cfdf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12463486894915679188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188124634868949156791881246348689491567918812463486894915679188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc90ab3-8ffa-42a2-a5fe-a60d4f248412, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90cbe61b-ec5c-47e9-8ff9-0ab73a9fcc02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90cbe61b-ec5c-47e9-8ff9-0ab73a9fcc02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16777821274552635021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021167778212745526350211677782127455263502116777821274552635021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90cbe61b-ec5c-47e9-8ff9-0ab73a9fcc02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66a41cdb-e84e-4977-8504-dc0eebac1a99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66a41cdb-e84e-4977-8504-dc0eebac1a99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8519244021791645274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274851924402179164527485192440217916452748519244021791645274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0dfd1a-d8f3-4990-a82d-656f9ae0cfdf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d3a8cf-d57e-4357-88b8-7e402f3ef445, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d3a8cf-d57e-4357-88b8-7e402f3ef445, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13199508642864710293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293131995086428647102931319950864286471029313199508642864710293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66a41cdb-e84e-4977-8504-dc0eebac1a99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5f50d7-8244-4c23-9e7f-6d2b2b8d03c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5f50d7-8244-4c23-9e7f-6d2b2b8d03c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3778526964215029765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765377852696421502976537785269642150297653778526964215029765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d3a8cf-d57e-4357-88b8-7e402f3ef445, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81738c6f-c347-489e-9ce1-d337376cd148, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81738c6f-c347-489e-9ce1-d337376cd148, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10302438143141229661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661103024381431412296611030243814314122966110302438143141229661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5f50d7-8244-4c23-9e7f-6d2b2b8d03c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ce8827-7569-43e0-8d2a-a7dd1f91194d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81738c6f-c347-489e-9ce1-d337376cd148, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67229152-3b3a-4b68-9954-b3e1ac63a0c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67229152-3b3a-4b68-9954-b3e1ac63a0c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4563033529938323255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255456303352993832325545630335299383232554563033529938323255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ce8827-7569-43e0-8d2a-a7dd1f91194d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5385032599474291810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810538503259947429181053850325994742918105385032599474291810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67229152-3b3a-4b68-9954-b3e1ac63a0c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d687300-0b07-425a-99c6-9c5a7687d909, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d687300-0b07-425a-99c6-9c5a7687d909, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593932602546335834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834459393260254633583445939326025463358344593932602546335834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ce8827-7569-43e0-8d2a-a7dd1f91194d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfbffc4-b422-45ba-8fcc-bb709fb4c159, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfbffc4-b422-45ba-8fcc-bb709fb4c159, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14475388844625325575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575144753888446253255751447538884462532557514475388844625325575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d687300-0b07-425a-99c6-9c5a7687d909, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ecafd44-deba-4c2e-bbf9-a932d7dd9636, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecafd44-deba-4c2e-bbf9-a932d7dd9636, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15494000385009418504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504154940003850094185041549400038500941850415494000385009418504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfbffc4-b422-45ba-8fcc-bb709fb4c159, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de551559-1e7d-422f-b963-0620d52b7aa3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de551559-1e7d-422f-b963-0620d52b7aa3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463653074084818081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081174636530740848180811746365307408481808117463653074084818081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecafd44-deba-4c2e-bbf9-a932d7dd9636, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032b083c-68f9-4367-b4fa-5ac4d3eaf762, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032b083c-68f9-4367-b4fa-5ac4d3eaf762, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14241618040362991560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560142416180403629915601424161804036299156014241618040362991560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032b083c-68f9-4367-b4fa-5ac4d3eaf762, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19c29ee1-d88a-41db-bec5-9f93412fd796, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c29ee1-d88a-41db-bec5-9f93412fd796, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11397633069267885386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386113976330692678853861139763306926788538611397633069267885386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de551559-1e7d-422f-b963-0620d52b7aa3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d73fddba-68fb-4a6d-af35-f5c6446dbcb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d73fddba-68fb-4a6d-af35-f5c6446dbcb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679688845838390217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217967968884583839021796796888458383902179679688845838390217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c29ee1-d88a-41db-bec5-9f93412fd796, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44f4919-b713-4784-9884-488cf763d7d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44f4919-b713-4784-9884-488cf763d7d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6845690305356628058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058684569030535662805868456903053566280586845690305356628058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d73fddba-68fb-4a6d-af35-f5c6446dbcb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1c46407-1001-460f-9f07-3a759a813fea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c46407-1001-460f-9f07-3a759a813fea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11290807132831284235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235112908071328312842351129080713283128423511290807132831284235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44f4919-b713-4784-9884-488cf763d7d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7ea45d9-0447-465d-a009-1e6c16ffecb2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7ea45d9-0447-465d-a009-1e6c16ffecb2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10127446354532834825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825101274463545328348251012744635453283482510127446354532834825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c46407-1001-460f-9f07-3a759a813fea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae066c9-b948-4004-9841-acdfc543020a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae066c9-b948-4004-9841-acdfc543020a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13968564851728784255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255139685648517287842551396856485172878425513968564851728784255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7ea45d9-0447-465d-a009-1e6c16ffecb2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9fcdcb-557a-42f0-938d-6201765d5733, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9fcdcb-557a-42f0-938d-6201765d5733, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6291914531688450907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907629191453168845090762919145316884509076291914531688450907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae066c9-b948-4004-9841-acdfc543020a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a937ba88-5d17-4ba0-81bf-7d17b3bbc2b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9fcdcb-557a-42f0-938d-6201765d5733, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9df21ac-8759-4844-ad83-a819545881ae, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9df21ac-8759-4844-ad83-a819545881ae, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016696671883723581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581801669667188372358180166966718837235818016696671883723581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a937ba88-5d17-4ba0-81bf-7d17b3bbc2b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1977768598630420061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061197776859863042006119777685986304200611977768598630420061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a937ba88-5d17-4ba0-81bf-7d17b3bbc2b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80bba1b6-aff2-45d6-9a77-4c6cc06b99cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80bba1b6-aff2-45d6-9a77-4c6cc06b99cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13180143799656500941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941131801437996565009411318014379965650094113180143799656500941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9df21ac-8759-4844-ad83-a819545881ae, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c581681-fd5f-46e2-96e3-b297e3103d7d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c581681-fd5f-46e2-96e3-b297e3103d7d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203887820390024220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220132038878203900242201320388782039002422013203887820390024220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80bba1b6-aff2-45d6-9a77-4c6cc06b99cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a400b6-54e1-436c-becd-af515d94d1ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a400b6-54e1-436c-becd-af515d94d1ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5834296607739655742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742583429660773965574258342966077396557425834296607739655742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c581681-fd5f-46e2-96e3-b297e3103d7d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cffb431d-11da-48e0-8f22-a5596327c450, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a400b6-54e1-436c-becd-af515d94d1ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec120071-fc06-426e-b43a-4d5dade0068b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec120071-fc06-426e-b43a-4d5dade0068b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18188297330873965219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219181882973308739652191818829733087396521918188297330873965219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cffb431d-11da-48e0-8f22-a5596327c450, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380695389390145684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684380695389390145684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cffb431d-11da-48e0-8f22-a5596327c450, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4547bc62-5796-4211-ad23-77058a3ae96d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4547bc62-5796-4211-ad23-77058a3ae96d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18385814058411327441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441183858140584113274411838581405841132744118385814058411327441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4547bc62-5796-4211-ad23-77058a3ae96d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b4d2c3-5f46-4354-ab22-7f9b3f07398b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b4d2c3-5f46-4354-ab22-7f9b3f07398b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9771644976467020403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403977164497646702040397716449764670204039771644976467020403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b4d2c3-5f46-4354-ab22-7f9b3f07398b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f952ac3-19b7-46b3-9200-e4c91a0f8caa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f952ac3-19b7-46b3-9200-e4c91a0f8caa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13584765523501953073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073135847655235019530731358476552350195307313584765523501953073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec120071-fc06-426e-b43a-4d5dade0068b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c72a879a-7a4c-42ff-9e3e-d735994de442, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72a879a-7a4c-42ff-9e3e-d735994de442, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13527158299380593867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867135271582993805938671352715829938059386713527158299380593867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f952ac3-19b7-46b3-9200-e4c91a0f8caa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7c6774-aac6-4c12-8906-048f44b6240a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7c6774-aac6-4c12-8906-048f44b6240a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2348208184906104370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370234820818490610437023482081849061043702348208184906104370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72a879a-7a4c-42ff-9e3e-d735994de442, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 855da728-bcab-4f67-a930-3a88fd62dd43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 855da728-bcab-4f67-a930-3a88fd62dd43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11436220507716117327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327114362205077161173271143622050771611732711436220507716117327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7c6774-aac6-4c12-8906-048f44b6240a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac1ae26d-98cd-4df5-96bb-a8201b2ddb34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac1ae26d-98cd-4df5-96bb-a8201b2ddb34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18425935742146471961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961184259357421464719611842593574214647196118425935742146471961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 855da728-bcab-4f67-a930-3a88fd62dd43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fdb1fe3-be59-4602-817c-580a17139165, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac1ae26d-98cd-4df5-96bb-a8201b2ddb34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79773b1-b9e9-4149-a83f-8b36802c0b0f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79773b1-b9e9-4149-a83f-8b36802c0b0f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2877882840734432048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048287788284073443204828778828407344320482877882840734432048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdb1fe3-be59-4602-817c-580a17139165, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6916812041062588873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873691681204106258887369168120410625888736916812041062588873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdb1fe3-be59-4602-817c-580a17139165, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79773b1-b9e9-4149-a83f-8b36802c0b0f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9b1f2a3-1c91-4fd0-8d47-01c5ae540f4c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbff11f0-d361-4170-ac38-6c2667d87e92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbff11f0-d361-4170-ac38-6c2667d87e92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620363288636923966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966262036328863692396626203632886369239662620363288636923966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b1f2a3-1c91-4fd0-8d47-01c5ae540f4c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402762112348244527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527174027621123482445271740276211234824452717402762112348244527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b1f2a3-1c91-4fd0-8d47-01c5ae540f4c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbff11f0-d361-4170-ac38-6c2667d87e92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deefb19f-9c9b-4d22-a778-aa7a9c2c4426, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deefb19f-9c9b-4d22-a778-aa7a9c2c4426, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573492266722704462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462657349226672270446265734922667227044626573492266722704462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03a806f-6848-4a17-97b1-ac79ff79e5e4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03a806f-6848-4a17-97b1-ac79ff79e5e4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3315356255582729806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806331535625558272980633153562555827298063315356255582729806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03a806f-6848-4a17-97b1-ac79ff79e5e4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deefb19f-9c9b-4d22-a778-aa7a9c2c4426, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9a0ea9-7250-4fd0-9c86-45787d1b2de0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9a0ea9-7250-4fd0-9c86-45787d1b2de0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3722942931815228256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256372294293181522825637229429318152282563722942931815228256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193a2a3e-7577-4964-ba82-801741c126a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193a2a3e-7577-4964-ba82-801741c126a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11881499938962542044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044118814999389625420441188149993896254204411881499938962542044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9a0ea9-7250-4fd0-9c86-45787d1b2de0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193a2a3e-7577-4964-ba82-801741c126a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a8d3dd-0bfa-4ac9-a2ee-81a724ef76ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f204f64-fc18-4da5-8ce1-21ec43a6b297, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f204f64-fc18-4da5-8ce1-21ec43a6b297, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2494042945352941310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310249404294535294131024940429453529413102494042945352941310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a8d3dd-0bfa-4ac9-a2ee-81a724ef76ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2821705048407050564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564282170504840705056428217050484070505642821705048407050564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f204f64-fc18-4da5-8ce1-21ec43a6b297, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c4976a-712c-4514-92b6-99a045256fc5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c4976a-712c-4514-92b6-99a045256fc5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2537443504553326329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329253744350455332632925374435045533263292537443504553326329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a8d3dd-0bfa-4ac9-a2ee-81a724ef76ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c4976a-712c-4514-92b6-99a045256fc5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed43333-61df-4e8d-bf8b-c09495c7ea4c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed43333-61df-4e8d-bf8b-c09495c7ea4c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555816356849023852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852555816356849023852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c52ddb8e-2f01-4ab6-9f76-14154fe37092, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52ddb8e-2f01-4ab6-9f76-14154fe37092, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 296497471682690282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282296497471682690282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed43333-61df-4e8d-bf8b-c09495c7ea4c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0740e251-2b75-4501-bbc3-81a00666ed68, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0740e251-2b75-4501-bbc3-81a00666ed68, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1933743592119516865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865193374359211951686519337435921195168651933743592119516865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52ddb8e-2f01-4ab6-9f76-14154fe37092, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 528fff25-c540-42c7-b9c5-223d7ab3a27f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528fff25-c540-42c7-b9c5-223d7ab3a27f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12571723231805883292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292125717232318058832921257172323180588329212571723231805883292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0740e251-2b75-4501-bbc3-81a00666ed68, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0f8aa5e-8de6-4b3e-91f6-c80857afc5a8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f8aa5e-8de6-4b3e-91f6-c80857afc5a8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4503250420727313866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866450325042072731386645032504207273138664503250420727313866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f8aa5e-8de6-4b3e-91f6-c80857afc5a8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a364356f-5ef0-4e88-8bbf-49fa1de89953, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a364356f-5ef0-4e88-8bbf-49fa1de89953, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414657931404976921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921144146579314049769211441465793140497692114414657931404976921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528fff25-c540-42c7-b9c5-223d7ab3a27f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6240450a-dec6-4502-9991-7aeb54bf6c48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6240450a-dec6-4502-9991-7aeb54bf6c48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9960757779456768006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006996075777945676800699607577794567680069960757779456768006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6240450a-dec6-4502-9991-7aeb54bf6c48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60dca04c-9f9d-4f1f-863c-102cdec1dd10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60dca04c-9f9d-4f1f-863c-102cdec1dd10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14308646375431521104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104143086463754315211041430864637543152110414308646375431521104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a364356f-5ef0-4e88-8bbf-49fa1de89953, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 280b9e8e-a951-4096-a6a3-32ab33f92312, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 280b9e8e-a951-4096-a6a3-32ab33f92312, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455814376299404606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606104558143762994046061045581437629940460610455814376299404606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60dca04c-9f9d-4f1f-863c-102cdec1dd10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1987ec4e-bdf3-4fdb-a135-debe71b1f4fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1987ec4e-bdf3-4fdb-a135-debe71b1f4fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16252166097042302165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165162521660970423021651625216609704230216516252166097042302165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 280b9e8e-a951-4096-a6a3-32ab33f92312, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b87d41a-0fe6-4d28-ab6a-91a0f6d51088, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b87d41a-0fe6-4d28-ab6a-91a0f6d51088, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385973191982878493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493838597319198287849383859731919828784938385973191982878493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1987ec4e-bdf3-4fdb-a135-debe71b1f4fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6cdc9ff-a115-49e4-8289-d4db79f0cff4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6cdc9ff-a115-49e4-8289-d4db79f0cff4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4539630715369039515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515453963071536903951545396307153690395154539630715369039515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b87d41a-0fe6-4d28-ab6a-91a0f6d51088, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a15b6151-8821-42d7-a440-56abe3c9de68, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a15b6151-8821-42d7-a440-56abe3c9de68, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12228140259477936140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140122281402594779361401222814025947793614012228140259477936140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6cdc9ff-a115-49e4-8289-d4db79f0cff4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e74ca4f-d543-4b88-a0aa-56b62175b398, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e74ca4f-d543-4b88-a0aa-56b62175b398, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6830836136235582746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746683083613623558274668308361362355827466830836136235582746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a15b6151-8821-42d7-a440-56abe3c9de68, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12d4655-517a-4bac-919a-4bce9ffaaa1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12d4655-517a-4bac-919a-4bce9ffaaa1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099598675137450248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248309959867513745024830995986751374502483099598675137450248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e74ca4f-d543-4b88-a0aa-56b62175b398, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b6e4da-3550-4884-94e7-dc5ba53c0b28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b6e4da-3550-4884-94e7-dc5ba53c0b28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144322587745281068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068414432258774528106841443225877452810684144322587745281068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12d4655-517a-4bac-919a-4bce9ffaaa1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f610c075-0cc9-4f0a-97ec-0eb3831383e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f610c075-0cc9-4f0a-97ec-0eb3831383e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 741584451550637636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636741584451550637636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b6e4da-3550-4884-94e7-dc5ba53c0b28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a5e63ca-5f66-45b4-836a-7092419570de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a5e63ca-5f66-45b4-836a-7092419570de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11189052301285783550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550111890523012857835501118905230128578355011189052301285783550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f610c075-0cc9-4f0a-97ec-0eb3831383e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bac79cc-6844-493a-86b8-89ea0b9b1db7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bac79cc-6844-493a-86b8-89ea0b9b1db7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9845174073032252060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060984517407303225206098451740730322520609845174073032252060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a5e63ca-5f66-45b4-836a-7092419570de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bd5d93a-a8ef-4b4f-a649-2cdbee08b518, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bd5d93a-a8ef-4b4f-a649-2cdbee08b518, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3170307004143116919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919317030700414311691931703070041431169193170307004143116919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bac79cc-6844-493a-86b8-89ea0b9b1db7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d326272-0628-4333-bad8-8b9b1e42bcb4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bd5d93a-a8ef-4b4f-a649-2cdbee08b518, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bedaebc-d803-462d-9245-81a0a4c7e43e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bedaebc-d803-462d-9245-81a0a4c7e43e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16416317313437833591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591164163173134378335911641631731343783359116416317313437833591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d326272-0628-4333-bad8-8b9b1e42bcb4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16132272033156387469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469161322720331563874691613227203315638746916132272033156387469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bedaebc-d803-462d-9245-81a0a4c7e43e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ce7db7-465c-41ad-af1d-4610c344d2d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ce7db7-465c-41ad-af1d-4610c344d2d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18028678404142665295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295180286784041426652951802867840414266529518028678404142665295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d326272-0628-4333-bad8-8b9b1e42bcb4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8602e0bc-c8cd-45cb-ab00-29456200a8d6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8602e0bc-c8cd-45cb-ab00-29456200a8d6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16056353945233969621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621160563539452339696211605635394523396962116056353945233969621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ce7db7-465c-41ad-af1d-4610c344d2d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d8a3edc-8c8e-49c8-97da-b864aa74a51f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d8a3edc-8c8e-49c8-97da-b864aa74a51f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7017692839904852924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924701769283990485292470176928399048529247017692839904852924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8602e0bc-c8cd-45cb-ab00-29456200a8d6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e65e19a2-2cfb-411f-9e02-62d7f40223f2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e65e19a2-2cfb-411f-9e02-62d7f40223f2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13814186052102330876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876138141860521023308761381418605210233087613814186052102330876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e65e19a2-2cfb-411f-9e02-62d7f40223f2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb165c89-c9d3-4459-ad75-580b7cb4da55, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb165c89-c9d3-4459-ad75-580b7cb4da55, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 987281017522677713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713987281017522677713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d8a3edc-8c8e-49c8-97da-b864aa74a51f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 945e13fa-388c-41f7-a369-f61b1eb2901c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 945e13fa-388c-41f7-a369-f61b1eb2901c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626162028785353034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034106261620287853530341062616202878535303410626162028785353034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb165c89-c9d3-4459-ad75-580b7cb4da55, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7d9a4a2-4c1d-4952-906d-8eee788db739, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d9a4a2-4c1d-4952-906d-8eee788db739, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 257042879544316699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699257042879544316699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 945e13fa-388c-41f7-a369-f61b1eb2901c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59915cf6-8c8d-4e48-9aab-c66e7e212092, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59915cf6-8c8d-4e48-9aab-c66e7e212092, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14382421512121518043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043143824215121215180431438242151212151804314382421512121518043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d9a4a2-4c1d-4952-906d-8eee788db739, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bae19d0e-8d1d-4df9-a096-8f06fce8ece6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bae19d0e-8d1d-4df9-a096-8f06fce8ece6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 573309883858925155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155573309883858925155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59915cf6-8c8d-4e48-9aab-c66e7e212092, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b29065ed-2e24-4797-acea-f31eec255b10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b29065ed-2e24-4797-acea-f31eec255b10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299357291194839846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846229935729119483984622993572911948398462299357291194839846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bae19d0e-8d1d-4df9-a096-8f06fce8ece6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 425294ba-28ba-4065-8940-9eab95141e71, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 425294ba-28ba-4065-8940-9eab95141e71, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4770771497184975385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385477077149718497538547707714971849753854770771497184975385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b29065ed-2e24-4797-acea-f31eec255b10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 677b9470-7ea3-4fd7-a059-9d68dbc17d90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677b9470-7ea3-4fd7-a059-9d68dbc17d90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5662473594813640170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170566247359481364017056624735948136401705662473594813640170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 425294ba-28ba-4065-8940-9eab95141e71, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81ce760-072c-4de0-beca-6c0287426b1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81ce760-072c-4de0-beca-6c0287426b1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6434682237601574615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615643468223760157461564346822376015746156434682237601574615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677b9470-7ea3-4fd7-a059-9d68dbc17d90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b9f0020-0600-46fe-949b-2d0e9932a74b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b9f0020-0600-46fe-949b-2d0e9932a74b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464916093017813286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286134649160930178132861346491609301781328613464916093017813286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81ce760-072c-4de0-beca-6c0287426b1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b20ce7c-6910-41af-87f6-09a607e5b079, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b20ce7c-6910-41af-87f6-09a607e5b079, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12372435959523628809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809123724359595236288091237243595952362880912372435959523628809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b9f0020-0600-46fe-949b-2d0e9932a74b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9289c14-a4b8-4bb9-8869-0146e1434737, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9289c14-a4b8-4bb9-8869-0146e1434737, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508995330899586691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691850899533089958669185089953308995866918508995330899586691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b20ce7c-6910-41af-87f6-09a607e5b079, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba7cf15b-c7cc-4a53-9484-efccd671cca3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7cf15b-c7cc-4a53-9484-efccd671cca3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5144579166869151937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937514457916686915193751445791668691519375144579166869151937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9289c14-a4b8-4bb9-8869-0146e1434737, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 673ac3fd-90d4-4479-9a2b-fa765b7a3d88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 673ac3fd-90d4-4479-9a2b-fa765b7a3d88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11747146368539142687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687117471463685391426871174714636853914268711747146368539142687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7cf15b-c7cc-4a53-9484-efccd671cca3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d440ba35-5cc4-4c72-9671-307de980bb09, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d440ba35-5cc4-4c72-9671-307de980bb09, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5017897304152688181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181501789730415268818150178973041526881815017897304152688181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 673ac3fd-90d4-4479-9a2b-fa765b7a3d88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ff5165c-c4bc-4685-acea-d13ba2bde1fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ff5165c-c4bc-4685-acea-d13ba2bde1fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4720413402033062898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898472041340203306289847204134020330628984720413402033062898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ff5165c-c4bc-4685-acea-d13ba2bde1fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28ee04da-477d-41c2-9e4c-d24700b8c3a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ee04da-477d-41c2-9e4c-d24700b8c3a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362851754320167431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431436285175432016743143628517543201674314362851754320167431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d440ba35-5cc4-4c72-9671-307de980bb09, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3906fd0-cb35-4c3c-b74e-e383522d736a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3906fd0-cb35-4c3c-b74e-e383522d736a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17006403773795448304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304170064037737954483041700640377379544830417006403773795448304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3906fd0-cb35-4c3c-b74e-e383522d736a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 896bc99d-fcf2-4044-aca9-7f8482b049f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 896bc99d-fcf2-4044-aca9-7f8482b049f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13889894172294323304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304138898941722943233041388989417229432330413889894172294323304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ee04da-477d-41c2-9e4c-d24700b8c3a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f812b38-2236-4b61-baeb-8e99055408b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f812b38-2236-4b61-baeb-8e99055408b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4630151999262647652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652463015199926264765246301519992626476524630151999262647652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 896bc99d-fcf2-4044-aca9-7f8482b049f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26b8648e-4588-4c7a-8c12-c8d00768d3e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b8648e-4588-4c7a-8c12-c8d00768d3e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14568882040357981832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832145688820403579818321456888204035798183214568882040357981832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b8648e-4588-4c7a-8c12-c8d00768d3e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8555497-85d3-44ba-b231-9800e01e1c76, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8555497-85d3-44ba-b231-9800e01e1c76, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7814735136347918659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659781473513634791865978147351363479186597814735136347918659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f812b38-2236-4b61-baeb-8e99055408b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d82778-ecb5-4d31-9ea9-f77431e85c24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d82778-ecb5-4d31-9ea9-f77431e85c24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10619726101486475742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742106197261014864757421061972610148647574210619726101486475742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d82778-ecb5-4d31-9ea9-f77431e85c24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f594dbd8-42aa-4375-ac84-338012d7b38c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8555497-85d3-44ba-b231-9800e01e1c76, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce6ab24a-ed26-4ea8-9a28-275980c00ce0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6ab24a-ed26-4ea8-9a28-275980c00ce0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15938203416032354692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692159382034160323546921593820341603235469215938203416032354692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f594dbd8-42aa-4375-ac84-338012d7b38c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13400443331774426077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077134004433317744260771340044333177442607713400443331774426077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f594dbd8-42aa-4375-ac84-338012d7b38c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde56b94-3307-49cc-ba33-a7b1d2cf65a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde56b94-3307-49cc-ba33-a7b1d2cf65a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16534296343662944983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983165342963436629449831653429634366294498316534296343662944983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6ab24a-ed26-4ea8-9a28-275980c00ce0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8b7fbd-af4d-4c15-bd7b-99196efb207e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8b7fbd-af4d-4c15-bd7b-99196efb207e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677301928998975871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871106773019289989758711067730192899897587110677301928998975871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde56b94-3307-49cc-ba33-a7b1d2cf65a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d30696-9382-4220-ab2b-a4553593f513, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d30696-9382-4220-ab2b-a4553593f513, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8569523735509721627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627856952373550972162785695237355097216278569523735509721627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8b7fbd-af4d-4c15-bd7b-99196efb207e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16600c96-26ba-4643-aad1-14f599c7241d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16600c96-26ba-4643-aad1-14f599c7241d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6586730372662587280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280658673037266258728065867303726625872806586730372662587280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d30696-9382-4220-ab2b-a4553593f513, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e881b2c6-5ee5-446d-b4a4-08c3e63e5853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e881b2c6-5ee5-446d-b4a4-08c3e63e5853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12151896524130713929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929121518965241307139291215189652413071392912151896524130713929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16600c96-26ba-4643-aad1-14f599c7241d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6757f1f-bb64-460d-88c5-72ef6f6d0ae1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6757f1f-bb64-460d-88c5-72ef6f6d0ae1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16190374632884577433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433161903746328845774331619037463288457743316190374632884577433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6757f1f-bb64-460d-88c5-72ef6f6d0ae1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54e0d2a8-6700-461a-bc2c-bea72cfdba3a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54e0d2a8-6700-461a-bc2c-bea72cfdba3a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995822875913521677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677139958228759135216771399582287591352167713995822875913521677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e881b2c6-5ee5-446d-b4a4-08c3e63e5853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681909d2-3805-4e6a-9aef-89b4afdcfa4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681909d2-3805-4e6a-9aef-89b4afdcfa4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10801146358395216115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115108011463583952161151080114635839521611510801146358395216115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54e0d2a8-6700-461a-bc2c-bea72cfdba3a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a5ced45-071a-4b6b-8bdb-240713b65255, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a5ced45-071a-4b6b-8bdb-240713b65255, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188132385044392719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719718813238504439271971881323850443927197188132385044392719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681909d2-3805-4e6a-9aef-89b4afdcfa4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e368154c-5c41-4798-a89f-7c374b6b5ecc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e368154c-5c41-4798-a89f-7c374b6b5ecc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17796615710519599351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351177966157105195993511779661571051959935117796615710519599351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a5ced45-071a-4b6b-8bdb-240713b65255, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0393cb9a-4c16-4c20-9ca5-2a5821a26833, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0393cb9a-4c16-4c20-9ca5-2a5821a26833, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2701664490793643403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403270166449079364340327016644907936434032701664490793643403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e368154c-5c41-4798-a89f-7c374b6b5ecc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59871cec-9825-45c2-92f8-f5e3b8d16594, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59871cec-9825-45c2-92f8-f5e3b8d16594, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 370401139693022821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821370401139693022821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0393cb9a-4c16-4c20-9ca5-2a5821a26833, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ff18f7-1479-4b06-9e1f-cc143f44843c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ff18f7-1479-4b06-9e1f-cc143f44843c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 633146498690509030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030633146498690509030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59871cec-9825-45c2-92f8-f5e3b8d16594, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f12d133b-2494-42a5-acd8-08824f81c835, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f12d133b-2494-42a5-acd8-08824f81c835, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200451309618211130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130102004513096182111301020045130961821113010200451309618211130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ff18f7-1479-4b06-9e1f-cc143f44843c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22e4937-eb3b-4b35-a69a-f6f401c50a4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22e4937-eb3b-4b35-a69a-f6f401c50a4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18414571645626889766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766184145716456268897661841457164562688976618414571645626889766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f12d133b-2494-42a5-acd8-08824f81c835, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9e9d58-d38a-467f-aa91-29b0fa64ac21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9e9d58-d38a-467f-aa91-29b0fa64ac21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15704834512780233939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939157048345127802339391570483451278023393915704834512780233939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22e4937-eb3b-4b35-a69a-f6f401c50a4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5d7bff5-45af-49d1-854a-4b7bff7da001, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5d7bff5-45af-49d1-854a-4b7bff7da001, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10778551889190914816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816107785518891909148161077855188919091481610778551889190914816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9e9d58-d38a-467f-aa91-29b0fa64ac21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 640bdfda-c8ff-4858-93d0-598e35399ca1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640bdfda-c8ff-4858-93d0-598e35399ca1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12806773995742689688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688128067739957426896881280677399574268968812806773995742689688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5d7bff5-45af-49d1-854a-4b7bff7da001, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3127db08-2e2e-48ee-b981-540eee497045, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3127db08-2e2e-48ee-b981-540eee497045, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4087102496019956586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586408710249601995658640871024960199565864087102496019956586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640bdfda-c8ff-4858-93d0-598e35399ca1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188e8dfa-b4dd-465d-b21e-aaa37086473b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188e8dfa-b4dd-465d-b21e-aaa37086473b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9683207378126103254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254968320737812610325496832073781261032549683207378126103254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3127db08-2e2e-48ee-b981-540eee497045, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39f8a049-0709-4a44-87d6-4ae5d8430dc8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39f8a049-0709-4a44-87d6-4ae5d8430dc8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10076503548590717670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670100765035485907176701007650354859071767010076503548590717670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188e8dfa-b4dd-465d-b21e-aaa37086473b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c174eed-1975-4851-9570-46a61caa13ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c174eed-1975-4851-9570-46a61caa13ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17506380988401534083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083175063809884015340831750638098840153408317506380988401534083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39f8a049-0709-4a44-87d6-4ae5d8430dc8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d38b8fd-3892-471a-857a-8b79c8c88d49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d38b8fd-3892-471a-857a-8b79c8c88d49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512028981075857099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099251202898107585709925120289810758570992512028981075857099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c174eed-1975-4851-9570-46a61caa13ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2ca1f76-15d3-4755-9d13-4ff38f246be8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ca1f76-15d3-4755-9d13-4ff38f246be8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5827681896076967179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179582768189607696717958276818960769671795827681896076967179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ca1f76-15d3-4755-9d13-4ff38f246be8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54d32658-1ae5-422e-bdeb-f6da32199990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54d32658-1ae5-422e-bdeb-f6da32199990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11459580692630247110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110114595806926302471101145958069263024711011459580692630247110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d38b8fd-3892-471a-857a-8b79c8c88d49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12115364-249d-459c-9aae-d4d7db78e146, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12115364-249d-459c-9aae-d4d7db78e146, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3273132785982143946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946327313278598214394632731327859821439463273132785982143946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12115364-249d-459c-9aae-d4d7db78e146, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d33574-f3e8-4e13-af38-cf9567dc2223, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d33574-f3e8-4e13-af38-cf9567dc2223, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16149991117728482808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808161499911177284828081614999111772848280816149991117728482808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54d32658-1ae5-422e-bdeb-f6da32199990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc5b734-9daf-4d8c-834c-fcfd8d97fc5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d33574-f3e8-4e13-af38-cf9567dc2223, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d7e1bcf-cf85-4d29-b01a-f3f6160dc2e9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc5b734-9daf-4d8c-834c-fcfd8d97fc5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6741378284975058532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532674137828497505853267413782849750585326741378284975058532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d7e1bcf-cf85-4d29-b01a-f3f6160dc2e9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 791487308368914828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828791487308368914828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d7e1bcf-cf85-4d29-b01a-f3f6160dc2e9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c482848-2bd3-499a-ad20-15d70b780bb9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c482848-2bd3-499a-ad20-15d70b780bb9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4882944407091481079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079488294440709148107948829444070914810794882944407091481079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc5b734-9daf-4d8c-834c-fcfd8d97fc5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2431ed-a5dd-4efc-896f-7a339b04d700, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2431ed-a5dd-4efc-896f-7a339b04d700, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16629399446970440987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987166293994469704409871662939944697044098716629399446970440987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c482848-2bd3-499a-ad20-15d70b780bb9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61c46bcc-9563-4f96-b7f6-047fdf418e7c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c46bcc-9563-4f96-b7f6-047fdf418e7c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4277891884603803864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864427789188460380386442778918846038038644277891884603803864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2431ed-a5dd-4efc-896f-7a339b04d700, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbbdbf50-040c-4fbe-8cd1-e97690c2d42a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbbdbf50-040c-4fbe-8cd1-e97690c2d42a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6654062565454526219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219665406256545452621966540625654545262196654062565454526219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c46bcc-9563-4f96-b7f6-047fdf418e7c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce6e49e3-94bc-4f7a-95a3-96a8925d4d77, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce6e49e3-94bc-4f7a-95a3-96a8925d4d77, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757692953880173028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028157576929538801730281575769295388017302815757692953880173028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbbdbf50-040c-4fbe-8cd1-e97690c2d42a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb80ca74-fe27-4da5-98a7-ad64c1ab9437, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb80ca74-fe27-4da5-98a7-ad64c1ab9437, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11862581992799018798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798118625819927990187981186258199279901879811862581992799018798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce6e49e3-94bc-4f7a-95a3-96a8925d4d77, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b33c2a94-e763-4e4f-9ff4-30d012a99290, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b33c2a94-e763-4e4f-9ff4-30d012a99290, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1502767827997750425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425150276782799775042515027678279977504251502767827997750425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb80ca74-fe27-4da5-98a7-ad64c1ab9437, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97580d53-e36f-4d3b-b464-0e8e2ed8743a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97580d53-e36f-4d3b-b464-0e8e2ed8743a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7365424057981994650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650736542405798199465073654240579819946507365424057981994650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b33c2a94-e763-4e4f-9ff4-30d012a99290, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e26edb-dede-4948-babd-86a7ce429d8d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e26edb-dede-4948-babd-86a7ce429d8d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120056406370829293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293812005640637082929381200564063708292938120056406370829293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97580d53-e36f-4d3b-b464-0e8e2ed8743a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c5e496-63cf-4b66-a954-931c1e2ad019, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c5e496-63cf-4b66-a954-931c1e2ad019, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16009796030051467767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767160097960300514677671600979603005146776716009796030051467767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e26edb-dede-4948-babd-86a7ce429d8d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a826ff-1204-4907-8499-94ec2e333f07, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a826ff-1204-4907-8499-94ec2e333f07, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14756738609704612044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044147567386097046120441475673860970461204414756738609704612044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c5e496-63cf-4b66-a954-931c1e2ad019, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80066cf3-9c3d-449b-9c48-4fc6592368f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80066cf3-9c3d-449b-9c48-4fc6592368f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5865868275438603440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440586586827543860344058658682754386034405865868275438603440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a826ff-1204-4907-8499-94ec2e333f07, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69efd14-086e-4ef3-8e7b-6a585f2a3669, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69efd14-086e-4ef3-8e7b-6a585f2a3669, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17824383594033112159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159178243835940331121591782438359403311215917824383594033112159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80066cf3-9c3d-449b-9c48-4fc6592368f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea92047f-3b66-4196-b2b9-42eb9181c853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea92047f-3b66-4196-b2b9-42eb9181c853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17192599083731923210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210171925990837319232101719259908373192321017192599083731923210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69efd14-086e-4ef3-8e7b-6a585f2a3669, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ff19c1-2117-4f86-ac3a-aca8dda9f3d1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ff19c1-2117-4f86-ac3a-aca8dda9f3d1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3723673656025150707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707372367365602515070737236736560251507073723673656025150707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea92047f-3b66-4196-b2b9-42eb9181c853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efeb309c-35a7-428f-bb4f-842d4bbddb66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efeb309c-35a7-428f-bb4f-842d4bbddb66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16373498224645399654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654163734982246453996541637349822464539965416373498224645399654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ff19c1-2117-4f86-ac3a-aca8dda9f3d1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db96136-9332-4067-b18c-5873326f8d69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db96136-9332-4067-b18c-5873326f8d69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462909841197806175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175124629098411978061751246290984119780617512462909841197806175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efeb309c-35a7-428f-bb4f-842d4bbddb66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d24d3e-959c-4f4e-9867-1a6bcfdd4602, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d24d3e-959c-4f4e-9867-1a6bcfdd4602, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7520229692321324501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501752022969232132450175202296923213245017520229692321324501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db96136-9332-4067-b18c-5873326f8d69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19f7b9c6-92fe-47af-8815-e59b19ee4973, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f7b9c6-92fe-47af-8815-e59b19ee4973, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14585128578634093350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350145851285786340933501458512857863409335014585128578634093350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d24d3e-959c-4f4e-9867-1a6bcfdd4602, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b779029b-c396-4724-b62a-a889ef5c3102, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b779029b-c396-4724-b62a-a889ef5c3102, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15245408307419778014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014152454083074197780141524540830741977801415245408307419778014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f7b9c6-92fe-47af-8815-e59b19ee4973, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 927e54df-8a8f-4895-b826-ae1441658384, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927e54df-8a8f-4895-b826-ae1441658384, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825645483406374309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309825645483406374309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b779029b-c396-4724-b62a-a889ef5c3102, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1b310d6-d4b8-49d4-81ff-4f31a091878d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1b310d6-d4b8-49d4-81ff-4f31a091878d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974040295969035523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523797404029596903552379740402959690355237974040295969035523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927e54df-8a8f-4895-b826-ae1441658384, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cc59e5d-93d5-4a37-8954-c027c064cfc7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc59e5d-93d5-4a37-8954-c027c064cfc7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 745661057013224742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742745661057013224742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1b310d6-d4b8-49d4-81ff-4f31a091878d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b164bc8-d944-41d5-8310-bc9647e31491, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b164bc8-d944-41d5-8310-bc9647e31491, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17201808749606479283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283172018087496064792831720180874960647928317201808749606479283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc59e5d-93d5-4a37-8954-c027c064cfc7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 261c8927-55c6-4a25-9264-6115e2daa859, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 261c8927-55c6-4a25-9264-6115e2daa859, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279678512252235511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511162796785122522355111627967851225223551116279678512252235511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b164bc8-d944-41d5-8310-bc9647e31491, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a2fe926-9547-4b2b-b956-f808230a91f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a2fe926-9547-4b2b-b956-f808230a91f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15868678105625398150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150158686781056253981501586867810562539815015868678105625398150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 261c8927-55c6-4a25-9264-6115e2daa859, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643e5c74-4fd5-4318-96e1-fd5a230a17a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643e5c74-4fd5-4318-96e1-fd5a230a17a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705816348983106249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249970581634898310624997058163489831062499705816348983106249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a2fe926-9547-4b2b-b956-f808230a91f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a36b7ca-2056-4454-84eb-8a1e6f7b3b3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643e5c74-4fd5-4318-96e1-fd5a230a17a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c6995aa-e5f2-46b6-9451-781f691f10da, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c6995aa-e5f2-46b6-9451-781f691f10da, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16965215244425562162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162169652152444255621621696521524442556216216965215244425562162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a36b7ca-2056-4454-84eb-8a1e6f7b3b3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889764190891358174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174588976419089135817458897641908913581745889764190891358174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c6995aa-e5f2-46b6-9451-781f691f10da, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a36b7ca-2056-4454-84eb-8a1e6f7b3b3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ef88046-90b6-4f8c-a1d0-baa191b85a5b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ef88046-90b6-4f8c-a1d0-baa191b85a5b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663321529985404255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255166633215299854042551666332152998540425516663321529985404255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83c0fe6d-d0f7-454b-9959-9248a099fce1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c0fe6d-d0f7-454b-9959-9248a099fce1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17361962395101586307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307173619623951015863071736196239510158630717361962395101586307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ef88046-90b6-4f8c-a1d0-baa191b85a5b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1300015f-ce05-4e57-a50b-dd81a38a69b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1300015f-ce05-4e57-a50b-dd81a38a69b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9689910941706545347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347968991094170654534796899109417065453479689910941706545347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c0fe6d-d0f7-454b-9959-9248a099fce1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd0cf61-1e86-4f18-9a93-9ae269c36092, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd0cf61-1e86-4f18-9a93-9ae269c36092, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4159724378324778932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932415972437832477893241597243783247789324159724378324778932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1300015f-ce05-4e57-a50b-dd81a38a69b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5fdc81-e0d3-47de-9aa1-d68c3d682239, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5fdc81-e0d3-47de-9aa1-d68c3d682239, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6405840626972968480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480640584062697296848064058406269729684806405840626972968480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd0cf61-1e86-4f18-9a93-9ae269c36092, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c733fddb-6612-48e5-ad94-43399b89251e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5fdc81-e0d3-47de-9aa1-d68c3d682239, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e3236d0-dab1-46ae-9874-515046400e71, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c733fddb-6612-48e5-ad94-43399b89251e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12674977969473419734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734126749779694734197341267497796947341973412674977969473419734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e3236d0-dab1-46ae-9874-515046400e71, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154173988763790020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020515417398876379002051541739887637900205154173988763790020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c733fddb-6612-48e5-ad94-43399b89251e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da656f40-c04b-463e-adcc-386282101a0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da656f40-c04b-463e-adcc-386282101a0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713727383202601932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932137137273832026019321371372738320260193213713727383202601932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e3236d0-dab1-46ae-9874-515046400e71, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18ce6147-b8bc-4258-a05c-5d4028b11242, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ce6147-b8bc-4258-a05c-5d4028b11242, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362421459307287902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902173624214593072879021736242145930728790217362421459307287902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da656f40-c04b-463e-adcc-386282101a0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e1865f-c21f-4e75-b04f-465d86ec9e86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ce6147-b8bc-4258-a05c-5d4028b11242, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5bc28dd-4f5a-4f3a-a7f8-0c8d983b1694, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5bc28dd-4f5a-4f3a-a7f8-0c8d983b1694, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5504557401041679014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014550455740104167901455045574010416790145504557401041679014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e1865f-c21f-4e75-b04f-465d86ec9e86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6892272588115609112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112689227258811560911268922725881156091126892272588115609112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e1865f-c21f-4e75-b04f-465d86ec9e86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9acc8d6-76f8-4da0-a2e3-74dd2ce12902, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9acc8d6-76f8-4da0-a2e3-74dd2ce12902, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16088283334247840807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807160882833342478408071608828333424784080716088283334247840807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5bc28dd-4f5a-4f3a-a7f8-0c8d983b1694, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15770b5a-d6f1-405d-a1bd-4330828f45db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15770b5a-d6f1-405d-a1bd-4330828f45db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11879018306048913836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836118790183060489138361187901830604891383611879018306048913836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9acc8d6-76f8-4da0-a2e3-74dd2ce12902, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544a5a09-ed31-498e-8cdb-82aa3cc761eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544a5a09-ed31-498e-8cdb-82aa3cc761eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10328693856736811789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789103286938567368117891032869385673681178910328693856736811789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15770b5a-d6f1-405d-a1bd-4330828f45db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 968874d3-7ca3-43c5-8ed6-931ff4d4ed93, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968874d3-7ca3-43c5-8ed6-931ff4d4ed93, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13530123996518379322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322135301239965183793221353012399651837932213530123996518379322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544a5a09-ed31-498e-8cdb-82aa3cc761eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2f256b-90e0-4281-a71c-70fc88cc7ece, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2f256b-90e0-4281-a71c-70fc88cc7ece, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10353852997065795104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104103538529970657951041035385299706579510410353852997065795104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968874d3-7ca3-43c5-8ed6-931ff4d4ed93, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 002e148c-1a9a-4d79-9358-d6ac0f716839, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 002e148c-1a9a-4d79-9358-d6ac0f716839, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10832754874639620450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450108327548746396204501083275487463962045010832754874639620450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2f256b-90e0-4281-a71c-70fc88cc7ece, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6458500-c349-4b6c-9a2b-0ec9db5fe130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 002e148c-1a9a-4d79-9358-d6ac0f716839, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a73e8ed7-22fa-410a-8115-d06e3c272422, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6458500-c349-4b6c-9a2b-0ec9db5fe130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4853060819970155040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040485306081997015504048530608199701550404853060819970155040" } } } 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:26181/1
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73e8ed7-22fa-410a-8115-d06e3c272422, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884124270965553638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638388412427096555363838841242709655536383884124270965553638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73e8ed7-22fa-410a-8115-d06e3c272422, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02580ee7-0930-47b2-b602-ae2f70bb6d83, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02580ee7-0930-47b2-b602-ae2f70bb6d83, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9477953878918391247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247947795387891839124794779538789183912479477953878918391247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6458500-c349-4b6c-9a2b-0ec9db5fe130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e883ccf5-402f-4c15-94c3-3f8a0bea8d14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e883ccf5-402f-4c15-94c3-3f8a0bea8d14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976464913750676885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885129764649137506768851297646491375067688512976464913750676885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02580ee7-0930-47b2-b602-ae2f70bb6d83, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85730c78-2c58-4982-bcaf-75a8b9e675c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85730c78-2c58-4982-bcaf-75a8b9e675c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9403788118610356857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857940378811861035685794037881186103568579403788118610356857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e883ccf5-402f-4c15-94c3-3f8a0bea8d14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de08eaff-bf12-4f5a-87ef-ca67b45fbbdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de08eaff-bf12-4f5a-87ef-ca67b45fbbdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6052171136189224575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575605217113618922457560521711361892245756052171136189224575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de08eaff-bf12-4f5a-87ef-ca67b45fbbdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f92954b-f039-4591-8336-6d448112d197, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f92954b-f039-4591-8336-6d448112d197, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300527774468293574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574153005277744682935741530052777446829357415300527774468293574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85730c78-2c58-4982-bcaf-75a8b9e675c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fc6f2b-7d21-4c68-8416-d98b8dea9357, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fc6f2b-7d21-4c68-8416-d98b8dea9357, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640595187445722618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618864059518744572261886405951874457226188640595187445722618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f92954b-f039-4591-8336-6d448112d197, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ac3d6af-9c30-4a64-9f09-d4ec36157071, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ac3d6af-9c30-4a64-9f09-d4ec36157071, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5397992564590782914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914539799256459078291453979925645907829145397992564590782914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fc6f2b-7d21-4c68-8416-d98b8dea9357, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e412e4f2-9404-4f11-b3c0-6b3754883dfd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e412e4f2-9404-4f11-b3c0-6b3754883dfd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8304078657800561963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963830407865780056196383040786578005619638304078657800561963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ac3d6af-9c30-4a64-9f09-d4ec36157071, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741efd6e-a17f-4ccd-9a9e-97c2b102600a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741efd6e-a17f-4ccd-9a9e-97c2b102600a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16363538891250435694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694163635388912504356941636353889125043569416363538891250435694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e412e4f2-9404-4f11-b3c0-6b3754883dfd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 009b75ed-2e8d-4b6f-ba8d-e316e4f132f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009b75ed-2e8d-4b6f-ba8d-e316e4f132f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 902020150455754782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782902020150455754782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741efd6e-a17f-4ccd-9a9e-97c2b102600a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22bfae69-15d6-44ea-8c2f-54460a146d5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009b75ed-2e8d-4b6f-ba8d-e316e4f132f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ca4737b-1f65-4846-a7bd-a3121e25488c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22bfae69-15d6-44ea-8c2f-54460a146d5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10537306710125971582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582105373067101259715821053730671012597158210537306710125971582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca4737b-1f65-4846-a7bd-a3121e25488c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14779536498765682231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231147795364987656822311477953649876568223114779536498765682231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22bfae69-15d6-44ea-8c2f-54460a146d5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5246c4-983f-4129-afcf-4c751aecec10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5246c4-983f-4129-afcf-4c751aecec10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11260634521337508831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831112606345213375088311126063452133750883111260634521337508831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca4737b-1f65-4846-a7bd-a3121e25488c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7cd41e-97c2-48c4-b25e-ca96b425f85f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7cd41e-97c2-48c4-b25e-ca96b425f85f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7053399203531525850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850705339920353152585070533992035315258507053399203531525850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5246c4-983f-4129-afcf-4c751aecec10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d58850-1412-4e6e-86a9-c0a36aba915f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d58850-1412-4e6e-86a9-c0a36aba915f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17271306057270445851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851172713060572704458511727130605727044585117271306057270445851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7cd41e-97c2-48c4-b25e-ca96b425f85f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a1f7dc5-43f9-46ed-a972-1276084318a0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a1f7dc5-43f9-46ed-a972-1276084318a0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 668664191495001486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486668664191495001486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d58850-1412-4e6e-86a9-c0a36aba915f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d485c4e2-86f9-44a9-815d-b9cbb5cd1294, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d485c4e2-86f9-44a9-815d-b9cbb5cd1294, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16280699595893927836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836162806995958939278361628069959589392783616280699595893927836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a1f7dc5-43f9-46ed-a972-1276084318a0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3973d23f-db96-44d3-975f-57990dd0ef57, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3973d23f-db96-44d3-975f-57990dd0ef57, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9288090471465718887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887928809047146571888792880904714657188879288090471465718887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d485c4e2-86f9-44a9-815d-b9cbb5cd1294, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127f5dd3-b9cf-4551-b2db-e7fe3d5f17b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127f5dd3-b9cf-4551-b2db-e7fe3d5f17b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4372519453475440455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455437251945347544045543725194534754404554372519453475440455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3973d23f-db96-44d3-975f-57990dd0ef57, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6a2856-9c1c-4b54-b899-2d9b107a90d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6a2856-9c1c-4b54-b899-2d9b107a90d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7319744920404580402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402731974492040458040273197449204045804027319744920404580402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127f5dd3-b9cf-4551-b2db-e7fe3d5f17b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8f203f8-684d-486c-930f-1f31dee4ee28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f203f8-684d-486c-930f-1f31dee4ee28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10625688335816848434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434106256883358168484341062568833581684843410625688335816848434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6a2856-9c1c-4b54-b899-2d9b107a90d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0128e7d-d6f1-4913-9ec3-b15c5a7fd381, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0128e7d-d6f1-4913-9ec3-b15c5a7fd381, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8266093932934872425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425826609393293487242582660939329348724258266093932934872425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f203f8-684d-486c-930f-1f31dee4ee28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1170f5-2e2f-4b22-8848-27d90e33085c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1170f5-2e2f-4b22-8848-27d90e33085c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5564588180543812003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003556458818054381200355645881805438120035564588180543812003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0128e7d-d6f1-4913-9ec3-b15c5a7fd381, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a1301d-f74e-4af0-b654-2ae816930eb3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a1301d-f74e-4af0-b654-2ae816930eb3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 496694141510860832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832496694141510860832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a1301d-f74e-4af0-b654-2ae816930eb3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 293d484c-1d62-47e6-815b-85098df9f91d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 293d484c-1d62-47e6-815b-85098df9f91d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141105093424482992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992214110509342448299221411050934244829922141105093424482992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1170f5-2e2f-4b22-8848-27d90e33085c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa46cfc9-e5e0-4eb9-aa5e-cf9d7617ecba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa46cfc9-e5e0-4eb9-aa5e-cf9d7617ecba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16546090853479399016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016165460908534793990161654609085347939901616546090853479399016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 293d484c-1d62-47e6-815b-85098df9f91d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdc8149b-1b39-4b6f-97fb-2b8ba3aae637, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdc8149b-1b39-4b6f-97fb-2b8ba3aae637, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369268667939201858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858123692686679392018581236926866793920185812369268667939201858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa46cfc9-e5e0-4eb9-aa5e-cf9d7617ecba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdeccdb7-2662-47de-ac81-5ffc8f2a88a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdc8149b-1b39-4b6f-97fb-2b8ba3aae637, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f84b65-d0b5-4b3d-ac22-3fdab13193cc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f84b65-d0b5-4b3d-ac22-3fdab13193cc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3587296243028427673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673358729624302842767335872962430284276733587296243028427673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdeccdb7-2662-47de-ac81-5ffc8f2a88a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3867799200929061797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797386779920092906179738677992009290617973867799200929061797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdeccdb7-2662-47de-ac81-5ffc8f2a88a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf2504e2-6d98-45d5-a348-38f86acb3e47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf2504e2-6d98-45d5-a348-38f86acb3e47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14119294484096178047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047141192944840961780471411929448409617804714119294484096178047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f84b65-d0b5-4b3d-ac22-3fdab13193cc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eccd5443-dfe9-4bd3-8bdf-3a9df5602cc4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccd5443-dfe9-4bd3-8bdf-3a9df5602cc4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16517231912231249065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065165172319122312490651651723191223124906516517231912231249065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf2504e2-6d98-45d5-a348-38f86acb3e47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1ef73e-4b1a-4a5e-a5c4-9583078bd259, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccd5443-dfe9-4bd3-8bdf-3a9df5602cc4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 375459bd-cd5c-4fce-ab72-3484919c2485, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375459bd-cd5c-4fce-ab72-3484919c2485, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4910631156744974086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086491063115674497408649106311567449740864910631156744974086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1ef73e-4b1a-4a5e-a5c4-9583078bd259, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10515641435189018887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887105156414351890188871051564143518901888710515641435189018887" } } } 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/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2vh13dzy.log --grpc-port=26181 --mon-port=22640 --ic-port=20050 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_1/logfile_2vh13dzy.log', '--grpc-port=26181', '--mon-port=22640', '--ic-port=20050', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1445830
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:26181/1
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375459bd-cd5c-4fce-ab72-3484919c2485, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1ef73e-4b1a-4a5e-a5c4-9583078bd259, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e720d816-3ac3-469f-838d-51cbe6be975e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.13
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.13
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48ff1460-9ae6-4f0c-822d-e83397146a45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ff1460-9ae6-4f0c-822d-e83397146a45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3301666810383458980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980330166681038345898033016668103834589803301666810383458980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e720d816-3ac3-469f-838d-51cbe6be975e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12599513328166444300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300125995133281664443001259951332816644430012599513328166444300" } } } 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: 1445831
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e720d816-3ac3-469f-838d-51cbe6be975e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d2000a-7a04-4cee-bdf6-3d8319f2b9d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d2000a-7a04-4cee-bdf6-3d8319f2b9d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9834493536147442405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405983449353614744240598344935361474424059834493536147442405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ff1460-9ae6-4f0c-822d-e83397146a45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfb5fece-a040-462b-b775-df81de9c1125, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d2000a-7a04-4cee-bdf6-3d8319f2b9d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 604c63fd-49c0-40a4-ab98-63111e9d8dbb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604c63fd-49c0-40a4-ab98-63111e9d8dbb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2950471332483235980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980295047133248323598029504713324832359802950471332483235980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb5fece-a040-462b-b775-df81de9c1125, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8573588140565833768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768857358814056583376885735881405658337688573588140565833768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb5fece-a040-462b-b775-df81de9c1125, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21f4eecf-79a9-4ab1-ac8d-ae858516a4af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21f4eecf-79a9-4ab1-ac8d-ae858516a4af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9147928509585808992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992914792850958580899291479285095858089929147928509585808992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604c63fd-49c0-40a4-ab98-63111e9d8dbb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a79fce6-4057-4ac3-af7e-76fcf8999444, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a79fce6-4057-4ac3-af7e-76fcf8999444, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13348891820896049924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924133488918208960499241334889182089604992413348891820896049924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a79fce6-4057-4ac3-af7e-76fcf8999444, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bcb5a7e-e0db-4ead-8159-4edf39f98fa2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bcb5a7e-e0db-4ead-8159-4edf39f98fa2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17499937632043090033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033174999376320430900331749993763204309003317499937632043090033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21f4eecf-79a9-4ab1-ac8d-ae858516a4af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95c9adf0-34d0-4baf-9845-5f4b658049f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c9adf0-34d0-4baf-9845-5f4b658049f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120200556083405408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408151202005560834054081512020055608340540815120200556083405408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c9adf0-34d0-4baf-9845-5f4b658049f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bcb5a7e-e0db-4ead-8159-4edf39f98fa2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a446fbea-4e0f-4ce2-8e3a-7fe5172ba665, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a446fbea-4e0f-4ce2-8e3a-7fe5172ba665, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10527208743992523111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111105272087439925231111052720874399252311110527208743992523111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccae5db9-d7dd-416e-8d47-124b7ed1fe69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccae5db9-d7dd-416e-8d47-124b7ed1fe69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11209650504763653253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253112096505047636532531120965050476365325311209650504763653253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a446fbea-4e0f-4ce2-8e3a-7fe5172ba665, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2544d7d4-776a-4fc9-b914-7178ba54e739, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccae5db9-d7dd-416e-8d47-124b7ed1fe69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 369ec9a0-a980-4744-be8e-1951ee560979, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 369ec9a0-a980-4744-be8e-1951ee560979, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4496013112977518844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844449601311297751884444960131129775188444496013112977518844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2544d7d4-776a-4fc9-b914-7178ba54e739, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4585589234843960094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094458558923484396009445855892348439600944585589234843960094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 369ec9a0-a980-4744-be8e-1951ee560979, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d298fad-d6bd-41ce-b676-8b9598b7cb3f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2544d7d4-776a-4fc9-b914-7178ba54e739, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8836d48b-17b1-4175-a26a-d01d1ff7b358, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8836d48b-17b1-4175-a26a-d01d1ff7b358, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9964946574973737969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969996494657497373796999649465749737379699964946574973737969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d298fad-d6bd-41ce-b676-8b9598b7cb3f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3099755627180876994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994309975562718087699430997556271808769943099755627180876994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8836d48b-17b1-4175-a26a-d01d1ff7b358, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d798ec64-b5d8-4b87-b7ef-9d0b57e7c4cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d798ec64-b5d8-4b87-b7ef-9d0b57e7c4cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 336902915353856073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073336902915353856073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d298fad-d6bd-41ce-b676-8b9598b7cb3f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbdb9e0c-f54c-4dac-b64c-02613c255334, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbdb9e0c-f54c-4dac-b64c-02613c255334, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048210203854633863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863140482102038546338631404821020385463386314048210203854633863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d798ec64-b5d8-4b87-b7ef-9d0b57e7c4cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f82851c-5637-43e8-a7a3-a82e28ea1f85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f82851c-5637-43e8-a7a3-a82e28ea1f85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12987197958311574782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782129871979583115747821298719795831157478212987197958311574782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbdb9e0c-f54c-4dac-b64c-02613c255334, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5afdfce4-9c45-4aa6-9e9a-d00fc1e26748, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5afdfce4-9c45-4aa6-9e9a-d00fc1e26748, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457267824508087693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693445726782450808769344572678245080876934457267824508087693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f82851c-5637-43e8-a7a3-a82e28ea1f85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619561d3-55e5-4c54-acd8-bae81bd461cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619561d3-55e5-4c54-acd8-bae81bd461cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2958729402776636962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962295872940277663696229587294027766369622958729402776636962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5afdfce4-9c45-4aa6-9e9a-d00fc1e26748, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7eda527-6bf3-42b6-9e25-95adffb07e07, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7eda527-6bf3-42b6-9e25-95adffb07e07, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8827885296027825782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782882788529602782578288278852960278257828827885296027825782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619561d3-55e5-4c54-acd8-bae81bd461cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed82c0cb-ae88-4941-a7c3-e56a6bb662f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed82c0cb-ae88-4941-a7c3-e56a6bb662f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19879576222308134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1987957622230813419879576222308134198795762223081341987957622230813419879576222308134198795762223081341987957622230813419879576222308134198795762223081341987957622230813419879576222308134198795762223081341987957622230813419879576222308134198795762223081341987957622230813419879576222308134198795762223081341987957622230813419879576222308134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7eda527-6bf3-42b6-9e25-95adffb07e07, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d928ca-9144-44ec-bebd-912da3f0f3de, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d928ca-9144-44ec-bebd-912da3f0f3de, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16173951167056779678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678161739511670567796781617395116705677967816173951167056779678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed82c0cb-ae88-4941-a7c3-e56a6bb662f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86210a72-da10-41e0-9ffe-ade278148654, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86210a72-da10-41e0-9ffe-ade278148654, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13186101045314983185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185131861010453149831851318610104531498318513186101045314983185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d928ca-9144-44ec-bebd-912da3f0f3de, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27cc02ed-af5a-4b0c-ba67-ee6ec181fba3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27cc02ed-af5a-4b0c-ba67-ee6ec181fba3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10332783727236639912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912103327837272366399121033278372723663991210332783727236639912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86210a72-da10-41e0-9ffe-ade278148654, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf639450-7443-45ee-9e0b-7075a0295a7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf639450-7443-45ee-9e0b-7075a0295a7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4843771701554615188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188484377170155461518848437717015546151884843771701554615188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27cc02ed-af5a-4b0c-ba67-ee6ec181fba3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 357a1e02-7155-4154-8f8a-e8e64f0df99f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357a1e02-7155-4154-8f8a-e8e64f0df99f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6864758222133988425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425686475822213398842568647582221339884256864758222133988425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf639450-7443-45ee-9e0b-7075a0295a7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697b70e8-c173-41f6-870f-ab2514f7f9cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697b70e8-c173-41f6-870f-ab2514f7f9cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6303981331418366505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505630398133141836650563039813314183665056303981331418366505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357a1e02-7155-4154-8f8a-e8e64f0df99f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdde2889-9106-481c-afae-b7a6fc074b02, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdde2889-9106-481c-afae-b7a6fc074b02, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709285901814464055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055107092859018144640551070928590181446405510709285901814464055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697b70e8-c173-41f6-870f-ab2514f7f9cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c80eab84-a8c4-4c97-9ccd-dc1ab06bd2f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c80eab84-a8c4-4c97-9ccd-dc1ab06bd2f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16723422249838343914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914167234222498383439141672342224983834391416723422249838343914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdde2889-9106-481c-afae-b7a6fc074b02, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0c5cef8-18a1-4b28-9637-59c4358bf859, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0c5cef8-18a1-4b28-9637-59c4358bf859, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747981111213390028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028374798111121339002837479811112133900283747981111213390028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c80eab84-a8c4-4c97-9ccd-dc1ab06bd2f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85eeb7b-a4db-4048-9702-bb3d69d90a3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85eeb7b-a4db-4048-9702-bb3d69d90a3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3366652673144795234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234336665267314479523433666526731447952343366652673144795234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0c5cef8-18a1-4b28-9637-59c4358bf859, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a26d188-1d52-4974-9ce9-d2470e83a41c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a26d188-1d52-4974-9ce9-d2470e83a41c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 908940569603386201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201908940569603386201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85eeb7b-a4db-4048-9702-bb3d69d90a3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe28dcc7-b514-49ef-9573-221ba02d7955, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe28dcc7-b514-49ef-9573-221ba02d7955, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1851024996056719847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847185102499605671984718510249960567198471851024996056719847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a26d188-1d52-4974-9ce9-d2470e83a41c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 081bf325-0063-446e-9b91-3aaa1a68aad7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 081bf325-0063-446e-9b91-3aaa1a68aad7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9992340136274029085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085999234013627402908599923401362740290859992340136274029085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe28dcc7-b514-49ef-9573-221ba02d7955, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58b8d745-480d-4764-92a6-6227a46acb58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58b8d745-480d-4764-92a6-6227a46acb58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648590784747081403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403648590784747081403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 081bf325-0063-446e-9b91-3aaa1a68aad7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165a4bd7-f409-47e0-99e3-67f367622a72, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165a4bd7-f409-47e0-99e3-67f367622a72, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6163767541016369763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763616376754101636976361637675410163697636163767541016369763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58b8d745-480d-4764-92a6-6227a46acb58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc7b88c8-9f7d-489b-b907-624c1eb1a00e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7b88c8-9f7d-489b-b907-624c1eb1a00e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7998451139291959129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129799845113929195912979984511392919591297998451139291959129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7b88c8-9f7d-489b-b907-624c1eb1a00e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6762070e-6cf3-4bea-a3df-e5a8a67b1c47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6762070e-6cf3-4bea-a3df-e5a8a67b1c47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16536114140915965271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271165361141409159652711653611414091596527116536114140915965271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165a4bd7-f409-47e0-99e3-67f367622a72, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e24ea5fa-7561-4f07-ae47-57338ef68ce8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e24ea5fa-7561-4f07-ae47-57338ef68ce8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9002572677981877676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676900257267798187767690025726779818776769002572677981877676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6762070e-6cf3-4bea-a3df-e5a8a67b1c47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfc48b8a-9ba9-429e-acdd-83db35841206, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfc48b8a-9ba9-429e-acdd-83db35841206, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8054914805234789910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910805491480523478991080549148052347899108054914805234789910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e24ea5fa-7561-4f07-ae47-57338ef68ce8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f764fe8c-4ce3-41fa-83ac-0110cbdedd23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f764fe8c-4ce3-41fa-83ac-0110cbdedd23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13410992582611559946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946134109925826115599461341099258261155994613410992582611559946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfc48b8a-9ba9-429e-acdd-83db35841206, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e20e490-6814-4e12-a526-5f9060e0001d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e20e490-6814-4e12-a526-5f9060e0001d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16955831184270550137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137169558311842705501371695583118427055013716955831184270550137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f764fe8c-4ce3-41fa-83ac-0110cbdedd23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f67b3e2c-81f8-4ea5-9467-d075d2b0a9af, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67b3e2c-81f8-4ea5-9467-d075d2b0a9af, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2292804099060132454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454229280409906013245422928040990601324542292804099060132454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e20e490-6814-4e12-a526-5f9060e0001d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0df21a5-9ea4-4dc4-94d6-68b2ac4f0546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0df21a5-9ea4-4dc4-94d6-68b2ac4f0546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947156488339692138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138169471564883396921381694715648833969213816947156488339692138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67b3e2c-81f8-4ea5-9467-d075d2b0a9af, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405f4efb-26d7-41c3-8cc4-80f9511e5a65, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405f4efb-26d7-41c3-8cc4-80f9511e5a65, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670648020889044519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519670648020889044519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0df21a5-9ea4-4dc4-94d6-68b2ac4f0546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c19b596e-e6b1-423d-8588-5cbcf19d2dc2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c19b596e-e6b1-423d-8588-5cbcf19d2dc2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10530558224162254414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414105305582241622544141053055822416225441410530558224162254414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405f4efb-26d7-41c3-8cc4-80f9511e5a65, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a132f600-e4c8-419b-b652-eb2b8afc2918, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c19b596e-e6b1-423d-8588-5cbcf19d2dc2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e925f933-afb6-4345-833d-76765d1910cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e925f933-afb6-4345-833d-76765d1910cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16255415236045456261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261162554152360454562611625541523604545626116255415236045456261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a132f600-e4c8-419b-b652-eb2b8afc2918, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7071544637516570261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261707154463751657026170715446375165702617071544637516570261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e925f933-afb6-4345-833d-76765d1910cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09ddd72-acf3-41a0-80f8-8f68973e0fdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a132f600-e4c8-419b-b652-eb2b8afc2918, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09ddd72-acf3-41a0-80f8-8f68973e0fdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12218562918860229654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654122185629188602296541221856291886022965412218562918860229654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6277f5f-4a9a-4673-870c-43777d33b79e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6277f5f-4a9a-4673-870c-43777d33b79e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9096393484848857247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247909639348484885724790963934848488572479096393484848857247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09ddd72-acf3-41a0-80f8-8f68973e0fdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5645bece-2f64-4fee-9548-f06f9e08ad3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5645bece-2f64-4fee-9548-f06f9e08ad3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6741398179344778472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472674139817934477847267413981793447784726741398179344778472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6277f5f-4a9a-4673-870c-43777d33b79e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb8dd38-5c8b-47c9-b251-a951efc9477e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb8dd38-5c8b-47c9-b251-a951efc9477e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 58443991873053853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5844399187305385358443991873053853584439918730538535844399187305385358443991873053853584439918730538535844399187305385358443991873053853584439918730538535844399187305385358443991873053853584439918730538535844399187305385358443991873053853584439918730538535844399187305385358443991873053853584439918730538535844399187305385358443991873053853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5645bece-2f64-4fee-9548-f06f9e08ad3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b7be55c-b611-4621-b04a-be31bc5a6e7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb8dd38-5c8b-47c9-b251-a951efc9477e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23606349-bd9e-4d58-a921-74f9de669081, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b7be55c-b611-4621-b04a-be31bc5a6e7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3610952361163546827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827361095236116354682736109523611635468273610952361163546827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23606349-bd9e-4d58-a921-74f9de669081, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11795709484480080863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863117957094844800808631179570948448008086311795709484480080863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b7be55c-b611-4621-b04a-be31bc5a6e7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9df95c09-4a91-467f-86fd-592c86815151, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9df95c09-4a91-467f-86fd-592c86815151, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18055955961360973050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050180559559613609730501805595596136097305018055955961360973050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23606349-bd9e-4d58-a921-74f9de669081, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd40414-0308-4f2b-93f5-a2a8205c4c53, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd40414-0308-4f2b-93f5-a2a8205c4c53, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3095030054626759231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231309503005462675923130950300546267592313095030054626759231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9df95c09-4a91-467f-86fd-592c86815151, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd051dc-c4e0-4bad-bbf8-10e0bebb2b5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd051dc-c4e0-4bad-bbf8-10e0bebb2b5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3876577929791932374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374387657792979193237438765779297919323743876577929791932374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd40414-0308-4f2b-93f5-a2a8205c4c53, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e239284c-6a47-432a-8199-453c97971a37, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e239284c-6a47-432a-8199-453c97971a37, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2434505260275626321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321243450526027562632124345052602756263212434505260275626321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd051dc-c4e0-4bad-bbf8-10e0bebb2b5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474ad584-03cf-4c58-826b-284a72e0dc2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474ad584-03cf-4c58-826b-284a72e0dc2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7730843208542483041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041773084320854248304177308432085424830417730843208542483041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e239284c-6a47-432a-8199-453c97971a37, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5e4ad1-c697-4353-80cd-e7f524ca3ca2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5e4ad1-c697-4353-80cd-e7f524ca3ca2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9817966453149739252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252981796645314973925298179664531497392529817966453149739252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474ad584-03cf-4c58-826b-284a72e0dc2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f423d34d-3fd6-4bbe-94f2-4ae8dccd5190, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f423d34d-3fd6-4bbe-94f2-4ae8dccd5190, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8151894998751378661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661815189499875137866181518949987513786618151894998751378661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f423d34d-3fd6-4bbe-94f2-4ae8dccd5190, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0475085c-d6df-4d50-966c-9653c8f7ca2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0475085c-d6df-4d50-966c-9653c8f7ca2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16826690503762452642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642168266905037624526421682669050376245264216826690503762452642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5e4ad1-c697-4353-80cd-e7f524ca3ca2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 950bf7c7-6509-478f-98b6-95ef752e39b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 950bf7c7-6509-478f-98b6-95ef752e39b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15394096870384495577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577153940968703844955771539409687038449557715394096870384495577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0475085c-d6df-4d50-966c-9653c8f7ca2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16704fb6-613d-44ff-b8f8-31c4bd9345d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16704fb6-613d-44ff-b8f8-31c4bd9345d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 214313713444569063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063214313713444569063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 950bf7c7-6509-478f-98b6-95ef752e39b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab7acc8-00a3-4bc5-9044-ede43d7385aa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab7acc8-00a3-4bc5-9044-ede43d7385aa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938814570016305862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862139388145700163058621393881457001630586213938814570016305862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16704fb6-613d-44ff-b8f8-31c4bd9345d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 340e4eaf-96dc-4362-9d65-402e1977d408, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 340e4eaf-96dc-4362-9d65-402e1977d408, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5546419738242518058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058554641973824251805855464197382425180585546419738242518058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab7acc8-00a3-4bc5-9044-ede43d7385aa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dc32992-1280-463f-8614-d3520bb2dbb0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc32992-1280-463f-8614-d3520bb2dbb0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10913924326713941605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605109139243267139416051091392432671394160510913924326713941605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 340e4eaf-96dc-4362-9d65-402e1977d408, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c11bc04-7793-4652-a27d-d6811d8149f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c11bc04-7793-4652-a27d-d6811d8149f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 695629076601717951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951695629076601717951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc32992-1280-463f-8614-d3520bb2dbb0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a1846f-39ae-4e9d-8256-5065645d205e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a1846f-39ae-4e9d-8256-5065645d205e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14552007870446774123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123145520078704467741231455200787044677412314552007870446774123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c11bc04-7793-4652-a27d-d6811d8149f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a1bdd6-ba49-46fc-b396-67a1f2dc04e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a1bdd6-ba49-46fc-b396-67a1f2dc04e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14540893276463162042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042145408932764631620421454089327646316204214540893276463162042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a1846f-39ae-4e9d-8256-5065645d205e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4926a148-d5b6-468c-a1cb-d1ab1866bdfe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4926a148-d5b6-468c-a1cb-d1ab1866bdfe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950987244747512816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816119509872447475128161195098724474751281611950987244747512816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a1bdd6-ba49-46fc-b396-67a1f2dc04e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 974801de-6735-4253-82f7-93293390ed16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 974801de-6735-4253-82f7-93293390ed16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13472932809190004437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437134729328091900044371347293280919000443713472932809190004437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4926a148-d5b6-468c-a1cb-d1ab1866bdfe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08b340a3-d184-4341-b743-48c3d889452a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08b340a3-d184-4341-b743-48c3d889452a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6752290411363468451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451675229041136346845167522904113634684516752290411363468451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 974801de-6735-4253-82f7-93293390ed16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d1000b-4618-4747-9dfa-36fb0d01320d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d1000b-4618-4747-9dfa-36fb0d01320d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1625501444859685996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996162550144485968599616255014448596859961625501444859685996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08b340a3-d184-4341-b743-48c3d889452a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c264f5-fbe7-4fb6-b5ef-b6e91d09a49a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c264f5-fbe7-4fb6-b5ef-b6e91d09a49a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9167574923028698943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943916757492302869894391675749230286989439167574923028698943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d1000b-4618-4747-9dfa-36fb0d01320d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c264f5-fbe7-4fb6-b5ef-b6e91d09a49a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd549481-e071-4bb7-aae1-04281948c097, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd549481-e071-4bb7-aae1-04281948c097, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11228856770352992747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747112288567703529927471122885677035299274711228856770352992747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 588e33a0-da1d-489b-8fa1-e12958b45b27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 588e33a0-da1d-489b-8fa1-e12958b45b27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17395193964799795739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739173951939647997957391739519396479979573917395193964799795739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 588e33a0-da1d-489b-8fa1-e12958b45b27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444866be-6d1a-4484-92eb-9d5761f43a62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444866be-6d1a-4484-92eb-9d5761f43a62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16146595934791527346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346161465959347915273461614659593479152734616146595934791527346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd549481-e071-4bb7-aae1-04281948c097, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f03d03e-9c84-47b1-8275-f4938980aab7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f03d03e-9c84-47b1-8275-f4938980aab7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240034274766052048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048122400342747660520481224003427476605204812240034274766052048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444866be-6d1a-4484-92eb-9d5761f43a62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32d6097-72e3-48da-8ff6-2c141068e76c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32d6097-72e3-48da-8ff6-2c141068e76c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4715882413821241204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204471588241382124120447158824138212412044715882413821241204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f03d03e-9c84-47b1-8275-f4938980aab7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeeff4f9-32ac-4adc-ba86-4b7399f641ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeeff4f9-32ac-4adc-ba86-4b7399f641ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3232548103154570918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918323254810315457091832325481031545709183232548103154570918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32d6097-72e3-48da-8ff6-2c141068e76c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561fe8d4-1c7f-41e1-948c-d23e3a689dce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561fe8d4-1c7f-41e1-948c-d23e3a689dce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5169982458330057243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243516998245833005724351699824583300572435169982458330057243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeeff4f9-32ac-4adc-ba86-4b7399f641ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8450e5e2-ecee-4639-990e-15945f652f3d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8450e5e2-ecee-4639-990e-15945f652f3d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214228178693334649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649142142281786933346491421422817869333464914214228178693334649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8450e5e2-ecee-4639-990e-15945f652f3d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2322403c-f6a4-4dac-b564-de28f310e2f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2322403c-f6a4-4dac-b564-de28f310e2f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821387944269455677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677158213879442694556771582138794426945567715821387944269455677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561fe8d4-1c7f-41e1-948c-d23e3a689dce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ec283dc-c25e-4ae1-9861-2c436eaba734, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec283dc-c25e-4ae1-9861-2c436eaba734, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14979210670584736023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023149792106705847360231497921067058473602314979210670584736023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2322403c-f6a4-4dac-b564-de28f310e2f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579f0ff2-8ed1-4028-902a-ddc85a2bad7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579f0ff2-8ed1-4028-902a-ddc85a2bad7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2553366997784409145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145255336699778440914525533669977844091452553366997784409145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec283dc-c25e-4ae1-9861-2c436eaba734, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60887f4a-db37-4ba2-acab-50b4d5df3968, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60887f4a-db37-4ba2-acab-50b4d5df3968, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479642635087944260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260114796426350879442601147964263508794426011479642635087944260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579f0ff2-8ed1-4028-902a-ddc85a2bad7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef95f15d-3eee-4d6b-baef-82887665dca8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef95f15d-3eee-4d6b-baef-82887665dca8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1616453928852356351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351161645392885235635116164539288523563511616453928852356351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60887f4a-db37-4ba2-acab-50b4d5df3968, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87dfad7f-2331-4dd0-861d-d5c8981c61fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef95f15d-3eee-4d6b-baef-82887665dca8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5c36d22-0467-4afe-91a9-8010f845ad94, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87dfad7f-2331-4dd0-861d-d5c8981c61fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4433736259265797716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716443373625926579771644337362592657977164433736259265797716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c36d22-0467-4afe-91a9-8010f845ad94, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812225819486153357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357181222581948615335718122258194861533571812225819486153357" } } } 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 1445831) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1445831) elapsed time (sec): 2.605175733566284
DEBUG    ya.test:process.py:263 Command (pid 1445831) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) maxrss: 867544
DEBUG    ya.test:process.py:263 Command (pid 1445831) minflt: 45320
DEBUG    ya.test:process.py:263 Command (pid 1445831) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) nivcsw: 291
DEBUG    ya.test:process.py:263 Command (pid 1445831) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1445831) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1445831) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1445831) stime: 0.380843
DEBUG    ya.test:process.py:263 Command (pid 1445831) utime: 0.683402
DEBUG    ya.test:process.py:263 Command (pid 1445831) wtime: 2.639
DEBUG    ya.test:process.py:275 Command (pid 1445831) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 1 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87dfad7f-2331-4dd0-861d-d5c8981c61fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf644b7f-7b96-4f3f-9969-aae23bb1afb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf644b7f-7b96-4f3f-9969-aae23bb1afb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13928441671233470314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314139284416712334703141392844167123347031413928441671233470314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c36d22-0467-4afe-91a9-8010f845ad94, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55d8cb72-fa90-4cd8-ac40-e08081389a31, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d8cb72-fa90-4cd8-ac40-e08081389a31, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6253622562911588780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780625362256291158878062536225629115887806253622562911588780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf644b7f-7b96-4f3f-9969-aae23bb1afb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6745a792-8ffa-4ab1-b60a-649bbae323b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6745a792-8ffa-4ab1-b60a-649bbae323b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14567786344488569219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219145677863444885692191456778634448856921914567786344488569219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d8cb72-fa90-4cd8-ac40-e08081389a31, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdfdad0d-f701-4839-9b42-b6cbed193e22, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdfdad0d-f701-4839-9b42-b6cbed193e22, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8821993534853954838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838882199353485395483888219935348539548388821993534853954838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6745a792-8ffa-4ab1-b60a-649bbae323b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ae2a24f-d4ac-4859-be9c-54075e686565, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ae2a24f-d4ac-4859-be9c-54075e686565, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2827168220121547484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484282716822012154748428271682201215474842827168220121547484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdfdad0d-f701-4839-9b42-b6cbed193e22, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe270a7-3156-4522-9aef-1b59e759a69e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe270a7-3156-4522-9aef-1b59e759a69e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5183851990551762332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332518385199055176233251838519905517623325183851990551762332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ae2a24f-d4ac-4859-be9c-54075e686565, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b9fc475-5d16-49e7-b122-eb91dc35fac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b9fc475-5d16-49e7-b122-eb91dc35fac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7037276089081566751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751703727608908156675170372760890815667517037276089081566751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b9fc475-5d16-49e7-b122-eb91dc35fac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b22e888-74dc-49b5-9b9e-30057f680d00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b22e888-74dc-49b5-9b9e-30057f680d00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9178599762382119211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211917859976238211921191785997623821192119178599762382119211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe270a7-3156-4522-9aef-1b59e759a69e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2ae1d1-d711-415f-a799-1ed75f24e805, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2ae1d1-d711-415f-a799-1ed75f24e805, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13617919823161563055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055136179198231615630551361791982316156305513617919823161563055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b22e888-74dc-49b5-9b9e-30057f680d00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62194497-424d-4110-83d5-d4d9e413fb58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62194497-424d-4110-83d5-d4d9e413fb58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5760724896419073958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958576072489641907395857607248964190739585760724896419073958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2ae1d1-d711-415f-a799-1ed75f24e805, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cca64e6-475e-47e3-8376-2d861d0c10ba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cca64e6-475e-47e3-8376-2d861d0c10ba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399429519091460077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077173994295190914600771739942951909146007717399429519091460077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62194497-424d-4110-83d5-d4d9e413fb58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1043102e-7fdd-49a7-a460-15c8575b1be6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1043102e-7fdd-49a7-a460-15c8575b1be6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15291905909944971580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580152919059099449715801529190590994497158015291905909944971580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cca64e6-475e-47e3-8376-2d861d0c10ba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce310e89-b0a2-441f-87e8-73f5207b282c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce310e89-b0a2-441f-87e8-73f5207b282c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174721103096576598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598117472110309657659811747211030965765981174721103096576598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1043102e-7fdd-49a7-a460-15c8575b1be6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4fc7c0-202b-4073-9e22-bf53d78104ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4fc7c0-202b-4073-9e22-bf53d78104ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16831124205046860680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680168311242050468606801683112420504686068016831124205046860680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce310e89-b0a2-441f-87e8-73f5207b282c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 988e50ce-fceb-498e-ad81-5bb7e8b6af6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 988e50ce-fceb-498e-ad81-5bb7e8b6af6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4428811119630792487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487442881111963079248744288111196307924874428811119630792487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4fc7c0-202b-4073-9e22-bf53d78104ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b112b35b-7e86-4b7f-ba19-58bd10f3d878, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b112b35b-7e86-4b7f-ba19-58bd10f3d878, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604044894350108944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944160404489435010894416040448943501089441604044894350108944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 988e50ce-fceb-498e-ad81-5bb7e8b6af6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582d10cc-db48-4612-be99-520da8bd50f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582d10cc-db48-4612-be99-520da8bd50f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172583760351222267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267131725837603512222671317258376035122226713172583760351222267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582d10cc-db48-4612-be99-520da8bd50f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f22795a-5888-4051-a811-3d321ffedd1b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f22795a-5888-4051-a811-3d321ffedd1b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16011075665099709551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551160110756650997095511601107566509970955116011075665099709551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b112b35b-7e86-4b7f-ba19-58bd10f3d878, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2d726e-1c09-4cf3-be35-7622e2de49b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2d726e-1c09-4cf3-be35-7622e2de49b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814478826478141930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930881447882647814193088144788264781419308814478826478141930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f22795a-5888-4051-a811-3d321ffedd1b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b154903e-9463-4e3a-843e-393fe1116d53, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b154903e-9463-4e3a-843e-393fe1116d53, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9476560302787075104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104947656030278707510494765603027870751049476560302787075104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2d726e-1c09-4cf3-be35-7622e2de49b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2443d81c-5d34-41d7-af56-5a9fecd796d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2443d81c-5d34-41d7-af56-5a9fecd796d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16741613569197349873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873167416135691973498731674161356919734987316741613569197349873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b154903e-9463-4e3a-843e-393fe1116d53, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48ac417-9737-49c2-8d45-87d65abe11c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48ac417-9737-49c2-8d45-87d65abe11c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 790334219486953368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368790334219486953368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2443d81c-5d34-41d7-af56-5a9fecd796d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5990fe22-e782-43cb-90b1-72aa24d57ad1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5990fe22-e782-43cb-90b1-72aa24d57ad1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1877719270309664719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719187771927030966471918777192703096647191877719270309664719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48ac417-9737-49c2-8d45-87d65abe11c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2287976c-6cff-425d-b1a4-c5f1aa8c5b92, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2287976c-6cff-425d-b1a4-c5f1aa8c5b92, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3205193057129214508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508320519305712921450832051930571292145083205193057129214508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5990fe22-e782-43cb-90b1-72aa24d57ad1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b820f701-204d-4702-8cf0-4c94898a1e4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b820f701-204d-4702-8cf0-4c94898a1e4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757496013931074658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658875749601393107465887574960139310746588757496013931074658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2287976c-6cff-425d-b1a4-c5f1aa8c5b92, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe692390-ad58-4b7d-af01-729d3ee99890, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe692390-ad58-4b7d-af01-729d3ee99890, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070311784357418699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699120703117843574186991207031178435741869912070311784357418699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe692390-ad58-4b7d-af01-729d3ee99890, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db9313fe-801e-48aa-9ea8-107b467a2b1a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9313fe-801e-48aa-9ea8-107b467a2b1a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16454360455344873879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879164543604553448738791645436045534487387916454360455344873879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b820f701-204d-4702-8cf0-4c94898a1e4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c96d836f-33b5-437c-b0eb-92ff55019eb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c96d836f-33b5-437c-b0eb-92ff55019eb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15259227144293956864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864152592271442939568641525922714429395686415259227144293956864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9313fe-801e-48aa-9ea8-107b467a2b1a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f24349c-5ba3-4f04-824e-d62b74846f0e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f24349c-5ba3-4f04-824e-d62b74846f0e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17417494675660942138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138174174946756609421381741749467566094213817417494675660942138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c96d836f-33b5-437c-b0eb-92ff55019eb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38924101-84c5-49b8-b68d-52855100bb46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38924101-84c5-49b8-b68d-52855100bb46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6945386905478885125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125694538690547888512569453869054788851256945386905478885125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f24349c-5ba3-4f04-824e-d62b74846f0e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9c80045-b496-4135-a3e0-155092483574, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c80045-b496-4135-a3e0-155092483574, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17982988473015782613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613179829884730157826131798298847301578261317982988473015782613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38924101-84c5-49b8-b68d-52855100bb46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc422dce-6213-45e8-8a8a-0b3089113e6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc422dce-6213-45e8-8a8a-0b3089113e6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1145596045410239161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161114559604541023916111455960454102391611145596045410239161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c80045-b496-4135-a3e0-155092483574, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2d3018a-cf3e-4574-88e4-d7888d625f5b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2d3018a-cf3e-4574-88e4-d7888d625f5b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2644344315767758110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110264434431576775811026443443157677581102644344315767758110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2d3018a-cf3e-4574-88e4-d7888d625f5b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df62e89d-c723-4e27-aa6a-a61c22689990, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df62e89d-c723-4e27-aa6a-a61c22689990, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652169582221599965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965652169582221599965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc422dce-6213-45e8-8a8a-0b3089113e6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3cfa32a-f995-4b91-8790-ebd571b72cef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3cfa32a-f995-4b91-8790-ebd571b72cef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9532915064788583566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566953291506478858356695329150647885835669532915064788583566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df62e89d-c723-4e27-aa6a-a61c22689990, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3e57678-2617-48e0-a417-329cf9e9783d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e57678-2617-48e0-a417-329cf9e9783d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235413564954216073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073523541356495421607352354135649542160735235413564954216073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3cfa32a-f995-4b91-8790-ebd571b72cef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b59fb0-6b22-4ace-94a4-c2822fb77e84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b59fb0-6b22-4ace-94a4-c2822fb77e84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3293577283341192401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401329357728334119240132935772833411924013293577283341192401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e57678-2617-48e0-a417-329cf9e9783d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4f46e3-3ae8-4c27-a14f-da788ce0a566, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4f46e3-3ae8-4c27-a14f-da788ce0a566, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558388320547158517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517155838832054715851715583883205471585171558388320547158517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b59fb0-6b22-4ace-94a4-c2822fb77e84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfd820b-2f6b-414e-975f-188a0aa7ecc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfd820b-2f6b-414e-975f-188a0aa7ecc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4553273345620549621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621455327334562054962145532733456205496214553273345620549621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4f46e3-3ae8-4c27-a14f-da788ce0a566, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfd820b-2f6b-414e-975f-188a0aa7ecc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c082d733-7046-4921-8753-341d95c00bd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c082d733-7046-4921-8753-341d95c00bd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1722834625748818192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192172283462574881819217228346257488181921722834625748818192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b5424e7-832d-4b8a-9f9e-214434dfae46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5424e7-832d-4b8a-9f9e-214434dfae46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1262997518835976541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541126299751883597654112629975188359765411262997518835976541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c082d733-7046-4921-8753-341d95c00bd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a8c6f6e-3058-40d4-a847-6fb19f41d309, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a8c6f6e-3058-40d4-a847-6fb19f41d309, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18430354676011102034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034184303546760111020341843035467601110203418430354676011102034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5424e7-832d-4b8a-9f9e-214434dfae46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9abe4ecd-2eb4-41f9-915b-e8469c705991, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9abe4ecd-2eb4-41f9-915b-e8469c705991, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320973767407259274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274173209737674072592741732097376740725927417320973767407259274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a8c6f6e-3058-40d4-a847-6fb19f41d309, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1546da4-f4ab-4995-bad0-3cc9728c37cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1546da4-f4ab-4995-bad0-3cc9728c37cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15445578627536663851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851154455786275366638511544557862753666385115445578627536663851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9abe4ecd-2eb4-41f9-915b-e8469c705991, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 076cd2c6-bd5c-448b-9b9e-e32433176fed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076cd2c6-bd5c-448b-9b9e-e32433176fed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16463958015132499897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897164639580151324998971646395801513249989716463958015132499897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1546da4-f4ab-4995-bad0-3cc9728c37cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c229d8e-3f20-4518-94c1-e9413c989be0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c229d8e-3f20-4518-94c1-e9413c989be0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13354458280608489487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487133544582806084894871335445828060848948713354458280608489487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076cd2c6-bd5c-448b-9b9e-e32433176fed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e720eb1-b93f-456e-8379-358c9c0d367f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e720eb1-b93f-456e-8379-358c9c0d367f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15847678685228398526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526158476786852283985261584767868522839852615847678685228398526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c229d8e-3f20-4518-94c1-e9413c989be0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ad769e-29c6-41d2-8bff-67f04af22a00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ad769e-29c6-41d2-8bff-67f04af22a00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3417986116130747233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233341798611613074723334179861161307472333417986116130747233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e720eb1-b93f-456e-8379-358c9c0d367f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55b365a0-f337-4b49-8b41-bb4757baea06, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b365a0-f337-4b49-8b41-bb4757baea06, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 605766182421935400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400605766182421935400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ad769e-29c6-41d2-8bff-67f04af22a00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ff5057-0639-4808-84a1-2f11d9d7f724, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ff5057-0639-4808-84a1-2f11d9d7f724, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6973581233539437600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600697358123353943760069735812335394376006973581233539437600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b365a0-f337-4b49-8b41-bb4757baea06, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3375e5f1-2fe2-4c9f-bf42-b20e6b054c5c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3375e5f1-2fe2-4c9f-bf42-b20e6b054c5c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11097883806679946439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439110978838066799464391109788380667994643911097883806679946439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ff5057-0639-4808-84a1-2f11d9d7f724, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1ea24e-60cc-4dff-9a86-fb824c0a8e23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1ea24e-60cc-4dff-9a86-fb824c0a8e23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3289179278446499816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816328917927844649981632891792784464998163289179278446499816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3375e5f1-2fe2-4c9f-bf42-b20e6b054c5c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65fbc89b-5f77-4522-80c9-bf7d8b461d2e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65fbc89b-5f77-4522-80c9-bf7d8b461d2e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17542478681872744752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752175424786818727447521754247868187274475217542478681872744752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1ea24e-60cc-4dff-9a86-fb824c0a8e23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 970ad2a3-8d1e-45e7-98d1-f961c8ae4511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 970ad2a3-8d1e-45e7-98d1-f961c8ae4511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1998914925599389018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018199891492559938901819989149255993890181998914925599389018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65fbc89b-5f77-4522-80c9-bf7d8b461d2e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6257615b-ac62-4c9e-b1f1-0871c45ea6b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6257615b-ac62-4c9e-b1f1-0871c45ea6b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661132306314816233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233176611323063148162331766113230631481623317661132306314816233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 970ad2a3-8d1e-45e7-98d1-f961c8ae4511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1377c966-5b65-467a-a90e-5ce5c8028f2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1377c966-5b65-467a-a90e-5ce5c8028f2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1246539404220893231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231124653940422089323112465394042208932311246539404220893231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6257615b-ac62-4c9e-b1f1-0871c45ea6b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3364d08-e9e5-442f-b035-8239933cc8df, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3364d08-e9e5-442f-b035-8239933cc8df, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18071765442757665474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474180717654427576654741807176544275766547418071765442757665474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1377c966-5b65-467a-a90e-5ce5c8028f2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67abc5a-28d6-456a-81ab-fa4a600e69e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67abc5a-28d6-456a-81ab-fa4a600e69e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517534890972913125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125651753489097291312565175348909729131256517534890972913125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3364d08-e9e5-442f-b035-8239933cc8df, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcea9a22-5f8d-45ab-b3e0-01a3306ffcad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67abc5a-28d6-456a-81ab-fa4a600e69e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea9a22-5f8d-45ab-b3e0-01a3306ffcad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16712850426559601524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524167128504265596015241671285042655960152416712850426559601524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11680427-2067-43b0-96fd-d1e6970d3657, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11680427-2067-43b0-96fd-d1e6970d3657, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904333998784162010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010790433399878416201079043339987841620107904333998784162010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea9a22-5f8d-45ab-b3e0-01a3306ffcad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5893bd4-db57-4c64-9136-439d708629ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5893bd4-db57-4c64-9136-439d708629ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14688072604399768131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131146880726043997681311468807260439976813114688072604399768131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11680427-2067-43b0-96fd-d1e6970d3657, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f448356-cf06-49e9-ab90-82fa0b05b115, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f448356-cf06-49e9-ab90-82fa0b05b115, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17266956821453371767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767172669568214533717671726695682145337176717266956821453371767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5893bd4-db57-4c64-9136-439d708629ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd15084d-55cd-4c32-a4dd-6329060f5213, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd15084d-55cd-4c32-a4dd-6329060f5213, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4091885559471707270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270409188555947170727040918855594717072704091885559471707270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f448356-cf06-49e9-ab90-82fa0b05b115, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6607c7-0b44-4aef-8ce1-c2e9fe6c06a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6607c7-0b44-4aef-8ce1-c2e9fe6c06a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2782078657108472041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041278207865710847204127820786571084720412782078657108472041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd15084d-55cd-4c32-a4dd-6329060f5213, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 366d5174-251a-4cc5-a15f-ebcec5999cd3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 366d5174-251a-4cc5-a15f-ebcec5999cd3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8142030176287545941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941814203017628754594181420301762875459418142030176287545941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6607c7-0b44-4aef-8ce1-c2e9fe6c06a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a4b6483-3d1d-455f-bd15-2141e149bf9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a4b6483-3d1d-455f-bd15-2141e149bf9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15835136674155227653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653158351366741552276531583513667415522765315835136674155227653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 366d5174-251a-4cc5-a15f-ebcec5999cd3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9faa5e-432b-42f9-bb3c-8997963d285f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9faa5e-432b-42f9-bb3c-8997963d285f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894503320108062264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264138945033201080622641389450332010806226413894503320108062264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a4b6483-3d1d-455f-bd15-2141e149bf9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf140110-7cdd-48e3-a357-f20c172631c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf140110-7cdd-48e3-a357-f20c172631c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17470063285089661282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282174700632850896612821747006328508966128217470063285089661282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9faa5e-432b-42f9-bb3c-8997963d285f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2077bdf4-89ff-45ac-8427-66c12264e060, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2077bdf4-89ff-45ac-8427-66c12264e060, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12182906444033293534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534121829064440332935341218290644403329353412182906444033293534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf140110-7cdd-48e3-a357-f20c172631c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3e7a3e-a242-4183-b6d0-e886cfeb98c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3e7a3e-a242-4183-b6d0-e886cfeb98c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13894583771825119225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225138945837718251192251389458377182511922513894583771825119225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2077bdf4-89ff-45ac-8427-66c12264e060, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc91bdb9-afe5-4a2a-babe-2e364df0b97f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc91bdb9-afe5-4a2a-babe-2e364df0b97f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377684371387447758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758133776843713874477581337768437138744775813377684371387447758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3e7a3e-a242-4183-b6d0-e886cfeb98c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f7538f-a2e1-4d4f-abcb-50b01ddca39e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f7538f-a2e1-4d4f-abcb-50b01ddca39e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11086553955515452769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769110865539555154527691108655395551545276911086553955515452769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc91bdb9-afe5-4a2a-babe-2e364df0b97f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1876b8a3-2909-473e-b69c-d38504a6bb32, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1876b8a3-2909-473e-b69c-d38504a6bb32, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296326566366966401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401182963265663669664011829632656636696640118296326566366966401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f7538f-a2e1-4d4f-abcb-50b01ddca39e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80ed4e32-3f9d-49ee-a7b5-2cbd14dcf5bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80ed4e32-3f9d-49ee-a7b5-2cbd14dcf5bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17007181468492360394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394170071814684923603941700718146849236039417007181468492360394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1876b8a3-2909-473e-b69c-d38504a6bb32, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b707d4e4-3d61-4d17-96df-96f593e17bbe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b707d4e4-3d61-4d17-96df-96f593e17bbe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16127547404275359905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905161275474042753599051612754740427535990516127547404275359905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80ed4e32-3f9d-49ee-a7b5-2cbd14dcf5bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d6f304-0321-461b-8d03-8c2b7d4ee5f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d6f304-0321-461b-8d03-8c2b7d4ee5f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11740416760188280353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353117404167601882803531174041676018828035311740416760188280353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b707d4e4-3d61-4d17-96df-96f593e17bbe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9c45c5-4d62-44c5-90bd-a070dcd32115, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9c45c5-4d62-44c5-90bd-a070dcd32115, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810630841077784266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266178106308410777842661781063084107778426617810630841077784266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d6f304-0321-461b-8d03-8c2b7d4ee5f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9c45c5-4d62-44c5-90bd-a070dcd32115, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 875a7356-ac78-4c83-90e4-2f7cd3439f16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 875a7356-ac78-4c83-90e4-2f7cd3439f16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8841368826111413656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656884136882611141365688413688261114136568841368826111413656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e8eedf-71ac-4f7f-87e5-228f1a08f2c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e8eedf-71ac-4f7f-87e5-228f1a08f2c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16341882008851825880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880163418820088518258801634188200885182588016341882008851825880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 875a7356-ac78-4c83-90e4-2f7cd3439f16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f4fba9d-8552-4797-a163-9a3d4a2e0567, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f4fba9d-8552-4797-a163-9a3d4a2e0567, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112304477470603869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869161123044774706038691611230447747060386916112304477470603869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e8eedf-71ac-4f7f-87e5-228f1a08f2c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca305d5-8ed5-4224-9585-da8b7eb01b9e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca305d5-8ed5-4224-9585-da8b7eb01b9e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12114246997960601360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360121142469979606013601211424699796060136012114246997960601360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f4fba9d-8552-4797-a163-9a3d4a2e0567, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cadd71-5393-4039-a4fc-4e53de630802, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cadd71-5393-4039-a4fc-4e53de630802, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836709636669556651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651118367096366695566511183670963666955665111836709636669556651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cadd71-5393-4039-a4fc-4e53de630802, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b263de32-f139-4b02-8794-775e87463e33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b263de32-f139-4b02-8794-775e87463e33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171832489971750651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651217183248997175065121718324899717506512171832489971750651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca305d5-8ed5-4224-9585-da8b7eb01b9e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9a4721d-4ffc-4202-89bc-85ef3eb8a6a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a4721d-4ffc-4202-89bc-85ef3eb8a6a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321355549582635179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179321355549582635179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b263de32-f139-4b02-8794-775e87463e33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57aeb870-78da-4bb1-830d-63793ca525c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57aeb870-78da-4bb1-830d-63793ca525c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561974240602902957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957125619742406029029571256197424060290295712561974240602902957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a4721d-4ffc-4202-89bc-85ef3eb8a6a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8122d6f5-4358-4463-ac6e-718cc720ecd0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8122d6f5-4358-4463-ac6e-718cc720ecd0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006538506381104818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818700653850638110481870065385063811048187006538506381104818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57aeb870-78da-4bb1-830d-63793ca525c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed29817-057a-4632-a4b2-4ec885a91bed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed29817-057a-4632-a4b2-4ec885a91bed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080496214255577822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822508049621425557782250804962142555778225080496214255577822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8122d6f5-4358-4463-ac6e-718cc720ecd0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07906d8f-3320-4d80-a162-a5602bb0644a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07906d8f-3320-4d80-a162-a5602bb0644a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18288677126656062003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003182886771266560620031828867712665606200318288677126656062003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed29817-057a-4632-a4b2-4ec885a91bed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8542b01-fe93-407d-a7e3-d12695ce6700, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8542b01-fe93-407d-a7e3-d12695ce6700, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3339129819855340879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879333912981985534087933391298198553408793339129819855340879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07906d8f-3320-4d80-a162-a5602bb0644a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5d6d5b-a927-4be3-9bb5-5d2139deda43, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5d6d5b-a927-4be3-9bb5-5d2139deda43, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2370977803977457379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379237097780397745737923709778039774573792370977803977457379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8542b01-fe93-407d-a7e3-d12695ce6700, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f177028f-f12e-49c7-b485-7f1566723d18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f177028f-f12e-49c7-b485-7f1566723d18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024468221680661527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527110244682216806615271102446822168066152711024468221680661527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5d6d5b-a927-4be3-9bb5-5d2139deda43, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd1bd0b-b560-4b98-9038-478b6da2e42d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd1bd0b-b560-4b98-9038-478b6da2e42d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4837690553904392987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987483769055390439298748376905539043929874837690553904392987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f177028f-f12e-49c7-b485-7f1566723d18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0628e884-cdcc-44d3-a0da-c4959d43c2c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0628e884-cdcc-44d3-a0da-c4959d43c2c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17729904044475788793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793177299040444757887931772990404447578879317729904044475788793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd1bd0b-b560-4b98-9038-478b6da2e42d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b978406a-c0c0-406a-8687-22049b505eb6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b978406a-c0c0-406a-8687-22049b505eb6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282561604084822856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856182825616040848228561828256160408482285618282561604084822856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0628e884-cdcc-44d3-a0da-c4959d43c2c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c50d9f2-abd0-432d-a18c-22ff52382cd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c50d9f2-abd0-432d-a18c-22ff52382cd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5013462561268661697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697501346256126866169750134625612686616975013462561268661697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b978406a-c0c0-406a-8687-22049b505eb6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddf5e5ee-da22-4d05-9a2d-f50b8558a30b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c50d9f2-abd0-432d-a18c-22ff52382cd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddf5e5ee-da22-4d05-9a2d-f50b8558a30b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15880859926976184975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975158808599269761849751588085992697618497515880859926976184975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60b1e5be-374a-4f3a-ba2e-b4e50cc88ec8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60b1e5be-374a-4f3a-ba2e-b4e50cc88ec8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 578944577417356051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051578944577417356051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60b1e5be-374a-4f3a-ba2e-b4e50cc88ec8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5911551e-dbdd-4410-a75a-0a7e3b559a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5911551e-dbdd-4410-a75a-0a7e3b559a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5302888710483022949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949530288871048302294953028887104830229495302888710483022949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddf5e5ee-da22-4d05-9a2d-f50b8558a30b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a88f782-fcfd-4f91-b377-58eb3c56a14d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a88f782-fcfd-4f91-b377-58eb3c56a14d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10131566680390304328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328101315666803903043281013156668039030432810131566680390304328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5911551e-dbdd-4410-a75a-0a7e3b559a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b0d750-0c05-4b47-b089-b888a61e7568, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b0d750-0c05-4b47-b089-b888a61e7568, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 835673466544543508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508835673466544543508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a88f782-fcfd-4f91-b377-58eb3c56a14d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4edf4e-e663-4bb3-9ae6-be33097c6bb6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4edf4e-e663-4bb3-9ae6-be33097c6bb6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833362513156051069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069168333625131560510691683336251315605106916833362513156051069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b0d750-0c05-4b47-b089-b888a61e7568, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014389df-0181-4fb5-9dba-41f4bc6add1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014389df-0181-4fb5-9dba-41f4bc6add1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085874455256421982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982108587445525642198210858744552564219821085874455256421982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4edf4e-e663-4bb3-9ae6-be33097c6bb6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34a222cc-c306-4516-9794-9cb667f1d627, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34a222cc-c306-4516-9794-9cb667f1d627, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16947785012258211891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891169477850122582118911694778501225821189116947785012258211891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014389df-0181-4fb5-9dba-41f4bc6add1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3535938-df32-4126-a91c-4cce4a0965d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3535938-df32-4126-a91c-4cce4a0965d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18260149016990622464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464182601490169906224641826014901699062246418260149016990622464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34a222cc-c306-4516-9794-9cb667f1d627, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 109e60bc-2912-48fc-a630-58136a2b13f9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 109e60bc-2912-48fc-a630-58136a2b13f9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220738294494416045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045422073829449441604542207382944944160454220738294494416045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3535938-df32-4126-a91c-4cce4a0965d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f806912f-b9f1-4ee2-b564-d2a1e8231b15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f806912f-b9f1-4ee2-b564-d2a1e8231b15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6787798971450591913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913678779897145059191367877989714505919136787798971450591913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 109e60bc-2912-48fc-a630-58136a2b13f9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84d1ec99-4759-4739-bf96-0e2113532a0e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d1ec99-4759-4739-bf96-0e2113532a0e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8691185514472255367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367869118551447225536786911855144722553678691185514472255367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f806912f-b9f1-4ee2-b564-d2a1e8231b15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f31137c4-bd85-4873-afb1-1f3a56d930dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31137c4-bd85-4873-afb1-1f3a56d930dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6552612168230465845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845655261216823046584565526121682304658456552612168230465845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d1ec99-4759-4739-bf96-0e2113532a0e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e33339b-b68c-4985-a349-b22398533f7f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e33339b-b68c-4985-a349-b22398533f7f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7589778748601586625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625758977874860158662575897787486015866257589778748601586625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31137c4-bd85-4873-afb1-1f3a56d930dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27557b84-9dc7-4db1-852b-73975c63d3b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27557b84-9dc7-4db1-852b-73975c63d3b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3171242285507177796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796317124228550717779631712422855071777963171242285507177796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e33339b-b68c-4985-a349-b22398533f7f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dce1797-cafe-4661-9095-d59bb763ad5d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dce1797-cafe-4661-9095-d59bb763ad5d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 76627149054846640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7662714905484664076627149054846640766271490548466407662714905484664076627149054846640766271490548466407662714905484664076627149054846640766271490548466407662714905484664076627149054846640766271490548466407662714905484664076627149054846640766271490548466407662714905484664076627149054846640766271490548466407662714905484664076627149054846640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27557b84-9dc7-4db1-852b-73975c63d3b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03c0a55-85a9-444c-878a-4cfcaf980a0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03c0a55-85a9-444c-878a-4cfcaf980a0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8177804505259841448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448817780450525984144881778045052598414488177804505259841448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dce1797-cafe-4661-9095-d59bb763ad5d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c73de56-1b7e-4863-a853-c4484e95bdf6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c73de56-1b7e-4863-a853-c4484e95bdf6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021272831525785791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791130212728315257857911302127283152578579113021272831525785791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03c0a55-85a9-444c-878a-4cfcaf980a0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b379f38e-e00a-4f41-b42d-a8ff89a8f53c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b379f38e-e00a-4f41-b42d-a8ff89a8f53c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16232923769491610196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196162329237694916101961623292376949161019616232923769491610196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c73de56-1b7e-4863-a853-c4484e95bdf6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02fbdb6-814c-4042-940d-d5cf22685b2f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02fbdb6-814c-4042-940d-d5cf22685b2f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16993232437018922448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448169932324370189224481699323243701892244816993232437018922448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b379f38e-e00a-4f41-b42d-a8ff89a8f53c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a4d7df2-9d7f-452d-a522-a2a31b50a371, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a4d7df2-9d7f-452d-a522-a2a31b50a371, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15528114375316135470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470155281143753161354701552811437531613547015528114375316135470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02fbdb6-814c-4042-940d-d5cf22685b2f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aad5ff2-a98b-40fa-a90a-9cba68d7a034, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aad5ff2-a98b-40fa-a90a-9cba68d7a034, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18254925972467352555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555182549259724673525551825492597246735255518254925972467352555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a4d7df2-9d7f-452d-a522-a2a31b50a371, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cca06444-472c-418d-b09a-d55e04ab4e16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca06444-472c-418d-b09a-d55e04ab4e16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12455267835295360383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383124552678352953603831245526783529536038312455267835295360383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aad5ff2-a98b-40fa-a90a-9cba68d7a034, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f791aba-7b3d-4b8e-8db7-9a55f1ca2a69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f791aba-7b3d-4b8e-8db7-9a55f1ca2a69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4145505511133741630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630414550551113374163041455055111337416304145505511133741630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca06444-472c-418d-b09a-d55e04ab4e16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbd15764-f648-444c-9ca8-0d9c31e13bb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbd15764-f648-444c-9ca8-0d9c31e13bb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16480173391805749190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190164801733918057491901648017339180574919016480173391805749190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f791aba-7b3d-4b8e-8db7-9a55f1ca2a69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce9cd8f6-127b-43ba-99e2-4e13c50970ee, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce9cd8f6-127b-43ba-99e2-4e13c50970ee, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800336578438177221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221118003365784381772211180033657843817722111800336578438177221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbd15764-f648-444c-9ca8-0d9c31e13bb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854a8d5b-2da4-4952-af09-27ed1e25d182, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854a8d5b-2da4-4952-af09-27ed1e25d182, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885101082707662543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543118851010827076625431188510108270766254311885101082707662543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce9cd8f6-127b-43ba-99e2-4e13c50970ee, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e30bcbc-70f9-4156-a999-016545ba9d23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e30bcbc-70f9-4156-a999-016545ba9d23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9655583293028043310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310965558329302804331096555832930280433109655583293028043310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854a8d5b-2da4-4952-af09-27ed1e25d182, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4241c263-44fe-4415-9a1e-cc74bfb7337c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4241c263-44fe-4415-9a1e-cc74bfb7337c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2877486595621780167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167287748659562178016728774865956217801672877486595621780167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e30bcbc-70f9-4156-a999-016545ba9d23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcf6d3f1-c5f7-485e-945a-79eb5c7217cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcf6d3f1-c5f7-485e-945a-79eb5c7217cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9478050151522201053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053947805015152220105394780501515222010539478050151522201053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4241c263-44fe-4415-9a1e-cc74bfb7337c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e010af-5f94-4f91-ad75-d67b5e526cd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e010af-5f94-4f91-ad75-d67b5e526cd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17674182615033623450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450176741826150336234501767418261503362345017674182615033623450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcf6d3f1-c5f7-485e-945a-79eb5c7217cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63d826b2-309e-4c5c-af11-ac56734f3b45, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d826b2-309e-4c5c-af11-ac56734f3b45, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9873130369143289817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817987313036914328981798731303691432898179873130369143289817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e010af-5f94-4f91-ad75-d67b5e526cd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeda580f-5f6b-463b-b39f-d06df2f70f90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeda580f-5f6b-463b-b39f-d06df2f70f90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13747863879179775667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667137478638791797756671374786387917977566713747863879179775667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d826b2-309e-4c5c-af11-ac56734f3b45, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e66c860-3c3d-4902-a73c-72aae594d3d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e66c860-3c3d-4902-a73c-72aae594d3d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16401415630880112889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889164014156308801128891640141563088011288916401415630880112889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeda580f-5f6b-463b-b39f-d06df2f70f90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f935f82-ef0e-4daf-a949-ce881b8b52f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f935f82-ef0e-4daf-a949-ce881b8b52f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4368741302355724590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590436874130235572459043687413023557245904368741302355724590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e66c860-3c3d-4902-a73c-72aae594d3d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d11760b-5d63-4884-bcbc-9ebbf0c1faf6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d11760b-5d63-4884-bcbc-9ebbf0c1faf6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9439252173574587278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278943925217357458727894392521735745872789439252173574587278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f935f82-ef0e-4daf-a949-ce881b8b52f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ad60a8d-8672-4653-a194-5287effcc10c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ad60a8d-8672-4653-a194-5287effcc10c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17329615285047271351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351173296152850472713511732961528504727135117329615285047271351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ad60a8d-8672-4653-a194-5287effcc10c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9590c98-2f8a-4834-8a10-8b0a793b7ba6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9590c98-2f8a-4834-8a10-8b0a793b7ba6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11182253871574151805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805111822538715741518051118225387157415180511182253871574151805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d11760b-5d63-4884-bcbc-9ebbf0c1faf6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 863ee450-71ee-4496-8408-c5d7028451f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863ee450-71ee-4496-8408-c5d7028451f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882214463197426737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737158822144631974267371588221446319742673715882214463197426737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9590c98-2f8a-4834-8a10-8b0a793b7ba6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8816c4a-92a1-47da-b5b0-0dd3a2c85b3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8816c4a-92a1-47da-b5b0-0dd3a2c85b3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4956188527412943726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726495618852741294372649561885274129437264956188527412943726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863ee450-71ee-4496-8408-c5d7028451f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01510091-f22a-4719-b38f-f3d6932e3c20, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01510091-f22a-4719-b38f-f3d6932e3c20, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11518068676424743879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879115180686764247438791151806867642474387911518068676424743879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8816c4a-92a1-47da-b5b0-0dd3a2c85b3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd597c82-0a41-4a3b-b8b3-1f1c59b519a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd597c82-0a41-4a3b-b8b3-1f1c59b519a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6592627688857871864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864659262768885787186465926276888578718646592627688857871864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01510091-f22a-4719-b38f-f3d6932e3c20, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cede2eb0-b207-46f2-aa4a-bfc5c1afe6df, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cede2eb0-b207-46f2-aa4a-bfc5c1afe6df, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3170666149107510616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616317066614910751061631706661491075106163170666149107510616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cede2eb0-b207-46f2-aa4a-bfc5c1afe6df, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5c1c4bc-f603-425f-9b9a-e345082fd3fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd597c82-0a41-4a3b-b8b3-1f1c59b519a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac7e9bcc-c85b-4ffc-a7ea-bcb043ea8388, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac7e9bcc-c85b-4ffc-a7ea-bcb043ea8388, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 184830495744556666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666184830495744556666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c1c4bc-f603-425f-9b9a-e345082fd3fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15168450345829141554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554151684503458291415541516845034582914155415168450345829141554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac7e9bcc-c85b-4ffc-a7ea-bcb043ea8388, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563c5b82-e1b7-4ee8-ac05-ea3cad8787ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563c5b82-e1b7-4ee8-ac05-ea3cad8787ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18349772591932339234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234183497725919323392341834977259193233923418349772591932339234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c1c4bc-f603-425f-9b9a-e345082fd3fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34785662-afc1-4d0b-9975-40fac8991888, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34785662-afc1-4d0b-9975-40fac8991888, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948733970586191007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007129487339705861910071294873397058619100712948733970586191007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563c5b82-e1b7-4ee8-ac05-ea3cad8787ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 291a864e-097c-4ddb-8e82-af70e221acba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291a864e-097c-4ddb-8e82-af70e221acba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4493534463798352356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356449353446379835235644935344637983523564493534463798352356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34785662-afc1-4d0b-9975-40fac8991888, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52161388-3869-423e-86e5-9e1b0b3317c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52161388-3869-423e-86e5-9e1b0b3317c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6906673962647245554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554690667396264724555469066739626472455546906673962647245554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291a864e-097c-4ddb-8e82-af70e221acba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e2e37b3-99e2-49b7-ac3e-9837ab1f97c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2e37b3-99e2-49b7-ac3e-9837ab1f97c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16061165046934155425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425160611650469341554251606116504693415542516061165046934155425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52161388-3869-423e-86e5-9e1b0b3317c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0207e0e-eb7e-47b3-a847-d42346f387c3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0207e0e-eb7e-47b3-a847-d42346f387c3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18286238509421349949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949182862385094213499491828623850942134994918286238509421349949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2e37b3-99e2-49b7-ac3e-9837ab1f97c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3006ade2-05dc-4755-b1ea-a3fda702ce62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3006ade2-05dc-4755-b1ea-a3fda702ce62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4521570848038514924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924452157084803851492445215708480385149244521570848038514924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0207e0e-eb7e-47b3-a847-d42346f387c3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37c44c30-192a-4410-8557-276477e2f0dd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37c44c30-192a-4410-8557-276477e2f0dd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8251838388793078255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255825183838879307825582518383887930782558251838388793078255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3006ade2-05dc-4755-b1ea-a3fda702ce62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f0a6a2-f3e8-4774-b9ea-b223cd5dd458, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f0a6a2-f3e8-4774-b9ea-b223cd5dd458, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3034507258564153663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663303450725856415366330345072585641536633034507258564153663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37c44c30-192a-4410-8557-276477e2f0dd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52540452-78fe-4780-8897-4b1436a03083, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52540452-78fe-4780-8897-4b1436a03083, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15177612789690198644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644151776127896901986441517761278969019864415177612789690198644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f0a6a2-f3e8-4774-b9ea-b223cd5dd458, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c67ef927-d3a3-4fb7-bd8d-64f4fb1c31f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c67ef927-d3a3-4fb7-bd8d-64f4fb1c31f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8388387964786985822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822838838796478698582283883879647869858228388387964786985822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52540452-78fe-4780-8897-4b1436a03083, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1877796-f823-4c56-833c-b5df43b6db72, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1877796-f823-4c56-833c-b5df43b6db72, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13924159588637997568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568139241595886379975681392415958863799756813924159588637997568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c67ef927-d3a3-4fb7-bd8d-64f4fb1c31f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28c704d8-5900-40a0-9d27-ca9d1ad8dd45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28c704d8-5900-40a0-9d27-ca9d1ad8dd45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15851273693965603717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717158512736939656037171585127369396560371715851273693965603717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1877796-f823-4c56-833c-b5df43b6db72, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09032e3-727e-4f06-a04e-5c186e869ffe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09032e3-727e-4f06-a04e-5c186e869ffe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 220837672568944603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603220837672568944603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28c704d8-5900-40a0-9d27-ca9d1ad8dd45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906b0291-d501-439d-99ac-0b26d583e9b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906b0291-d501-439d-99ac-0b26d583e9b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309776430814982245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245173097764308149822451730977643081498224517309776430814982245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09032e3-727e-4f06-a04e-5c186e869ffe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee44c7ae-3d38-4917-9e58-f8e83875bb8a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee44c7ae-3d38-4917-9e58-f8e83875bb8a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 793880188678993998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998793880188678993998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906b0291-d501-439d-99ac-0b26d583e9b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6a7055-7cfe-4ae2-aa1f-a3992a24c252, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6a7055-7cfe-4ae2-aa1f-a3992a24c252, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596563533791249458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458859656353379124945885965635337912494588596563533791249458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee44c7ae-3d38-4917-9e58-f8e83875bb8a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd3d70b5-7829-43b8-8296-bc0e5e5060d5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3d70b5-7829-43b8-8296-bc0e5e5060d5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15164774526315922751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751151647745263159227511516477452631592275115164774526315922751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6a7055-7cfe-4ae2-aa1f-a3992a24c252, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b71f94-46a4-4276-a8cb-a3ca18b648ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b71f94-46a4-4276-a8cb-a3ca18b648ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3726898772017299851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851372689877201729985137268987720172998513726898772017299851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3d70b5-7829-43b8-8296-bc0e5e5060d5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fc27c60-54ce-4962-aa33-01053c50d93e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fc27c60-54ce-4962-aa33-01053c50d93e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8321577618930434897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897832157761893043489783215776189304348978321577618930434897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b71f94-46a4-4276-a8cb-a3ca18b648ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9025f931-1371-4e02-8d2c-7320a98748e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9025f931-1371-4e02-8d2c-7320a98748e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1256203740818525093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093125620374081852509312562037408185250931256203740818525093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fc27c60-54ce-4962-aa33-01053c50d93e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd21447c-b8ec-4517-9bdd-bbad09f38e19, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd21447c-b8ec-4517-9bdd-bbad09f38e19, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16584239896107340628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628165842398961073406281658423989610734062816584239896107340628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd21447c-b8ec-4517-9bdd-bbad09f38e19, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 810967e3-c703-432f-b07a-103a894bbfb7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810967e3-c703-432f-b07a-103a894bbfb7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6943910482422034056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056694391048242203405669439104824220340566943910482422034056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9025f931-1371-4e02-8d2c-7320a98748e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd9c4941-df05-4b19-9730-fc6af617a271, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9c4941-df05-4b19-9730-fc6af617a271, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5712211274258791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57122112742587915712211274258791571221127425879157122112742587915712211274258791571221127425879157122112742587915712211274258791571221127425879157122112742587915712211274258791571221127425879157122112742587915712211274258791571221127425879157122112742587915712211274258791571221127425879157122112742587915712211274258791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810967e3-c703-432f-b07a-103a894bbfb7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4729fee-9cbb-4efb-84d0-58fb9c85be03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4729fee-9cbb-4efb-84d0-58fb9c85be03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5668635785897061621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621566863578589706162156686357858970616215668635785897061621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9c4941-df05-4b19-9730-fc6af617a271, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87694979-7f3e-4bfb-8434-47d53d58fad4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87694979-7f3e-4bfb-8434-47d53d58fad4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513106844677837153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153951310684467783715395131068446778371539513106844677837153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87694979-7f3e-4bfb-8434-47d53d58fad4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4729fee-9cbb-4efb-84d0-58fb9c85be03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef378d05-eb2f-4f50-913b-69bf7d976b9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faef5b9f-b70f-4c6f-add5-485af559d7d7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faef5b9f-b70f-4c6f-add5-485af559d7d7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6633907102577309838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838663390710257730983866339071025773098386633907102577309838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef378d05-eb2f-4f50-913b-69bf7d976b9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3137007912393730019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019313700791239373001931370079123937300193137007912393730019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faef5b9f-b70f-4c6f-add5-485af559d7d7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c41f81c1-43ca-4e37-ba0b-cbbf4ab7c0ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41f81c1-43ca-4e37-ba0b-cbbf4ab7c0ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7888844808547193939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939788884480854719393978888448085471939397888844808547193939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef378d05-eb2f-4f50-913b-69bf7d976b9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b42edac9-672a-4c36-88f5-3142bd06f13f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42edac9-672a-4c36-88f5-3142bd06f13f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13312643806371060740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740133126438063710607401331264380637106074013312643806371060740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42edac9-672a-4c36-88f5-3142bd06f13f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b95fc4cc-fcae-45d5-819d-6bae44e86cbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b95fc4cc-fcae-45d5-819d-6bae44e86cbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068904994056927046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046130689049940569270461306890499405692704613068904994056927046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41f81c1-43ca-4e37-ba0b-cbbf4ab7c0ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287f3a02-e329-4e04-8ded-b2794447ee29, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287f3a02-e329-4e04-8ded-b2794447ee29, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 787738824055906526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526787738824055906526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b95fc4cc-fcae-45d5-819d-6bae44e86cbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e3b672-867b-4872-a991-b69524329a2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e3b672-867b-4872-a991-b69524329a2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7601009400297815024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024760100940029781502476010094002978150247601009400297815024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287f3a02-e329-4e04-8ded-b2794447ee29, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d8d1d4-c19a-4622-8361-292f7093e31e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d8d1d4-c19a-4622-8361-292f7093e31e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709255596064790477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477570925559606479047757092555960647904775709255596064790477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e3b672-867b-4872-a991-b69524329a2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42dd143f-4eb4-41b4-ab08-9bfdaedd3bf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42dd143f-4eb4-41b4-ab08-9bfdaedd3bf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4203364639652283918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918420336463965228391842033646396522839184203364639652283918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42dd143f-4eb4-41b4-ab08-9bfdaedd3bf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 050a4aba-648a-4967-9030-584f86e913d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050a4aba-648a-4967-9030-584f86e913d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2709169931333333340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340270916993133333334027091699313333333402709169931333333340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d8d1d4-c19a-4622-8361-292f7093e31e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0912e746-bec4-465b-9d2f-be433f688331, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0912e746-bec4-465b-9d2f-be433f688331, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14463130947751339403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403144631309477513394031446313094775133940314463130947751339403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050a4aba-648a-4967-9030-584f86e913d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0578e4-d124-456e-8028-fb0432f0fa35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0578e4-d124-456e-8028-fb0432f0fa35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6038055655780412463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463603805565578041246360380556557804124636038055655780412463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0912e746-bec4-465b-9d2f-be433f688331, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bff3f37-afb8-453e-91cf-bb5ab6eaeaf5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bff3f37-afb8-453e-91cf-bb5ab6eaeaf5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15440419943849680011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011154404199438496800111544041994384968001115440419943849680011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0578e4-d124-456e-8028-fb0432f0fa35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bee50eae-6aaf-4ed2-b5ef-55f177249d0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bee50eae-6aaf-4ed2-b5ef-55f177249d0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711392158560995785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785107113921585609957851071139215856099578510711392158560995785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bff3f37-afb8-453e-91cf-bb5ab6eaeaf5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddacb12e-9c63-416d-8f9e-b10801121942, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddacb12e-9c63-416d-8f9e-b10801121942, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278619551518359239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239527861955151835923952786195515183592395278619551518359239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bee50eae-6aaf-4ed2-b5ef-55f177249d0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13fbde9d-72a9-4fbf-b8c4-b4784fd5bf21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13fbde9d-72a9-4fbf-b8c4-b4784fd5bf21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6032402529079411488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488603240252907941148860324025290794114886032402529079411488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddacb12e-9c63-416d-8f9e-b10801121942, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6a823c2-108a-46c2-a251-6d462e30d55d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a823c2-108a-46c2-a251-6d462e30d55d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9832196356327256933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933983219635632725693398321963563272569339832196356327256933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a823c2-108a-46c2-a251-6d462e30d55d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 543c5c03-590e-4ae5-ac3e-d35c5e15e61d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543c5c03-590e-4ae5-ac3e-d35c5e15e61d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10366476937682106728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728103664769376821067281036647693768210672810366476937682106728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13fbde9d-72a9-4fbf-b8c4-b4784fd5bf21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abfa07a7-aac4-4349-ad80-6a060940572a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abfa07a7-aac4-4349-ad80-6a060940572a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17321585248824986515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515173215852488249865151732158524882498651517321585248824986515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543c5c03-590e-4ae5-ac3e-d35c5e15e61d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b9b954-cca1-4749-aa1b-bc81b8566d6e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b9b954-cca1-4749-aa1b-bc81b8566d6e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7741749769176532149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149774174976917653214977417497691765321497741749769176532149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abfa07a7-aac4-4349-ad80-6a060940572a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e6467b-b83d-4595-95be-e14b6b0f3322, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e6467b-b83d-4595-95be-e14b6b0f3322, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8008528127605091200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200800852812760509120080085281276050912008008528127605091200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b9b954-cca1-4749-aa1b-bc81b8566d6e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e83bccc3-83b5-484e-9d57-de5cc7b4ac7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e83bccc3-83b5-484e-9d57-de5cc7b4ac7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13554438564547777187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187135544385645477771871355443856454777718713554438564547777187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e6467b-b83d-4595-95be-e14b6b0f3322, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 751ccd8d-6baf-429d-8683-0db701541db8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751ccd8d-6baf-429d-8683-0db701541db8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945445837465935925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925149454458374659359251494544583746593592514945445837465935925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e83bccc3-83b5-484e-9d57-de5cc7b4ac7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26319c1-38bd-44c2-b9a6-e1c53a4f50a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26319c1-38bd-44c2-b9a6-e1c53a4f50a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12554038412077984470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470125540384120779844701255403841207798447012554038412077984470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751ccd8d-6baf-429d-8683-0db701541db8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16ab989f-89a7-4924-8323-a49da8174eda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26319c1-38bd-44c2-b9a6-e1c53a4f50a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00925668-b9cc-4819-a197-d26259a5694d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00925668-b9cc-4819-a197-d26259a5694d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9839137757875296698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698983913775787529669898391377578752966989839137757875296698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16ab989f-89a7-4924-8323-a49da8174eda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225428470790182259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259182254284707901822591822542847079018225918225428470790182259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16ab989f-89a7-4924-8323-a49da8174eda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec314cf-2043-4a9c-b231-756bb46b9e4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec314cf-2043-4a9c-b231-756bb46b9e4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925501141714600895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895192550114171460089519255011417146008951925501141714600895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00925668-b9cc-4819-a197-d26259a5694d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21eae294-12a8-4a95-92e4-899b0f6413ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21eae294-12a8-4a95-92e4-899b0f6413ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1344839788245466534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534134483978824546653413448397882454665341344839788245466534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21eae294-12a8-4a95-92e4-899b0f6413ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc9b975-ec88-4023-9a7a-a472bfd04d81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc9b975-ec88-4023-9a7a-a472bfd04d81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14989052334850313234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234149890523348503132341498905233485031323414989052334850313234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec314cf-2043-4a9c-b231-756bb46b9e4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1f7af0-12a9-4635-9cf6-732f45229723, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1f7af0-12a9-4635-9cf6-732f45229723, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 72898030572053760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7289803057205376072898030572053760728980305720537607289803057205376072898030572053760728980305720537607289803057205376072898030572053760728980305720537607289803057205376072898030572053760728980305720537607289803057205376072898030572053760728980305720537607289803057205376072898030572053760728980305720537607289803057205376072898030572053760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc9b975-ec88-4023-9a7a-a472bfd04d81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3e78b15-4ac7-457f-9baa-096da6cc4746, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3e78b15-4ac7-457f-9baa-096da6cc4746, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2173870085580483403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403217387008558048340321738700855804834032173870085580483403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1f7af0-12a9-4635-9cf6-732f45229723, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ac1c550-e9a6-403c-9fca-3aba3b9382df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac1c550-e9a6-403c-9fca-3aba3b9382df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11103560358510547199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199111035603585105471991110356035851054719911103560358510547199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac1c550-e9a6-403c-9fca-3aba3b9382df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b5acab-5403-471b-9d76-cd8930f94a13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3e78b15-4ac7-457f-9baa-096da6cc4746, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb34cc03-79b0-4508-b2df-8ed3492b150b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb34cc03-79b0-4508-b2df-8ed3492b150b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16083983187997181857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857160839831879971818571608398318799718185716083983187997181857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b5acab-5403-471b-9d76-cd8930f94a13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6118926261501466577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577611892626150146657761189262615014665776118926261501466577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb34cc03-79b0-4508-b2df-8ed3492b150b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39bf25c6-12f1-4d8a-b883-fa7175903b49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39bf25c6-12f1-4d8a-b883-fa7175903b49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7011418632739951919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919701141863273995191970114186327399519197011418632739951919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b5acab-5403-471b-9d76-cd8930f94a13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e17b37a0-bf06-4a46-892b-fb2e9a406ba7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e17b37a0-bf06-4a46-892b-fb2e9a406ba7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6695372147666232655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655669537214766623265566953721476662326556695372147666232655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e17b37a0-bf06-4a46-892b-fb2e9a406ba7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df49526f-897e-4344-9ad2-61bad54b4900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df49526f-897e-4344-9ad2-61bad54b4900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984152296577060070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070159841522965770600701598415229657706007015984152296577060070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39bf25c6-12f1-4d8a-b883-fa7175903b49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22135875-6691-4403-88a7-23eac2a9a58b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22135875-6691-4403-88a7-23eac2a9a58b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913459909883046541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541169134599098830465411691345990988304654116913459909883046541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df49526f-897e-4344-9ad2-61bad54b4900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9adbde-ef8c-494e-a9f3-777d2df13066, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9adbde-ef8c-494e-a9f3-777d2df13066, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8637376928993616881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881863737692899361688186373769289936168818637376928993616881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22135875-6691-4403-88a7-23eac2a9a58b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39874adf-516a-444f-af57-bf62976f4d85, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39874adf-516a-444f-af57-bf62976f4d85, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1982229863076620395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395198222986307662039519822298630766203951982229863076620395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9adbde-ef8c-494e-a9f3-777d2df13066, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c51ccb50-57af-4fed-9250-eec88468c5d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c51ccb50-57af-4fed-9250-eec88468c5d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15714585237620134620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620157145852376201346201571458523762013462015714585237620134620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39874adf-516a-444f-af57-bf62976f4d85, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 971af6f2-b0f3-42df-b388-6c6768bfa1b4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971af6f2-b0f3-42df-b388-6c6768bfa1b4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16642241517541565758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758166422415175415657581664224151754156575816642241517541565758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c51ccb50-57af-4fed-9250-eec88468c5d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa2d3dde-5f74-4e49-bf3c-b93f6f103e62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa2d3dde-5f74-4e49-bf3c-b93f6f103e62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816206871331492289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289581620687133149228958162068713314922895816206871331492289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971af6f2-b0f3-42df-b388-6c6768bfa1b4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f89f9b7-f810-41ea-a63d-e22f51a1f040, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f89f9b7-f810-41ea-a63d-e22f51a1f040, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13668354177351595882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882136683541773515958821366835417735159588213668354177351595882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa2d3dde-5f74-4e49-bf3c-b93f6f103e62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3230d29-ec99-4dc1-8470-03f896193dea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3230d29-ec99-4dc1-8470-03f896193dea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4220265038604114808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808422026503860411480842202650386041148084220265038604114808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f89f9b7-f810-41ea-a63d-e22f51a1f040, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e1b3978-7ed4-4835-99fc-76c939a31099, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e1b3978-7ed4-4835-99fc-76c939a31099, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12900385700159327341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341129003857001593273411290038570015932734112900385700159327341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3230d29-ec99-4dc1-8470-03f896193dea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b416b14-865e-4f17-bc6a-14606a95f1d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b416b14-865e-4f17-bc6a-14606a95f1d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9229225419998272643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643922922541999827264392292254199982726439229225419998272643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e1b3978-7ed4-4835-99fc-76c939a31099, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61db7fe8-873b-4bd0-8792-9249a54d4b66, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61db7fe8-873b-4bd0-8792-9249a54d4b66, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730815875948369380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380673081587594836938067308158759483693806730815875948369380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b416b14-865e-4f17-bc6a-14606a95f1d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b7ac22a-4b70-4553-96d2-9e9879e41422, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b7ac22a-4b70-4553-96d2-9e9879e41422, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16191878951679537869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869161918789516795378691619187895167953786916191878951679537869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61db7fe8-873b-4bd0-8792-9249a54d4b66, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8181fba-cee6-4d3b-891e-014d60921660, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8181fba-cee6-4d3b-891e-014d60921660, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399863481987401434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434163998634819874014341639986348198740143416399863481987401434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b7ac22a-4b70-4553-96d2-9e9879e41422, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 998f2d57-9644-4931-ac29-f5c79880cb77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998f2d57-9644-4931-ac29-f5c79880cb77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8144261239036482666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666814426123903648266681442612390364826668144261239036482666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8181fba-cee6-4d3b-891e-014d60921660, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9491e96-c80c-491d-8db7-408de2ae20fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9491e96-c80c-491d-8db7-408de2ae20fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5581255898006831936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936558125589800683193655812558980068319365581255898006831936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998f2d57-9644-4931-ac29-f5c79880cb77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77536ca5-32e6-4307-b356-a59b193a5861, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77536ca5-32e6-4307-b356-a59b193a5861, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16683754551887715907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907166837545518877159071668375455188771590716683754551887715907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9491e96-c80c-491d-8db7-408de2ae20fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3485a54-4040-45ec-ae8a-03d7788080cc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3485a54-4040-45ec-ae8a-03d7788080cc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14882613741099299789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789148826137410992997891488261374109929978914882613741099299789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77536ca5-32e6-4307-b356-a59b193a5861, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef7c4d45-44b7-45fd-8cff-14b026e66fbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef7c4d45-44b7-45fd-8cff-14b026e66fbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3642340489775313878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878364234048977531387836423404897753138783642340489775313878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3485a54-4040-45ec-ae8a-03d7788080cc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9cd0910-ed8f-4063-b4db-4ca75e50bac1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9cd0910-ed8f-4063-b4db-4ca75e50bac1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5450403882042860582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582545040388204286058254504038820428605825450403882042860582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef7c4d45-44b7-45fd-8cff-14b026e66fbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7087a554-a784-4756-9035-faa97540b922, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7087a554-a784-4756-9035-faa97540b922, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14992063604262000617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617149920636042620006171499206360426200061714992063604262000617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9cd0910-ed8f-4063-b4db-4ca75e50bac1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 799a36da-205c-4045-8c3c-fc89b9d0bfd8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 799a36da-205c-4045-8c3c-fc89b9d0bfd8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5138517797382885361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361513851779738288536151385177973828853615138517797382885361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7087a554-a784-4756-9035-faa97540b922, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a9f3b4-8c3b-4ced-823a-e56ef4f4cd91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a9f3b4-8c3b-4ced-823a-e56ef4f4cd91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300835039223338564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564113008350392233385641130083503922333856411300835039223338564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 799a36da-205c-4045-8c3c-fc89b9d0bfd8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d255406-d69e-4510-ab05-3a35abeff912, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d255406-d69e-4510-ab05-3a35abeff912, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3678497337528085009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009367849733752808500936784973375280850093678497337528085009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a9f3b4-8c3b-4ced-823a-e56ef4f4cd91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d255406-d69e-4510-ab05-3a35abeff912, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9fab0b-ee02-479e-81be-91f629d1ba2e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9fab0b-ee02-479e-81be-91f629d1ba2e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943753677797001409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409119437536777970014091194375367779700140911943753677797001409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aac0abd-a8eb-4ba4-b66c-3a7ba7e7f75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aac0abd-a8eb-4ba4-b66c-3a7ba7e7f75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5488960863470927191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191548896086347092719154889608634709271915488960863470927191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9fab0b-ee02-479e-81be-91f629d1ba2e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fcb0e16-6c58-4b21-8be5-26365d58785a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcb0e16-6c58-4b21-8be5-26365d58785a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6847380409070642862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862684738040907064286268473804090706428626847380409070642862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aac0abd-a8eb-4ba4-b66c-3a7ba7e7f75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff0c1b13-0ea6-462b-a23d-ee4b2f72320e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff0c1b13-0ea6-462b-a23d-ee4b2f72320e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074284758098856507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507507428475809885650750742847580988565075074284758098856507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcb0e16-6c58-4b21-8be5-26365d58785a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ddefb0-6a1f-4118-86ea-fbf24d8d5d40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ddefb0-6a1f-4118-86ea-fbf24d8d5d40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11756975287849335486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486117569752878493354861175697528784933548611756975287849335486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff0c1b13-0ea6-462b-a23d-ee4b2f72320e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d0d54b-5cfc-467d-9c5c-4fe7ddb734d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d0d54b-5cfc-467d-9c5c-4fe7ddb734d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3691673160137183582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582369167316013718358236916731601371835823691673160137183582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ddefb0-6a1f-4118-86ea-fbf24d8d5d40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7383009f-3890-48f3-a5b5-4411b0038bdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7383009f-3890-48f3-a5b5-4411b0038bdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1207973562320816714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714120797356232081671412079735623208167141207973562320816714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d0d54b-5cfc-467d-9c5c-4fe7ddb734d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e041206-7db5-451e-93e1-7c93235be83d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e041206-7db5-451e-93e1-7c93235be83d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648851713427150649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649176488517134271506491764885171342715064917648851713427150649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7383009f-3890-48f3-a5b5-4411b0038bdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a0e06c-640a-4b3d-961c-64d2bd0b4b54, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a0e06c-640a-4b3d-961c-64d2bd0b4b54, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14164535265545693802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802141645352655456938021416453526554569380214164535265545693802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e041206-7db5-451e-93e1-7c93235be83d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2900c20d-ff03-49f4-8fcd-793b6c23630f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2900c20d-ff03-49f4-8fcd-793b6c23630f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176133720388454570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570517613372038845457051761337203884545705176133720388454570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2900c20d-ff03-49f4-8fcd-793b6c23630f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d59f2722-dca4-4a9a-b11b-5790790c1ad2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d59f2722-dca4-4a9a-b11b-5790790c1ad2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10865166026341351946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946108651660263413519461086516602634135194610865166026341351946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a0e06c-640a-4b3d-961c-64d2bd0b4b54, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94cbb762-614d-4f45-9d9b-2a703683b7da, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94cbb762-614d-4f45-9d9b-2a703683b7da, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6235202212445434337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337623520221244543433762352022124454343376235202212445434337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d59f2722-dca4-4a9a-b11b-5790790c1ad2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb52ff9-adce-4d0b-ba2c-f54d68453bd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb52ff9-adce-4d0b-ba2c-f54d68453bd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030437401921400538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538150304374019214005381503043740192140053815030437401921400538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb52ff9-adce-4d0b-ba2c-f54d68453bd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 711ffe59-9c85-4a93-a4d3-645676ff622f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711ffe59-9c85-4a93-a4d3-645676ff622f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8327155736018562877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877832715573601856287783271557360185628778327155736018562877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94cbb762-614d-4f45-9d9b-2a703683b7da, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b9ce37-ee04-4c12-b439-c51e4949a7db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b9ce37-ee04-4c12-b439-c51e4949a7db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2789459148132000197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197278945914813200019727894591481320001972789459148132000197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711ffe59-9c85-4a93-a4d3-645676ff622f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67a97730-76a7-4e5a-a1b2-9ec26f283912, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a97730-76a7-4e5a-a1b2-9ec26f283912, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11103940906750484862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862111039409067504848621110394090675048486211103940906750484862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b9ce37-ee04-4c12-b439-c51e4949a7db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144b46cb-2907-4bb0-8788-55996fa95dbc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144b46cb-2907-4bb0-8788-55996fa95dbc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12600156858301226033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033126001568583012260331260015685830122603312600156858301226033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a97730-76a7-4e5a-a1b2-9ec26f283912, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6666933e-4b36-433b-be17-65d8384ce2f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6666933e-4b36-433b-be17-65d8384ce2f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8090443768613775341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341809044376861377534180904437686137753418090443768613775341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144b46cb-2907-4bb0-8788-55996fa95dbc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b1b29c7-af1b-4f7b-a7b3-fb4a8de3f858, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1b29c7-af1b-4f7b-a7b3-fb4a8de3f858, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413910364697234791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791154139103646972347911541391036469723479115413910364697234791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6666933e-4b36-433b-be17-65d8384ce2f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 355082c0-db1d-455e-a10f-9041109e57f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 355082c0-db1d-455e-a10f-9041109e57f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378160546566560598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598337816054656656059833781605465665605983378160546566560598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1b29c7-af1b-4f7b-a7b3-fb4a8de3f858, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f56b14-557e-4fde-8524-ac3c219c82f5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f56b14-557e-4fde-8524-ac3c219c82f5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 431848482425666394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394431848482425666394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 355082c0-db1d-455e-a10f-9041109e57f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f9af21-5a07-473a-af47-aae6d323cbb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f9af21-5a07-473a-af47-aae6d323cbb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8345911567811051977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977834591156781105197783459115678110519778345911567811051977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f56b14-557e-4fde-8524-ac3c219c82f5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c502a5-afd5-4592-9dac-0688405ca200, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c502a5-afd5-4592-9dac-0688405ca200, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1141553930729376605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605114155393072937660511415539307293766051141553930729376605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f9af21-5a07-473a-af47-aae6d323cbb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97474760-88b8-4c44-9dc4-c0707760115d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97474760-88b8-4c44-9dc4-c0707760115d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12921875654151621747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747129218756541516217471292187565415162174712921875654151621747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c502a5-afd5-4592-9dac-0688405ca200, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b6c6aac-80cc-4f14-bfb9-708657729ef3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b6c6aac-80cc-4f14-bfb9-708657729ef3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16756389704123397356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356167563897041233973561675638970412339735616756389704123397356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97474760-88b8-4c44-9dc4-c0707760115d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 733eb7dc-3baa-4e0d-b74e-11be6a4a8c45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733eb7dc-3baa-4e0d-b74e-11be6a4a8c45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4696604280153732282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282469660428015373228246966042801537322824696604280153732282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b6c6aac-80cc-4f14-bfb9-708657729ef3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea32a35-15af-48ee-84e5-90afc59bbb73, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea32a35-15af-48ee-84e5-90afc59bbb73, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2352346395635298688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688235234639563529868823523463956352986882352346395635298688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733eb7dc-3baa-4e0d-b74e-11be6a4a8c45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 613c7979-9031-44bd-8208-1644d5a29601, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 613c7979-9031-44bd-8208-1644d5a29601, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14165975892076320103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103141659758920763201031416597589207632010314165975892076320103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea32a35-15af-48ee-84e5-90afc59bbb73, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb1dcf9-7f18-4ad6-a3a3-f51b56253721, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb1dcf9-7f18-4ad6-a3a3-f51b56253721, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8886412018468835333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333888641201846883533388864120184688353338886412018468835333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 613c7979-9031-44bd-8208-1644d5a29601, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a72188-6f44-469d-aaaf-c22ce5728c0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a72188-6f44-469d-aaaf-c22ce5728c0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18135633731744538289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289181356337317445382891813563373174453828918135633731744538289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb1dcf9-7f18-4ad6-a3a3-f51b56253721, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f23229-fd15-4385-9cc9-d9d7c79f7025, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f23229-fd15-4385-9cc9-d9d7c79f7025, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10910804691467161004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004109108046914671610041091080469146716100410910804691467161004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f23229-fd15-4385-9cc9-d9d7c79f7025, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1568346e-695f-4f9b-ab4a-42067d4df2d7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1568346e-695f-4f9b-ab4a-42067d4df2d7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18998960178942601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1899896017894260118998960178942601189989601789426011899896017894260118998960178942601189989601789426011899896017894260118998960178942601189989601789426011899896017894260118998960178942601189989601789426011899896017894260118998960178942601189989601789426011899896017894260118998960178942601189989601789426011899896017894260118998960178942601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a72188-6f44-469d-aaaf-c22ce5728c0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8933b426-b96e-4b38-a226-f09e700eeb77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8933b426-b96e-4b38-a226-f09e700eeb77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453285961627816469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469645328596162781646964532859616278164696453285961627816469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1568346e-695f-4f9b-ab4a-42067d4df2d7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d19456-8a4d-444a-9612-a24d0726cca7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d19456-8a4d-444a-9612-a24d0726cca7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4798238576747354564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564479823857674735456447982385767473545644798238576747354564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8933b426-b96e-4b38-a226-f09e700eeb77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e8c551-5f6f-4dd6-8c42-8ea0f3f18473, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e8c551-5f6f-4dd6-8c42-8ea0f3f18473, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2301003070086161445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445230100307008616144523010030700861614452301003070086161445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d19456-8a4d-444a-9612-a24d0726cca7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01c4eed4-47ee-44d5-9ce3-538d00d7c677, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c4eed4-47ee-44d5-9ce3-538d00d7c677, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1555541675039141852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852155554167503914185215555416750391418521555541675039141852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e8c551-5f6f-4dd6-8c42-8ea0f3f18473, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaaa3ad9-6d7a-4319-9f76-e406390a8d37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaaa3ad9-6d7a-4319-9f76-e406390a8d37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14863045734025098064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064148630457340250980641486304573402509806414863045734025098064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c4eed4-47ee-44d5-9ce3-538d00d7c677, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6adeef06-04e8-4c4c-829e-962041e3f042, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6adeef06-04e8-4c4c-829e-962041e3f042, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8205750247515900181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181820575024751590018182057502475159001818205750247515900181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaaa3ad9-6d7a-4319-9f76-e406390a8d37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f05ea00-f6e1-44db-9c39-9e16c0f9fc93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f05ea00-f6e1-44db-9c39-9e16c0f9fc93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16181491359811058783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783161814913598110587831618149135981105878316181491359811058783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6adeef06-04e8-4c4c-829e-962041e3f042, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fddfac5a-ddd3-4b1d-80dd-6362247a8b81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddfac5a-ddd3-4b1d-80dd-6362247a8b81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2041785282285917478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478204178528228591747820417852822859174782041785282285917478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f05ea00-f6e1-44db-9c39-9e16c0f9fc93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3463e2c-415b-435b-b551-8878bec1a453, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3463e2c-415b-435b-b551-8878bec1a453, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4685124114509963365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365468512411450996336546851241145099633654685124114509963365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddfac5a-ddd3-4b1d-80dd-6362247a8b81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09543f97-bb56-4c2c-81de-cff08ff06e6f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09543f97-bb56-4c2c-81de-cff08ff06e6f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16089937381256856473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473160899373812568564731608993738125685647316089937381256856473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3463e2c-415b-435b-b551-8878bec1a453, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c25a9f0-74b4-4758-9935-838e89c7b553, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c25a9f0-74b4-4758-9935-838e89c7b553, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10298541676106268866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866102985416761062688661029854167610626886610298541676106268866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09543f97-bb56-4c2c-81de-cff08ff06e6f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d97a1249-aea8-408b-ac4a-be61127bf069, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d97a1249-aea8-408b-ac4a-be61127bf069, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3980431535250603486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486398043153525060348639804315352506034863980431535250603486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c25a9f0-74b4-4758-9935-838e89c7b553, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d63077b-0584-4d31-be97-0a4ddb01a295, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d63077b-0584-4d31-be97-0a4ddb01a295, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151349818197275851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851131513498181972758511315134981819727585113151349818197275851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d97a1249-aea8-408b-ac4a-be61127bf069, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c4b3ec-9615-40be-92d2-b8d7720f88af, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c4b3ec-9615-40be-92d2-b8d7720f88af, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17469766790968709125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125174697667909687091251746976679096870912517469766790968709125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d63077b-0584-4d31-be97-0a4ddb01a295, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459bce3a-66df-4860-b8c2-4c32978fe972, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459bce3a-66df-4860-b8c2-4c32978fe972, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489502086718138354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354154895020867181383541548950208671813835415489502086718138354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c4b3ec-9615-40be-92d2-b8d7720f88af, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4bd9af-58b6-4676-a213-c034e22fe760, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4bd9af-58b6-4676-a213-c034e22fe760, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17702137930816160670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670177021379308161606701770213793081616067017702137930816160670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459bce3a-66df-4860-b8c2-4c32978fe972, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91aa755a-8d80-464d-b41a-8a698d97565d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91aa755a-8d80-464d-b41a-8a698d97565d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3787147072531842648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648378714707253184264837871470725318426483787147072531842648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91aa755a-8d80-464d-b41a-8a698d97565d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 380269e8-64d1-4bf9-98be-d37b3297e6de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380269e8-64d1-4bf9-98be-d37b3297e6de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16717661018927328475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475167176610189273284751671766101892732847516717661018927328475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4bd9af-58b6-4676-a213-c034e22fe760, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92fbb86a-ed72-4e46-8bec-8251e9730a87, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fbb86a-ed72-4e46-8bec-8251e9730a87, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044832777471709501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501180448327774717095011804483277747170950118044832777471709501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380269e8-64d1-4bf9-98be-d37b3297e6de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd18dc9e-0038-4cc1-90a5-83b5c2041549, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd18dc9e-0038-4cc1-90a5-83b5c2041549, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3565882175962873080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080356588217596287308035658821759628730803565882175962873080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fbb86a-ed72-4e46-8bec-8251e9730a87, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 045bf669-2d4f-443f-8a53-5810c1c32c4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 045bf669-2d4f-443f-8a53-5810c1c32c4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8341512210152181976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976834151221015218197683415122101521819768341512210152181976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 045bf669-2d4f-443f-8a53-5810c1c32c4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8972dc67-54e6-496c-a25e-16c407d75c46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8972dc67-54e6-496c-a25e-16c407d75c46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402919814346816592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592104029198143468165921040291981434681659210402919814346816592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd18dc9e-0038-4cc1-90a5-83b5c2041549, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37c72ca0-5ae0-4544-94c2-e71d5c5e12ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37c72ca0-5ae0-4544-94c2-e71d5c5e12ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620873861619482562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562262087386161948256226208738616194825622620873861619482562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8972dc67-54e6-496c-a25e-16c407d75c46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e813ee5-0ce7-4654-85b8-d2b1623bb7cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e813ee5-0ce7-4654-85b8-d2b1623bb7cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429862213977687111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111164298622139776871111642986221397768711116429862213977687111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37c72ca0-5ae0-4544-94c2-e71d5c5e12ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e813ee5-0ce7-4654-85b8-d2b1623bb7cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bb59944-65c8-4792-9ad8-5043766e1f37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb59944-65c8-4792-9ad8-5043766e1f37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13511121855067149099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099135111218550671490991351112185506714909913511121855067149099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8b2cbd2-7635-47f1-8e0e-c783e134caca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8b2cbd2-7635-47f1-8e0e-c783e134caca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7301739282766848379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379730173928276684837973017392827668483797301739282766848379" } } } 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:25884/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb59944-65c8-4792-9ad8-5043766e1f37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0458f644-992c-4c69-80b4-89f5c2cf1002, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0458f644-992c-4c69-80b4-89f5c2cf1002, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9043428810443990148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148904342881044399014890434288104439901489043428810443990148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8b2cbd2-7635-47f1-8e0e-c783e134caca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3261661d-d60f-4d47-a6d3-de065c6e9953, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3261661d-d60f-4d47-a6d3-de065c6e9953, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461071662173666299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299174610716621736662991746107166217366629917461071662173666299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0458f644-992c-4c69-80b4-89f5c2cf1002, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9366408f-77ba-4250-a7d2-c090490d5444, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9366408f-77ba-4250-a7d2-c090490d5444, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288331461027451349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349122883314610274513491228833146102745134912288331461027451349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3261661d-d60f-4d47-a6d3-de065c6e9953, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d0e9ee-5ace-4405-bdf6-dc2043e5c11d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d0e9ee-5ace-4405-bdf6-dc2043e5c11d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227161800166244683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683922716180016624468392271618001662446839227161800166244683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9366408f-77ba-4250-a7d2-c090490d5444, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22dab9c-1c03-4176-b39b-45fcccd57092, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d0e9ee-5ace-4405-bdf6-dc2043e5c11d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad6d6ce-934e-4cb0-a1cb-b05f09004be1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad6d6ce-934e-4cb0-a1cb-b05f09004be1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3692792356036347351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351369279235603634735136927923560363473513692792356036347351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22dab9c-1c03-4176-b39b-45fcccd57092, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 190614692592854240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240190614692592854240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22dab9c-1c03-4176-b39b-45fcccd57092, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71cbccc-7f7f-4296-bbe2-822b610d0d0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71cbccc-7f7f-4296-bbe2-822b610d0d0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13898613014494821705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705138986130144948217051389861301449482170513898613014494821705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad6d6ce-934e-4cb0-a1cb-b05f09004be1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac435d6f-e73e-4963-a497-722dab6ac934, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac435d6f-e73e-4963-a497-722dab6ac934, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16575169506524298784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784165751695065242987841657516950652429878416575169506524298784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71cbccc-7f7f-4296-bbe2-822b610d0d0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2377040-a54a-4575-a453-54c4e74f030e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2377040-a54a-4575-a453-54c4e74f030e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6220689477674893910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910622068947767489391062206894776748939106220689477674893910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac435d6f-e73e-4963-a497-722dab6ac934, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9beb241-da97-4a3f-a7bf-657f88bb90a4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9beb241-da97-4a3f-a7bf-657f88bb90a4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9526273723749635017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017952627372374963501795262737237496350179526273723749635017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2377040-a54a-4575-a453-54c4e74f030e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312b84a3-1c82-4af2-99dd-ecf491e6a2c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312b84a3-1c82-4af2-99dd-ecf491e6a2c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11878041053422606736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736118780410534226067361187804105342260673611878041053422606736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9beb241-da97-4a3f-a7bf-657f88bb90a4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9323bfe-7f9d-4bbf-af34-b8bc60eeb0d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9323bfe-7f9d-4bbf-af34-b8bc60eeb0d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13586777432189982032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032135867774321899820321358677743218998203213586777432189982032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312b84a3-1c82-4af2-99dd-ecf491e6a2c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f269cc3-40e9-4936-8a80-3d4dbb241991, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f269cc3-40e9-4936-8a80-3d4dbb241991, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9244055417672298161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161924405541767229816192440554176722981619244055417672298161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9323bfe-7f9d-4bbf-af34-b8bc60eeb0d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10a0f516-a4e4-4a6a-a4c3-962e40ebb61f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a0f516-a4e4-4a6a-a4c3-962e40ebb61f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932892966230728431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431693289296623072843169328929662307284316932892966230728431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f269cc3-40e9-4936-8a80-3d4dbb241991, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b922efd-6002-4522-9ad5-1a1179fc83c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b922efd-6002-4522-9ad5-1a1179fc83c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6528137217634312945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945652813721763431294565281372176343129456528137217634312945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a0f516-a4e4-4a6a-a4c3-962e40ebb61f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9f431b4-a299-4bbc-b9da-2580d22e8b30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f431b4-a299-4bbc-b9da-2580d22e8b30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2832482071344652477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477283248207134465247728324820713446524772832482071344652477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f431b4-a299-4bbc-b9da-2580d22e8b30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8690490b-915b-4396-a09d-2ff88599e18e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8690490b-915b-4396-a09d-2ff88599e18e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10120526602875986141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141101205266028759861411012052660287598614110120526602875986141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b922efd-6002-4522-9ad5-1a1179fc83c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7619390d-36c2-43c2-9d93-cae0810197c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7619390d-36c2-43c2-9d93-cae0810197c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4678466103564269696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696467846610356426969646784661035642696964678466103564269696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8690490b-915b-4396-a09d-2ff88599e18e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fac475b-64a5-4639-a318-3ac96336189a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fac475b-64a5-4639-a318-3ac96336189a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737725482553363165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165147377254825533631651473772548255336316514737725482553363165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7619390d-36c2-43c2-9d93-cae0810197c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fccdc1a-78bb-458a-b120-4cf6dd0d8bb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fccdc1a-78bb-458a-b120-4cf6dd0d8bb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9767463904839619355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355976746390483961935597674639048396193559767463904839619355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fac475b-64a5-4639-a318-3ac96336189a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af214fd4-2d48-4db4-9346-c3c2b930cad0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af214fd4-2d48-4db4-9346-c3c2b930cad0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8314898288993944226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226831489828899394422683148982889939442268314898288993944226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fccdc1a-78bb-458a-b120-4cf6dd0d8bb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ecc7ed-aff0-45a9-92b5-d07362e57566, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ecc7ed-aff0-45a9-92b5-d07362e57566, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416177554169680968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968124161775541696809681241617755416968096812416177554169680968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af214fd4-2d48-4db4-9346-c3c2b930cad0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8d14f0-74d3-4d5c-be98-ce2a14a7f374, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8d14f0-74d3-4d5c-be98-ce2a14a7f374, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18359633351569789489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489183596333515697894891835963335156978948918359633351569789489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ecc7ed-aff0-45a9-92b5-d07362e57566, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3a4c2d-0ecd-42c4-919e-039db89292e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3a4c2d-0ecd-42c4-919e-039db89292e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18302619918584958207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207183026199185849582071830261991858495820718302619918584958207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8d14f0-74d3-4d5c-be98-ce2a14a7f374, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d91742-909e-4a5a-94e3-ed65ec378fdd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d91742-909e-4a5a-94e3-ed65ec378fdd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16871098850262957836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836168710988502629578361687109885026295783616871098850262957836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3a4c2d-0ecd-42c4-919e-039db89292e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc7ae80c-30bf-4ac6-a457-1850c6976fd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc7ae80c-30bf-4ac6-a457-1850c6976fd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8840782943619131867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867884078294361913186788407829436191318678840782943619131867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d91742-909e-4a5a-94e3-ed65ec378fdd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d7bf6d-2daf-4abb-9313-a5c370f29cde, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d7bf6d-2daf-4abb-9313-a5c370f29cde, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16444657291570512572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572164446572915705125721644465729157051257216444657291570512572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc7ae80c-30bf-4ac6-a457-1850c6976fd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32613a95-bfdb-4d9b-824f-765481f1769c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32613a95-bfdb-4d9b-824f-765481f1769c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2048370963480997525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525204837096348099752520483709634809975252048370963480997525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d7bf6d-2daf-4abb-9313-a5c370f29cde, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46955fcc-a9f4-4c79-88d4-b989ebd4a66d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46955fcc-a9f4-4c79-88d4-b989ebd4a66d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 308944579109613027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027308944579109613027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32613a95-bfdb-4d9b-824f-765481f1769c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38fcd890-98ad-4538-8137-26c44cc58c4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38fcd890-98ad-4538-8137-26c44cc58c4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16320004378315789674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674163200043783157896741632000437831578967416320004378315789674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46955fcc-a9f4-4c79-88d4-b989ebd4a66d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca8730b1-93d1-47d2-9d4c-65f06d3e79ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca8730b1-93d1-47d2-9d4c-65f06d3e79ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12135289657966739983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983121352896579667399831213528965796673998312135289657966739983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38fcd890-98ad-4538-8137-26c44cc58c4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2be99ed5-e859-4c7a-a54c-784b650cdc82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be99ed5-e859-4c7a-a54c-784b650cdc82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3566392889991728496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496356639288999172849635663928899917284963566392889991728496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca8730b1-93d1-47d2-9d4c-65f06d3e79ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a150646-dbc6-4150-b8ce-cd82142335b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a150646-dbc6-4150-b8ce-cd82142335b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13365237285014724022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022133652372850147240221336523728501472402213365237285014724022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be99ed5-e859-4c7a-a54c-784b650cdc82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2d7535-b253-46f2-b6ed-21421080de65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2d7535-b253-46f2-b6ed-21421080de65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6316438671814081446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446631643867181408144663164386718140814466316438671814081446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a150646-dbc6-4150-b8ce-cd82142335b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d299879b-04d9-4891-9e02-651d536811cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d299879b-04d9-4891-9e02-651d536811cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15784662637149740917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917157846626371497409171578466263714974091715784662637149740917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2d7535-b253-46f2-b6ed-21421080de65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f77c82-73e0-4e63-b8f8-3db86cc6350f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f77c82-73e0-4e63-b8f8-3db86cc6350f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548356525128046460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460155483565251280464601554835652512804646015548356525128046460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d299879b-04d9-4891-9e02-651d536811cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5807fc7-6b3f-43f4-bf04-e29964f60ccc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5807fc7-6b3f-43f4-bf04-e29964f60ccc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9622025860853420224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224962202586085342022496220258608534202249622025860853420224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f77c82-73e0-4e63-b8f8-3db86cc6350f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 078b2c17-bece-4d68-8924-50e75b2aa6df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078b2c17-bece-4d68-8924-50e75b2aa6df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7661520454654507318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318766152045465450731876615204546545073187661520454654507318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5807fc7-6b3f-43f4-bf04-e29964f60ccc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a0857d-0c0c-4c57-b029-5d9825518e53, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a0857d-0c0c-4c57-b029-5d9825518e53, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163927533231490419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419101639275332314904191016392753323149041910163927533231490419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078b2c17-bece-4d68-8924-50e75b2aa6df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a0857d-0c0c-4c57-b029-5d9825518e53, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d9a2fff-bae3-4e5b-9fe5-42ee0a648bfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d9a2fff-bae3-4e5b-9fe5-42ee0a648bfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888563520090729284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284158885635200907292841588856352009072928415888563520090729284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0e5b8c7-24b7-4911-9169-5fe893e347d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e5b8c7-24b7-4911-9169-5fe893e347d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8222372439446957483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483822237243944695748382223724394469574838222372439446957483" } } } 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/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_0 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_p5qds_wt.log --grpc-port=25884 --mon-port=29202 --ic-port=7774 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_0', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_2/logfile_p5qds_wt.log', '--grpc-port=25884', '--mon-port=29202', '--ic-port=7774', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_0key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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: 1447690
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:25884/2
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d9a2fff-bae3-4e5b-9fe5-42ee0a648bfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e144bdb-dfe3-4665-a488-a060c66bc4b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
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    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e5b8c7-24b7-4911-9169-5fe893e347d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd7f1b84-c682-469e-a61c-9eb5ac673765, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e144bdb-dfe3-4665-a488-a060c66bc4b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14028236318333175719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719140282363183331757191402823631833317571914028236318333175719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd7f1b84-c682-469e-a61c-9eb5ac673765, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14169320242169504216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216141693202421695042161416932024216950421614169320242169504216" } } } 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/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1447693
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e144bdb-dfe3-4665-a488-a060c66bc4b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6615498-80de-424a-9a35-d591a203359c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6615498-80de-424a-9a35-d591a203359c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13324626261656621563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563133246262616566215631332462626165662156313324626261656621563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd7f1b84-c682-469e-a61c-9eb5ac673765, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccabfe3a-ded1-4f9a-835b-6ccf52574bd1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccabfe3a-ded1-4f9a-835b-6ccf52574bd1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9219649214087304641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641921964921408730464192196492140873046419219649214087304641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6615498-80de-424a-9a35-d591a203359c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85a2697f-8964-48d9-bb8c-23acfc7c0072, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a2697f-8964-48d9-bb8c-23acfc7c0072, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16853988680591464094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094168539886805914640941685398868059146409416853988680591464094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccabfe3a-ded1-4f9a-835b-6ccf52574bd1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e317d7f-1156-49ce-baa6-828843f0f421, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e317d7f-1156-49ce-baa6-828843f0f421, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1911964228995580360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360191196422899558036019119642289955803601911964228995580360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a2697f-8964-48d9-bb8c-23acfc7c0072, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ed4e3d-5c1c-4b0d-983c-c9392391e680, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e317d7f-1156-49ce-baa6-828843f0f421, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f01e21a6-fd71-447d-a6e3-f7475a6aa348, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01e21a6-fd71-447d-a6e3-f7475a6aa348, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3398760088555341960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960339876008855534196033987600885553419603398760088555341960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ed4e3d-5c1c-4b0d-983c-c9392391e680, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14950953501556271566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566149509535015562715661495095350155627156614950953501556271566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ed4e3d-5c1c-4b0d-983c-c9392391e680, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab89f4ea-f5f6-449e-9304-49e52ed1fa27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab89f4ea-f5f6-449e-9304-49e52ed1fa27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15889293457969414131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131158892934579694141311588929345796941413115889293457969414131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01e21a6-fd71-447d-a6e3-f7475a6aa348, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd6a8447-66d5-4d58-941a-7cdad68f929f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd6a8447-66d5-4d58-941a-7cdad68f929f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14740750637609650714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714147407506376096507141474075063760965071414740750637609650714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd6a8447-66d5-4d58-941a-7cdad68f929f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3192430-833d-4cae-b2c0-d822513601ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3192430-833d-4cae-b2c0-d822513601ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3633716862194154403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403363371686219415440336337168621941544033633716862194154403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab89f4ea-f5f6-449e-9304-49e52ed1fa27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a061d6-61ea-4ab2-bacb-ebcc77ce601b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a061d6-61ea-4ab2-bacb-ebcc77ce601b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9531284214170364546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546953128421417036454695312842141703645469531284214170364546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3192430-833d-4cae-b2c0-d822513601ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b602c05-71f7-4615-921f-1a871ad0beab, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b602c05-71f7-4615-921f-1a871ad0beab, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294690614613886981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981152946906146138869811529469061461388698115294690614613886981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a061d6-61ea-4ab2-bacb-ebcc77ce601b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ad94f1-2eb7-40f8-a4e6-b5e1232e58d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ad94f1-2eb7-40f8-a4e6-b5e1232e58d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15436394034300852277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277154363940343008522771543639403430085227715436394034300852277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b602c05-71f7-4615-921f-1a871ad0beab, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed4d617b-93bf-4e2b-ab56-d0205fe01d54, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed4d617b-93bf-4e2b-ab56-d0205fe01d54, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9869328700353423078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078986932870035342307898693287003534230789869328700353423078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ad94f1-2eb7-40f8-a4e6-b5e1232e58d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bce503-a4b0-4b2c-93bf-e2ee1944043d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bce503-a4b0-4b2c-93bf-e2ee1944043d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14955746908810007925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925149557469088100079251495574690881000792514955746908810007925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed4d617b-93bf-4e2b-ab56-d0205fe01d54, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1f4705-8f9d-4058-b4b5-02a57c0c1088, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1f4705-8f9d-4058-b4b5-02a57c0c1088, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5947311829319471957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957594731182931947195759473118293194719575947311829319471957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bce503-a4b0-4b2c-93bf-e2ee1944043d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7252031a-dc10-4ffd-94b6-c72d0dd45e09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7252031a-dc10-4ffd-94b6-c72d0dd45e09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16788526913079305839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839167885269130793058391678852691307930583916788526913079305839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1f4705-8f9d-4058-b4b5-02a57c0c1088, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01329c1-f82f-44e5-854f-94413a7c932c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01329c1-f82f-44e5-854f-94413a7c932c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16347747106567945461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461163477471065679454611634774710656794546116347747106567945461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7252031a-dc10-4ffd-94b6-c72d0dd45e09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c20aade7-66b5-4dee-9df0-4a290bbb95e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c20aade7-66b5-4dee-9df0-4a290bbb95e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5368503276264483708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708536850327626448370853685032762644837085368503276264483708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01329c1-f82f-44e5-854f-94413a7c932c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64fe0431-db39-4fe5-9905-d9ceb1ff5337, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64fe0431-db39-4fe5-9905-d9ceb1ff5337, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17679572751605176098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098176795727516051760981767957275160517609817679572751605176098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c20aade7-66b5-4dee-9df0-4a290bbb95e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d3c016d-bc16-464c-af5e-a76042dfc845, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d3c016d-bc16-464c-af5e-a76042dfc845, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353306409911986938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938183533064099119869381835330640991198693818353306409911986938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64fe0431-db39-4fe5-9905-d9ceb1ff5337, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bf8fa6e-7847-4ef9-9eea-bbf77b179d84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bf8fa6e-7847-4ef9-9eea-bbf77b179d84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2047960999751249508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508204796099975124950820479609997512495082047960999751249508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bf8fa6e-7847-4ef9-9eea-bbf77b179d84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9feb3ac-a461-48b5-b5ae-c515f3c38265, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9feb3ac-a461-48b5-b5ae-c515f3c38265, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5393329800309945724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724539332980030994572453933298003099457245393329800309945724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d3c016d-bc16-464c-af5e-a76042dfc845, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a86712-e040-4c70-aa6b-a5db62ab9381, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a86712-e040-4c70-aa6b-a5db62ab9381, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172547842526061104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104917254784252606110491725478425260611049172547842526061104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9feb3ac-a461-48b5-b5ae-c515f3c38265, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f17445e6-c481-49fe-9574-a3d3edcf943b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f17445e6-c481-49fe-9574-a3d3edcf943b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569231886458280629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629155692318864582806291556923188645828062915569231886458280629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a86712-e040-4c70-aa6b-a5db62ab9381, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12972423-c99d-4dcb-b651-7c00fc0afcc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12972423-c99d-4dcb-b651-7c00fc0afcc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11754882905670180276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276117548829056701802761175488290567018027611754882905670180276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f17445e6-c481-49fe-9574-a3d3edcf943b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65edcf27-15b4-4c13-989f-d871137512aa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65edcf27-15b4-4c13-989f-d871137512aa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 78535962994054605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "7853596299405460578535962994054605785359629940546057853596299405460578535962994054605785359629940546057853596299405460578535962994054605785359629940546057853596299405460578535962994054605785359629940546057853596299405460578535962994054605785359629940546057853596299405460578535962994054605785359629940546057853596299405460578535962994054605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12972423-c99d-4dcb-b651-7c00fc0afcc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75c6d68-b4cf-47a3-8237-cfff586f66ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75c6d68-b4cf-47a3-8237-cfff586f66ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4931727297232938212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212493172729723293821249317272972329382124931727297232938212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75c6d68-b4cf-47a3-8237-cfff586f66ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f021bbb-abfb-433c-b7f0-108e726b6f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f021bbb-abfb-433c-b7f0-108e726b6f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058891481303276459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459405889148130327645940588914813032764594058891481303276459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65edcf27-15b4-4c13-989f-d871137512aa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1b644b-1db6-4254-aa6f-f556f80aa8f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1b644b-1db6-4254-aa6f-f556f80aa8f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15830385022535750743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743158303850225357507431583038502253575074315830385022535750743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f021bbb-abfb-433c-b7f0-108e726b6f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279110b5-bea7-4279-a07a-af27df1792d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279110b5-bea7-4279-a07a-af27df1792d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13120526710098710042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042131205267100987100421312052671009871004213120526710098710042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1b644b-1db6-4254-aa6f-f556f80aa8f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c55f8c4e-6465-4f80-82d1-bb01f74566f2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55f8c4e-6465-4f80-82d1-bb01f74566f2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7121726165174507906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906712172616517450790671217261651745079067121726165174507906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279110b5-bea7-4279-a07a-af27df1792d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1147b5e2-0eeb-46d2-ac78-e1e841f2b24e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1147b5e2-0eeb-46d2-ac78-e1e841f2b24e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961068178552564097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097139610681785525640971396106817855256409713961068178552564097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55f8c4e-6465-4f80-82d1-bb01f74566f2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6582eb3-aac1-48ac-9585-4d3fc24a1179, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6582eb3-aac1-48ac-9585-4d3fc24a1179, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6812883442316986596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596681288344231698659668128834423169865966812883442316986596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1147b5e2-0eeb-46d2-ac78-e1e841f2b24e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e4bc33e-1300-4bfe-ad21-64d170b2b927, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4bc33e-1300-4bfe-ad21-64d170b2b927, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13673519462507781375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375136735194625077813751367351946250778137513673519462507781375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6582eb3-aac1-48ac-9585-4d3fc24a1179, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484b5715-9ae3-40f3-a78e-55f9cecad3b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484b5715-9ae3-40f3-a78e-55f9cecad3b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429773531869767989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989124297735318697679891242977353186976798912429773531869767989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4bc33e-1300-4bfe-ad21-64d170b2b927, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04fdb625-872d-491f-98d4-f23abc3a228f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fdb625-872d-491f-98d4-f23abc3a228f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14429258577511852477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477144292585775118524771442925857751185247714429258577511852477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484b5715-9ae3-40f3-a78e-55f9cecad3b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3f56e62-fedf-4f2c-8ce1-4eb7fa12dd41, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3f56e62-fedf-4f2c-8ce1-4eb7fa12dd41, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5045171999553329932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932504517199955332993250451719995533299325045171999553329932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fdb625-872d-491f-98d4-f23abc3a228f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd5efe37-048f-4d06-b843-76c0d4e02aab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd5efe37-048f-4d06-b843-76c0d4e02aab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14953486305381179066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066149534863053811790661495348630538117906614953486305381179066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3f56e62-fedf-4f2c-8ce1-4eb7fa12dd41, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c012713-4bd8-4bc6-b514-f7949a2ac3f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd5efe37-048f-4d06-b843-76c0d4e02aab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcec3dfd-0994-48af-aad7-7dffc45210fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcec3dfd-0994-48af-aad7-7dffc45210fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012276337043294145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145100122763370432941451001227633704329414510012276337043294145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c012713-4bd8-4bc6-b514-f7949a2ac3f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14599808553237036180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180145998085532370361801459980855323703618014599808553237036180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcec3dfd-0994-48af-aad7-7dffc45210fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b40daa-7145-4d18-9661-0eef5641f1da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b40daa-7145-4d18-9661-0eef5641f1da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12295519255371464091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091122955192553714640911229551925537146409112295519255371464091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c012713-4bd8-4bc6-b514-f7949a2ac3f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ce70458-41ee-46f5-8b8b-0f79e49655b5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce70458-41ee-46f5-8b8b-0f79e49655b5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17701104299608529240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240177011042996085292401770110429960852924017701104299608529240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce70458-41ee-46f5-8b8b-0f79e49655b5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fdb66f8-a05d-45cc-a2f9-87726413565b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fdb66f8-a05d-45cc-a2f9-87726413565b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9625223550808530737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737962522355080853073796252235508085307379625223550808530737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b40daa-7145-4d18-9661-0eef5641f1da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f23944-1314-4d65-ad3b-cddafb119990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f23944-1314-4d65-ad3b-cddafb119990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5345974531923309089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089534597453192330908953459745319233090895345974531923309089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fdb66f8-a05d-45cc-a2f9-87726413565b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6630a674-66cc-4522-97c5-8d40c80cf5a5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6630a674-66cc-4522-97c5-8d40c80cf5a5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2845233906995719586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586284523390699571958628452339069957195862845233906995719586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f23944-1314-4d65-ad3b-cddafb119990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ee27fe-7c0c-4531-abbf-d756126d19db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ee27fe-7c0c-4531-abbf-d756126d19db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4289088371142617917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917428908837114261791742890883711426179174289088371142617917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6630a674-66cc-4522-97c5-8d40c80cf5a5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d4743b-51fd-434c-95ac-6e4405db239c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d4743b-51fd-434c-95ac-6e4405db239c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2585237388725766933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933258523738872576693325852373887257669332585237388725766933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ee27fe-7c0c-4531-abbf-d756126d19db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45796f98-6671-4db5-a953-3b5dcc4414a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45796f98-6671-4db5-a953-3b5dcc4414a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15441909463769768679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679154419094637697686791544190946376976867915441909463769768679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d4743b-51fd-434c-95ac-6e4405db239c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a9f98a-0a81-4437-be76-e33a2aa8e4eb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a9f98a-0a81-4437-be76-e33a2aa8e4eb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2215327338117644054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054221532733811764405422153273381176440542215327338117644054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45796f98-6671-4db5-a953-3b5dcc4414a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f34dc8e4-2b62-4375-b004-dc6887d734bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34dc8e4-2b62-4375-b004-dc6887d734bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3081644898011936682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682308164489801193668230816448980119366823081644898011936682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a9f98a-0a81-4437-be76-e33a2aa8e4eb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aba5331f-ce73-4e6a-b6f2-6fe1b2e05d87, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba5331f-ce73-4e6a-b6f2-6fe1b2e05d87, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10297486950722550759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759102974869507225507591029748695072255075910297486950722550759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34dc8e4-2b62-4375-b004-dc6887d734bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac41cf2c-f8b3-4773-a6bd-ca2f65e3dac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac41cf2c-f8b3-4773-a6bd-ca2f65e3dac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16559875746551685827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827165598757465516858271655987574655168582716559875746551685827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba5331f-ce73-4e6a-b6f2-6fe1b2e05d87, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c649b461-b555-4f85-85d8-14a80e9677b4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c649b461-b555-4f85-85d8-14a80e9677b4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10744675127152037393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393107446751271520373931074467512715203739310744675127152037393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac41cf2c-f8b3-4773-a6bd-ca2f65e3dac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c03d17-0db7-4629-a686-4663671b9ad8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c03d17-0db7-4629-a686-4663671b9ad8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8041079077209621427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427804107907720962142780410790772096214278041079077209621427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c03d17-0db7-4629-a686-4663671b9ad8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc607322-e6f6-48df-9d04-730f97e92b3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc607322-e6f6-48df-9d04-730f97e92b3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871241127944553535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535687124112794455353568712411279445535356871241127944553535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c649b461-b555-4f85-85d8-14a80e9677b4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08de6811-2338-4e2b-a45d-35aaa4cb59c3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08de6811-2338-4e2b-a45d-35aaa4cb59c3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839208776065904981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981148392087760659049811483920877606590498114839208776065904981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc607322-e6f6-48df-9d04-730f97e92b3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c43544d-7f33-4a9b-95be-989f3f39845f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c43544d-7f33-4a9b-95be-989f3f39845f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15981433957714069930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930159814339577140699301598143395771406993015981433957714069930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08de6811-2338-4e2b-a45d-35aaa4cb59c3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2fd071d-d236-49b2-ae56-6b0a0d5a3541, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fd071d-d236-49b2-ae56-6b0a0d5a3541, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5772754344644528903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903577275434464452890357727543446445289035772754344644528903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c43544d-7f33-4a9b-95be-989f3f39845f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786d6931-07d0-4750-976e-ecb229194457, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786d6931-07d0-4750-976e-ecb229194457, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7394668654408863427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427739466865440886342773946686544088634277394668654408863427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fd071d-d236-49b2-ae56-6b0a0d5a3541, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fdb9aaa-7379-4423-b304-1e27dcb88adc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fdb9aaa-7379-4423-b304-1e27dcb88adc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6196017300577101910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910619601730057710191061960173005771019106196017300577101910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786d6931-07d0-4750-976e-ecb229194457, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1206bb2-62b9-4bea-9872-9d175782ac4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1206bb2-62b9-4bea-9872-9d175782ac4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2639469618011386571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571263946961801138657126394696180113865712639469618011386571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fdb9aaa-7379-4423-b304-1e27dcb88adc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14024585-2a9b-4be5-ae69-7797242c3928, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14024585-2a9b-4be5-ae69-7797242c3928, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352196421141668683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683143521964211416686831435219642114166868314352196421141668683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1206bb2-62b9-4bea-9872-9d175782ac4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2f05ad6-4db3-4128-9abd-5aa4f52f0052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14024585-2a9b-4be5-ae69-7797242c3928, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dcc386-d130-4fa8-a5ad-83c5bc2184e9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dcc386-d130-4fa8-a5ad-83c5bc2184e9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 85727483774620292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8572748377462029285727483774620292857274837746202928572748377462029285727483774620292857274837746202928572748377462029285727483774620292857274837746202928572748377462029285727483774620292857274837746202928572748377462029285727483774620292857274837746202928572748377462029285727483774620292857274837746202928572748377462029285727483774620292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f05ad6-4db3-4128-9abd-5aa4f52f0052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533814176652750761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761155338141766527507611553381417665275076115533814176652750761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dcc386-d130-4fa8-a5ad-83c5bc2184e9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3743608-222a-4472-88d5-ebfeae70c13d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f05ad6-4db3-4128-9abd-5aa4f52f0052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dba7865-318f-4bfe-86ac-b63c83c6f640, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dba7865-318f-4bfe-86ac-b63c83c6f640, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10929803216017975064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064109298032160179750641092980321601797506410929803216017975064" } } } 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 1447693) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1447693) elapsed time (sec): 1.6372482776641846
DEBUG    ya.test:process.py:263 Command (pid 1447693) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) maxrss: 931548
DEBUG    ya.test:process.py:263 Command (pid 1447693) minflt: 45239
DEBUG    ya.test:process.py:263 Command (pid 1447693) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) nivcsw: 231
DEBUG    ya.test:process.py:263 Command (pid 1447693) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1447693) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1447693) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1447693) stime: 0.288946
DEBUG    ya.test:process.py:263 Command (pid 1447693) utime: 0.641986
DEBUG    ya.test:process.py:263 Command (pid 1447693) wtime: 1.64
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3743608-222a-4472-88d5-ebfeae70c13d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 536656651410839237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237536656651410839237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dba7865-318f-4bfe-86ac-b63c83c6f640, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ya.test:process.py:275 Command (pid 1447693) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 2 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 717dd0d4-92ac-4681-8ada-c7bedf727525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 717dd0d4-92ac-4681-8ada-c7bedf727525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16812637491892433917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917168126374918924339171681263749189243391716812637491892433917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3743608-222a-4472-88d5-ebfeae70c13d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec1757b2-46ea-49d7-b4b9-543f36bfd884, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec1757b2-46ea-49d7-b4b9-543f36bfd884, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8179838617043172768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768817983861704317276881798386170431727688179838617043172768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 717dd0d4-92ac-4681-8ada-c7bedf727525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=211c47a3-319d9cdd-1cf0b74-3afa32d7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edcb8f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408edcb8f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408edcb8f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, ffd8499b-80a9-43b8-9fc0-e8f06e15debd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, ffd8499b-80a9-43b8-9fc0-e8f06e15debd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=N2Q2NjI3MDQtNTBlNWU4ZWYtYWJhNGJlNDAtYjk2YzgyMTY=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec1757b2-46ea-49d7-b4b9-543f36bfd884, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, ffd8499b-80a9-43b8-9fc0-e8f06e15debd, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, ffd8499b-80a9-43b8-9fc0-e8f06e15debd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, ffd8499b-80a9-43b8-9fc0-e8f06e15debd, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b408edcb8f0>
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 0x7b408b49dd30 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 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 2d0137c2-fb8c-4b0b-a916-3d7c45eb831e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 2d0137c2-fb8c-4b0b-a916-3d7c45eb831e, ghrun-djbupjqxve.auto.internal:8397): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 2d0137c2-fb8c-4b0b-a916-3d7c45eb831e, ghrun-djbupjqxve.auto.internal:8397): on response callback started
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287706c1-ccd0-461f-9432-b5a631340108, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b408b48ea30 state=pending>
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 2d0137c2-fb8c-4b0b-a916-3d7c45eb831e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287706c1-ccd0-461f-9432-b5a631340108, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5256410264665004036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036525641026466500403652564102646650040365256410264665004036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
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 0x7b408b47deb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408b47deb0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 550167a3-6362-4c8d-bb2e-a6133c3b0157, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 550167a3-6362-4c8d-bb2e-a6133c3b0157, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 2d0137c2-fb8c-4b0b-a916-3d7c45eb831e, ghrun-djbupjqxve.auto.internal:8397): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, c35eaf91-381c-4395-9475-7e3643099c5e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, c35eaf91-381c-4395-9475-7e3643099c5e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" 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, 287706c1-ccd0-461f-9432-b5a631340108, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e16eb0cc-0746-4a67-8490-075fe3dd11cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(PrepareDataQuery, c35eaf91-381c-4395-9475-7e3643099c5e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=473ffc6-dc1e0c28-9d7bbf77-f31b1fd4" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca7b7a2-fd36-45b9-b6b4-67d31cdc79e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca7b7a2-fd36-45b9-b6b4-67d31cdc79e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4084770609239413178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178408477060923941317840847706092394131784084770609239413178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e16eb0cc-0746-4a67-8490-075fe3dd11cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456280531986853181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181456280531986853181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca7b7a2-fd36-45b9-b6b4-67d31cdc79e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038913, txid 281474976776160" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7bw7tww3q9n4agw05ptgvbe" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038913, txid 281474976776160" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e16eb0cc-0746-4a67-8490-075fe3dd11cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038900, txid 281474976776161" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7bw7tx13p2crfrnb061b4tx" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038900, txid 281474976776161" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b45947-03e8-429b-bce2-ae6b5d6a330a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b45947-03e8-429b-bce2-ae6b5d6a330a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9575775888996492598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598957577588899649259895757758889964925989575775888996492598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cad8d693-1811-4231-952c-cca77898a5b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cad8d693-1811-4231-952c-cca77898a5b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782831981346572706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706378283198134657270637828319813465727063782831981346572706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b45947-03e8-429b-bce2-ae6b5d6a330a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f34151e0-9018-43f3-a6af-6d8d3213ff06, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34151e0-9018-43f3-a6af-6d8d3213ff06, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092273076871809654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654709227307687180965470922730768718096547092273076871809654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cad8d693-1811-4231-952c-cca77898a5b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73633655-6a87-46d5-8e58-5b0835f9dc61, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73633655-6a87-46d5-8e58-5b0835f9dc61, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5233151715251241413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413523315171525124141352331517152512414135233151715251241413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34151e0-9018-43f3-a6af-6d8d3213ff06, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f4a5d3-9184-474c-919e-e0fcf26175ff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f4a5d3-9184-474c-919e-e0fcf26175ff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3740812372576569359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359374081237257656935937408123725765693593740812372576569359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73633655-6a87-46d5-8e58-5b0835f9dc61, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f39ffeb6-07b2-44bf-a042-23fb2fc20a7f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f39ffeb6-07b2-44bf-a042-23fb2fc20a7f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191142726541451031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031171911427265414510311719114272654145103117191142726541451031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f39ffeb6-07b2-44bf-a042-23fb2fc20a7f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae96fe34-1859-4619-a088-598635d49f4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae96fe34-1859-4619-a088-598635d49f4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11199296818201124148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148111992968182011241481119929681820112414811199296818201124148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f4a5d3-9184-474c-919e-e0fcf26175ff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: UNDETERMINED issues { message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038911, txid 281474976776168" issue_code: 200506 severity: 1 } } result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { id: "01k7bw7v5hdyjpqr8kaq5a43sz" } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
ERROR    __tests__.test_encryption:test_encryption.py:58 Error executing transaction
Traceback (most recent call last):
  File "ydb/tests/functional/encryption/test_encryption.py", line 56, in simple_write_data
    pool.retry_operation_sync(callee, retry_settings=ydb.RetrySettings(max_retries=2))
  File "contrib/python/ydb/py3/ydb/table.py", line 2655, in retry_operation_sync
    return retry_operation_sync(wrapped_callee, retry_settings)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 133, in retry_operation_sync
    for next_opt in opt_generator:
                    ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/retries.py", line 94, in retry_operation_impl
    result = YdbRetryOperationFinalResult(callee(*args, **kwargs))
                                          ^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/table.py", line 2653, in wrapped_callee
    return callee(session, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "ydb/tests/functional/encryption/test_encryption.py", line 49, in callee
    s.transaction().execute(
  File "contrib/python/ydb/py3/ydb/table.py", line 2392, in execute
    return self._driver(
           ^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/tracing.py", line 70, in wrapper
    return f(self, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/pool.py", line 464, in __call__
    res = connection(
          ^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/connection.py", line 469, in __call__
    return response if wrap_result is None else wrap_result(rpc_state, response, *wrap_args)
                                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_session_impl.py", line 20, in decorator
    return func(rpc_state, response_pb, session_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 9, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 22, in decorator
    return func(rpc_state, response_pb, session_state, tx_state, query, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "contrib/python/ydb/py3/ydb/_tx_ctx_impl.py", line 165, in wrap_result_and_tx_id
    issues._process_response(response_pb.operation)
  File "contrib/python/ydb/py3/ydb/issues.py", line 237, in _process_response
    raise exc_obj(_format_response(response_proto), response_proto.issues)
ydb.issues.Undetermined: message: "State of operation is unknown." issue_code: 2026 severity: 1 issues { message: "Tx state unknown for shard 72075186224038911, txid 281474976776168" issue_code: 200506 severity: 1 } (server_code: 400170)
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67826125-d4ba-4d0c-8c03-38bab6c8dae3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67826125-d4ba-4d0c-8c03-38bab6c8dae3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11406739226217669829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829114067392262176698291140673922621766982911406739226217669829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67826125-d4ba-4d0c-8c03-38bab6c8dae3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a7abf3a-2a1d-4ed6-b198-d738037fb421, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a7abf3a-2a1d-4ed6-b198-d738037fb421, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2162725449376728283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283216272544937672828321627254493767282832162725449376728283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 550167a3-6362-4c8d-bb2e-a6133c3b0157, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 550167a3-6362-4c8d-bb2e-a6133c3b0157, ghrun-djbupjqxve.auto.internal:7205): 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-12T09:32:48.28415616+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 0x7b408b47deb0>
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 0x7b408b47deb0>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408b47deb0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a7abf3a-2a1d-4ed6-b198-d738037fb421, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb68dc89-9db7-4a97-b90a-ab434e6d7900, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb68dc89-9db7-4a97-b90a-ab434e6d7900, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16465203107580932111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111164652031075809321111646520310758093211116465203107580932111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb68dc89-9db7-4a97-b90a-ab434e6d7900, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0388162d-1463-49d7-ae10-de056a8e7a36, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0388162d-1463-49d7-ae10-de056a8e7a36, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14558812979104504693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693145588129791045046931455881297910450469314558812979104504693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae96fe34-1859-4619-a088-598635d49f4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dad6ccb-81e1-4c10-8cb7-1691700e2cb2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0388162d-1463-49d7-ae10-de056a8e7a36, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f65cdf52-cc19-4da1-af61-c0928b97e69c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f65cdf52-cc19-4da1-af61-c0928b97e69c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024702090223207060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060110247020902232070601102470209022320706011024702090223207060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dad6ccb-81e1-4c10-8cb7-1691700e2cb2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735276846795211207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207573527684679521120757352768467952112075735276846795211207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f65cdf52-cc19-4da1-af61-c0928b97e69c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 086c37c0-20be-438c-a0a8-ffc137831517, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 086c37c0-20be-438c-a0a8-ffc137831517, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841379070543736336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336138413790705437363361384137907054373633613841379070543736336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dad6ccb-81e1-4c10-8cb7-1691700e2cb2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a373ea12-86be-433d-9409-b2e386061d72, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a373ea12-86be-433d-9409-b2e386061d72, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9233089881197115160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160923308988119711516092330898811971151609233089881197115160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 086c37c0-20be-438c-a0a8-ffc137831517, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2ab9b95-e34f-4bde-baf8-011b3d18891c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ab9b95-e34f-4bde-baf8-011b3d18891c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17306643828556545091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091173066438285565450911730664382855654509117306643828556545091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a373ea12-86be-433d-9409-b2e386061d72, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bdd34f4-dcdf-49de-a54a-07efaba782bb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bdd34f4-dcdf-49de-a54a-07efaba782bb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16689824180533826158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158166898241805338261581668982418053382615816689824180533826158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ab9b95-e34f-4bde-baf8-011b3d18891c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f82b46c-999a-4bec-bbad-461dcf62d7d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f82b46c-999a-4bec-bbad-461dcf62d7d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12349947818553660220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220123499478185536602201234994781855366022012349947818553660220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bdd34f4-dcdf-49de-a54a-07efaba782bb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ea8759-4bbb-4ca1-98d3-095e549a6c48, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f82b46c-999a-4bec-bbad-461dcf62d7d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ea8759-4bbb-4ca1-98d3-095e549a6c48, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4063550247536584050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050406355024753658405040635502475365840504063550247536584050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f780d20e-f831-489f-86bb-81a2d8f58520, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f780d20e-f831-489f-86bb-81a2d8f58520, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18351210479009311135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135183512104790093111351835121047900931113518351210479009311135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ea8759-4bbb-4ca1-98d3-095e549a6c48, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4385b866-9702-4ae3-afc5-07d4011a61f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4385b866-9702-4ae3-afc5-07d4011a61f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11641286378391319235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235116412863783913192351164128637839131923511641286378391319235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f780d20e-f831-489f-86bb-81a2d8f58520, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e2b70ba-89ea-49fe-97a9-d5885cd04184, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e2b70ba-89ea-49fe-97a9-d5885cd04184, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9997444200319522215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215999744420031952221599974442003195222159997444200319522215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4385b866-9702-4ae3-afc5-07d4011a61f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c54c701-61aa-405d-ab65-8b20ef25ebe1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e2b70ba-89ea-49fe-97a9-d5885cd04184, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1cf5ddc-f5a2-4cb5-aef2-c7f7029a4b81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1cf5ddc-f5a2-4cb5-aef2-c7f7029a4b81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16187259835155853792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792161872598351558537921618725983515585379216187259835155853792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c54c701-61aa-405d-ab65-8b20ef25ebe1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10563034738718851724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724105630347387188517241056303473871885172410563034738718851724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1cf5ddc-f5a2-4cb5-aef2-c7f7029a4b81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bfe50b7-8b79-43fe-beb1-85171a1544e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bfe50b7-8b79-43fe-beb1-85171a1544e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12364295416785253774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774123642954167852537741236429541678525377412364295416785253774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c54c701-61aa-405d-ab65-8b20ef25ebe1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd37b21-8585-4ee3-82c9-a33f48047352, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd37b21-8585-4ee3-82c9-a33f48047352, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493020525414225807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807124930205254142258071249302052541422580712493020525414225807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bfe50b7-8b79-43fe-beb1-85171a1544e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3b1d988-b474-4d35-bfb0-a28348d1d029, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3b1d988-b474-4d35-bfb0-a28348d1d029, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164027732346601590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590716402773234660159071640277323466015907164027732346601590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd37b21-8585-4ee3-82c9-a33f48047352, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 825a2993-39c3-40d1-93c6-e9d9a82b5e6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 825a2993-39c3-40d1-93c6-e9d9a82b5e6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261848658400208657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657172618486584002086571726184865840020865717261848658400208657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3b1d988-b474-4d35-bfb0-a28348d1d029, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af7df69e-ad3f-48ca-8f67-705e8e86b290, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7df69e-ad3f-48ca-8f67-705e8e86b290, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490654756449515160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160749065475644951516074906547564495151607490654756449515160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 825a2993-39c3-40d1-93c6-e9d9a82b5e6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c0bad8a-b300-4463-9596-21223774f0e9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0bad8a-b300-4463-9596-21223774f0e9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 411587028431619954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954411587028431619954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7df69e-ad3f-48ca-8f67-705e8e86b290, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1453a28e-930c-461c-9193-8c54e10f0edf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1453a28e-930c-461c-9193-8c54e10f0edf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5337985067667563205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205533798506766756320553379850676675632055337985067667563205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0bad8a-b300-4463-9596-21223774f0e9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f8b240-23d9-4fbd-b4fc-ab124c279f77, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1453a28e-930c-461c-9193-8c54e10f0edf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469e17e6-c51b-4a83-92a3-c028b9c8f380, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469e17e6-c51b-4a83-92a3-c028b9c8f380, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17317220805587524967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967173172208055875249671731722080558752496717317220805587524967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f8b240-23d9-4fbd-b4fc-ab124c279f77, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6926278042004913459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459692627804200491345969262780420049134596926278042004913459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469e17e6-c51b-4a83-92a3-c028b9c8f380, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eda5522-04e4-41db-a750-2ff66ca03d56, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f8b240-23d9-4fbd-b4fc-ab124c279f77, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0dd2935-c1a8-45db-8931-11054331b15e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0dd2935-c1a8-45db-8931-11054331b15e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16590857772852932965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965165908577728529329651659085777285293296516590857772852932965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eda5522-04e4-41db-a750-2ff66ca03d56, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9703178477116340617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617970317847711634061797031784771163406179703178477116340617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0dd2935-c1a8-45db-8931-11054331b15e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ced9cdde-edb6-4cde-9d7e-2d8593f5caa2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ced9cdde-edb6-4cde-9d7e-2d8593f5caa2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8735752962692759403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403873575296269275940387357529626927594038735752962692759403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eda5522-04e4-41db-a750-2ff66ca03d56, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdfe5bdb-dcf1-4921-9a92-f234c44eed20, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdfe5bdb-dcf1-4921-9a92-f234c44eed20, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11193123945667905997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997111931239456679059971119312394566790599711193123945667905997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ced9cdde-edb6-4cde-9d7e-2d8593f5caa2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca032e64-9b3a-41a0-8c9a-389fc2abc4ab, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca032e64-9b3a-41a0-8c9a-389fc2abc4ab, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7049379590590578766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766704937959059057876670493795905905787667049379590590578766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdfe5bdb-dcf1-4921-9a92-f234c44eed20, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ba7e82-1b9c-478c-b374-9e6555262e9b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ba7e82-1b9c-478c-b374-9e6555262e9b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10539213391476042526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526105392133914760425261053921339147604252610539213391476042526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca032e64-9b3a-41a0-8c9a-389fc2abc4ab, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52642531-91af-4e25-a7ff-1653af9220f0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52642531-91af-4e25-a7ff-1653af9220f0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7896378477724557410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410789637847772455741078963784777245574107896378477724557410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ba7e82-1b9c-478c-b374-9e6555262e9b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3752481d-9a44-46fd-be32-2236e2406dfe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3752481d-9a44-46fd-be32-2236e2406dfe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506358797653031032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032850635879765303103285063587976530310328506358797653031032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52642531-91af-4e25-a7ff-1653af9220f0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9484ad-af01-427c-bc74-15b9439573d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9484ad-af01-427c-bc74-15b9439573d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4451881958388918137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137445188195838891813744518819583889181374451881958388918137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3752481d-9a44-46fd-be32-2236e2406dfe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccf99b5a-8b55-47c5-9de7-c2db7b52b7dc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccf99b5a-8b55-47c5-9de7-c2db7b52b7dc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15340774764079807282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282153407747640798072821534077476407980728215340774764079807282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9484ad-af01-427c-bc74-15b9439573d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ec3c6f2-dafe-4f02-8798-b8d6045fce34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec3c6f2-dafe-4f02-8798-b8d6045fce34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941544786198731826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826149415447861987318261494154478619873182614941544786198731826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccf99b5a-8b55-47c5-9de7-c2db7b52b7dc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a645a70-696e-459e-91e7-a25a33182678, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a645a70-696e-459e-91e7-a25a33182678, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15190214872144002672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672151902148721440026721519021487214400267215190214872144002672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec3c6f2-dafe-4f02-8798-b8d6045fce34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2f3b89-1f72-4dd6-a4e3-3aa13439e2a4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2f3b89-1f72-4dd6-a4e3-3aa13439e2a4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14629024409856529766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766146290244098565297661462902440985652976614629024409856529766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a645a70-696e-459e-91e7-a25a33182678, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ea91e30-56e2-452e-b8e9-f58d2ed66ed2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ea91e30-56e2-452e-b8e9-f58d2ed66ed2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18291747366306702414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414182917473663067024141829174736630670241418291747366306702414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2f3b89-1f72-4dd6-a4e3-3aa13439e2a4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb5f0c0-dd7b-4e6c-8487-47619cd1e3e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb5f0c0-dd7b-4e6c-8487-47619cd1e3e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1920976826209405736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736192097682620940573619209768262094057361920976826209405736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ea91e30-56e2-452e-b8e9-f58d2ed66ed2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664c85b2-64fd-45fe-84bd-3de5d2d70a9a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664c85b2-64fd-45fe-84bd-3de5d2d70a9a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18057157762369987276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276180571577623699872761805715776236998727618057157762369987276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb5f0c0-dd7b-4e6c-8487-47619cd1e3e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c6bc2b5-ed2d-4844-8b26-145e0d836749, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6bc2b5-ed2d-4844-8b26-145e0d836749, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3290869572687990128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128329086957268799012832908695726879901283290869572687990128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664c85b2-64fd-45fe-84bd-3de5d2d70a9a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fee297-9eb7-49d9-b21b-9c8f0cc83578, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fee297-9eb7-49d9-b21b-9c8f0cc83578, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16205994248219732348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348162059942482197323481620599424821973234816205994248219732348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6bc2b5-ed2d-4844-8b26-145e0d836749, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da07bbee-a6a3-4a4b-b6d2-8a88536ff681, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da07bbee-a6a3-4a4b-b6d2-8a88536ff681, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014527479728492325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325301452747972849232530145274797284923253014527479728492325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fee297-9eb7-49d9-b21b-9c8f0cc83578, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 881ba424-9efc-49dc-85a2-c2d5daa6cd97, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881ba424-9efc-49dc-85a2-c2d5daa6cd97, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3373893303213745806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806337389330321374580633738933032137458063373893303213745806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da07bbee-a6a3-4a4b-b6d2-8a88536ff681, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e47410fb-a6ae-435b-afa8-3329b3439e84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e47410fb-a6ae-435b-afa8-3329b3439e84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12163280909513675579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579121632809095136755791216328090951367557912163280909513675579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881ba424-9efc-49dc-85a2-c2d5daa6cd97, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c942ebde-8257-4899-8153-4098bb1695c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c942ebde-8257-4899-8153-4098bb1695c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14203980767800140057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057142039807678001400571420398076780014005714203980767800140057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e47410fb-a6ae-435b-afa8-3329b3439e84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a991d65-7da0-4951-bc8e-e373b3228513, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a991d65-7da0-4951-bc8e-e373b3228513, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12654455101630644898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898126544551016306448981265445510163064489812654455101630644898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c942ebde-8257-4899-8153-4098bb1695c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb4b07f6-5e09-4e60-9a13-12e2c55f73c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4b07f6-5e09-4e60-9a13-12e2c55f73c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15149433955975175244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244151494339559751752441514943395597517524415149433955975175244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a991d65-7da0-4951-bc8e-e373b3228513, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c91fcc0b-5b56-452b-a059-bc82a0b717ab, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c91fcc0b-5b56-452b-a059-bc82a0b717ab, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12545482570696175314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314125454825706961753141254548257069617531412545482570696175314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4b07f6-5e09-4e60-9a13-12e2c55f73c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba9238e6-0aea-429e-849c-f8acffd47a2d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba9238e6-0aea-429e-849c-f8acffd47a2d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1084940775668548294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294108494077566854829410849407756685482941084940775668548294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c91fcc0b-5b56-452b-a059-bc82a0b717ab, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcf4db50-695f-4a04-8f68-4de9c503aee1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf4db50-695f-4a04-8f68-4de9c503aee1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17952803110853910821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821179528031108539108211795280311085391082117952803110853910821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba9238e6-0aea-429e-849c-f8acffd47a2d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e4e53b-caef-4351-a108-bba173039948, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e4e53b-caef-4351-a108-bba173039948, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8126891910602986393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393812689191060298639381268919106029863938126891910602986393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf4db50-695f-4a04-8f68-4de9c503aee1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e90264a-f061-4b4a-b0e9-84218e077237, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e90264a-f061-4b4a-b0e9-84218e077237, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2545542168695621319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319254554216869562131925455421686956213192545542168695621319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e4e53b-caef-4351-a108-bba173039948, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb1328a1-18c7-4033-ab0d-e81fb6f0785c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb1328a1-18c7-4033-ab0d-e81fb6f0785c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1595553588383438040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040159555358838343804015955535883834380401595553588383438040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e90264a-f061-4b4a-b0e9-84218e077237, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aaf72cf-3e39-4d1b-bd0a-c72cb2310e08, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aaf72cf-3e39-4d1b-bd0a-c72cb2310e08, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141164669342578812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812141164669342578812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb1328a1-18c7-4033-ab0d-e81fb6f0785c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d90737d1-85f0-4cb8-84e3-23c38c7c73e3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d90737d1-85f0-4cb8-84e3-23c38c7c73e3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14688119160610783074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074146881191606107830741468811916061078307414688119160610783074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aaf72cf-3e39-4d1b-bd0a-c72cb2310e08, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8b0362c-ff59-4aa0-987d-61cdb638023b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8b0362c-ff59-4aa0-987d-61cdb638023b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11371333760439760180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180113713337604397601801137133376043976018011371333760439760180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d90737d1-85f0-4cb8-84e3-23c38c7c73e3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1678ac9b-09a3-403b-9456-1ce78ce92271, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1678ac9b-09a3-403b-9456-1ce78ce92271, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881305043589804162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162988130504358980416298813050435898041629881305043589804162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8b0362c-ff59-4aa0-987d-61cdb638023b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea06756d-e18c-453b-8202-95c6ea00e195, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea06756d-e18c-453b-8202-95c6ea00e195, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16978013411491258615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615169780134114912586151697801341149125861516978013411491258615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1678ac9b-09a3-403b-9456-1ce78ce92271, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e33a0b3-d99d-4eac-9978-c1633983f6e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e33a0b3-d99d-4eac-9978-c1633983f6e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041062907409962228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228170410629074099622281704106290740996222817041062907409962228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea06756d-e18c-453b-8202-95c6ea00e195, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27da779-c2da-44cb-bfe7-220f57dbbd73, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27da779-c2da-44cb-bfe7-220f57dbbd73, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 570699036935132799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799570699036935132799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27da779-c2da-44cb-bfe7-220f57dbbd73, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58a145f7-587f-4fcf-9744-45747e52e9a7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58a145f7-587f-4fcf-9744-45747e52e9a7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258131918454585345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345122581319184545853451225813191845458534512258131918454585345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e33a0b3-d99d-4eac-9978-c1633983f6e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fbad177-fb23-4060-bb4e-4f1060c25798, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fbad177-fb23-4060-bb4e-4f1060c25798, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16112179640504090180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180161121796405040901801611217964050409018016112179640504090180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fbad177-fb23-4060-bb4e-4f1060c25798, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d27d7aff-6446-4d83-b5a1-f13f4429855a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27d7aff-6446-4d83-b5a1-f13f4429855a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13345427267971833228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228133454272679718332281334542726797183322813345427267971833228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58a145f7-587f-4fcf-9744-45747e52e9a7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2c03c3-6772-491c-9c66-26c66c03ee46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2c03c3-6772-491c-9c66-26c66c03ee46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10212981504451784869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869102129815044517848691021298150445178486910212981504451784869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27d7aff-6446-4d83-b5a1-f13f4429855a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39208cf1-b544-48d1-854c-af1ec37bbbc3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39208cf1-b544-48d1-854c-af1ec37bbbc3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5429804374183812085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085542980437418381208554298043741838120855429804374183812085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2c03c3-6772-491c-9c66-26c66c03ee46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c6e95c-4abe-4273-add7-398f11230c19, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c6e95c-4abe-4273-add7-398f11230c19, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14663523844068337183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183146635238440683371831466352384406833718314663523844068337183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39208cf1-b544-48d1-854c-af1ec37bbbc3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb2a0e48-d235-496a-a733-e0fc3692acf4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb2a0e48-d235-496a-a733-e0fc3692acf4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6449321290904189497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497644932129090418949764493212909041894976449321290904189497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c6e95c-4abe-4273-add7-398f11230c19, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cf0d16b-1098-4d77-a97c-4a577201ec92, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cf0d16b-1098-4d77-a97c-4a577201ec92, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5397123244040586657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657539712324404058665753971232440405866575397123244040586657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cf0d16b-1098-4d77-a97c-4a577201ec92, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 427a1071-6085-40f6-92bb-5511b1710e27, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 427a1071-6085-40f6-92bb-5511b1710e27, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4786907931574519661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661478690793157451966147869079315745196614786907931574519661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 427a1071-6085-40f6-92bb-5511b1710e27, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3446c875-b11c-4ff4-8de7-b531e780836f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3446c875-b11c-4ff4-8de7-b531e780836f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7107099067734628440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440710709906773462844071070990677346284407107099067734628440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3446c875-b11c-4ff4-8de7-b531e780836f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 300bfe05-71d9-4f03-8963-4ab3e76fe5ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 300bfe05-71d9-4f03-8963-4ab3e76fe5ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2206839856658357940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940220683985665835794022068398566583579402206839856658357940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb2a0e48-d235-496a-a733-e0fc3692acf4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 300bfe05-71d9-4f03-8963-4ab3e76fe5ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48184709-21dd-4846-8b5b-c1aa0753d759, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48184709-21dd-4846-8b5b-c1aa0753d759, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5574110839528458748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748557411083952845874855741108395284587485574110839528458748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0637c506-86ad-4aae-a8f0-1abfc2af72c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0637c506-86ad-4aae-a8f0-1abfc2af72c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5791445710688916656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656579144571068891665657914457106889166565791445710688916656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48184709-21dd-4846-8b5b-c1aa0753d759, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4882c79-01cf-48ff-89e6-2541bf5d39f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4882c79-01cf-48ff-89e6-2541bf5d39f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6395980653698804453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453639598065369880445363959806536988044536395980653698804453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0637c506-86ad-4aae-a8f0-1abfc2af72c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76cc51f7-25b6-469b-96ad-6240a3b76b7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76cc51f7-25b6-469b-96ad-6240a3b76b7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4022832058019917187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187402283205801991718740228320580199171874022832058019917187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4882c79-01cf-48ff-89e6-2541bf5d39f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23ff4ab4-12d6-4465-9129-d2142981af25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ff4ab4-12d6-4465-9129-d2142981af25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13680127284692838315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315136801272846928383151368012728469283831513680127284692838315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76cc51f7-25b6-469b-96ad-6240a3b76b7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bdcb0f1-1457-4169-bd97-c0e7b012dfa6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bdcb0f1-1457-4169-bd97-c0e7b012dfa6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11892596254968721969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969118925962549687219691189259625496872196911892596254968721969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ff4ab4-12d6-4465-9129-d2142981af25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc79c181-e7da-47cc-a17f-0632edef2b1e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc79c181-e7da-47cc-a17f-0632edef2b1e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1459647618977264145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145145964761897726414514596476189772641451459647618977264145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bdcb0f1-1457-4169-bd97-c0e7b012dfa6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 452a1006-6062-4538-9286-4316ce8fd0b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 452a1006-6062-4538-9286-4316ce8fd0b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10193718202318324733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733101937182023183247331019371820231832473310193718202318324733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc79c181-e7da-47cc-a17f-0632edef2b1e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1378ffa4-7229-4269-a58c-d1c0f0dbca44, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1378ffa4-7229-4269-a58c-d1c0f0dbca44, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17046702141963975976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976170467021419639759761704670214196397597617046702141963975976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 452a1006-6062-4538-9286-4316ce8fd0b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 385de223-6a11-4df8-99e5-7610a7960259, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 385de223-6a11-4df8-99e5-7610a7960259, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16962895969652764051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051169628959696527640511696289596965276405116962895969652764051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1378ffa4-7229-4269-a58c-d1c0f0dbca44, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9825ee3e-c49b-4701-bd81-29bdbf26fbb0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9825ee3e-c49b-4701-bd81-29bdbf26fbb0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10701473386488178659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659107014733864881786591070147338648817865910701473386488178659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 385de223-6a11-4df8-99e5-7610a7960259, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09cddbf6-7cf2-4eeb-83ec-9464b090c136, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cddbf6-7cf2-4eeb-83ec-9464b090c136, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12097932155105200452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452120979321551052004521209793215510520045212097932155105200452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9825ee3e-c49b-4701-bd81-29bdbf26fbb0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbd320d-f0b4-4795-be74-4073234f3a59, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbd320d-f0b4-4795-be74-4073234f3a59, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9646303143540660161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161964630314354066016196463031435406601619646303143540660161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cddbf6-7cf2-4eeb-83ec-9464b090c136, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c09318e-cb64-4dc8-a61f-4593ec815389, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c09318e-cb64-4dc8-a61f-4593ec815389, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14799295798470138706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706147992957984701387061479929579847013870614799295798470138706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbd320d-f0b4-4795-be74-4073234f3a59, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2adf22d-c218-4370-a70c-0774fe8f2fcd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2adf22d-c218-4370-a70c-0774fe8f2fcd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15313799224353619970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970153137992243536199701531379922435361997015313799224353619970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c09318e-cb64-4dc8-a61f-4593ec815389, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c8a0d46-3c26-4237-87dd-0711fa21e0aa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c8a0d46-3c26-4237-87dd-0711fa21e0aa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6578548181681505829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829657854818168150582965785481816815058296578548181681505829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2adf22d-c218-4370-a70c-0774fe8f2fcd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2212ab3c-b166-4224-a1c5-cf82bc6c4620, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2212ab3c-b166-4224-a1c5-cf82bc6c4620, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843778174098202032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032118437781740982020321184377817409820203211843778174098202032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c8a0d46-3c26-4237-87dd-0711fa21e0aa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 430850db-9e1e-4091-a327-7f5d3a64be6b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430850db-9e1e-4091-a327-7f5d3a64be6b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17552379448848331895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895175523794488483318951755237944884833189517552379448848331895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2212ab3c-b166-4224-a1c5-cf82bc6c4620, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948642e5-555b-42ac-ab28-d1141b222467, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948642e5-555b-42ac-ab28-d1141b222467, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9496931162660236121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121949693116266023612194969311626602361219496931162660236121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430850db-9e1e-4091-a327-7f5d3a64be6b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc550f17-e6da-4638-9523-33314d66c4d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc550f17-e6da-4638-9523-33314d66c4d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4632618211534404920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920463261821153440492046326182115344049204632618211534404920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948642e5-555b-42ac-ab28-d1141b222467, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4988c9a7-5fbf-4f89-a3b6-7d3d6e4f1d88, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4988c9a7-5fbf-4f89-a3b6-7d3d6e4f1d88, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025834652129222014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014100258346521292220141002583465212922201410025834652129222014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc550f17-e6da-4638-9523-33314d66c4d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c553080d-c0a8-41f5-af7d-37df83628b80, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c553080d-c0a8-41f5-af7d-37df83628b80, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11435850176473115300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300114358501764731153001143585017647311530011435850176473115300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4988c9a7-5fbf-4f89-a3b6-7d3d6e4f1d88, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0129d373-8a2f-44a9-9efb-ec1622a1e7b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0129d373-8a2f-44a9-9efb-ec1622a1e7b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7710686025865540859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859771068602586554085977106860258655408597710686025865540859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c553080d-c0a8-41f5-af7d-37df83628b80, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f58522db-a7db-4ecd-866e-b9ea10a4b040, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f58522db-a7db-4ecd-866e-b9ea10a4b040, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5810532797252306984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984581053279725230698458105327972523069845810532797252306984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0129d373-8a2f-44a9-9efb-ec1622a1e7b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2581f5e-f43f-4b40-aeb4-3c38e71c8809, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2581f5e-f43f-4b40-aeb4-3c38e71c8809, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7700701604551374015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015770070160455137401577007016045513740157700701604551374015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f58522db-a7db-4ecd-866e-b9ea10a4b040, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47df0537-b4ff-4104-8374-3b1fb185f876, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47df0537-b4ff-4104-8374-3b1fb185f876, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9274529828203721395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395927452982820372139592745298282037213959274529828203721395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2581f5e-f43f-4b40-aeb4-3c38e71c8809, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 361d5fc7-078e-458a-ab84-136ae088df2f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361d5fc7-078e-458a-ab84-136ae088df2f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8079199455934904514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514807919945593490451480791994559349045148079199455934904514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47df0537-b4ff-4104-8374-3b1fb185f876, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34402b36-3b87-4a35-97e8-ac4fb1265171, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34402b36-3b87-4a35-97e8-ac4fb1265171, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15001037477253273163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163150010374772532731631500103747725327316315001037477253273163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361d5fc7-078e-458a-ab84-136ae088df2f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 015e2933-91c1-47dc-9fa7-b3b2eb722da4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 015e2933-91c1-47dc-9fa7-b3b2eb722da4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690663452916200539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539146906634529162005391469066345291620053914690663452916200539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34402b36-3b87-4a35-97e8-ac4fb1265171, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7af0520-5489-4a35-b07e-544198d42a31, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7af0520-5489-4a35-b07e-544198d42a31, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5766862989029096015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015576686298902909601557668629890290960155766862989029096015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 015e2933-91c1-47dc-9fa7-b3b2eb722da4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc72e0ba-a15d-4cbb-9183-56d8c9ee34d1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc72e0ba-a15d-4cbb-9183-56d8c9ee34d1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4814883405831688590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590481488340583168859048148834058316885904814883405831688590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7af0520-5489-4a35-b07e-544198d42a31, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b43eaf40-35d6-4f8c-9362-bcc450cc300b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b43eaf40-35d6-4f8c-9362-bcc450cc300b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1412250374661880214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214141225037466188021414122503746618802141412250374661880214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc72e0ba-a15d-4cbb-9183-56d8c9ee34d1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9930896a-5f61-4580-a3da-cb13052e4181, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9930896a-5f61-4580-a3da-cb13052e4181, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597824104022155248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248959782410402215524895978241040221552489597824104022155248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b43eaf40-35d6-4f8c-9362-bcc450cc300b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab4c828-39cf-415d-b1e4-16f58e6481c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab4c828-39cf-415d-b1e4-16f58e6481c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10557769792954218390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390105577697929542183901055776979295421839010557769792954218390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9930896a-5f61-4580-a3da-cb13052e4181, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa0e0dca-8d98-46c2-9743-4aeaacf2c5d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa0e0dca-8d98-46c2-9743-4aeaacf2c5d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10649371338698542585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585106493713386985425851064937133869854258510649371338698542585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab4c828-39cf-415d-b1e4-16f58e6481c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b279767-bbc8-40ad-8619-805e70aff24f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b279767-bbc8-40ad-8619-805e70aff24f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8923032200459855612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612892303220045985561289230322004598556128923032200459855612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa0e0dca-8d98-46c2-9743-4aeaacf2c5d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b523e2ac-227d-4847-bec5-6c27ca00658d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b523e2ac-227d-4847-bec5-6c27ca00658d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7257963285869065918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918725796328586906591872579632858690659187257963285869065918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b279767-bbc8-40ad-8619-805e70aff24f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9534f878-b2f3-43cd-8b59-c4c014d52565, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9534f878-b2f3-43cd-8b59-c4c014d52565, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 907650894345329964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964907650894345329964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b523e2ac-227d-4847-bec5-6c27ca00658d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41bd1a25-7d1f-4dc9-9a75-2be0eb0df539, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41bd1a25-7d1f-4dc9-9a75-2be0eb0df539, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9292583192777506524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524929258319277750652492925831927775065249292583192777506524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9534f878-b2f3-43cd-8b59-c4c014d52565, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d1b04c2-35fd-4882-bf7c-f6a4b54de9c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d1b04c2-35fd-4882-bf7c-f6a4b54de9c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17134972642289593337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337171349726422895933371713497264228959333717134972642289593337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41bd1a25-7d1f-4dc9-9a75-2be0eb0df539, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3277e803-1ff1-45d5-a0f7-f1cc1be15d0a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3277e803-1ff1-45d5-a0f7-f1cc1be15d0a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14501765880608300653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653145017658806083006531450176588060830065314501765880608300653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d1b04c2-35fd-4882-bf7c-f6a4b54de9c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce4fe372-86cb-4315-969e-77d4aaa00ecc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce4fe372-86cb-4315-969e-77d4aaa00ecc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137562930319783754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754813756293031978375481375629303197837548137562930319783754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3277e803-1ff1-45d5-a0f7-f1cc1be15d0a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cffdbfd-7fee-4064-8eb7-643bf13dbc0b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cffdbfd-7fee-4064-8eb7-643bf13dbc0b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13101459067296382613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613131014590672963826131310145906729638261313101459067296382613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce4fe372-86cb-4315-969e-77d4aaa00ecc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 415e479d-4709-403f-9978-8044eb60dd2d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415e479d-4709-403f-9978-8044eb60dd2d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11016931619055810216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216110169316190558102161101693161905581021611016931619055810216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415e479d-4709-403f-9978-8044eb60dd2d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68bdceb5-2999-467f-9a16-4be916681026, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68bdceb5-2999-467f-9a16-4be916681026, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 360005809826374905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905360005809826374905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cffdbfd-7fee-4064-8eb7-643bf13dbc0b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb230fd0-f8c5-45c2-be74-8e791f7e23bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb230fd0-f8c5-45c2-be74-8e791f7e23bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11242661106410831168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168112426611064108311681124266110641083116811242661106410831168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68bdceb5-2999-467f-9a16-4be916681026, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b7f983-816d-4ca2-a5bc-1af128f4bff3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b7f983-816d-4ca2-a5bc-1af128f4bff3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9070356077889613970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970907035607788961397090703560778896139709070356077889613970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb230fd0-f8c5-45c2-be74-8e791f7e23bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258ab3b8-52b0-443e-a4e0-659b4bf2c190, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258ab3b8-52b0-443e-a4e0-659b4bf2c190, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 352271007242143081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081352271007242143081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b7f983-816d-4ca2-a5bc-1af128f4bff3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c8d8f3-9460-468d-be11-2a73b110f9f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c8d8f3-9460-468d-be11-2a73b110f9f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8582494611174415920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920858249461117441592085824946111744159208582494611174415920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258ab3b8-52b0-443e-a4e0-659b4bf2c190, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6d57b4-e79f-4534-9f69-ebbbd9983303, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6d57b4-e79f-4534-9f69-ebbbd9983303, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4705065854462199093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093470506585446219909347050658544621990934705065854462199093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c8d8f3-9460-468d-be11-2a73b110f9f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f06a14b-2835-4bfa-906f-76b06df378d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6d57b4-e79f-4534-9f69-ebbbd9983303, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c283bd61-5c54-456b-9907-f3b2c8a633a4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c283bd61-5c54-456b-9907-f3b2c8a633a4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16780761373468149318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318167807613734681493181678076137346814931816780761373468149318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f06a14b-2835-4bfa-906f-76b06df378d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15075353171080530856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856150753531710805308561507535317108053085615075353171080530856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c283bd61-5c54-456b-9907-f3b2c8a633a4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3349a185-c12e-4ebb-99b7-275f29b39a55, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f06a14b-2835-4bfa-906f-76b06df378d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26385df4-1789-4074-8822-3517aab0f79e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26385df4-1789-4074-8822-3517aab0f79e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611169192805469031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031176111691928054690311761116919280546903117611169192805469031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3349a185-c12e-4ebb-99b7-275f29b39a55, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2180246965717642543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543218024696571764254321802469657176425432180246965717642543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26385df4-1789-4074-8822-3517aab0f79e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41b32c54-44b9-42ca-9af5-54d5eb888c03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41b32c54-44b9-42ca-9af5-54d5eb888c03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14422604394194657459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459144226043941946574591442260439419465745914422604394194657459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3349a185-c12e-4ebb-99b7-275f29b39a55, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdbd0b05-d5f2-4e30-b81f-9367a2e024d8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdbd0b05-d5f2-4e30-b81f-9367a2e024d8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11869836251238051039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039118698362512380510391186983625123805103911869836251238051039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41b32c54-44b9-42ca-9af5-54d5eb888c03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f46679f-8e11-4264-9234-df3efe84616f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdbd0b05-d5f2-4e30-b81f-9367a2e024d8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f3f06a3-feea-402c-b7c6-a95871701c91, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f3f06a3-feea-402c-b7c6-a95871701c91, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130324892840472993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993161303248928404729931613032489284047299316130324892840472993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f46679f-8e11-4264-9234-df3efe84616f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 294816748623318215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215294816748623318215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f3f06a3-feea-402c-b7c6-a95871701c91, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a9e738-956e-4976-97f2-b41cb152e41d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a9e738-956e-4976-97f2-b41cb152e41d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10167296828122662240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240101672968281226622401016729682812266224010167296828122662240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f46679f-8e11-4264-9234-df3efe84616f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41abf96d-b276-49bd-8975-600a01269c84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41abf96d-b276-49bd-8975-600a01269c84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955447915685626861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861695544791568562686169554479156856268616955447915685626861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a9e738-956e-4976-97f2-b41cb152e41d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb68ac94-de7f-4cb7-a2b0-62c5cb92522e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb68ac94-de7f-4cb7-a2b0-62c5cb92522e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1328869681584778573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573132886968158477857313288696815847785731328869681584778573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41abf96d-b276-49bd-8975-600a01269c84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a9552b6-0e1b-4e02-af09-6296cf110204, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9552b6-0e1b-4e02-af09-6296cf110204, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501939488023718510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510175019394880237185101750193948802371851017501939488023718510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb68ac94-de7f-4cb7-a2b0-62c5cb92522e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268dd036-a018-43f7-b5fd-458d4210ac85, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268dd036-a018-43f7-b5fd-458d4210ac85, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10748128004836012401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401107481280048360124011074812800483601240110748128004836012401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9552b6-0e1b-4e02-af09-6296cf110204, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5312e02-f5cc-4890-b041-d67483a3408a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268dd036-a018-43f7-b5fd-458d4210ac85, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e35e6370-0d44-43b3-9033-39cdf2499bd1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e35e6370-0d44-43b3-9033-39cdf2499bd1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17661372859779549046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046176613728597795490461766137285977954904617661372859779549046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5312e02-f5cc-4890-b041-d67483a3408a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10655518541964727416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416106555185419647274161065551854196472741610655518541964727416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e35e6370-0d44-43b3-9033-39cdf2499bd1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b516a05c-cdcb-4f10-846b-7f6ed0f71b59, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b516a05c-cdcb-4f10-846b-7f6ed0f71b59, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18222830772208678016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016182228307722086780161822283077220867801618222830772208678016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5312e02-f5cc-4890-b041-d67483a3408a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37e2257e-2232-4529-ba7d-52cfcddf152a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e2257e-2232-4529-ba7d-52cfcddf152a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18218240094518498063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063182182400945184980631821824009451849806318218240094518498063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b516a05c-cdcb-4f10-846b-7f6ed0f71b59, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8e801f-9cdd-4d7a-9659-0dd0d84e32ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8e801f-9cdd-4d7a-9659-0dd0d84e32ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12426846022530205363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363124268460225302053631242684602253020536312426846022530205363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e2257e-2232-4529-ba7d-52cfcddf152a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac461f37-4c94-4e4d-866e-8325b04abe59, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac461f37-4c94-4e4d-866e-8325b04abe59, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14670882380519764998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998146708823805197649981467088238051976499814670882380519764998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac461f37-4c94-4e4d-866e-8325b04abe59, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb675e97-3c26-439a-a8ee-cca8ce7a3da0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb675e97-3c26-439a-a8ee-cca8ce7a3da0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878058161496376679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679148780581614963766791487805816149637667914878058161496376679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8e801f-9cdd-4d7a-9659-0dd0d84e32ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d5c6582-8f94-4e7d-83b1-8d06092545b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d5c6582-8f94-4e7d-83b1-8d06092545b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12763150016712461481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481127631500167124614811276315001671246148112763150016712461481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb675e97-3c26-439a-a8ee-cca8ce7a3da0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 078e0532-2ea7-45fa-80c4-a58a60ac21fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078e0532-2ea7-45fa-80c4-a58a60ac21fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15510223896542858677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677155102238965428586771551022389654285867715510223896542858677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d5c6582-8f94-4e7d-83b1-8d06092545b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd21f81e-5f3c-4dff-bfe7-7753fdd07f9f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd21f81e-5f3c-4dff-bfe7-7753fdd07f9f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2792783057721884548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548279278305772188454827927830577218845482792783057721884548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078e0532-2ea7-45fa-80c4-a58a60ac21fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf9e1b9-5ef6-4d84-9e61-ffb7e7b340fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf9e1b9-5ef6-4d84-9e61-ffb7e7b340fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6625671011663913256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256662567101166391325666256710116639132566625671011663913256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd21f81e-5f3c-4dff-bfe7-7753fdd07f9f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7630ad40-85de-40e5-97d4-38145cfdcb07, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7630ad40-85de-40e5-97d4-38145cfdcb07, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292777570978020165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165329277757097802016532927775709780201653292777570978020165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf9e1b9-5ef6-4d84-9e61-ffb7e7b340fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9d307d0-2c59-4428-8cdd-2fa39be624f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9d307d0-2c59-4428-8cdd-2fa39be624f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169070210975228576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576121690702109752285761216907021097522857612169070210975228576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7630ad40-85de-40e5-97d4-38145cfdcb07, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 640c9504-d4aa-4976-878e-19aa534ae33e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640c9504-d4aa-4976-878e-19aa534ae33e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825937982934702517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517108259379829347025171082593798293470251710825937982934702517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9d307d0-2c59-4428-8cdd-2fa39be624f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea772c2e-900b-4ada-8290-5d70aff43066, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea772c2e-900b-4ada-8290-5d70aff43066, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15637933753561312725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725156379337535613127251563793375356131272515637933753561312725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640c9504-d4aa-4976-878e-19aa534ae33e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9fe5597-878a-431c-9c90-b885dc02304e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9fe5597-878a-431c-9c90-b885dc02304e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3966320098242167537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537396632009824216753739663200982421675373966320098242167537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea772c2e-900b-4ada-8290-5d70aff43066, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38f608fa-8000-490a-bcc4-4c918a790ff3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f608fa-8000-490a-bcc4-4c918a790ff3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15822966922310183299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299158229669223101832991582296692231018329915822966922310183299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9fe5597-878a-431c-9c90-b885dc02304e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5327445-96dc-42fb-a823-8b25d20008a0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f608fa-8000-490a-bcc4-4c918a790ff3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0fe4a5a-65ec-4e38-80c8-06288e299a1b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5327445-96dc-42fb-a823-8b25d20008a0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5441520434479290010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010544152043447929001054415204344792900105441520434479290010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fe4a5a-65ec-4e38-80c8-06288e299a1b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8126308317724455880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880812630831772445588081263083177244558808126308317724455880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5327445-96dc-42fb-a823-8b25d20008a0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f09a1f-e1ee-4521-bb06-5769c73b656d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f09a1f-e1ee-4521-bb06-5769c73b656d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6718887966058992059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059671888796605899205967188879660589920596718887966058992059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fe4a5a-65ec-4e38-80c8-06288e299a1b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d9efbdb-20bf-4d43-8854-85dbabe0b647, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d9efbdb-20bf-4d43-8854-85dbabe0b647, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13642581832752234293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293136425818327522342931364258183275223429313642581832752234293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f09a1f-e1ee-4521-bb06-5769c73b656d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4e507eb-f8d1-4480-a193-8028c5c38cdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4e507eb-f8d1-4480-a193-8028c5c38cdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10169767801569239018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018101697678015692390181016976780156923901810169767801569239018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d9efbdb-20bf-4d43-8854-85dbabe0b647, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69992563-4a23-47ba-8f81-f3c36a0dc57b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69992563-4a23-47ba-8f81-f3c36a0dc57b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5351993254676653770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770535199325467665377053519932546766537705351993254676653770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4e507eb-f8d1-4480-a193-8028c5c38cdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b19dc0b-b321-45d5-82e3-803a4c2daa21, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69992563-4a23-47ba-8f81-f3c36a0dc57b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63e43ce9-fdec-4112-aaee-9ae5f963f478, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e43ce9-fdec-4112-aaee-9ae5f963f478, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 252719741201816365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365252719741201816365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b19dc0b-b321-45d5-82e3-803a4c2daa21, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9831502740266705042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042983150274026670504298315027402667050429831502740266705042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b19dc0b-b321-45d5-82e3-803a4c2daa21, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74731291-efb4-4d0a-8e05-ccc14d2c2b6f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74731291-efb4-4d0a-8e05-ccc14d2c2b6f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454564040693912408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408445456404069391240844545640406939124084454564040693912408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e43ce9-fdec-4112-aaee-9ae5f963f478, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563c2ab6-d0b1-4d77-8a7e-e4dd6e4f8f81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563c2ab6-d0b1-4d77-8a7e-e4dd6e4f8f81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15247000646827999670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670152470006468279996701524700064682799967015247000646827999670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563c2ab6-d0b1-4d77-8a7e-e4dd6e4f8f81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b2f3010-f05c-4c6d-8b9c-0244d4cf1d8a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2f3010-f05c-4c6d-8b9c-0244d4cf1d8a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5582191225476505279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279558219122547650527955821912254765052795582191225476505279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74731291-efb4-4d0a-8e05-ccc14d2c2b6f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5e357b8-6919-4143-93da-0a1b536d8983, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5e357b8-6919-4143-93da-0a1b536d8983, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5269512030899633387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387526951203089963338752695120308996333875269512030899633387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5e357b8-6919-4143-93da-0a1b536d8983, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4388c1f-b0f0-4d7b-9003-06ab6349d21a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2f3010-f05c-4c6d-8b9c-0244d4cf1d8a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a13f217f-aad3-4002-9e93-b3519bfa2837, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a13f217f-aad3-4002-9e93-b3519bfa2837, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679274796559154643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643967927479655915464396792747965591546439679274796559154643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4388c1f-b0f0-4d7b-9003-06ab6349d21a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12390220474973149937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937123902204749731499371239022047497314993712390220474973149937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a13f217f-aad3-4002-9e93-b3519bfa2837, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6baf6f6-1cb8-49fe-9998-fb28f82112b4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4388c1f-b0f0-4d7b-9003-06ab6349d21a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848287d0-9f0b-4af8-a331-43594959cab9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6baf6f6-1cb8-49fe-9998-fb28f82112b4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6660867764635733608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608666086776463573360866608677646357336086660867764635733608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848287d0-9f0b-4af8-a331-43594959cab9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792890526805223274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274792890526805223274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6baf6f6-1cb8-49fe-9998-fb28f82112b4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21b58321-2634-46bc-8294-7c2e90a49201, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21b58321-2634-46bc-8294-7c2e90a49201, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4084836312255271953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953408483631225527195340848363122552719534084836312255271953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848287d0-9f0b-4af8-a331-43594959cab9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a89226d-336e-47a7-a729-1cecc62062ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a89226d-336e-47a7-a729-1cecc62062ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047793757178728853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853804779375717872885380477937571787288538047793757178728853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21b58321-2634-46bc-8294-7c2e90a49201, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e430fe8-6505-4aea-9b49-f1fbfd24b3ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e430fe8-6505-4aea-9b49-f1fbfd24b3ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15746643501096944534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534157466435010969445341574664350109694453415746643501096944534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a89226d-336e-47a7-a729-1cecc62062ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f763ed5-b4ae-4e08-a001-0e0b41878842, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f763ed5-b4ae-4e08-a001-0e0b41878842, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2131064194332629381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381213106419433262938121310641943326293812131064194332629381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e430fe8-6505-4aea-9b49-f1fbfd24b3ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8e5196-3f48-488e-bc65-0c1533c032c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8e5196-3f48-488e-bc65-0c1533c032c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12175460417071732377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377121754604170717323771217546041707173237712175460417071732377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f763ed5-b4ae-4e08-a001-0e0b41878842, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d36b3070-d154-4364-adb1-8e1ef932570d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d36b3070-d154-4364-adb1-8e1ef932570d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096397900016696406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406409639790001669640640963979000166964064096397900016696406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8e5196-3f48-488e-bc65-0c1533c032c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0cf92de-f429-4430-ae37-7fa0aa506f08, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0cf92de-f429-4430-ae37-7fa0aa506f08, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124985981248532354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354121249859812485323541212498598124853235412124985981248532354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d36b3070-d154-4364-adb1-8e1ef932570d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45394341-6fc9-49a9-93d7-c3abb9423ed0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45394341-6fc9-49a9-93d7-c3abb9423ed0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6665649588662230929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929666564958866223092966656495886622309296665649588662230929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0cf92de-f429-4430-ae37-7fa0aa506f08, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28764b54-7dd3-4ac8-81b5-94c03013d0c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28764b54-7dd3-4ac8-81b5-94c03013d0c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11557259000600135017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017115572590006001350171155725900060013501711557259000600135017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45394341-6fc9-49a9-93d7-c3abb9423ed0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f044e4-35ab-4baa-bce6-3a6152e51a34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f044e4-35ab-4baa-bce6-3a6152e51a34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1337222436676404663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663133722243667640466313372224366764046631337222436676404663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28764b54-7dd3-4ac8-81b5-94c03013d0c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f08109a-2244-4d29-8663-8acf27e8918c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f08109a-2244-4d29-8663-8acf27e8918c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8464036034630081396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396846403603463008139684640360346300813968464036034630081396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f044e4-35ab-4baa-bce6-3a6152e51a34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f08109a-2244-4d29-8663-8acf27e8918c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a84bc8cd-5b53-4663-b818-7c1b02e25644, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84bc8cd-5b53-4663-b818-7c1b02e25644, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5893742300763037297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297589374230076303729758937423007630372975893742300763037297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 361e502d-b6c7-4bde-a715-e236805d8a4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 361e502d-b6c7-4bde-a715-e236805d8a4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 485943240129772634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634485943240129772634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 361e502d-b6c7-4bde-a715-e236805d8a4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b2b4a94-794b-438c-a685-ac3029dbed1b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b2b4a94-794b-438c-a685-ac3029dbed1b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2952411801667876348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348295241180166787634829524118016678763482952411801667876348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84bc8cd-5b53-4663-b818-7c1b02e25644, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5abe9707-c5a7-451e-a3eb-0134da6e3298, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b2b4a94-794b-438c-a685-ac3029dbed1b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d647b8-fb75-4bde-8273-1045872daa69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d647b8-fb75-4bde-8273-1045872daa69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14819772384880605206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206148197723848806052061481977238488060520614819772384880605206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5abe9707-c5a7-451e-a3eb-0134da6e3298, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5921275025266676015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015592127502526667601559212750252666760155921275025266676015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5abe9707-c5a7-451e-a3eb-0134da6e3298, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21a3f1f5-cff2-4fc2-9738-8bcbc8a88ef4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21a3f1f5-cff2-4fc2-9738-8bcbc8a88ef4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896706064613953992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992489670606461395399248967060646139539924896706064613953992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d647b8-fb75-4bde-8273-1045872daa69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa0228e-e7bd-4206-9eef-4dd81ce4efe7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa0228e-e7bd-4206-9eef-4dd81ce4efe7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16069737203158759883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883160697372031587598831606973720315875988316069737203158759883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21a3f1f5-cff2-4fc2-9738-8bcbc8a88ef4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78260e1d-d342-4da5-926d-4cccecee9648, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78260e1d-d342-4da5-926d-4cccecee9648, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13869452986933911796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796138694529869339117961386945298693391179613869452986933911796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa0228e-e7bd-4206-9eef-4dd81ce4efe7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae244ad2-ff4d-408b-9cf6-d489b21c1b8f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae244ad2-ff4d-408b-9cf6-d489b21c1b8f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726790968962681317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317972679096896268131797267909689626813179726790968962681317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78260e1d-d342-4da5-926d-4cccecee9648, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc713d9b-a886-43d1-9e60-690e89d2bf00, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc713d9b-a886-43d1-9e60-690e89d2bf00, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5203142550912334294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294520314255091233429452031425509123342945203142550912334294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae244ad2-ff4d-408b-9cf6-d489b21c1b8f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3ecf53b-7b29-4cf2-917a-dd7b19613687, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3ecf53b-7b29-4cf2-917a-dd7b19613687, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7503024247377387766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766750302424737738776675030242473773877667503024247377387766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc713d9b-a886-43d1-9e60-690e89d2bf00, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e741ab79-d64c-4285-9492-cb46d456b533, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e741ab79-d64c-4285-9492-cb46d456b533, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16282414075249756845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845162824140752497568451628241407524975684516282414075249756845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3ecf53b-7b29-4cf2-917a-dd7b19613687, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 292ab843-7ed6-4cc7-8ada-a13eaba74829, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 292ab843-7ed6-4cc7-8ada-a13eaba74829, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11074254965902825350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350110742549659028253501107425496590282535011074254965902825350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e741ab79-d64c-4285-9492-cb46d456b533, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d35442a-817e-4d33-b558-41af23ddc485, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d35442a-817e-4d33-b558-41af23ddc485, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13521556786692598607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607135215567866925986071352155678669259860713521556786692598607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 292ab843-7ed6-4cc7-8ada-a13eaba74829, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aca0a89-8be0-4115-b280-2a1e14606b95, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aca0a89-8be0-4115-b280-2a1e14606b95, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11818812991756065781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781118188129917560657811181881299175606578111818812991756065781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d35442a-817e-4d33-b558-41af23ddc485, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5577afc3-10f9-441a-a023-53b112da31d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5577afc3-10f9-441a-a023-53b112da31d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15489677585807793466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466154896775858077934661548967758580779346615489677585807793466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aca0a89-8be0-4115-b280-2a1e14606b95, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e99c6d65-5c4b-4866-b7bc-b3b96a731541, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e99c6d65-5c4b-4866-b7bc-b3b96a731541, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7375052078909687902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902737505207890968790273750520789096879027375052078909687902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5577afc3-10f9-441a-a023-53b112da31d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f59bc2ad-389d-4ece-aefd-f9583c19b9e0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f59bc2ad-389d-4ece-aefd-f9583c19b9e0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17524256390945618573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573175242563909456185731752425639094561857317524256390945618573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e99c6d65-5c4b-4866-b7bc-b3b96a731541, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ac3f484-fc46-4f4f-adec-dd28293de76e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac3f484-fc46-4f4f-adec-dd28293de76e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13806628562743108514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514138066285627431085141380662856274310851413806628562743108514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f59bc2ad-389d-4ece-aefd-f9583c19b9e0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 378a983f-db43-4320-b30d-cfa5c0debfa6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 378a983f-db43-4320-b30d-cfa5c0debfa6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779262797444988192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192177792627974449881921777926279744498819217779262797444988192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac3f484-fc46-4f4f-adec-dd28293de76e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce813f4f-9b68-4a22-a29f-66f5e64f8414, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce813f4f-9b68-4a22-a29f-66f5e64f8414, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17279639021162596246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246172796390211625962461727963902116259624617279639021162596246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 378a983f-db43-4320-b30d-cfa5c0debfa6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9ba4cb-8906-4c26-a468-295f14ddbe5a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9ba4cb-8906-4c26-a468-295f14ddbe5a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7584035626918429985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985758403562691842998575840356269184299857584035626918429985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce813f4f-9b68-4a22-a29f-66f5e64f8414, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09c8a6d7-8bd6-4d3f-ba87-c4fc5c7e5917, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c8a6d7-8bd6-4d3f-ba87-c4fc5c7e5917, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14287926547446778070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070142879265474467780701428792654744677807014287926547446778070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9ba4cb-8906-4c26-a468-295f14ddbe5a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb293790-9abb-4404-9fbf-2cd901c05139, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb293790-9abb-4404-9fbf-2cd901c05139, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7877621249905024369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369787762124990502436978776212499050243697877621249905024369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c8a6d7-8bd6-4d3f-ba87-c4fc5c7e5917, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee62ca68-fdb9-41a1-985d-7984bc7a5aa7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee62ca68-fdb9-41a1-985d-7984bc7a5aa7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5752727291652598769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769575272729165259876957527272916525987695752727291652598769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb293790-9abb-4404-9fbf-2cd901c05139, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdab72bb-6d90-4078-b53a-9a3671872ad3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdab72bb-6d90-4078-b53a-9a3671872ad3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16216113853552545163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163162161138535525451631621611385355254516316216113853552545163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee62ca68-fdb9-41a1-985d-7984bc7a5aa7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b11cb50-bfcf-46ec-9a92-c57713dc08fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b11cb50-bfcf-46ec-9a92-c57713dc08fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6809523124960814499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499680952312496081449968095231249608144996809523124960814499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdab72bb-6d90-4078-b53a-9a3671872ad3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2e9eb2-4b57-405a-b8f8-79be11b20b30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2e9eb2-4b57-405a-b8f8-79be11b20b30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10871691581055756780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780108716915810557567801087169158105575678010871691581055756780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b11cb50-bfcf-46ec-9a92-c57713dc08fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a835ced5-3dcc-45ab-bacf-3bb7f398b54f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a835ced5-3dcc-45ab-bacf-3bb7f398b54f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17573695556537693899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899175736955565376938991757369555653769389917573695556537693899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2e9eb2-4b57-405a-b8f8-79be11b20b30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9f36d4-f21b-4937-ae2e-81b89d3da7ba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9f36d4-f21b-4937-ae2e-81b89d3da7ba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16118888785564819800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800161188887855648198001611888878556481980016118888785564819800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a835ced5-3dcc-45ab-bacf-3bb7f398b54f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cbe1db6-f3f2-4e3c-8df3-ba7cd023dfaa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbe1db6-f3f2-4e3c-8df3-ba7cd023dfaa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4483644477307880245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245448364447730788024544836444773078802454483644477307880245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9f36d4-f21b-4937-ae2e-81b89d3da7ba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5ae699-f9f8-463c-979d-93c8c69b2069, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5ae699-f9f8-463c-979d-93c8c69b2069, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 113075626141216170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170113075626141216170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbe1db6-f3f2-4e3c-8df3-ba7cd023dfaa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ea7d039-ea5b-4b7d-8ba8-afb2e1021b03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ea7d039-ea5b-4b7d-8ba8-afb2e1021b03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8430022846250540684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684843002284625054068484300228462505406848430022846250540684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5ae699-f9f8-463c-979d-93c8c69b2069, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a9d7f71-cd78-4774-9084-c864ef3f6f99, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a9d7f71-cd78-4774-9084-c864ef3f6f99, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 84068225243488914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8406822524348891484068225243488914840682252434889148406822524348891484068225243488914840682252434889148406822524348891484068225243488914840682252434889148406822524348891484068225243488914840682252434889148406822524348891484068225243488914840682252434889148406822524348891484068225243488914840682252434889148406822524348891484068225243488914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ea7d039-ea5b-4b7d-8ba8-afb2e1021b03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd3bd96-f323-47b0-8c8c-a64ab2e354b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd3bd96-f323-47b0-8c8c-a64ab2e354b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434765881903738757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757174347658819037387571743476588190373875717434765881903738757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a9d7f71-cd78-4774-9084-c864ef3f6f99, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3df5d05-b319-4c89-95f4-d3af2b79c2fd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3df5d05-b319-4c89-95f4-d3af2b79c2fd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13745953923012512705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705137459539230125127051374595392301251270513745953923012512705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd3bd96-f323-47b0-8c8c-a64ab2e354b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3df5d05-b319-4c89-95f4-d3af2b79c2fd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d6dd8b0-8f56-411a-9eb3-9a985bdb9c53, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec0e5fa4-a94b-4bef-a27f-99279ffaf142, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0e5fa4-a94b-4bef-a27f-99279ffaf142, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735142002930668324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324973514200293066832497351420029306683249735142002930668324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d6dd8b0-8f56-411a-9eb3-9a985bdb9c53, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15884957820192629547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547158849578201926295471588495782019262954715884957820192629547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d6dd8b0-8f56-411a-9eb3-9a985bdb9c53, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2594f721-ac23-4d66-b7b0-58d1be3586f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2594f721-ac23-4d66-b7b0-58d1be3586f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18311951527713243905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905183119515277132439051831195152771324390518311951527713243905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0e5fa4-a94b-4bef-a27f-99279ffaf142, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907d63e9-4c39-4b89-8c23-06f1f3b1e5ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907d63e9-4c39-4b89-8c23-06f1f3b1e5ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15920769311073032926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926159207693110730329261592076931107303292615920769311073032926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2594f721-ac23-4d66-b7b0-58d1be3586f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987ddfce-5583-43a7-9a94-19ad8837bf15, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987ddfce-5583-43a7-9a94-19ad8837bf15, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18074887284558761419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419180748872845587614191807488728455876141918074887284558761419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907d63e9-4c39-4b89-8c23-06f1f3b1e5ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226748e3-d378-4770-9ae8-5241dfb811be, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226748e3-d378-4770-9ae8-5241dfb811be, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074204908450377780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780507420490845037778050742049084503777805074204908450377780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987ddfce-5583-43a7-9a94-19ad8837bf15, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 729efe48-cb6e-4239-919f-72cb0b52b506, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729efe48-cb6e-4239-919f-72cb0b52b506, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816742485294623084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084981674248529462308498167424852946230849816742485294623084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226748e3-d378-4770-9ae8-5241dfb811be, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc905cf9-f7e9-4be8-9949-d7027c421024, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc905cf9-f7e9-4be8-9949-d7027c421024, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656900962163643684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684865690096216364368486569009621636436848656900962163643684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729efe48-cb6e-4239-919f-72cb0b52b506, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb99998-7bd6-4f14-97fb-0847ff2b9a91, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb99998-7bd6-4f14-97fb-0847ff2b9a91, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14676058707007634058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058146760587070076340581467605870700763405814676058707007634058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc905cf9-f7e9-4be8-9949-d7027c421024, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83faef56-e04d-40f9-908b-2f9c8fdb9621, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83faef56-e04d-40f9-908b-2f9c8fdb9621, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1423689374530886304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304142368937453088630414236893745308863041423689374530886304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb99998-7bd6-4f14-97fb-0847ff2b9a91, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84a4dd3b-591a-4ff5-86f1-d43cfd199a6a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84a4dd3b-591a-4ff5-86f1-d43cfd199a6a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18143857171632647017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017181438571716326470171814385717163264701718143857171632647017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83faef56-e04d-40f9-908b-2f9c8fdb9621, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 096b3465-e8a4-427d-9860-04a6523d1a23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 096b3465-e8a4-427d-9860-04a6523d1a23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16273601461116642414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414162736014611166424141627360146111664241416273601461116642414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84a4dd3b-591a-4ff5-86f1-d43cfd199a6a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ab62c0-1076-4857-a205-51a452918d41, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ab62c0-1076-4857-a205-51a452918d41, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17407281075113064609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609174072810751130646091740728107511306460917407281075113064609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 096b3465-e8a4-427d-9860-04a6523d1a23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b53afc5-9c3d-4c68-99e2-d5146e920ee0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b53afc5-9c3d-4c68-99e2-d5146e920ee0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17609577035763006078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078176095770357630060781760957703576300607817609577035763006078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ab62c0-1076-4857-a205-51a452918d41, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288553e3-5cf4-4611-9c94-3cdc673bfb86, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288553e3-5cf4-4611-9c94-3cdc673bfb86, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15225993331565690273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273152259933315656902731522599333156569027315225993331565690273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b53afc5-9c3d-4c68-99e2-d5146e920ee0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7f1f144-167f-4509-b6ff-d88ecc9915e8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7f1f144-167f-4509-b6ff-d88ecc9915e8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1251104469777063967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967125110446977706396712511044697770639671251104469777063967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7f1f144-167f-4509-b6ff-d88ecc9915e8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e8c910-9cd6-4d45-8f30-04f84a85b5f9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288553e3-5cf4-4611-9c94-3cdc673bfb86, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac6a1023-9dcf-4c31-9fd5-4c4af624e210, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac6a1023-9dcf-4c31-9fd5-4c4af624e210, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5376920686736149707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707537692068673614970753769206867361497075376920686736149707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e8c910-9cd6-4d45-8f30-04f84a85b5f9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16142792002431033049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049161427920024310330491614279200243103304916142792002431033049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac6a1023-9dcf-4c31-9fd5-4c4af624e210, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1062109f-18e1-4dfb-8ef2-3370432c752f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1062109f-18e1-4dfb-8ef2-3370432c752f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026639394883620875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875902663939488362087590266393948836208759026639394883620875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e8c910-9cd6-4d45-8f30-04f84a85b5f9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d15cde6a-af4d-476a-9dba-d06082fef236, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1062109f-18e1-4dfb-8ef2-3370432c752f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd45fb6-be5c-4814-bb61-6d0e29f06576, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d15cde6a-af4d-476a-9dba-d06082fef236, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16188404426383372528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528161884044263833725281618840442638337252816188404426383372528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd45fb6-be5c-4814-bb61-6d0e29f06576, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16348224875915452347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347163482248759154523471634822487591545234716348224875915452347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d15cde6a-af4d-476a-9dba-d06082fef236, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b914e2-d555-4286-b3cb-39f8221abb0c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b914e2-d555-4286-b3cb-39f8221abb0c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730574886974259598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598673057488697425959867305748869742595986730574886974259598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd45fb6-be5c-4814-bb61-6d0e29f06576, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eddfa607-1915-4197-98c6-4ae84de4ba46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eddfa607-1915-4197-98c6-4ae84de4ba46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9964121707431103563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563996412170743110356399641217074311035639964121707431103563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b914e2-d555-4286-b3cb-39f8221abb0c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6acab9-f44b-4115-9d70-66ea9661f463, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6acab9-f44b-4115-9d70-66ea9661f463, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14517217148625173996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996145172171486251739961451721714862517399614517217148625173996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eddfa607-1915-4197-98c6-4ae84de4ba46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3add1045-6c97-4c66-83c3-02b0fbd684dc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3add1045-6c97-4c66-83c3-02b0fbd684dc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3536980446613364187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187353698044661336418735369804466133641873536980446613364187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3add1045-6c97-4c66-83c3-02b0fbd684dc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca3959f-6576-4053-89a8-d1f484a9da5b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca3959f-6576-4053-89a8-d1f484a9da5b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18368481928545547825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825183684819285455478251836848192854554782518368481928545547825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6acab9-f44b-4115-9d70-66ea9661f463, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b9061a-e835-4ebc-a673-1d164e40c413, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b9061a-e835-4ebc-a673-1d164e40c413, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9423350422919973020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020942335042291997302094233504229199730209423350422919973020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca3959f-6576-4053-89a8-d1f484a9da5b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f61ab10a-5b32-47a7-8aab-1c0e27ffe339, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61ab10a-5b32-47a7-8aab-1c0e27ffe339, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604062663830394376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376160406266383039437616040626638303943761604062663830394376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b9061a-e835-4ebc-a673-1d164e40c413, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d9062f3-7081-43b0-9438-3d15bf718c92, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d9062f3-7081-43b0-9438-3d15bf718c92, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16902401099247260708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708169024010992472607081690240109924726070816902401099247260708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61ab10a-5b32-47a7-8aab-1c0e27ffe339, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c3793fa-72cb-421b-8b4c-72a80cb07bf4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d9062f3-7081-43b0-9438-3d15bf718c92, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c3793fa-72cb-421b-8b4c-72a80cb07bf4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1304730324161869483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483130473032416186948313047303241618694831304730324161869483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d502be0d-02b2-4342-805f-94cbaaaade26, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d502be0d-02b2-4342-805f-94cbaaaade26, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1462828855214784381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381146282885521478438114628288552147843811462828855214784381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c3793fa-72cb-421b-8b4c-72a80cb07bf4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3518384-a411-4dcc-9583-23b3be12762b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3518384-a411-4dcc-9583-23b3be12762b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431270337574737034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034104312703375747370341043127033757473703410431270337574737034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d502be0d-02b2-4342-805f-94cbaaaade26, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3518384-a411-4dcc-9583-23b3be12762b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd58053-a177-4e77-a37c-c1436dd0e9b0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb15e763-a882-4422-a647-73e5853209fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb15e763-a882-4422-a647-73e5853209fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14790472460229780680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680147904724602297806801479047246022978068014790472460229780680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd58053-a177-4e77-a37c-c1436dd0e9b0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2374234095556579404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404237423409555657940423742340955565794042374234095556579404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd58053-a177-4e77-a37c-c1436dd0e9b0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b49d35d4-f2ff-46f4-ae54-242483c6df25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b49d35d4-f2ff-46f4-ae54-242483c6df25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6707763504056537416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416670776350405653741667077635040565374166707763504056537416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb15e763-a882-4422-a647-73e5853209fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ae0e575-b653-4595-a2dc-f214ca46fdeb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae0e575-b653-4595-a2dc-f214ca46fdeb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5389355962487051121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121538935596248705112153893559624870511215389355962487051121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b49d35d4-f2ff-46f4-ae54-242483c6df25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, def14041-c3c0-4805-9eb5-1fe7d204fc1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def14041-c3c0-4805-9eb5-1fe7d204fc1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 652169914371844215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215652169914371844215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae0e575-b653-4595-a2dc-f214ca46fdeb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ad1548-e80e-4d6d-91e1-d75c15b0ac59, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ad1548-e80e-4d6d-91e1-d75c15b0ac59, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1822179903738676183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183182217990373867618318221799037386761831822179903738676183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def14041-c3c0-4805-9eb5-1fe7d204fc1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e8c7dd-2228-4a46-a8cc-ea17bff13f37, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e8c7dd-2228-4a46-a8cc-ea17bff13f37, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5814821993078448714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714581482199307844871458148219930784487145814821993078448714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ad1548-e80e-4d6d-91e1-d75c15b0ac59, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5b5f0b-44d2-4930-80fc-a34d8e4adea6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5b5f0b-44d2-4930-80fc-a34d8e4adea6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3853183581831238966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966385318358183123896638531835818312389663853183581831238966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e8c7dd-2228-4a46-a8cc-ea17bff13f37, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d035cdef-d6e6-470e-82b1-5cbce537eed9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d035cdef-d6e6-470e-82b1-5cbce537eed9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12369555473561359929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929123695554735613599291236955547356135992912369555473561359929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5b5f0b-44d2-4930-80fc-a34d8e4adea6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f189b82-66bc-4fcd-b4b1-5e7463dcfeff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f189b82-66bc-4fcd-b4b1-5e7463dcfeff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9204735148066583519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519920473514806658351992047351480665835199204735148066583519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d035cdef-d6e6-470e-82b1-5cbce537eed9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d339b72d-e681-4431-bdf0-84df97c22813, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d339b72d-e681-4431-bdf0-84df97c22813, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9562013467539803151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151956201346753980315195620134675398031519562013467539803151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f189b82-66bc-4fcd-b4b1-5e7463dcfeff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75ebe77c-a57f-4790-ae21-6b7dfe6de1b3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75ebe77c-a57f-4790-ae21-6b7dfe6de1b3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14141038966520949819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819141410389665209498191414103896652094981914141038966520949819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d339b72d-e681-4431-bdf0-84df97c22813, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f8d9e68-163e-4911-a73c-61b038744619, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f8d9e68-163e-4911-a73c-61b038744619, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16758898795721513523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523167588987957215135231675889879572151352316758898795721513523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75ebe77c-a57f-4790-ae21-6b7dfe6de1b3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aedb6abc-c3f4-4a33-a43d-80438c052fa1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aedb6abc-c3f4-4a33-a43d-80438c052fa1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1878816306840414470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470187881630684041447018788163068404144701878816306840414470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f8d9e68-163e-4911-a73c-61b038744619, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec4b6fc1-9f99-4912-a911-045795c109c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4b6fc1-9f99-4912-a911-045795c109c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7631654340912050861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861763165434091205086176316543409120508617631654340912050861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aedb6abc-c3f4-4a33-a43d-80438c052fa1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f415e208-a091-4aad-83cb-702e49782370, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f415e208-a091-4aad-83cb-702e49782370, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8635762765769510880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880863576276576951088086357627657695108808635762765769510880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4b6fc1-9f99-4912-a911-045795c109c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c53471f-e9cd-4519-a55c-cbcb968e595a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c53471f-e9cd-4519-a55c-cbcb968e595a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 991740994630622422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422991740994630622422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f415e208-a091-4aad-83cb-702e49782370, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a993a6f7-5ea3-435c-a8aa-d53224ef61cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a993a6f7-5ea3-435c-a8aa-d53224ef61cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2104388765068790095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095210438876506879009521043887650687900952104388765068790095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c53471f-e9cd-4519-a55c-cbcb968e595a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a61f4a3-3882-4fc0-b5fd-11ae57c630d1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a61f4a3-3882-4fc0-b5fd-11ae57c630d1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4387887336576289926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926438788733657628992643878873365762899264387887336576289926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a993a6f7-5ea3-435c-a8aa-d53224ef61cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8152966a-4c34-4b74-b078-21b52cae24f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8152966a-4c34-4b74-b078-21b52cae24f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6544669024566937277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277654466902456693727765446690245669372776544669024566937277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a61f4a3-3882-4fc0-b5fd-11ae57c630d1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 698ad450-f9d1-4496-9a18-b6717c64eb4d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 698ad450-f9d1-4496-9a18-b6717c64eb4d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682362048584629656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656468236204858462965646823620485846296564682362048584629656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8152966a-4c34-4b74-b078-21b52cae24f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b5d4b42-2ed0-4b62-9f67-d3dcd12ab025, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b5d4b42-2ed0-4b62-9f67-d3dcd12ab025, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 387960859643839398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398387960859643839398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 698ad450-f9d1-4496-9a18-b6717c64eb4d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35262a9c-6129-44e0-b1c4-5217355abb00, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35262a9c-6129-44e0-b1c4-5217355abb00, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564989787281341367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367456498978728134136745649897872813413674564989787281341367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b5d4b42-2ed0-4b62-9f67-d3dcd12ab025, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5649d610-c392-43f8-8181-4f6bd0b9afa7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5649d610-c392-43f8-8181-4f6bd0b9afa7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13448913777480902039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039134489137774809020391344891377748090203913448913777480902039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35262a9c-6129-44e0-b1c4-5217355abb00, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79fba4e2-6e36-4db7-8109-9bbb109e5299, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79fba4e2-6e36-4db7-8109-9bbb109e5299, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6227722623553038482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482622772262355303848262277226235530384826227722623553038482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5649d610-c392-43f8-8181-4f6bd0b9afa7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 743c2525-2b7d-4037-9346-4be7785caefc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 743c2525-2b7d-4037-9346-4be7785caefc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6952976182219338509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509695297618221933850969529761822193385096952976182219338509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79fba4e2-6e36-4db7-8109-9bbb109e5299, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03688e30-97b8-491c-80f9-e19fa90fb0ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 743c2525-2b7d-4037-9346-4be7785caefc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe389d4-be29-405b-a8ab-1e4b42225af6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03688e30-97b8-491c-80f9-e19fa90fb0ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6113211137217265805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805611321113721726580561132111372172658056113211137217265805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe389d4-be29-405b-a8ab-1e4b42225af6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775452510247617824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824127754525102476178241277545251024761782412775452510247617824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03688e30-97b8-491c-80f9-e19fa90fb0ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd9fdbc2-18fb-464e-8856-e2acd48fe69b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9fdbc2-18fb-464e-8856-e2acd48fe69b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8217194635287665385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385821719463528766538582171946352876653858217194635287665385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe389d4-be29-405b-a8ab-1e4b42225af6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9fdbc2-18fb-464e-8856-e2acd48fe69b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa15e9d8-6412-462a-985a-6c161abd69fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30de2200-ba99-4037-a7d2-356859f391e0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30de2200-ba99-4037-a7d2-356859f391e0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16177329287922384992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992161773292879223849921617732928792238499216177329287922384992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa15e9d8-6412-462a-985a-6c161abd69fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10733397036034484322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322107333970360344843221073339703603448432210733397036034484322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30de2200-ba99-4037-a7d2-356859f391e0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c2b117f-b6ff-4156-8a07-6cae3e9cebca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c2b117f-b6ff-4156-8a07-6cae3e9cebca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15832700158708164288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288158327001587081642881583270015870816428815832700158708164288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c2b117f-b6ff-4156-8a07-6cae3e9cebca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32dd2974-df74-45e2-810e-cad0ece15cad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32dd2974-df74-45e2-810e-cad0ece15cad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219855975185666097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097821985597518566609782198559751856660978219855975185666097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32dd2974-df74-45e2-810e-cad0ece15cad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09aa9e48-470b-44bd-87d6-08e67bf3cd70, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09aa9e48-470b-44bd-87d6-08e67bf3cd70, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9972036785652284027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027997203678565228402799720367856522840279972036785652284027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09aa9e48-470b-44bd-87d6-08e67bf3cd70, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa15e9d8-6412-462a-985a-6c161abd69fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1344bc69-0a8c-4f5b-a51d-a14d67b82452, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1344bc69-0a8c-4f5b-a51d-a14d67b82452, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10384306697262444517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517103843066972624445171038430669726244451710384306697262444517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8032a6c6-9dbf-49db-a71a-bdfffcfd74b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8032a6c6-9dbf-49db-a71a-bdfffcfd74b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188093874990777757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757718809387499077775771880938749907777577188093874990777757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1344bc69-0a8c-4f5b-a51d-a14d67b82452, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f1dc5fd-e45f-46c5-a9dc-b059931216d1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f1dc5fd-e45f-46c5-a9dc-b059931216d1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3106686746296737744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744310668674629673774431066867462967377443106686746296737744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8032a6c6-9dbf-49db-a71a-bdfffcfd74b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806bbf69-bc7c-4de0-a290-faecbe252155, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806bbf69-bc7c-4de0-a290-faecbe252155, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10826548155512422644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644108265481555124226441082654815551242264410826548155512422644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f1dc5fd-e45f-46c5-a9dc-b059931216d1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 138d03f7-5ebd-4627-8815-e28247f35c04, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 138d03f7-5ebd-4627-8815-e28247f35c04, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15293525325895115596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596152935253258951155961529352532589511559615293525325895115596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806bbf69-bc7c-4de0-a290-faecbe252155, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30c1e85d-dfd3-4d29-9d29-211cfa9c2538, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c1e85d-dfd3-4d29-9d29-211cfa9c2538, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8669368535004557081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081866936853500455708186693685350045570818669368535004557081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 138d03f7-5ebd-4627-8815-e28247f35c04, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a73c1f2a-0e8c-4846-9de6-f7843bd88efb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73c1f2a-0e8c-4846-9de6-f7843bd88efb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9090397124877971590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590909039712487797159090903971248779715909090397124877971590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c1e85d-dfd3-4d29-9d29-211cfa9c2538, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a19ee28-36e2-4435-972f-53e3a702f0ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a19ee28-36e2-4435-972f-53e3a702f0ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7914977968274375850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850791497796827437585079149779682743758507914977968274375850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73c1f2a-0e8c-4846-9de6-f7843bd88efb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e13a425-b037-42f3-82c4-7c6fadc4ebde, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e13a425-b037-42f3-82c4-7c6fadc4ebde, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12484536281033863604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604124845362810338636041248453628103386360412484536281033863604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a19ee28-36e2-4435-972f-53e3a702f0ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7305727-3e64-42a7-847c-70680f48e6fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7305727-3e64-42a7-847c-70680f48e6fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17889893986338315694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694178898939863383156941788989398633831569417889893986338315694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e13a425-b037-42f3-82c4-7c6fadc4ebde, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61983daa-faeb-46df-b2f6-dbdea9476a49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61983daa-faeb-46df-b2f6-dbdea9476a49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13568794489668815389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389135687944896688153891356879448966881538913568794489668815389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7305727-3e64-42a7-847c-70680f48e6fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f120754-290f-45ee-a222-15eeed569521, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f120754-290f-45ee-a222-15eeed569521, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9325867745233875502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502932586774523387550293258677452338755029325867745233875502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61983daa-faeb-46df-b2f6-dbdea9476a49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6db9aa-e9fa-40a1-803a-c9bb8d919edf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6db9aa-e9fa-40a1-803a-c9bb8d919edf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3316903509996707773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773331690350999670777333169035099967077733316903509996707773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6db9aa-e9fa-40a1-803a-c9bb8d919edf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e8f114e-73e6-410e-b7ef-f8915593bbb2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e8f114e-73e6-410e-b7ef-f8915593bbb2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 819312660417104932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932819312660417104932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f120754-290f-45ee-a222-15eeed569521, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9f70494-4f56-4245-8689-a872aecbad29, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f70494-4f56-4245-8689-a872aecbad29, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5910929193669595392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392591092919366959539259109291936695953925910929193669595392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e8f114e-73e6-410e-b7ef-f8915593bbb2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa4fc3e-42ba-436c-9c73-880863afc876, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa4fc3e-42ba-436c-9c73-880863afc876, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12758978363803117410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410127589783638031174101275897836380311741012758978363803117410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f70494-4f56-4245-8689-a872aecbad29, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c664ce-d729-4a89-96f8-23edb4de7e8e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c664ce-d729-4a89-96f8-23edb4de7e8e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5321501144001617785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785532150114400161778553215011440016177855321501144001617785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa4fc3e-42ba-436c-9c73-880863afc876, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b2dcc51-a1be-4f9a-8624-b4694c4087cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2dcc51-a1be-4f9a-8624-b4694c4087cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987693024795118789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789298769302479511878929876930247951187892987693024795118789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c664ce-d729-4a89-96f8-23edb4de7e8e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13004c67-f7c0-4f05-9305-5bf317ce0989, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13004c67-f7c0-4f05-9305-5bf317ce0989, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945578531027187039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039149455785310271870391494557853102718703914945578531027187039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2dcc51-a1be-4f9a-8624-b4694c4087cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82e4709-c5ab-4397-ad27-bbb4c9bbc1c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82e4709-c5ab-4397-ad27-bbb4c9bbc1c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3323095667620466660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660332309566762046666033230956676204666603323095667620466660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13004c67-f7c0-4f05-9305-5bf317ce0989, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f33c8f13-a557-49c6-8339-6cfc11ffa7eb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f33c8f13-a557-49c6-8339-6cfc11ffa7eb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3586594951943769846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846358659495194376984635865949519437698463586594951943769846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82e4709-c5ab-4397-ad27-bbb4c9bbc1c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13314bc-7fc6-4a38-8538-d13fa32317eb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13314bc-7fc6-4a38-8538-d13fa32317eb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11433074955349415473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473114330749553494154731143307495534941547311433074955349415473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f33c8f13-a557-49c6-8339-6cfc11ffa7eb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d8e9d57-d2a9-423f-a086-c129e1dfe560, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8e9d57-d2a9-423f-a086-c129e1dfe560, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6214359580918545530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530621435958091854553062143595809185455306214359580918545530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13314bc-7fc6-4a38-8538-d13fa32317eb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c408521-3d31-40d6-ac87-e470e8d6081e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c408521-3d31-40d6-ac87-e470e8d6081e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9246845085772525867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867924684508577252586792468450857725258679246845085772525867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8e9d57-d2a9-423f-a086-c129e1dfe560, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6673e85-d984-4bb4-b6da-360cee2b3bca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6673e85-d984-4bb4-b6da-360cee2b3bca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1246342248233499325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325124634224823349932512463422482334993251246342248233499325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6673e85-d984-4bb4-b6da-360cee2b3bca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918bc7d9-4871-4601-88a8-30151ce15a4e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918bc7d9-4871-4601-88a8-30151ce15a4e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9282338306937885317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317928233830693788531792823383069378853179282338306937885317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c408521-3d31-40d6-ac87-e470e8d6081e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723426ad-aa91-4f14-aaf4-f2d963a82062, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723426ad-aa91-4f14-aaf4-f2d963a82062, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6052563641001400299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299605256364100140029960525636410014002996052563641001400299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918bc7d9-4871-4601-88a8-30151ce15a4e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a15218-1e50-4de8-9669-0c19be12cc56, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a15218-1e50-4de8-9669-0c19be12cc56, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6061478758288905128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128606147875828890512860614787582889051286061478758288905128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723426ad-aa91-4f14-aaf4-f2d963a82062, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83088fb6-3678-4ed2-8c59-0172ab2c70f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83088fb6-3678-4ed2-8c59-0172ab2c70f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1402917530694135774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774140291753069413577414029175306941357741402917530694135774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a15218-1e50-4de8-9669-0c19be12cc56, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4183ef30-7ef7-4bc5-8b94-47b9998f618f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4183ef30-7ef7-4bc5-8b94-47b9998f618f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878218882642651363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363148782188826426513631487821888264265136314878218882642651363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83088fb6-3678-4ed2-8c59-0172ab2c70f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306772ab-6014-4801-b494-e85ab9d33785, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306772ab-6014-4801-b494-e85ab9d33785, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6177530266698359874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874617753026669835987461775302666983598746177530266698359874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4183ef30-7ef7-4bc5-8b94-47b9998f618f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c182acbd-08bf-433a-a938-46586f5b0610, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c182acbd-08bf-433a-a938-46586f5b0610, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3020482043374512839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839302048204337451283930204820433745128393020482043374512839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306772ab-6014-4801-b494-e85ab9d33785, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cb75c6b-52b7-4c0b-a80a-7690ce1a72f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c182acbd-08bf-433a-a938-46586f5b0610, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b15be26-dec1-446d-9081-41391594e0c3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b15be26-dec1-446d-9081-41391594e0c3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17647520368376853516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516176475203683768535161764752036837685351617647520368376853516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cb75c6b-52b7-4c0b-a80a-7690ce1a72f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6575454815364788873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873657545481536478887365754548153647888736575454815364788873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cb75c6b-52b7-4c0b-a80a-7690ce1a72f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b15be26-dec1-446d-9081-41391594e0c3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed29068e-7f4a-4d76-a78f-e076736d9e42, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed29068e-7f4a-4d76-a78f-e076736d9e42, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9710167757140881803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803971016775714088180397101677571408818039710167757140881803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae76cc77-3003-4f23-ac6a-667ed83d866c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae76cc77-3003-4f23-ac6a-667ed83d866c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16610411631754067810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810166104116317540678101661041163175406781016610411631754067810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed29068e-7f4a-4d76-a78f-e076736d9e42, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ba49a3-fe4a-4f7c-bb85-c4edfffcbcce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ba49a3-fe4a-4f7c-bb85-c4edfffcbcce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9951074920716209381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381995107492071620938199510749207162093819951074920716209381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae76cc77-3003-4f23-ac6a-667ed83d866c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a079fdef-5ce5-428a-8a08-d09d8a2d1edf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a079fdef-5ce5-428a-8a08-d09d8a2d1edf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9765448122443940826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826976544812244394082697654481224439408269765448122443940826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ba49a3-fe4a-4f7c-bb85-c4edfffcbcce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0152eea9-ce38-42b1-898a-a4584edc284f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0152eea9-ce38-42b1-898a-a4584edc284f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587550872990729095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095105875508729907290951058755087299072909510587550872990729095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a079fdef-5ce5-428a-8a08-d09d8a2d1edf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40035d37-9273-42b9-9323-5e8a3fd1c889, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40035d37-9273-42b9-9323-5e8a3fd1c889, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8458602986468307980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980845860298646830798084586029864683079808458602986468307980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0152eea9-ce38-42b1-898a-a4584edc284f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf768b07-80dd-4e8d-b4ab-0f83fb87e042, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf768b07-80dd-4e8d-b4ab-0f83fb87e042, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11325620513534286811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811113256205135342868111132562051353428681111325620513534286811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40035d37-9273-42b9-9323-5e8a3fd1c889, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c87ae6-75d3-44c9-9dce-f6d959b1beca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c87ae6-75d3-44c9-9dce-f6d959b1beca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11652237932606203622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622116522379326062036221165223793260620362211652237932606203622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf768b07-80dd-4e8d-b4ab-0f83fb87e042, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69ebc3d-cf81-4d52-a695-b34deeae12ff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69ebc3d-cf81-4d52-a695-b34deeae12ff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8477684161664070407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407847768416166407040784776841616640704078477684161664070407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c87ae6-75d3-44c9-9dce-f6d959b1beca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45c1a22-30a4-412d-954e-e2734080f8d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45c1a22-30a4-412d-954e-e2734080f8d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916858078574729851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851791685807857472985179168580785747298517916858078574729851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69ebc3d-cf81-4d52-a695-b34deeae12ff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8328f3-498d-4eea-9395-29da228728e9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8328f3-498d-4eea-9395-29da228728e9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 217281560554685570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570217281560554685570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45c1a22-30a4-412d-954e-e2734080f8d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d08c3e3-9a31-4ac8-8a6e-d1287f949615, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8328f3-498d-4eea-9395-29da228728e9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d08c3e3-9a31-4ac8-8a6e-d1287f949615, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278333000851897317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317527833300085189731752783330008518973175278333000851897317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9c2c17-1333-4d23-978b-d1fe392dac34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9c2c17-1333-4d23-978b-d1fe392dac34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2808585579252887033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033280858557925288703328085855792528870332808585579252887033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d08c3e3-9a31-4ac8-8a6e-d1287f949615, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac49a2b9-a193-4371-bc6f-988f01bab933, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac49a2b9-a193-4371-bc6f-988f01bab933, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8484066144053456932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932848406614405345693284840661440534569328484066144053456932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9c2c17-1333-4d23-978b-d1fe392dac34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c6d0347-27ae-48d6-8d58-a009868b0512, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c6d0347-27ae-48d6-8d58-a009868b0512, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16437500344010346502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502164375003440103465021643750034401034650216437500344010346502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac49a2b9-a193-4371-bc6f-988f01bab933, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 466347c7-b507-433d-be76-c49fd7a37bfc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 466347c7-b507-433d-be76-c49fd7a37bfc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5889552082705483478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478588955208270548347858895520827054834785889552082705483478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c6d0347-27ae-48d6-8d58-a009868b0512, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3facb2cb-bdf5-4b14-9216-b50ce1592a4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 466347c7-b507-433d-be76-c49fd7a37bfc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a261cd63-7d16-4511-9669-ff38068ef050, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a261cd63-7d16-4511-9669-ff38068ef050, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15834917370175725771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771158349173701757257711583491737017572577115834917370175725771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3facb2cb-bdf5-4b14-9216-b50ce1592a4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 948942713435529865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865948942713435529865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3facb2cb-bdf5-4b14-9216-b50ce1592a4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6fe1ea-50e3-4206-b735-9df41bd66593, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6fe1ea-50e3-4206-b735-9df41bd66593, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7277266658052286985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985727726665805228698572772666580522869857277266658052286985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a261cd63-7d16-4511-9669-ff38068ef050, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54c29036-75b2-48a9-9bac-c383f70263c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54c29036-75b2-48a9-9bac-c383f70263c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4622436225239212288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288462243622523921228846224362252392122884622436225239212288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6fe1ea-50e3-4206-b735-9df41bd66593, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54c29036-75b2-48a9-9bac-c383f70263c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f13bba-6da7-4cfa-aead-5d56f69c3135, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e83e9c4-5ed9-4dcf-9306-3abdff8cebf1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e83e9c4-5ed9-4dcf-9306-3abdff8cebf1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1976847836576715760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760197684783657671576019768478365767157601976847836576715760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f13bba-6da7-4cfa-aead-5d56f69c3135, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10247621647521008899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899102476216475210088991024762164752100889910247621647521008899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e83e9c4-5ed9-4dcf-9306-3abdff8cebf1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710f91a8-cf9a-47f0-95fc-044f97b59c01, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710f91a8-cf9a-47f0-95fc-044f97b59c01, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602320298455993688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688136023202984559936881360232029845599368813602320298455993688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f13bba-6da7-4cfa-aead-5d56f69c3135, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63838fe9-6eef-4068-95ed-fda3b68ab969, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63838fe9-6eef-4068-95ed-fda3b68ab969, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291559819600249095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095291559819600249095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710f91a8-cf9a-47f0-95fc-044f97b59c01, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d750134-71e5-43e3-a9c9-d8efc55a4a6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d750134-71e5-43e3-a9c9-d8efc55a4a6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12977340665223878594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594129773406652238785941297734066522387859412977340665223878594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63838fe9-6eef-4068-95ed-fda3b68ab969, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff9a6d0-44f3-4977-ae78-b98f5adc5a30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff9a6d0-44f3-4977-ae78-b98f5adc5a30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14508812477148835851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851145088124771488358511450881247714883585114508812477148835851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d750134-71e5-43e3-a9c9-d8efc55a4a6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff9a6d0-44f3-4977-ae78-b98f5adc5a30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cabcf00-213c-4f7e-aefc-7a1045c11d75, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cabcf00-213c-4f7e-aefc-7a1045c11d75, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1524256647125904566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566152425664712590456615242566471259045661524256647125904566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa459a8-f1ca-42e5-9145-81a8709b6930, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa459a8-f1ca-42e5-9145-81a8709b6930, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1649275774528226569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569164927577452822656916492757745282265691649275774528226569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cabcf00-213c-4f7e-aefc-7a1045c11d75, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04045b0-7440-4985-b23e-431435e9ea82, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04045b0-7440-4985-b23e-431435e9ea82, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5705955521101688027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027570595552110168802757059555211016880275705955521101688027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa459a8-f1ca-42e5-9145-81a8709b6930, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76fb2d1b-16e4-429b-803d-5bc607275079, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76fb2d1b-16e4-429b-803d-5bc607275079, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14072786008145459301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301140727860081454593011407278600814545930114072786008145459301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04045b0-7440-4985-b23e-431435e9ea82, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d01cce3-9238-46f5-9654-f7348760dfff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d01cce3-9238-46f5-9654-f7348760dfff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6209213993602803728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728620921399360280372862092139936028037286209213993602803728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76fb2d1b-16e4-429b-803d-5bc607275079, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d24841-e4cf-4819-b3b0-871d36928815, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d24841-e4cf-4819-b3b0-871d36928815, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326983768956393647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647932698376895639364793269837689563936479326983768956393647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d01cce3-9238-46f5-9654-f7348760dfff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3db2aa-120f-417d-8607-fd92db88d201, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3db2aa-120f-417d-8607-fd92db88d201, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 672934035663830883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883672934035663830883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d24841-e4cf-4819-b3b0-871d36928815, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a90a290-a115-4c2d-86bb-f84390e2f56e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a90a290-a115-4c2d-86bb-f84390e2f56e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13736693194141598071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071137366931941415980711373669319414159807113736693194141598071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3db2aa-120f-417d-8607-fd92db88d201, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64b98c2-095e-4a71-9873-508be9f3493b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64b98c2-095e-4a71-9873-508be9f3493b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13089170251830100159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159130891702518301001591308917025183010015913089170251830100159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a90a290-a115-4c2d-86bb-f84390e2f56e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b7c3af-939b-4e28-911c-7b08c444693e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b7c3af-939b-4e28-911c-7b08c444693e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16206021726454160962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962162060217264541609621620602172645416096216206021726454160962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64b98c2-095e-4a71-9873-508be9f3493b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecf82943-9456-4a05-ac9d-c500b27375ca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf82943-9456-4a05-ac9d-c500b27375ca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1485518133821919250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250148551813382191925014855181338219192501485518133821919250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b7c3af-939b-4e28-911c-7b08c444693e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 677c61ec-6198-4f9a-988d-8778c2722e86, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677c61ec-6198-4f9a-988d-8778c2722e86, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10948426273331059394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394109484262733310593941094842627333105939410948426273331059394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf82943-9456-4a05-ac9d-c500b27375ca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05f8e87-3b2a-435a-946e-62281a525db8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05f8e87-3b2a-435a-946e-62281a525db8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4618042501142555353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353461804250114255535346180425011425553534618042501142555353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05f8e87-3b2a-435a-946e-62281a525db8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f6c248-8335-485b-b145-0d8ca41e5655, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f6c248-8335-485b-b145-0d8ca41e5655, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12745470322105824709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709127454703221058247091274547032210582470912745470322105824709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677c61ec-6198-4f9a-988d-8778c2722e86, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f436fc4-bc20-45c3-9c11-7c502054f703, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f436fc4-bc20-45c3-9c11-7c502054f703, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958747733932722361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361169587477339327223611695874773393272236116958747733932722361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f6c248-8335-485b-b145-0d8ca41e5655, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a2ad516-7e0e-4268-9c13-ff88825930cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2ad516-7e0e-4268-9c13-ff88825930cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10224880733742239500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500102248807337422395001022488073374223950010224880733742239500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f436fc4-bc20-45c3-9c11-7c502054f703, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab4fb8d8-dd95-4aa4-9822-2fe967cd7893, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4fb8d8-dd95-4aa4-9822-2fe967cd7893, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12634450288843242845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845126344502888432428451263445028884324284512634450288843242845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2ad516-7e0e-4268-9c13-ff88825930cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d18a0242-90f4-48f0-acc9-2172f57caeaa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d18a0242-90f4-48f0-acc9-2172f57caeaa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17637495191531568843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843176374951915315688431763749519153156884317637495191531568843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4fb8d8-dd95-4aa4-9822-2fe967cd7893, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443b3411-a587-4d21-8cf0-1c333ca9fea3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443b3411-a587-4d21-8cf0-1c333ca9fea3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10750170057543648532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532107501700575436485321075017005754364853210750170057543648532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d18a0242-90f4-48f0-acc9-2172f57caeaa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696128f5-d206-4145-99aa-bfd4cbc0c267, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696128f5-d206-4145-99aa-bfd4cbc0c267, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18219987985050895826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826182199879850508958261821998798505089582618219987985050895826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443b3411-a587-4d21-8cf0-1c333ca9fea3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69bd41fe-7788-4b88-89be-a4b52e53f903, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69bd41fe-7788-4b88-89be-a4b52e53f903, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 65121488480919147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6512148848091914765121488480919147651214884809191476512148848091914765121488480919147651214884809191476512148848091914765121488480919147651214884809191476512148848091914765121488480919147651214884809191476512148848091914765121488480919147651214884809191476512148848091914765121488480919147651214884809191476512148848091914765121488480919147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696128f5-d206-4145-99aa-bfd4cbc0c267, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2328d86b-3c02-4601-adda-625a699be7cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2328d86b-3c02-4601-adda-625a699be7cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15119378839391772842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842151193788393917728421511937883939177284215119378839391772842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69bd41fe-7788-4b88-89be-a4b52e53f903, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42d91d36-318e-4960-922a-be7db6687d4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42d91d36-318e-4960-922a-be7db6687d4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13406260995770309140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140134062609957703091401340626099577030914013406260995770309140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42d91d36-318e-4960-922a-be7db6687d4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83161d5e-1781-48f6-9b9e-d8a0e469bca0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83161d5e-1781-48f6-9b9e-d8a0e469bca0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5560838724589248028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028556083872458924802855608387245892480285560838724589248028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2328d86b-3c02-4601-adda-625a699be7cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a97421-f0f8-486c-a35e-1fb222fc31db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a97421-f0f8-486c-a35e-1fb222fc31db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12698903108020590371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371126989031080205903711269890310802059037112698903108020590371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83161d5e-1781-48f6-9b9e-d8a0e469bca0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9cb0777-ed48-4a49-9a09-e55eee32cb34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9cb0777-ed48-4a49-9a09-e55eee32cb34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101570077617424479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479181015700776174244791810157007761742447918101570077617424479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a97421-f0f8-486c-a35e-1fb222fc31db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a1903f1-70ef-4f47-861c-a87dedbfc4ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a1903f1-70ef-4f47-861c-a87dedbfc4ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16757295661678084373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373167572956616780843731675729566167808437316757295661678084373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9cb0777-ed48-4a49-9a09-e55eee32cb34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 311780f2-599b-4a19-8edb-2b93cea0d140, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311780f2-599b-4a19-8edb-2b93cea0d140, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9385524421537337819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819938552442153733781993855244215373378199385524421537337819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a1903f1-70ef-4f47-861c-a87dedbfc4ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7a6f32-d26a-47d8-ba60-180505636efc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7a6f32-d26a-47d8-ba60-180505636efc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11409653716635514585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585114096537166355145851140965371663551458511409653716635514585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311780f2-599b-4a19-8edb-2b93cea0d140, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7a6f32-d26a-47d8-ba60-180505636efc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b202d1b-9556-4cd4-bbc3-7e2929c33321, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b202d1b-9556-4cd4-bbc3-7e2929c33321, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16076549372765857302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302160765493727658573021607654937276585730216076549372765857302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85b7b31-cda7-436d-a07b-894a9e61e4a1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85b7b31-cda7-436d-a07b-894a9e61e4a1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5371318285939881726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726537131828593988172653713182859398817265371318285939881726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b202d1b-9556-4cd4-bbc3-7e2929c33321, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4fdbf63-d1cb-47af-bd6b-bb78ea6c5b7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4fdbf63-d1cb-47af-bd6b-bb78ea6c5b7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17451488825925793972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972174514888259257939721745148882592579397217451488825925793972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85b7b31-cda7-436d-a07b-894a9e61e4a1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a370a785-9d19-4a4f-a9d4-40c40a7eef51, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a370a785-9d19-4a4f-a9d4-40c40a7eef51, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15123846517756244510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510151238465177562445101512384651775624451015123846517756244510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4fdbf63-d1cb-47af-bd6b-bb78ea6c5b7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a370a785-9d19-4a4f-a9d4-40c40a7eef51, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 746552fc-0873-4a72-b4eb-f2c29001e8ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 746552fc-0873-4a72-b4eb-f2c29001e8ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8478864919082876795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795847886491908287679584788649190828767958478864919082876795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342667d2-7d32-4077-b7c9-c9b49ebbe64e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342667d2-7d32-4077-b7c9-c9b49ebbe64e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7703291875339604604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604770329187533960460477032918753396046047703291875339604604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 746552fc-0873-4a72-b4eb-f2c29001e8ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58fc7c63-add3-445f-b836-960a7cbc4126, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fc7c63-add3-445f-b836-960a7cbc4126, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11020079048283110891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891110200790482831108911102007904828311089111020079048283110891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342667d2-7d32-4077-b7c9-c9b49ebbe64e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579684f0-a97c-4c51-aaa7-987c2a9cc717, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579684f0-a97c-4c51-aaa7-987c2a9cc717, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8440843969211623418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418844084396921162341884408439692116234188440843969211623418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fc7c63-add3-445f-b836-960a7cbc4126, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00ba1350-1772-4aa0-b10f-32c308a65540, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ba1350-1772-4aa0-b10f-32c308a65540, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093941486412207288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288130939414864122072881309394148641220728813093941486412207288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579684f0-a97c-4c51-aaa7-987c2a9cc717, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed11bba-28fa-4524-903f-8e901ec100c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed11bba-28fa-4524-903f-8e901ec100c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17334767079062279052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052173347670790622790521733476707906227905217334767079062279052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ba1350-1772-4aa0-b10f-32c308a65540, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2c72bd-8150-41b7-8953-e339b5c2a133, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2c72bd-8150-41b7-8953-e339b5c2a133, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14434568085318109428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428144345680853181094281443456808531810942814434568085318109428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed11bba-28fa-4524-903f-8e901ec100c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af366c78-4c62-453b-99a4-070c39dc8e03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af366c78-4c62-453b-99a4-070c39dc8e03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8705001815756390871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871870500181575639087187050018157563908718705001815756390871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2c72bd-8150-41b7-8953-e339b5c2a133, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a97a02c-82c4-4abf-99e0-1221562c5fcb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a97a02c-82c4-4abf-99e0-1221562c5fcb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2624141268202571895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895262414126820257189526241412682025718952624141268202571895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af366c78-4c62-453b-99a4-070c39dc8e03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41fdd071-2179-4e85-9bf8-0133800b740c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fdd071-2179-4e85-9bf8-0133800b740c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14600351901353709541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541146003519013537095411460035190135370954114600351901353709541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a97a02c-82c4-4abf-99e0-1221562c5fcb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7efffe-db61-4665-8531-06bdb3482417, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7efffe-db61-4665-8531-06bdb3482417, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2470254593725037673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673247025459372503767324702545937250376732470254593725037673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fdd071-2179-4e85-9bf8-0133800b740c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89c0d896-fea2-4602-b500-a9784621f976, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c0d896-fea2-4602-b500-a9784621f976, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929188020663291504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504119291880206632915041192918802066329150411929188020663291504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7efffe-db61-4665-8531-06bdb3482417, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6e86281-121c-4399-a920-e33b52c88c93, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6e86281-121c-4399-a920-e33b52c88c93, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5342086807810894802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802534208680781089480253420868078108948025342086807810894802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c0d896-fea2-4602-b500-a9784621f976, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97f7c863-67f1-4910-b6dc-5fb180034086, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f7c863-67f1-4910-b6dc-5fb180034086, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10263730346893331961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961102637303468933319611026373034689333196110263730346893331961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f7c863-67f1-4910-b6dc-5fb180034086, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6e86281-121c-4399-a920-e33b52c88c93, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b745aaf-fa4d-47dd-a880-2fe78a4b2706, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b745aaf-fa4d-47dd-a880-2fe78a4b2706, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16427259573998268793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793164272595739982687931642725957399826879316427259573998268793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8570aaa9-0fb5-445d-909c-e8b84a7fa504, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8570aaa9-0fb5-445d-909c-e8b84a7fa504, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9070553966601065022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022907055396660106502290705539666010650229070553966601065022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b745aaf-fa4d-47dd-a880-2fe78a4b2706, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e196c2cb-7f14-4d0a-b9b6-34d234b823e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e196c2cb-7f14-4d0a-b9b6-34d234b823e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 252677663139691804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804252677663139691804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8570aaa9-0fb5-445d-909c-e8b84a7fa504, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d10f28e7-6254-487b-b289-10f7f9f0b651, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10f28e7-6254-487b-b289-10f7f9f0b651, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1193031444708163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11930314447081631193031444708163119303144470816311930314447081631193031444708163119303144470816311930314447081631193031444708163119303144470816311930314447081631193031444708163119303144470816311930314447081631193031444708163119303144470816311930314447081631193031444708163119303144470816311930314447081631193031444708163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e196c2cb-7f14-4d0a-b9b6-34d234b823e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 665abf54-2853-4354-b61a-b0c311cd4f89, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 665abf54-2853-4354-b61a-b0c311cd4f89, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4208979090277594641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641420897909027759464142089790902775946414208979090277594641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10f28e7-6254-487b-b289-10f7f9f0b651, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f20da3-ca6b-4a0f-8209-ec15a933248f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f20da3-ca6b-4a0f-8209-ec15a933248f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10867119162219311320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320108671191622193113201086711916221931132010867119162219311320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 665abf54-2853-4354-b61a-b0c311cd4f89, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd216db1-f00b-4cdf-bbd8-986780f61b8f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd216db1-f00b-4cdf-bbd8-986780f61b8f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5640882515185376527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527564088251518537652756408825151853765275640882515185376527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f20da3-ca6b-4a0f-8209-ec15a933248f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e324bc4-44e5-41b4-9c17-7139407a8e4a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e324bc4-44e5-41b4-9c17-7139407a8e4a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18122705249352760526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526181227052493527605261812270524935276052618122705249352760526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd216db1-f00b-4cdf-bbd8-986780f61b8f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5203eb1-108b-44d3-9279-cd47474b198e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5203eb1-108b-44d3-9279-cd47474b198e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4176028062542741701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701417602806254274170141760280625427417014176028062542741701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e324bc4-44e5-41b4-9c17-7139407a8e4a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72696f7c-f093-4eb1-8ee0-ab0c5b90a4a0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72696f7c-f093-4eb1-8ee0-ab0c5b90a4a0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7747313972752321321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321774731397275232132177473139727523213217747313972752321321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5203eb1-108b-44d3-9279-cd47474b198e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9728fd99-63b5-49da-a3d3-b1d375359ffa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9728fd99-63b5-49da-a3d3-b1d375359ffa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1464884728483876491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491146488472848387649114648847284838764911464884728483876491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72696f7c-f093-4eb1-8ee0-ab0c5b90a4a0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 519178f4-0bb8-48fc-95b5-e541766c1d35, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519178f4-0bb8-48fc-95b5-e541766c1d35, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18329948798622103937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937183299487986221039371832994879862210393718329948798622103937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9728fd99-63b5-49da-a3d3-b1d375359ffa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a9ffd60-6d25-4348-a445-9119db9494f2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a9ffd60-6d25-4348-a445-9119db9494f2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5632323217940617302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302563232321794061730256323232179406173025632323217940617302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519178f4-0bb8-48fc-95b5-e541766c1d35, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a9ffd60-6d25-4348-a445-9119db9494f2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dec5a7e-b7a3-4076-89f3-6785787cc608, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dec5a7e-b7a3-4076-89f3-6785787cc608, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13854757728056129481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481138547577280561294811385475772805612948113854757728056129481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2778ce13-ac23-4124-b978-c657a712f368, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2778ce13-ac23-4124-b978-c657a712f368, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14796986174252036151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151147969861742520361511479698617425203615114796986174252036151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dec5a7e-b7a3-4076-89f3-6785787cc608, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 382a9e36-6fdd-4599-b984-43f3c3067b80, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 382a9e36-6fdd-4599-b984-43f3c3067b80, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599222919229474693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693165992229192294746931659922291922947469316599222919229474693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2778ce13-ac23-4124-b978-c657a712f368, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c39c9132-f38a-4974-8082-4e9ad39e9fe1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c39c9132-f38a-4974-8082-4e9ad39e9fe1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1579078044411510299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299157907804441151029915790780444115102991579078044411510299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 382a9e36-6fdd-4599-b984-43f3c3067b80, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54241f18-2789-4836-95a4-ea4fe05682b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54241f18-2789-4836-95a4-ea4fe05682b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6217808255005394786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786621780825500539478662178082550053947866217808255005394786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c39c9132-f38a-4974-8082-4e9ad39e9fe1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80aea175-7b7c-47a1-bc1c-1b09ca7277be, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80aea175-7b7c-47a1-bc1c-1b09ca7277be, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1362246924071288706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706136224692407128870613622469240712887061362246924071288706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80aea175-7b7c-47a1-bc1c-1b09ca7277be, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 599bea12-c329-4b07-8b47-62c048171718, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599bea12-c329-4b07-8b47-62c048171718, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17820248119905143515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515178202481199051435151782024811990514351517820248119905143515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54241f18-2789-4836-95a4-ea4fe05682b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8d87442-f20c-4eeb-b77d-c18644043ce6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8d87442-f20c-4eeb-b77d-c18644043ce6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13486693638343244668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668134866936383432446681348669363834324466813486693638343244668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599bea12-c329-4b07-8b47-62c048171718, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a4ae9f-86d9-4afc-b41a-4f6a44ba2ba3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a4ae9f-86d9-4afc-b41a-4f6a44ba2ba3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9242240199689979472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472924224019968997947292422401996899794729242240199689979472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8d87442-f20c-4eeb-b77d-c18644043ce6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a1b5e01-d8ab-4a9b-9e9c-3e6f69b66f66, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a1b5e01-d8ab-4a9b-9e9c-3e6f69b66f66, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7594882429291723541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541759488242929172354175948824292917235417594882429291723541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a4ae9f-86d9-4afc-b41a-4f6a44ba2ba3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea155cf9-a3e0-4184-9c69-5ccb64927894, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea155cf9-a3e0-4184-9c69-5ccb64927894, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17694412241023757220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220176944122410237572201769441224102375722017694412241023757220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a1b5e01-d8ab-4a9b-9e9c-3e6f69b66f66, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dccf24a9-7896-45f7-b2ab-586a6eecce81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccf24a9-7896-45f7-b2ab-586a6eecce81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7884857200387583176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176788485720038758317678848572003875831767884857200387583176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea155cf9-a3e0-4184-9c69-5ccb64927894, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 590e4a2a-f349-4298-ad81-1ed909c6c4c4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 590e4a2a-f349-4298-ad81-1ed909c6c4c4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17301219444325190876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876173012194443251908761730121944432519087617301219444325190876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccf24a9-7896-45f7-b2ab-586a6eecce81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c896a4c2-e246-4d22-9318-902c4f9a3fc4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c896a4c2-e246-4d22-9318-902c4f9a3fc4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14316098025560320781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781143160980255603207811431609802556032078114316098025560320781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 590e4a2a-f349-4298-ad81-1ed909c6c4c4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b1fb33-a9fe-4256-9846-9362c535dfd2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b1fb33-a9fe-4256-9846-9362c535dfd2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10291969642144273193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193102919696421442731931029196964214427319310291969642144273193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c896a4c2-e246-4d22-9318-902c4f9a3fc4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 543f2529-0e76-4788-b0e8-d39635dbf229, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543f2529-0e76-4788-b0e8-d39635dbf229, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1176103359746481886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886117610335974648188611761033597464818861176103359746481886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543f2529-0e76-4788-b0e8-d39635dbf229, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 277d51b0-c261-4603-ac75-39b10d726283, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277d51b0-c261-4603-ac75-39b10d726283, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16229620334841535714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714162296203348415357141622962033484153571416229620334841535714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b1fb33-a9fe-4256-9846-9362c535dfd2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277d51b0-c261-4603-ac75-39b10d726283, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bd6a84b-8c09-4b86-8b88-e25d5d34eefc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bd6a84b-8c09-4b86-8b88-e25d5d34eefc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932555411844326329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329993255541184432632999325554118443263299932555411844326329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acfcf0df-7fbe-499c-8fa4-476ade65ce92, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acfcf0df-7fbe-499c-8fa4-476ade65ce92, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6139681837455964882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882613968183745596488261396818374559648826139681837455964882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bd6a84b-8c09-4b86-8b88-e25d5d34eefc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8b89121-b71f-488a-8e98-b43027b1e805, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b89121-b71f-488a-8e98-b43027b1e805, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816106913069590056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056381610691306959005638161069130695900563816106913069590056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acfcf0df-7fbe-499c-8fa4-476ade65ce92, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b116dafa-c67c-49dc-bfce-37b63ac9ea0d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b116dafa-c67c-49dc-bfce-37b63ac9ea0d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9813054653715128463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463981305465371512846398130546537151284639813054653715128463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b89121-b71f-488a-8e98-b43027b1e805, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 063900a6-3605-4eb7-9f80-2cd2fb511b56, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 063900a6-3605-4eb7-9f80-2cd2fb511b56, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868605814127424350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350486860581412742435048686058141274243504868605814127424350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b116dafa-c67c-49dc-bfce-37b63ac9ea0d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c280b188-a400-46e5-83ee-6ec8539a78f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c280b188-a400-46e5-83ee-6ec8539a78f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10796439229717072716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716107964392297170727161079643922971707271610796439229717072716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 063900a6-3605-4eb7-9f80-2cd2fb511b56, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a1db3c1-4d84-46e1-a963-91e2212949a9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a1db3c1-4d84-46e1-a963-91e2212949a9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17401106634215781081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081174011066342157810811740110663421578108117401106634215781081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c280b188-a400-46e5-83ee-6ec8539a78f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 339426ef-792d-4a52-b543-729ff8c7c827, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339426ef-792d-4a52-b543-729ff8c7c827, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11334524680008361472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472113345246800083614721133452468000836147211334524680008361472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a1db3c1-4d84-46e1-a963-91e2212949a9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c305650b-07d2-4ec1-aa1c-f67d3ddc0b62, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c305650b-07d2-4ec1-aa1c-f67d3ddc0b62, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3913641886233594572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572391364188623359457239136418862335945723913641886233594572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339426ef-792d-4a52-b543-729ff8c7c827, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0aa023-787e-4ab1-8fd7-a6a124d7b96c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0aa023-787e-4ab1-8fd7-a6a124d7b96c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11744907795370549957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957117449077953705499571174490779537054995711744907795370549957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c305650b-07d2-4ec1-aa1c-f67d3ddc0b62, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fd7bd3-e2f2-41f4-8849-1499d43e848f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fd7bd3-e2f2-41f4-8849-1499d43e848f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3175470217461013099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099317547021746101309931754702174610130993175470217461013099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fd7bd3-e2f2-41f4-8849-1499d43e848f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce628fb7-4105-4cb9-8bcb-9764d2343ded, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce628fb7-4105-4cb9-8bcb-9764d2343ded, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17265591119056146540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540172655911190561465401726559111905614654017265591119056146540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0aa023-787e-4ab1-8fd7-a6a124d7b96c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bff494b-da23-4177-86e9-e5e99eb96e4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bff494b-da23-4177-86e9-e5e99eb96e4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8937422808031289098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098893742280803128909889374228080312890988937422808031289098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce628fb7-4105-4cb9-8bcb-9764d2343ded, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d38a8bc-3bb5-4664-9db9-453d0134607a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d38a8bc-3bb5-4664-9db9-453d0134607a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15541609678370984655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655155416096783709846551554160967837098465515541609678370984655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bff494b-da23-4177-86e9-e5e99eb96e4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 617c69dd-9626-4787-9ffa-eec5b9efe374, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617c69dd-9626-4787-9ffa-eec5b9efe374, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17488824175845567872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872174888241758455678721748882417584556787217488824175845567872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d38a8bc-3bb5-4664-9db9-453d0134607a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e586e7aa-59c8-472c-83ec-5b64da3c7f86, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e586e7aa-59c8-472c-83ec-5b64da3c7f86, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16805252035772643178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178168052520357726431781680525203577264317816805252035772643178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617c69dd-9626-4787-9ffa-eec5b9efe374, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 997fdf6f-b75f-4cd6-9aed-bfda9d7c2c7c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997fdf6f-b75f-4cd6-9aed-bfda9d7c2c7c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7065251906127159719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719706525190612715971970652519061271597197065251906127159719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e586e7aa-59c8-472c-83ec-5b64da3c7f86, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab78fe48-ae91-4de1-a86f-b9817c555fed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab78fe48-ae91-4de1-a86f-b9817c555fed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10576309630283942639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639105763096302839426391057630963028394263910576309630283942639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997fdf6f-b75f-4cd6-9aed-bfda9d7c2c7c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6969852b-5e1c-40e5-b371-d6640a4e1abc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6969852b-5e1c-40e5-b371-d6640a4e1abc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17903451930397285964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964179034519303972859641790345193039728596417903451930397285964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab78fe48-ae91-4de1-a86f-b9817c555fed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dd6d6d8-e820-41cd-bb49-3879c1817b4e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd6d6d8-e820-41cd-bb49-3879c1817b4e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14016021963246141372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372140160219632461413721401602196324614137214016021963246141372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6969852b-5e1c-40e5-b371-d6640a4e1abc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9746d3-77d1-4731-bd77-6c2e4aa5c2e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9746d3-77d1-4731-bd77-6c2e4aa5c2e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887579657165737215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215118875796571657372151188757965716573721511887579657165737215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd6d6d8-e820-41cd-bb49-3879c1817b4e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdb1add4-aebb-41fd-b86c-e7cc383e633d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdb1add4-aebb-41fd-b86c-e7cc383e633d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10217090055508230387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387102170900555082303871021709005550823038710217090055508230387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9746d3-77d1-4731-bd77-6c2e4aa5c2e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09380928-7a31-4376-adb4-d77dc1836a19, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdb1add4-aebb-41fd-b86c-e7cc383e633d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a6499a8-17d4-4b52-9711-02915a62b028, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a6499a8-17d4-4b52-9711-02915a62b028, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11839135165177576626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626118391351651775766261183913516517757662611839135165177576626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09380928-7a31-4376-adb4-d77dc1836a19, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300023140700879170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170630002314070087917063000231407008791706300023140700879170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a6499a8-17d4-4b52-9711-02915a62b028, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6faab8ac-d61b-4547-b3ab-c1a55057847b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6faab8ac-d61b-4547-b3ab-c1a55057847b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2449646622625237235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235244964662262523723524496466226252372352449646622625237235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09380928-7a31-4376-adb4-d77dc1836a19, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a24454d4-4b5d-4790-bc46-87520f255de1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24454d4-4b5d-4790-bc46-87520f255de1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402186404581338871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871104021864045813388711040218640458133887110402186404581338871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6faab8ac-d61b-4547-b3ab-c1a55057847b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db2167fa-197f-4d6b-92fd-4a5b9c5a8cdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db2167fa-197f-4d6b-92fd-4a5b9c5a8cdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992178667359176202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202139921786673591762021399217866735917620213992178667359176202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24454d4-4b5d-4790-bc46-87520f255de1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99237584-04f3-4a5a-8dc7-b2a8b5f092d6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99237584-04f3-4a5a-8dc7-b2a8b5f092d6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12256383899966369812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812122563838999663698121225638389996636981212256383899966369812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db2167fa-197f-4d6b-92fd-4a5b9c5a8cdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76a90aa3-eb4e-41f7-836a-331a053572cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99237584-04f3-4a5a-8dc7-b2a8b5f092d6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4058ce17-6cf7-462b-a1b8-a4b4574a9471, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4058ce17-6cf7-462b-a1b8-a4b4574a9471, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10668604229566700924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924106686042295667009241066860422956670092410668604229566700924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a90aa3-eb4e-41f7-836a-331a053572cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11199767790890016363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363111997677908900163631119976779089001636311199767790890016363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4058ce17-6cf7-462b-a1b8-a4b4574a9471, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a90aa3-eb4e-41f7-836a-331a053572cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62b58a2-44ee-47e4-b622-6db10895ed05, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62b58a2-44ee-47e4-b622-6db10895ed05, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1415734475858823935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935141573447585882393514157344758588239351415734475858823935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1031ed6-0711-4dc8-a756-af70c0119124, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1031ed6-0711-4dc8-a756-af70c0119124, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 992562114319095275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275992562114319095275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62b58a2-44ee-47e4-b622-6db10895ed05, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbcea261-de0c-4f87-b645-698ae77ae453, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbcea261-de0c-4f87-b645-698ae77ae453, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245489375368112601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601124548937536811260112454893753681126011245489375368112601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1031ed6-0711-4dc8-a756-af70c0119124, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25032f9a-c1f6-4af1-8ab9-302879e11563, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25032f9a-c1f6-4af1-8ab9-302879e11563, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7949346100143764792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792794934610014376479279493461001437647927949346100143764792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbcea261-de0c-4f87-b645-698ae77ae453, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f72e589-aa6e-4e15-9edc-80b2a907d251, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f72e589-aa6e-4e15-9edc-80b2a907d251, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8158834915946089223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223815883491594608922381588349159460892238158834915946089223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f72e589-aa6e-4e15-9edc-80b2a907d251, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e06f8746-1897-4bfd-b54c-31a72013b6cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06f8746-1897-4bfd-b54c-31a72013b6cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10361871748451337553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553103618717484513375531036187174845133755310361871748451337553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25032f9a-c1f6-4af1-8ab9-302879e11563, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7564307-3f0c-4437-8264-a90e3540caca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7564307-3f0c-4437-8264-a90e3540caca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6208370398201907731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731620837039820190773162083703982019077316208370398201907731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06f8746-1897-4bfd-b54c-31a72013b6cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae12a331-39f6-4990-9300-591ddc23542e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae12a331-39f6-4990-9300-591ddc23542e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3967244916584311035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035396724491658431103539672449165843110353967244916584311035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7564307-3f0c-4437-8264-a90e3540caca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fb63374-c5e4-4cca-9183-41b5e05a2093, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae12a331-39f6-4990-9300-591ddc23542e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fb63374-c5e4-4cca-9183-41b5e05a2093, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289029672078343075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075102890296720783430751028902967207834307510289029672078343075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bdb166d-7d3e-4b16-bc8c-3bfab8e2a2b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bdb166d-7d3e-4b16-bc8c-3bfab8e2a2b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958826100113143501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501169588261001131435011695882610011314350116958826100113143501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fb63374-c5e4-4cca-9183-41b5e05a2093, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946c7487-e348-44a0-938b-76d913bc5d14, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946c7487-e348-44a0-938b-76d913bc5d14, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14486186359490611176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176144861863594906111761448618635949061117614486186359490611176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bdb166d-7d3e-4b16-bc8c-3bfab8e2a2b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 434f19ad-c556-4440-a7c7-6b76cf7f1127, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 434f19ad-c556-4440-a7c7-6b76cf7f1127, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10635695767162640078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078106356957671626400781063569576716264007810635695767162640078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946c7487-e348-44a0-938b-76d913bc5d14, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2e05fbf-8f68-4b85-b6a8-ce0e61631f96, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e05fbf-8f68-4b85-b6a8-ce0e61631f96, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15931964039392834985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985159319640393928349851593196403939283498515931964039392834985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 434f19ad-c556-4440-a7c7-6b76cf7f1127, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 272f86e5-7b9c-4973-ba95-ce1340393049, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 272f86e5-7b9c-4973-ba95-ce1340393049, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3674064362848257580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580367406436284825758036740643628482575803674064362848257580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e05fbf-8f68-4b85-b6a8-ce0e61631f96, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 313ad61a-bcc2-4a4b-9dd9-5f57a5589141, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 313ad61a-bcc2-4a4b-9dd9-5f57a5589141, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13529652856253730971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971135296528562537309711352965285625373097113529652856253730971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 272f86e5-7b9c-4973-ba95-ce1340393049, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda15468-dd62-4293-808e-4e5b6c389ad0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 313ad61a-bcc2-4a4b-9dd9-5f57a5589141, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62cfd63-c559-481a-9224-8528b151793a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda15468-dd62-4293-808e-4e5b6c389ad0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5518927994755087449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449551892799475508744955189279947550874495518927994755087449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62cfd63-c559-481a-9224-8528b151793a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647341221446284599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599364734122144628459936473412214462845993647341221446284599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda15468-dd62-4293-808e-4e5b6c389ad0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62cfd63-c559-481a-9224-8528b151793a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8b89ae-3614-42e4-bca6-ff95636c76e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8b89ae-3614-42e4-bca6-ff95636c76e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 123589440717785237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237123589440717785237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2e19acf-ed31-4113-8de9-8345838a8ff4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e19acf-ed31-4113-8de9-8345838a8ff4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 979169734424630666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666979169734424630666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8b89ae-3614-42e4-bca6-ff95636c76e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09242791-247f-4cc9-b100-058e451829d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09242791-247f-4cc9-b100-058e451829d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13828402850332723721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721138284028503327237211382840285033272372113828402850332723721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e19acf-ed31-4113-8de9-8345838a8ff4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199916a9-fb83-45cb-85cf-7272576d44c4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199916a9-fb83-45cb-85cf-7272576d44c4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 203219640219819797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797203219640219819797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09242791-247f-4cc9-b100-058e451829d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdcd83c4-921d-469f-8d17-923a4e92e648, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdcd83c4-921d-469f-8d17-923a4e92e648, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667331000466785051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051136673310004667850511366733100046678505113667331000466785051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199916a9-fb83-45cb-85cf-7272576d44c4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1751bef-edb4-497e-be30-f2443483af8c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1751bef-edb4-497e-be30-f2443483af8c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816946510991425388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388381694651099142538838169465109914253883816946510991425388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdcd83c4-921d-469f-8d17-923a4e92e648, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13992f9f-74e6-445c-a799-cef3ebec3cff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13992f9f-74e6-445c-a799-cef3ebec3cff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9273120350110319677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677927312035011031967792731203501103196779273120350110319677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1751bef-edb4-497e-be30-f2443483af8c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf55d3e2-c38b-441c-bc0f-31e1772df7ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13992f9f-74e6-445c-a799-cef3ebec3cff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf55d3e2-c38b-441c-bc0f-31e1772df7ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8891469143332899773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773889146914333289977388914691433328997738891469143332899773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80dd6a4c-a94d-4326-9db1-eea53af6d33a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80dd6a4c-a94d-4326-9db1-eea53af6d33a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6458520537514007650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650645852053751400765064585205375140076506458520537514007650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf55d3e2-c38b-441c-bc0f-31e1772df7ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80dd6a4c-a94d-4326-9db1-eea53af6d33a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2b2c4bc-24e9-4fea-89b8-416ed3b5fb29, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e62faae8-6b53-4322-9a43-585b5bf17de2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62faae8-6b53-4322-9a43-585b5bf17de2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776270945188527844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844277627094518852784427762709451885278442776270945188527844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b2c4bc-24e9-4fea-89b8-416ed3b5fb29, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11815024399246621133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133118150243992466211331181502439924662113311815024399246621133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b2c4bc-24e9-4fea-89b8-416ed3b5fb29, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2755fd0-3d71-4684-b32a-a1607d827eec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2755fd0-3d71-4684-b32a-a1607d827eec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16928604805598479603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603169286048055984796031692860480559847960316928604805598479603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62faae8-6b53-4322-9a43-585b5bf17de2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32753dc8-c507-4c63-99ca-6d43917d3f9b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32753dc8-c507-4c63-99ca-6d43917d3f9b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14911656135519281964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964149116561355192819641491165613551928196414911656135519281964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2755fd0-3d71-4684-b32a-a1607d827eec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9e74c05-d1b8-4526-b992-08e43b3a3ec3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9e74c05-d1b8-4526-b992-08e43b3a3ec3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855555788424967581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581385555578842496758138555557884249675813855555788424967581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32753dc8-c507-4c63-99ca-6d43917d3f9b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7143870-5567-49ed-9c3f-5185be55275c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7143870-5567-49ed-9c3f-5185be55275c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14114310310108423671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671141143103101084236711411431031010842367114114310310108423671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9e74c05-d1b8-4526-b992-08e43b3a3ec3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304f8c19-2b96-4bee-9a37-cb041a06719c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7143870-5567-49ed-9c3f-5185be55275c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304f8c19-2b96-4bee-9a37-cb041a06719c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5879980388051050713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713587998038805105071358799803880510507135879980388051050713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25aa9980-bfc3-4c9f-8ff8-14a46c592c83, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25aa9980-bfc3-4c9f-8ff8-14a46c592c83, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14147242969434126508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508141472429694341265081414724296943412650814147242969434126508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304f8c19-2b96-4bee-9a37-cb041a06719c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 576045c7-85a4-4e39-81d8-fc1bc039473b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 576045c7-85a4-4e39-81d8-fc1bc039473b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11858777154996084739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739118587771549960847391185877715499608473911858777154996084739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25aa9980-bfc3-4c9f-8ff8-14a46c592c83, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f243723d-95bd-4245-a89f-19103aa8ee55, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f243723d-95bd-4245-a89f-19103aa8ee55, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6713132626943467849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849671313262694346784967131326269434678496713132626943467849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 576045c7-85a4-4e39-81d8-fc1bc039473b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cbef2f6-7707-4b41-9f65-2ae7f7a033f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cbef2f6-7707-4b41-9f65-2ae7f7a033f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8295687680961755545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545829568768096175554582956876809617555458295687680961755545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f243723d-95bd-4245-a89f-19103aa8ee55, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17351fb8-1b19-4207-835d-263f86f0f961, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17351fb8-1b19-4207-835d-263f86f0f961, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12098805095942370481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481120988050959423704811209880509594237048112098805095942370481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cbef2f6-7707-4b41-9f65-2ae7f7a033f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d8348d-1d2b-4315-a9d1-fcac01d88421, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d8348d-1d2b-4315-a9d1-fcac01d88421, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7154535769700376686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686715453576970037668671545357697003766867154535769700376686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17351fb8-1b19-4207-835d-263f86f0f961, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 510f524c-8c79-401f-8d4c-65c97e0bd777, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 510f524c-8c79-401f-8d4c-65c97e0bd777, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9299604110230381249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249929960411023038124992996041102303812499299604110230381249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d8348d-1d2b-4315-a9d1-fcac01d88421, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fa67476-3b52-49b2-8107-ad86e669f1ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa67476-3b52-49b2-8107-ad86e669f1ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9354942034007651510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510935494203400765151093549420340076515109354942034007651510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 510f524c-8c79-401f-8d4c-65c97e0bd777, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a45e403-d8d0-41b4-90eb-7ab90cdf62bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a45e403-d8d0-41b4-90eb-7ab90cdf62bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10912942046724160591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591109129420467241605911091294204672416059110912942046724160591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa67476-3b52-49b2-8107-ad86e669f1ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07bde986-b701-4378-b808-c28ac90559f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07bde986-b701-4378-b808-c28ac90559f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498518391554459858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858144985183915544598581449851839155445985814498518391554459858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a45e403-d8d0-41b4-90eb-7ab90cdf62bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37004931-633f-4b3a-9e5c-86d12e405c27, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37004931-633f-4b3a-9e5c-86d12e405c27, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464321607433110803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803464321607433110803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07bde986-b701-4378-b808-c28ac90559f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeac6028-4850-4aef-a970-fbe1bdca113e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeac6028-4850-4aef-a970-fbe1bdca113e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995691102903422917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917109956911029034229171099569110290342291710995691102903422917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37004931-633f-4b3a-9e5c-86d12e405c27, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 722ee8d6-3aca-4389-b6fb-a2773c46ba6c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722ee8d6-3aca-4389-b6fb-a2773c46ba6c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17735796991697969799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799177357969916979697991773579699169796979917735796991697969799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeac6028-4850-4aef-a970-fbe1bdca113e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d19899fc-6749-4ff1-898d-27844d113219, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d19899fc-6749-4ff1-898d-27844d113219, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14162825739532347109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109141628257395323471091416282573953234710914162825739532347109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722ee8d6-3aca-4389-b6fb-a2773c46ba6c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd384d17-0921-4f95-bb5f-b36660faaa87, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd384d17-0921-4f95-bb5f-b36660faaa87, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603089087527920022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022960308908752792002296030890875279200229603089087527920022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d19899fc-6749-4ff1-898d-27844d113219, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929ef837-235f-48e1-9db2-f5200f2b3abe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929ef837-235f-48e1-9db2-f5200f2b3abe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214391266397870229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229142143912663978702291421439126639787022914214391266397870229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd384d17-0921-4f95-bb5f-b36660faaa87, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2df1bfb4-e442-4abd-a5fa-0a4ec2166168, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df1bfb4-e442-4abd-a5fa-0a4ec2166168, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449209153820209830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830744920915382020983074492091538202098307449209153820209830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929ef837-235f-48e1-9db2-f5200f2b3abe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79961716-573a-408a-9264-b959b0f85c1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79961716-573a-408a-9264-b959b0f85c1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11120860837291687922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922111208608372916879221112086083729168792211120860837291687922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df1bfb4-e442-4abd-a5fa-0a4ec2166168, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b34cb561-b3ac-42d6-945e-53aab374aa3d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b34cb561-b3ac-42d6-945e-53aab374aa3d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442852709071738481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481144285270907173848114428527090717384811442852709071738481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79961716-573a-408a-9264-b959b0f85c1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b69130f0-b198-4f87-abc3-c783f33b15c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b69130f0-b198-4f87-abc3-c783f33b15c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2031224326844021667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667203122432684402166720312243268440216672031224326844021667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b34cb561-b3ac-42d6-945e-53aab374aa3d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 491043d9-2d1c-4e4c-ab59-ab16e8ecb00a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 491043d9-2d1c-4e4c-ab59-ab16e8ecb00a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3667281245266573915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915366728124526657391536672812452665739153667281245266573915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 491043d9-2d1c-4e4c-ab59-ab16e8ecb00a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5deb68ee-eda2-44f1-a138-7cafbbb8ad39, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5deb68ee-eda2-44f1-a138-7cafbbb8ad39, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11492807190158694228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228114928071901586942281149280719015869422811492807190158694228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b69130f0-b198-4f87-abc3-c783f33b15c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d7b988-3ba0-4f83-a16c-26bb7167faa5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d7b988-3ba0-4f83-a16c-26bb7167faa5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13821098172834430395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395138210981728344303951382109817283443039513821098172834430395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5deb68ee-eda2-44f1-a138-7cafbbb8ad39, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f324dd87-d654-4a04-8b54-9c60662b86a8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f324dd87-d654-4a04-8b54-9c60662b86a8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223065174463345703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703122230651744633457031222306517446334570312223065174463345703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d7b988-3ba0-4f83-a16c-26bb7167faa5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac76a96a-3bf4-470e-9065-32fc6402d702, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac76a96a-3bf4-470e-9065-32fc6402d702, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8748935150796500575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575874893515079650057587489351507965005758748935150796500575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f324dd87-d654-4a04-8b54-9c60662b86a8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6427e208-ebcd-482c-86c2-7d4c7b893408, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6427e208-ebcd-482c-86c2-7d4c7b893408, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7980921830256158685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685798092183025615868579809218302561586857980921830256158685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac76a96a-3bf4-470e-9065-32fc6402d702, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba0d4e1-f000-4564-ae8a-50855ed508ba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba0d4e1-f000-4564-ae8a-50855ed508ba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8372979667774561479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479837297966777456147983729796677745614798372979667774561479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6427e208-ebcd-482c-86c2-7d4c7b893408, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40481df-1d1a-4461-8c72-13cd2901cff4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40481df-1d1a-4461-8c72-13cd2901cff4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4747616724892171202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202474761672489217120247476167248921712024747616724892171202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba0d4e1-f000-4564-ae8a-50855ed508ba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7af9ad0-6999-4897-a730-ee93fea5cfb6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7af9ad0-6999-4897-a730-ee93fea5cfb6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199424137769298870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870181994241377692988701819942413776929887018199424137769298870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40481df-1d1a-4461-8c72-13cd2901cff4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c33abdda-1054-4cf2-b8b5-4d77fdd90563, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33abdda-1054-4cf2-b8b5-4d77fdd90563, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16380028803111840907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907163800288031118409071638002880311184090716380028803111840907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7af9ad0-6999-4897-a730-ee93fea5cfb6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33abdda-1054-4cf2-b8b5-4d77fdd90563, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134e8a97-632c-4424-8fcc-c2d19b95d764, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134e8a97-632c-4424-8fcc-c2d19b95d764, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10402441879575462220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220104024418795754622201040244187957546222010402441879575462220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d21ca3c-f65d-4fc2-b6e2-3a957f8a2ce5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d21ca3c-f65d-4fc2-b6e2-3a957f8a2ce5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15951010832829324451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451159510108328293244511595101083282932445115951010832829324451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134e8a97-632c-4424-8fcc-c2d19b95d764, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4d3ab80-36cb-44e4-a58d-b18db838e78c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d21ca3c-f65d-4fc2-b6e2-3a957f8a2ce5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca12b07-63f7-404f-b789-e6c216e40203, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca12b07-63f7-404f-b789-e6c216e40203, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6246257120649569788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788624625712064956978862462571206495697886246257120649569788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d3ab80-36cb-44e4-a58d-b18db838e78c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860603448031455645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645386060344803145564538606034480314556453860603448031455645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d3ab80-36cb-44e4-a58d-b18db838e78c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 389c2873-71b9-45b0-a45e-70b1272c8fcc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 389c2873-71b9-45b0-a45e-70b1272c8fcc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10204071645191000417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417102040716451910004171020407164519100041710204071645191000417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca12b07-63f7-404f-b789-e6c216e40203, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d069b2e-3556-4577-92ad-694a580b4eda, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d069b2e-3556-4577-92ad-694a580b4eda, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12072194321700122652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652120721943217001226521207219432170012265212072194321700122652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 389c2873-71b9-45b0-a45e-70b1272c8fcc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cef49f13-9c48-4847-b4fa-b8c25e399517, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cef49f13-9c48-4847-b4fa-b8c25e399517, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16570481276314471530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530165704812763144715301657048127631447153016570481276314471530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d069b2e-3556-4577-92ad-694a580b4eda, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59434c02-541b-40be-8c07-8dc186a9d781, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59434c02-541b-40be-8c07-8dc186a9d781, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222692926819817426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426132226929268198174261322269292681981742613222692926819817426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cef49f13-9c48-4847-b4fa-b8c25e399517, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4529d22-a6f8-4931-9161-78443897e414, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4529d22-a6f8-4931-9161-78443897e414, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4616994372185947913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913461699437218594791346169943721859479134616994372185947913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59434c02-541b-40be-8c07-8dc186a9d781, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2f86cb-65a4-4d40-bcbc-9269b9039082, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2f86cb-65a4-4d40-bcbc-9269b9039082, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5222366894558598556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556522236689455859855652223668945585985565222366894558598556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4529d22-a6f8-4931-9161-78443897e414, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf4b573-5f4b-4bca-b060-bbbf9525f7b3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf4b573-5f4b-4bca-b060-bbbf9525f7b3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12076116712581548965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965120761167125815489651207611671258154896512076116712581548965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2f86cb-65a4-4d40-bcbc-9269b9039082, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a447450-0042-49f4-aa25-aa9cca0686e2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a447450-0042-49f4-aa25-aa9cca0686e2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7111717117020823208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208711171711702082320871117171170208232087111717117020823208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf4b573-5f4b-4bca-b060-bbbf9525f7b3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d095f6e-6a42-4011-919a-c1748a226151, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d095f6e-6a42-4011-919a-c1748a226151, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10301596943689704150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150103015969436897041501030159694368970415010301596943689704150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a447450-0042-49f4-aa25-aa9cca0686e2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2b2d389-c2f1-4ef0-b3b7-ea8d3c5a4143, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2b2d389-c2f1-4ef0-b3b7-ea8d3c5a4143, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857865565559261185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185185786556555926118518578655655592611851857865565559261185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d095f6e-6a42-4011-919a-c1748a226151, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a800d692-d320-45aa-b881-d240505325af, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a800d692-d320-45aa-b881-d240505325af, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2579875396218706260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260257987539621870626025798753962187062602579875396218706260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2b2d389-c2f1-4ef0-b3b7-ea8d3c5a4143, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c93e9e-05c3-4f23-a89c-e363c47ae7a4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c93e9e-05c3-4f23-a89c-e363c47ae7a4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596512725380870189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189759651272538087018975965127253808701897596512725380870189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a800d692-d320-45aa-b881-d240505325af, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0dbb608-cbdc-4503-b403-548cc8ee0c57, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0dbb608-cbdc-4503-b403-548cc8ee0c57, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15086372215055081659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659150863722150550816591508637221505508165915086372215055081659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c93e9e-05c3-4f23-a89c-e363c47ae7a4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a0e514-7ca4-4ebf-a19c-90aea71f612d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a0e514-7ca4-4ebf-a19c-90aea71f612d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1477891135736475205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205147789113573647520514778911357364752051477891135736475205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0dbb608-cbdc-4503-b403-548cc8ee0c57, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b7cda0-581f-4182-9165-9a8ae0a13744, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b7cda0-581f-4182-9165-9a8ae0a13744, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8573943113947030105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105857394311394703010585739431139470301058573943113947030105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a0e514-7ca4-4ebf-a19c-90aea71f612d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a149723f-039e-45c9-a30b-7614c53d3865, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a149723f-039e-45c9-a30b-7614c53d3865, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6071464196417617387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387607146419641761738760714641964176173876071464196417617387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b7cda0-581f-4182-9165-9a8ae0a13744, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31a2afa9-b609-49e8-973f-2c5de0a30ec4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31a2afa9-b609-49e8-973f-2c5de0a30ec4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997089548388562666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666119970895483885626661199708954838856266611997089548388562666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a149723f-039e-45c9-a30b-7614c53d3865, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f816b932-674b-41f4-8636-df38e66bb2c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f816b932-674b-41f4-8636-df38e66bb2c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 116523794729333508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508116523794729333508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31a2afa9-b609-49e8-973f-2c5de0a30ec4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93f327b2-386a-411c-87d8-42e6cb07c0aa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93f327b2-386a-411c-87d8-42e6cb07c0aa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3815903369075163324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324381590336907516332438159033690751633243815903369075163324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f816b932-674b-41f4-8636-df38e66bb2c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0fd8d2-3083-4c68-8447-5ab8efa11bac, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0fd8d2-3083-4c68-8447-5ab8efa11bac, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4282945744576547470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470428294574457654747042829457445765474704282945744576547470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93f327b2-386a-411c-87d8-42e6cb07c0aa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e013f569-59ea-4c98-b9b6-7d21db1636a8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e013f569-59ea-4c98-b9b6-7d21db1636a8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5575408125678243806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806557540812567824380655754081256782438065575408125678243806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0fd8d2-3083-4c68-8447-5ab8efa11bac, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f4fa3a-4ad3-4e07-9e48-3e27a60e8eb6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f4fa3a-4ad3-4e07-9e48-3e27a60e8eb6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9103835922971280111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111910383592297128011191038359229712801119103835922971280111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e013f569-59ea-4c98-b9b6-7d21db1636a8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d98b885-1609-4b47-bb4c-fb3044e86b40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f4fa3a-4ad3-4e07-9e48-3e27a60e8eb6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d98b885-1609-4b47-bb4c-fb3044e86b40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1465969752089335380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380146596975208933538014659697520893353801465969752089335380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41c1e232-d6cf-4c0f-a768-9fe574d59486, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c1e232-d6cf-4c0f-a768-9fe574d59486, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7696545130954298306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306769654513095429830676965451309542983067696545130954298306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d98b885-1609-4b47-bb4c-fb3044e86b40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a661ed0-8121-403e-b7b9-47bc5c93c2b5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a661ed0-8121-403e-b7b9-47bc5c93c2b5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8750023551211394777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777875002355121139477787500235512113947778750023551211394777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c1e232-d6cf-4c0f-a768-9fe574d59486, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2945fc4e-4fe2-4783-b16f-7be96382bccf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2945fc4e-4fe2-4783-b16f-7be96382bccf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13475752631859697858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858134757526318596978581347575263185969785813475752631859697858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a661ed0-8121-403e-b7b9-47bc5c93c2b5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 703e9db0-8bcd-4d6c-9a7f-23952336bf4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2945fc4e-4fe2-4783-b16f-7be96382bccf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1245bb43-9857-4e2a-b8c0-740807de8ce6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1245bb43-9857-4e2a-b8c0-740807de8ce6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652381635604401750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750565238163560440175056523816356044017505652381635604401750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 703e9db0-8bcd-4d6c-9a7f-23952336bf4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349145566350419174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174113491455663504191741134914556635041917411349145566350419174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1245bb43-9857-4e2a-b8c0-740807de8ce6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 703e9db0-8bcd-4d6c-9a7f-23952336bf4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ed9596-f1aa-413b-b87b-e4357e3bd49e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ed9596-f1aa-413b-b87b-e4357e3bd49e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2595237592346821497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497259523759234682149725952375923468214972595237592346821497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc395f3-ea3b-43d8-9d2c-1288893e01ee, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc395f3-ea3b-43d8-9d2c-1288893e01ee, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13164967134157002593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593131649671341570025931316496713415700259313164967134157002593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ed9596-f1aa-413b-b87b-e4357e3bd49e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bdf0fba-4b0f-48ff-b163-a956213e079e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdf0fba-4b0f-48ff-b163-a956213e079e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 525488308939358203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203525488308939358203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc395f3-ea3b-43d8-9d2c-1288893e01ee, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d2b6240-fb0b-4e26-a706-7afb5218a292, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d2b6240-fb0b-4e26-a706-7afb5218a292, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4592671538689324690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690459267153868932469045926715386893246904592671538689324690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdf0fba-4b0f-48ff-b163-a956213e079e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e78e6e48-940c-4c64-974a-91259fa3744a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e78e6e48-940c-4c64-974a-91259fa3744a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13892551816138107634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634138925518161381076341389255181613810763413892551816138107634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d2b6240-fb0b-4e26-a706-7afb5218a292, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6b6ff40-ae50-456f-be27-a2a9bdeb57e2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6b6ff40-ae50-456f-be27-a2a9bdeb57e2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16954121118279512529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529169541211182795125291695412111827951252916954121118279512529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e78e6e48-940c-4c64-974a-91259fa3744a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49cfe025-2292-4ce1-ab82-371f409f6b30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49cfe025-2292-4ce1-ab82-371f409f6b30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7448276027306116552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552744827602730611655274482760273061165527448276027306116552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6b6ff40-ae50-456f-be27-a2a9bdeb57e2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f637f74-abdc-4665-8564-7fb19860d56e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f637f74-abdc-4665-8564-7fb19860d56e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15174775541640911527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527151747755416409115271517477554164091152715174775541640911527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49cfe025-2292-4ce1-ab82-371f409f6b30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a78d7f1-49e6-413a-b944-ad5be494064c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a78d7f1-49e6-413a-b944-ad5be494064c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14294690171903658226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226142946901719036582261429469017190365822614294690171903658226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f637f74-abdc-4665-8564-7fb19860d56e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fdfaac1-4e5e-4d6b-b389-6953adbc02e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdfaac1-4e5e-4d6b-b389-6953adbc02e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659871124480757047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047136598711244807570471365987112448075704713659871124480757047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a78d7f1-49e6-413a-b944-ad5be494064c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10de6110-3bb6-4014-bdaf-8199256a8810, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10de6110-3bb6-4014-bdaf-8199256a8810, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9649093239905006528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528964909323990500652896490932399050065289649093239905006528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdfaac1-4e5e-4d6b-b389-6953adbc02e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69b870f8-bc2e-4614-bf5f-4a5390322b65, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69b870f8-bc2e-4614-bf5f-4a5390322b65, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9783822690715224305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305978382269071522430597838226907152243059783822690715224305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10de6110-3bb6-4014-bdaf-8199256a8810, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d76151d-a074-4c2d-a085-db079ac12f03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d76151d-a074-4c2d-a085-db079ac12f03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309786503742886371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371173097865037428863711730978650374288637117309786503742886371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69b870f8-bc2e-4614-bf5f-4a5390322b65, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c910af2d-ded9-4288-950b-550c788d75f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c910af2d-ded9-4288-950b-550c788d75f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5506005253039932358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358550600525303993235855060052530399323585506005253039932358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d76151d-a074-4c2d-a085-db079ac12f03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 395411c4-0aba-45f4-9a8d-03b3a080667c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 395411c4-0aba-45f4-9a8d-03b3a080667c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3348086303439062351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351334808630343906235133480863034390623513348086303439062351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c910af2d-ded9-4288-950b-550c788d75f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8219f4c-6559-4f9f-92d2-6e94e05b532b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8219f4c-6559-4f9f-92d2-6e94e05b532b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7502656327747266163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163750265632774726616375026563277472661637502656327747266163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 395411c4-0aba-45f4-9a8d-03b3a080667c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa47a66b-5b94-4e14-baf9-66d4f8b1cc12, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa47a66b-5b94-4e14-baf9-66d4f8b1cc12, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1828683808756712053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053182868380875671205318286838087567120531828683808756712053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8219f4c-6559-4f9f-92d2-6e94e05b532b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a681a053-9553-4cb1-96ed-3932ce2ba7bb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa47a66b-5b94-4e14-baf9-66d4f8b1cc12, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4277558-e28e-4bef-a84d-f2f49420672e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a681a053-9553-4cb1-96ed-3932ce2ba7bb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1453265500500247049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049145326550050024704914532655005002470491453265500500247049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4277558-e28e-4bef-a84d-f2f49420672e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17645606788893180014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014176456067888931800141764560678889318001417645606788893180014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a681a053-9553-4cb1-96ed-3932ce2ba7bb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac0396e-0669-4867-97ce-18c2d6ab231b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac0396e-0669-4867-97ce-18c2d6ab231b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7088520902188270181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181708852090218827018170885209021882701817088520902188270181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4277558-e28e-4bef-a84d-f2f49420672e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ebbf576-9fc5-46ed-a61f-2946a443d2f0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebbf576-9fc5-46ed-a61f-2946a443d2f0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926289535006566026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026192628953500656602619262895350065660261926289535006566026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac0396e-0669-4867-97ce-18c2d6ab231b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3d0b544-748b-4d36-af4c-de6dfbca811d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3d0b544-748b-4d36-af4c-de6dfbca811d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11896452098855853279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279118964520988558532791189645209885585327911896452098855853279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebbf576-9fc5-46ed-a61f-2946a443d2f0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62d10ea1-f9a2-4b62-a2a9-058982e21ee2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d10ea1-f9a2-4b62-a2a9-058982e21ee2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13234376464911897480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480132343764649118974801323437646491189748013234376464911897480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3d0b544-748b-4d36-af4c-de6dfbca811d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 483a49b9-498b-496f-9a48-fd66adc592d5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483a49b9-498b-496f-9a48-fd66adc592d5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15686083160422250679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679156860831604222506791568608316042225067915686083160422250679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d10ea1-f9a2-4b62-a2a9-058982e21ee2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4065d31d-7aa6-48b1-a34b-45e595dd7a40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4065d31d-7aa6-48b1-a34b-45e595dd7a40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268972196494277738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738926897219649427773892689721964942777389268972196494277738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483a49b9-498b-496f-9a48-fd66adc592d5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74e5aa9f-7644-45b4-8323-2269199e099f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e5aa9f-7644-45b4-8323-2269199e099f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16665161304276558213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213166651613042765582131666516130427655821316665161304276558213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4065d31d-7aa6-48b1-a34b-45e595dd7a40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd12f4c1-97ba-407f-930f-5d2f191a84d1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd12f4c1-97ba-407f-930f-5d2f191a84d1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3119660680129542332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332311966068012954233231196606801295423323119660680129542332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e5aa9f-7644-45b4-8323-2269199e099f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2da7f8-b5ce-40b3-a007-34dd183e94cd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2da7f8-b5ce-40b3-a007-34dd183e94cd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1416502533511017058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058141650253351101705814165025335110170581416502533511017058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd12f4c1-97ba-407f-930f-5d2f191a84d1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5b6936e-3118-4d50-a3e9-013213170943, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b6936e-3118-4d50-a3e9-013213170943, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6230991603469471787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787623099160346947178762309916034694717876230991603469471787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b6936e-3118-4d50-a3e9-013213170943, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2da7f8-b5ce-40b3-a007-34dd183e94cd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b3541f-5137-4e23-b4df-86ff742f1b25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b3541f-5137-4e23-b4df-86ff742f1b25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14866398654508759849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849148663986545087598491486639865450875984914866398654508759849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b80065-5f4a-4fc8-9503-cc75b6506ac6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b80065-5f4a-4fc8-9503-cc75b6506ac6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15706065236645660457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457157060652366456604571570606523664566045715706065236645660457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b3541f-5137-4e23-b4df-86ff742f1b25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a484c14-c627-4ef9-b4f2-20d5537666b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a484c14-c627-4ef9-b4f2-20d5537666b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16727569293791869705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705167275692937918697051672756929379186970516727569293791869705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b80065-5f4a-4fc8-9503-cc75b6506ac6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3782eea-b556-4b8e-b5b3-234f78f8560a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3782eea-b556-4b8e-b5b3-234f78f8560a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663358138532805962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962866335813853280596286633581385328059628663358138532805962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a484c14-c627-4ef9-b4f2-20d5537666b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2233ac09-4a74-49de-8ec2-c18a60e5b100, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2233ac09-4a74-49de-8ec2-c18a60e5b100, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9066816931221718809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809906681693122171880990668169312217188099066816931221718809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3782eea-b556-4b8e-b5b3-234f78f8560a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae8363f-08ee-4ce3-961a-8f9cc0133671, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae8363f-08ee-4ce3-961a-8f9cc0133671, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5722497188706199477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477572249718870619947757224971887061994775722497188706199477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2233ac09-4a74-49de-8ec2-c18a60e5b100, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 232bbad2-fcb4-4da9-a12c-35ac88182800, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 232bbad2-fcb4-4da9-a12c-35ac88182800, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11463874112499329758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758114638741124993297581146387411249932975811463874112499329758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae8363f-08ee-4ce3-961a-8f9cc0133671, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f21b0f4-3423-483e-aeba-313c6fd15c69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f21b0f4-3423-483e-aeba-313c6fd15c69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4686837244273493964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964468683724427349396446868372442734939644686837244273493964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 232bbad2-fcb4-4da9-a12c-35ac88182800, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d75651-9d71-4d5d-bbed-001030fb5fb1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d75651-9d71-4d5d-bbed-001030fb5fb1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5274478689584901433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433527447868958490143352744786895849014335274478689584901433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f21b0f4-3423-483e-aeba-313c6fd15c69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4f6203-7ad2-446b-b7a5-0528d4235d6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4f6203-7ad2-446b-b7a5-0528d4235d6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2685807192062759700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700268580719206275970026858071920627597002685807192062759700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d75651-9d71-4d5d-bbed-001030fb5fb1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4f6203-7ad2-446b-b7a5-0528d4235d6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08af7f6e-a4f4-4cdf-85c5-444a2950fb49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08af7f6e-a4f4-4cdf-85c5-444a2950fb49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189049535661730652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652171890495356617306521718904953566173065217189049535661730652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb5689a-0f6e-4644-98d1-a79ce0c9e168, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb5689a-0f6e-4644-98d1-a79ce0c9e168, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17003486324804345943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943170034863248043459431700348632480434594317003486324804345943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08af7f6e-a4f4-4cdf-85c5-444a2950fb49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45457516-a8cb-4ded-b892-40158e2f6e31, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45457516-a8cb-4ded-b892-40158e2f6e31, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11759799114619558581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581117597991146195585811175979911461955858111759799114619558581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb5689a-0f6e-4644-98d1-a79ce0c9e168, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e290021-cd79-492d-9c9a-8a32e09b9885, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e290021-cd79-492d-9c9a-8a32e09b9885, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14011241322415431623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623140112413224154316231401124132241543162314011241322415431623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45457516-a8cb-4ded-b892-40158e2f6e31, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59b1bb0d-14a6-44b7-a44a-37f8cc500a46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59b1bb0d-14a6-44b7-a44a-37f8cc500a46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8068883818853819735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735806888381885381973580688838188538197358068883818853819735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e290021-cd79-492d-9c9a-8a32e09b9885, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9053f641-808b-45e3-9888-0be0ab6850fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9053f641-808b-45e3-9888-0be0ab6850fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591811790209226724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724125918117902092267241259181179020922672412591811790209226724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59b1bb0d-14a6-44b7-a44a-37f8cc500a46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 561c6db3-072f-44a3-b04e-7f3aeb058c26, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 561c6db3-072f-44a3-b04e-7f3aeb058c26, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6702014631129808478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478670201463112980847867020146311298084786702014631129808478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9053f641-808b-45e3-9888-0be0ab6850fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d3206a-88aa-4659-8376-b7711fb2f9ce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d3206a-88aa-4659-8376-b7711fb2f9ce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793840074311041764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764137938400743110417641379384007431104176413793840074311041764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 561c6db3-072f-44a3-b04e-7f3aeb058c26, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82723539-0d5f-4aaa-b07a-683b334a18b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82723539-0d5f-4aaa-b07a-683b334a18b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 34091859156292960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3409185915629296034091859156292960340918591562929603409185915629296034091859156292960340918591562929603409185915629296034091859156292960340918591562929603409185915629296034091859156292960340918591562929603409185915629296034091859156292960340918591562929603409185915629296034091859156292960340918591562929603409185915629296034091859156292960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d3206a-88aa-4659-8376-b7711fb2f9ce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c03103a-b851-4e8c-bf4b-d43ff56e0eda, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c03103a-b851-4e8c-bf4b-d43ff56e0eda, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838536825178141071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071183853682517814107118385368251781410711838536825178141071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82723539-0d5f-4aaa-b07a-683b334a18b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec7b372-4d5a-4b70-8e32-93f8d35463c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec7b372-4d5a-4b70-8e32-93f8d35463c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 882160506286150585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585882160506286150585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c03103a-b851-4e8c-bf4b-d43ff56e0eda, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8025e1df-0c87-4bde-9a08-7537244f47d7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec7b372-4d5a-4b70-8e32-93f8d35463c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06463768-5081-4084-83e9-40bb2d1fca89, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8025e1df-0c87-4bde-9a08-7537244f47d7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12253294181982159046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046122532941819821590461225329418198215904612253294181982159046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06463768-5081-4084-83e9-40bb2d1fca89, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17365990164412878281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281173659901644128782811736599016441287828117365990164412878281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8025e1df-0c87-4bde-9a08-7537244f47d7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f012127b-e4fd-4536-9617-e7f9d60e379d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f012127b-e4fd-4536-9617-e7f9d60e379d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3004261730818834675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675300426173081883467530042617308188346753004261730818834675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06463768-5081-4084-83e9-40bb2d1fca89, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f1aff5-6996-4ab1-84a5-719e5336c518, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f1aff5-6996-4ab1-84a5-719e5336c518, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12069719191780285397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397120697191917802853971206971919178028539712069719191780285397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f012127b-e4fd-4536-9617-e7f9d60e379d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4400fa7e-2a1f-4ff2-9182-12e48d1493c7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4400fa7e-2a1f-4ff2-9182-12e48d1493c7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877511547014582245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245987751154701458224598775115470145822459877511547014582245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f1aff5-6996-4ab1-84a5-719e5336c518, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 688c3dee-931e-41fa-a60f-9d1226307918, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688c3dee-931e-41fa-a60f-9d1226307918, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807298590463777761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761780729859046377776178072985904637777617807298590463777761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4400fa7e-2a1f-4ff2-9182-12e48d1493c7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c681ae06-730e-40b9-ab91-4c4398afdb43, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c681ae06-730e-40b9-ab91-4c4398afdb43, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2504235087701082290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290250423508770108229025042350877010822902504235087701082290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688c3dee-931e-41fa-a60f-9d1226307918, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c57c25b-b192-4f45-bddf-8778282943af, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c57c25b-b192-4f45-bddf-8778282943af, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784305290057211948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948784305290057211948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c681ae06-730e-40b9-ab91-4c4398afdb43, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea2b1b8-6d0c-4177-8f4e-6e9151374c48, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea2b1b8-6d0c-4177-8f4e-6e9151374c48, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6628287542782456670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670662828754278245667066282875427824566706628287542782456670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c57c25b-b192-4f45-bddf-8778282943af, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f997ae4e-ec96-4164-8bad-63a8d3ab458b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f997ae4e-ec96-4164-8bad-63a8d3ab458b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10601119298635910411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411106011192986359104111060111929863591041110601119298635910411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea2b1b8-6d0c-4177-8f4e-6e9151374c48, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 558ea890-6006-4928-84c7-f7480a93e583, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558ea890-6006-4928-84c7-f7480a93e583, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17411759421744372003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003174117594217443720031741175942174437200317411759421744372003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f997ae4e-ec96-4164-8bad-63a8d3ab458b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aef8ffd-bca8-4f3c-ac4d-48b89409cb29, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aef8ffd-bca8-4f3c-ac4d-48b89409cb29, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3974751056567325163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163397475105656732516339747510565673251633974751056567325163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558ea890-6006-4928-84c7-f7480a93e583, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aef8ffd-bca8-4f3c-ac4d-48b89409cb29, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c1b71a1-6eef-4756-a0c2-3d169b338989, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c1b71a1-6eef-4756-a0c2-3d169b338989, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10417486221935952325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325104174862219359523251041748622193595232510417486221935952325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2457a2ee-9f4a-447c-90e7-8a3779be80c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2457a2ee-9f4a-447c-90e7-8a3779be80c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6445414024320309884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884644541402432030988464454140243203098846445414024320309884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c1b71a1-6eef-4756-a0c2-3d169b338989, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56c8535e-9242-47a7-aaba-5dd42d8133fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2457a2ee-9f4a-447c-90e7-8a3779be80c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c8535e-9242-47a7-aaba-5dd42d8133fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082344664370847470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470150823446643708474701508234466437084747015082344664370847470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91964254-14f3-4137-9120-d028dd48a794, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91964254-14f3-4137-9120-d028dd48a794, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8491244296867650338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338849124429686765033884912442968676503388491244296867650338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c8535e-9242-47a7-aaba-5dd42d8133fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cd2d86e-0472-467b-beab-54d125126078, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd2d86e-0472-467b-beab-54d125126078, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397361136872502066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066103973611368725020661039736113687250206610397361136872502066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91964254-14f3-4137-9120-d028dd48a794, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0297ba5-1ce1-42cb-8021-80852bddba77, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0297ba5-1ce1-42cb-8021-80852bddba77, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238616795262592026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026162386167952625920261623861679526259202616238616795262592026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd2d86e-0472-467b-beab-54d125126078, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e436fdf6-03bf-4f6e-9468-164719532fdf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e436fdf6-03bf-4f6e-9468-164719532fdf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5706890256701343630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630570689025670134363057068902567013436305706890256701343630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0297ba5-1ce1-42cb-8021-80852bddba77, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7367912f-0858-4e4e-b715-4a6191ffa6e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7367912f-0858-4e4e-b715-4a6191ffa6e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15242653447273081646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646152426534472730816461524265344727308164615242653447273081646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e436fdf6-03bf-4f6e-9468-164719532fdf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd3ec92-d759-4bb2-80bd-a0e6d1fdee23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd3ec92-d759-4bb2-80bd-a0e6d1fdee23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10348919817741558365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365103489198177415583651034891981774155836510348919817741558365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7367912f-0858-4e4e-b715-4a6191ffa6e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b50f033-5249-433b-871b-f96ba81efc6a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b50f033-5249-433b-871b-f96ba81efc6a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5658004579388932254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254565800457938893225456580045793889322545658004579388932254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd3ec92-d759-4bb2-80bd-a0e6d1fdee23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64145d1e-0d42-4b1c-89d7-a9cba5a97ce5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64145d1e-0d42-4b1c-89d7-a9cba5a97ce5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1397331348519871102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102139733134851987110213973313485198711021397331348519871102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b50f033-5249-433b-871b-f96ba81efc6a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0c19c2-a69b-4afc-8b75-93b582b0c970, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0c19c2-a69b-4afc-8b75-93b582b0c970, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4360568826848003447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447436056882684800344743605688268480034474360568826848003447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64145d1e-0d42-4b1c-89d7-a9cba5a97ce5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48072070-d468-421a-ad4a-8eea433d7f51, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48072070-d468-421a-ad4a-8eea433d7f51, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11481142527377508914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914114811425273775089141148114252737750891411481142527377508914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0c19c2-a69b-4afc-8b75-93b582b0c970, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06e8c816-cbb1-4fe5-a4cc-9f9aab85ef5e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06e8c816-cbb1-4fe5-a4cc-9f9aab85ef5e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18126012378791422600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600181260123787914226001812601237879142260018126012378791422600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48072070-d468-421a-ad4a-8eea433d7f51, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8445aad1-95f3-45a5-859f-7bc50c150b95, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8445aad1-95f3-45a5-859f-7bc50c150b95, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493274555107397600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600124932745551073976001249327455510739760012493274555107397600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06e8c816-cbb1-4fe5-a4cc-9f9aab85ef5e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a23e17c-6bb7-4539-b5e1-770646043263, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a23e17c-6bb7-4539-b5e1-770646043263, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18336449301441456597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597183364493014414565971833644930144145659718336449301441456597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8445aad1-95f3-45a5-859f-7bc50c150b95, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5358e9c3-af1e-44a5-82d9-b32a4919b8e5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5358e9c3-af1e-44a5-82d9-b32a4919b8e5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14697600788203429421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421146976007882034294211469760078820342942114697600788203429421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a23e17c-6bb7-4539-b5e1-770646043263, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8af9339-3fe3-4b02-b1c3-4585d14811d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8af9339-3fe3-4b02-b1c3-4585d14811d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17763324475787886181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181177633244757878861811776332447578788618117763324475787886181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5358e9c3-af1e-44a5-82d9-b32a4919b8e5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e660091a-8eef-4c41-a3bb-e7be53022869, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e660091a-8eef-4c41-a3bb-e7be53022869, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7070273975136283767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767707027397513628376770702739751362837677070273975136283767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8af9339-3fe3-4b02-b1c3-4585d14811d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534531ef-6459-44c0-b982-137e6d3d9db7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534531ef-6459-44c0-b982-137e6d3d9db7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16694352777308816505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505166943527773088165051669435277730881650516694352777308816505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e660091a-8eef-4c41-a3bb-e7be53022869, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63d0f644-0257-49f1-a5b7-4455496a066f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d0f644-0257-49f1-a5b7-4455496a066f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11084846359612462050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050110848463596124620501108484635961246205011084846359612462050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534531ef-6459-44c0-b982-137e6d3d9db7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f33f26f-fba4-4d93-b21d-26f110272ec7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f33f26f-fba4-4d93-b21d-26f110272ec7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10984424892318477339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339109844248923184773391098442489231847733910984424892318477339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d0f644-0257-49f1-a5b7-4455496a066f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 254b8aaf-3ec1-43f9-814c-11cd1bc2b5f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254b8aaf-3ec1-43f9-814c-11cd1bc2b5f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166848163336259537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537416684816333625953741668481633362595374166848163336259537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f33f26f-fba4-4d93-b21d-26f110272ec7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52da3511-1f2a-4f77-9700-cb187e0bcca1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52da3511-1f2a-4f77-9700-cb187e0bcca1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18328109173069519878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878183281091730695198781832810917306951987818328109173069519878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254b8aaf-3ec1-43f9-814c-11cd1bc2b5f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f25952a7-4ea8-4b99-8821-4cd983ecef36, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25952a7-4ea8-4b99-8821-4cd983ecef36, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2393332584273918511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511239333258427391851123933325842739185112393332584273918511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52da3511-1f2a-4f77-9700-cb187e0bcca1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8649aee-5d75-4bcb-a9cd-e6b1d0acfdb3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8649aee-5d75-4bcb-a9cd-e6b1d0acfdb3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531216868122968614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614531216868122968614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25952a7-4ea8-4b99-8821-4cd983ecef36, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ea7537a-797a-4e95-904e-3ccbdccca558, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ea7537a-797a-4e95-904e-3ccbdccca558, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8778621358294412936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936877862135829441293687786213582944129368778621358294412936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8649aee-5d75-4bcb-a9cd-e6b1d0acfdb3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7639c41-1ffb-440f-8172-2821964478ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7639c41-1ffb-440f-8172-2821964478ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15751300401911755262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262157513004019117552621575130040191175526215751300401911755262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ea7537a-797a-4e95-904e-3ccbdccca558, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c77ad5a0-53e1-43ce-8016-330d8a654790, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c77ad5a0-53e1-43ce-8016-330d8a654790, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15534149432489549944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944155341494324895499441553414943248954994415534149432489549944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7639c41-1ffb-440f-8172-2821964478ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ba3486-8916-4999-8f56-7e8a01937607, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ba3486-8916-4999-8f56-7e8a01937607, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11001244791940077674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674110012447919400776741100124479194007767411001244791940077674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c77ad5a0-53e1-43ce-8016-330d8a654790, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 284696fa-4d67-4d4e-90ce-505816d76f33, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284696fa-4d67-4d4e-90ce-505816d76f33, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16969947772713050488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488169699477727130504881696994777271305048816969947772713050488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ba3486-8916-4999-8f56-7e8a01937607, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b35a7d45-4a6d-458c-bb38-650e8fa82367, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b35a7d45-4a6d-458c-bb38-650e8fa82367, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8976962302373372527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527897696230237337252789769623023733725278976962302373372527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284696fa-4d67-4d4e-90ce-505816d76f33, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a098f9f8-5b46-448c-800c-4f5d4f5ac78e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a098f9f8-5b46-448c-800c-4f5d4f5ac78e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679041943580289251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251367904194358028925136790419435802892513679041943580289251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a098f9f8-5b46-448c-800c-4f5d4f5ac78e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee95e8b1-e6ef-4d01-bedf-ede14434c19b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b35a7d45-4a6d-458c-bb38-650e8fa82367, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee95e8b1-e6ef-4d01-bedf-ede14434c19b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16388264737094331555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555163882647370943315551638826473709433155516388264737094331555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5029662d-2723-4b4f-a1c5-4021b71bc8e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5029662d-2723-4b4f-a1c5-4021b71bc8e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12969002368784058250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250129690023687840582501296900236878405825012969002368784058250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee95e8b1-e6ef-4d01-bedf-ede14434c19b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17c29237-25d3-4553-ae20-5ceb7ff063e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17c29237-25d3-4553-ae20-5ceb7ff063e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4661059532508793049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049466105953250879304946610595325087930494661059532508793049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17c29237-25d3-4553-ae20-5ceb7ff063e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345062b7-0a73-4b2f-86be-a34d6a30036b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345062b7-0a73-4b2f-86be-a34d6a30036b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10623531732263511339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339106235317322635113391062353173226351133910623531732263511339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5029662d-2723-4b4f-a1c5-4021b71bc8e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95d7849c-56d4-4f37-b1ec-7b93e28725fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d7849c-56d4-4f37-b1ec-7b93e28725fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10258978186302014411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411102589781863020144111025897818630201441110258978186302014411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345062b7-0a73-4b2f-86be-a34d6a30036b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3974ba60-dbda-49c7-8d1b-f6788d0f5761, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3974ba60-dbda-49c7-8d1b-f6788d0f5761, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9736621582528569560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560973662158252856956097366215825285695609736621582528569560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d7849c-56d4-4f37-b1ec-7b93e28725fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28f8f558-dbb5-48d4-b09f-6122cf35f0a2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28f8f558-dbb5-48d4-b09f-6122cf35f0a2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13998047268716326277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277139980472687163262771399804726871632627713998047268716326277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3974ba60-dbda-49c7-8d1b-f6788d0f5761, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830ab722-cc2f-4d64-8766-b4050a34957b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830ab722-cc2f-4d64-8766-b4050a34957b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1803730840204818119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119180373084020481811918037308402048181191803730840204818119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28f8f558-dbb5-48d4-b09f-6122cf35f0a2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b5d10fc-8fee-4d76-a94f-2d32f817d87c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b5d10fc-8fee-4d76-a94f-2d32f817d87c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7348276282623246364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364734827628262324636473482762826232463647348276282623246364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830ab722-cc2f-4d64-8766-b4050a34957b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c55b9b3-9a3a-4a98-bceb-6b722b424990, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c55b9b3-9a3a-4a98-bceb-6b722b424990, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7368509407286137632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632736850940728613763273685094072861376327368509407286137632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b5d10fc-8fee-4d76-a94f-2d32f817d87c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8886572-2c5e-43cb-8c0e-e8f0e8ba38fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8886572-2c5e-43cb-8c0e-e8f0e8ba38fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9555899334465264897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897955589933446526489795558993344652648979555899334465264897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c55b9b3-9a3a-4a98-bceb-6b722b424990, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b75f4e25-ac38-40e9-aec2-3b710f306516, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b75f4e25-ac38-40e9-aec2-3b710f306516, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5263396972457841062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062526339697245784106252633969724578410625263396972457841062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8886572-2c5e-43cb-8c0e-e8f0e8ba38fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eead79b2-3f95-4968-867b-ba98614d1fd2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eead79b2-3f95-4968-867b-ba98614d1fd2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6817377200861240287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287681737720086124028768173772008612402876817377200861240287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b75f4e25-ac38-40e9-aec2-3b710f306516, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a7b3c9-5da0-4928-9961-9adb6e9ad561, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eead79b2-3f95-4968-867b-ba98614d1fd2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ebf570-11bd-4d9c-9b4c-2daff3bb3b76, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ebf570-11bd-4d9c-9b4c-2daff3bb3b76, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355520777526449875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875133555207775264498751335552077752644987513355520777526449875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a7b3c9-5da0-4928-9961-9adb6e9ad561, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134417568111754258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258131344175681117542581313441756811175425813134417568111754258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ebf570-11bd-4d9c-9b4c-2daff3bb3b76, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 140108be-3826-43bf-85a2-3c86862e5b99, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140108be-3826-43bf-85a2-3c86862e5b99, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4256565875963606967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967425656587596360696742565658759636069674256565875963606967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140108be-3826-43bf-85a2-3c86862e5b99, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3613f28e-1acd-46f3-8b89-f1637ae65f66, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3613f28e-1acd-46f3-8b89-f1637ae65f66, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935356066834093806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806893535606683409380689353560668340938068935356066834093806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3613f28e-1acd-46f3-8b89-f1637ae65f66, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3618e72e-a78f-4f04-8ed9-345a4d3ab35c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3618e72e-a78f-4f04-8ed9-345a4d3ab35c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538271938453414967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967553827193845341496755382719384534149675538271938453414967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a7b3c9-5da0-4928-9961-9adb6e9ad561, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c247d380-9056-461e-b7a4-330ed6619e9b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c247d380-9056-461e-b7a4-330ed6619e9b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12572298922985566863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863125722989229855668631257229892298556686312572298922985566863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3618e72e-a78f-4f04-8ed9-345a4d3ab35c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62e3cb90-b187-469c-8476-641ee9395d3a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62e3cb90-b187-469c-8476-641ee9395d3a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947010086546705089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089994701008654670508999470100865467050899947010086546705089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c247d380-9056-461e-b7a4-330ed6619e9b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41b9698-99c5-4bb9-aef1-02dd1224d4fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41b9698-99c5-4bb9-aef1-02dd1224d4fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1123957794670680183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183112395779467068018311239577946706801831123957794670680183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62e3cb90-b187-469c-8476-641ee9395d3a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3da223d-b8b4-413d-ab76-36ff9011d9d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3da223d-b8b4-413d-ab76-36ff9011d9d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12841497619554906326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326128414976195549063261284149761955490632612841497619554906326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41b9698-99c5-4bb9-aef1-02dd1224d4fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35b59dca-4a94-4516-8e53-abecb00dcc4a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35b59dca-4a94-4516-8e53-abecb00dcc4a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17053845252156446737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737170538452521564467371705384525215644673717053845252156446737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3da223d-b8b4-413d-ab76-36ff9011d9d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11b29d0b-1de2-483a-8dd1-7f01e649fc49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11b29d0b-1de2-483a-8dd1-7f01e649fc49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17889701944284640648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648178897019442846406481788970194428464064817889701944284640648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35b59dca-4a94-4516-8e53-abecb00dcc4a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba352d1d-2cb2-4315-ac67-1afcc4c9643d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba352d1d-2cb2-4315-ac67-1afcc4c9643d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9109312120421743373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373910931212042174337391093121204217433739109312120421743373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11b29d0b-1de2-483a-8dd1-7f01e649fc49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77e54d79-ce2f-4437-b2f2-074ca1f0a841, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77e54d79-ce2f-4437-b2f2-074ca1f0a841, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 109898306317405526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526109898306317405526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba352d1d-2cb2-4315-ac67-1afcc4c9643d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0037196d-3d73-4288-a328-aa3efb691950, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0037196d-3d73-4288-a328-aa3efb691950, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9994965669650319012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012999496566965031901299949656696503190129994965669650319012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77e54d79-ce2f-4437-b2f2-074ca1f0a841, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fe00893-db7d-47d3-93eb-e251ee324a94, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe00893-db7d-47d3-93eb-e251ee324a94, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5514282698016696280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280551428269801669628055142826980166962805514282698016696280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0037196d-3d73-4288-a328-aa3efb691950, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c6bb9b-55f3-4703-ad31-af82d721d1c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c6bb9b-55f3-4703-ad31-af82d721d1c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4928397306179372773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773492839730617937277349283973061793727734928397306179372773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe00893-db7d-47d3-93eb-e251ee324a94, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11b5b81-be72-45ef-a2cf-2fdaef492dca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11b5b81-be72-45ef-a2cf-2fdaef492dca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197279704767058302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302919727970476705830291972797047670583029197279704767058302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c6bb9b-55f3-4703-ad31-af82d721d1c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db4aaa0-49bf-457a-9a03-3eca5b492cdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db4aaa0-49bf-457a-9a03-3eca5b492cdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3021105929421709247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247302110592942170924730211059294217092473021105929421709247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11b5b81-be72-45ef-a2cf-2fdaef492dca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a146eea-a348-448a-a1bc-9ea3d2581c85, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a146eea-a348-448a-a1bc-9ea3d2581c85, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8683016014329670177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177868301601432967017786830160143296701778683016014329670177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db4aaa0-49bf-457a-9a03-3eca5b492cdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c55861-91d9-43a4-88f4-882953d08504, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c55861-91d9-43a4-88f4-882953d08504, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16436408310046627799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799164364083100466277991643640831004662779916436408310046627799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a146eea-a348-448a-a1bc-9ea3d2581c85, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 094d78a3-54ec-4cd9-b7f1-230be5740fae, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 094d78a3-54ec-4cd9-b7f1-230be5740fae, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16254695450439532358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358162546954504395323581625469545043953235816254695450439532358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c55861-91d9-43a4-88f4-882953d08504, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 094d78a3-54ec-4cd9-b7f1-230be5740fae, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe909c2-d53f-4ad7-92bc-29f6e2680fbb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe909c2-d53f-4ad7-92bc-29f6e2680fbb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8993258348200018622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622899325834820001862289932583482000186228993258348200018622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d7fa84-6395-4194-a073-019282e1acc8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d7fa84-6395-4194-a073-019282e1acc8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1973170371509221087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087197317037150922108719731703715092210871973170371509221087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe909c2-d53f-4ad7-92bc-29f6e2680fbb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d7fa84-6395-4194-a073-019282e1acc8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22af26d-a83c-453e-8127-1cbaa8c63dba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8173479-1ef4-4f68-ade1-25260cc4d265, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22af26d-a83c-453e-8127-1cbaa8c63dba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16186386727911523257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257161863867279115232571618638672791152325716186386727911523257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8173479-1ef4-4f68-ade1-25260cc4d265, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12387531757069928070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070123875317570699280701238753175706992807012387531757069928070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22af26d-a83c-453e-8127-1cbaa8c63dba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57695b26-5749-4049-a1da-2035388a3b33, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57695b26-5749-4049-a1da-2035388a3b33, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11626287635299663811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811116262876352996638111162628763529966381111626287635299663811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8173479-1ef4-4f68-ade1-25260cc4d265, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668890d2-ffdf-495b-adb4-c86fb7ac78fa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668890d2-ffdf-495b-adb4-c86fb7ac78fa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802917283500567256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256118029172835005672561180291728350056725611802917283500567256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57695b26-5749-4049-a1da-2035388a3b33, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e95f8a88-69e2-4941-882a-16e4703e6760, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95f8a88-69e2-4941-882a-16e4703e6760, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11403079002210379375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375114030790022103793751140307900221037937511403079002210379375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668890d2-ffdf-495b-adb4-c86fb7ac78fa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba493a3-ae90-4b4e-8752-fbc46c40c736, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba493a3-ae90-4b4e-8752-fbc46c40c736, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349377924894465152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152534937792489446515253493779248944651525349377924894465152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95f8a88-69e2-4941-882a-16e4703e6760, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a25f9c41-8602-47ec-b27c-f3304cc28e34, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25f9c41-8602-47ec-b27c-f3304cc28e34, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16564650539735454481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481165646505397354544811656465053973545448116564650539735454481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba493a3-ae90-4b4e-8752-fbc46c40c736, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956e0e7d-9f3a-4540-89d8-36084fa83c7e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956e0e7d-9f3a-4540-89d8-36084fa83c7e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15457075822398646547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547154570758223986465471545707582239864654715457075822398646547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25f9c41-8602-47ec-b27c-f3304cc28e34, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af82bec-8662-42fa-ad17-3d989c3dd94c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af82bec-8662-42fa-ad17-3d989c3dd94c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821222129434452208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208782122212943445220878212221294344522087821222129434452208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956e0e7d-9f3a-4540-89d8-36084fa83c7e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6876987-13ee-48c2-b1bc-4266aa841e40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6876987-13ee-48c2-b1bc-4266aa841e40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875089106650112642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642168750891066501126421687508910665011264216875089106650112642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af82bec-8662-42fa-ad17-3d989c3dd94c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d36339a-5ffd-4573-97c3-ee888a1bc795, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d36339a-5ffd-4573-97c3-ee888a1bc795, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10300075843104451484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484103000758431044514841030007584310445148410300075843104451484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6876987-13ee-48c2-b1bc-4266aa841e40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de9eb891-a297-4a42-9249-7809e329dbff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de9eb891-a297-4a42-9249-7809e329dbff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4055609160835683540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540405560916083568354040556091608356835404055609160835683540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d36339a-5ffd-4573-97c3-ee888a1bc795, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af7ce9b0-644b-4582-ac82-bf83587d9ea5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7ce9b0-644b-4582-ac82-bf83587d9ea5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 249116199444535950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950249116199444535950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de9eb891-a297-4a42-9249-7809e329dbff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e82a205f-b57b-407a-bd7e-e5c0d039230e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82a205f-b57b-407a-bd7e-e5c0d039230e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8879030608998131726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726887903060899813172688790306089981317268879030608998131726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7ce9b0-644b-4582-ac82-bf83587d9ea5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3097e444-911f-4064-b8d2-683ba87b6e80, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3097e444-911f-4064-b8d2-683ba87b6e80, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12999366799735972277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277129993667997359722771299936679973597227712999366799735972277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82a205f-b57b-407a-bd7e-e5c0d039230e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f1d1e9-c10f-462e-9be0-fe18f4c96bd5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f1d1e9-c10f-462e-9be0-fe18f4c96bd5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2833696897759050121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121283369689775905012128336968977590501212833696897759050121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3097e444-911f-4064-b8d2-683ba87b6e80, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b03fb71-e2fc-4607-87fb-610227f147e3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b03fb71-e2fc-4607-87fb-610227f147e3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5575019992223167276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276557501999222316727655750199922231672765575019992223167276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f1d1e9-c10f-462e-9be0-fe18f4c96bd5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d3a2e4-d87d-4527-bc2e-9a89342a9c9f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d3a2e4-d87d-4527-bc2e-9a89342a9c9f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6727038670929136228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228672703867092913622867270386709291362286727038670929136228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b03fb71-e2fc-4607-87fb-610227f147e3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5066e71c-73e2-483f-97a2-0a0d5887e548, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5066e71c-73e2-483f-97a2-0a0d5887e548, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13843707162236363333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333138437071622363633331384370716223636333313843707162236363333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d3a2e4-d87d-4527-bc2e-9a89342a9c9f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 269fd63e-b272-4123-95fc-b72d1c93536e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 269fd63e-b272-4123-95fc-b72d1c93536e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18382044015652997971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971183820440156529979711838204401565299797118382044015652997971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5066e71c-73e2-483f-97a2-0a0d5887e548, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4d11942-0ef5-4630-8f49-eb9203842a02, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 269fd63e-b272-4123-95fc-b72d1c93536e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4d11942-0ef5-4630-8f49-eb9203842a02, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17110051786213821639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639171100517862138216391711005178621382163917110051786213821639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dab9413-9083-4b7f-a857-62dbcc2f9c13, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dab9413-9083-4b7f-a857-62dbcc2f9c13, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13992959655008264287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287139929596550082642871399295965500826428713992959655008264287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4d11942-0ef5-4630-8f49-eb9203842a02, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df9b4437-d574-489e-a0f1-7354503bdada, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df9b4437-d574-489e-a0f1-7354503bdada, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891133470874815400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400178911334708748154001789113347087481540017891133470874815400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dab9413-9083-4b7f-a857-62dbcc2f9c13, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8725a0ff-f5ef-497b-b932-ee30dd145317, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8725a0ff-f5ef-497b-b932-ee30dd145317, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649132826233539328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328764913282623353932876491328262335393287649132826233539328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df9b4437-d574-489e-a0f1-7354503bdada, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12ee884-0a5c-4bd8-8294-656819dc06c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12ee884-0a5c-4bd8-8294-656819dc06c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11225034456482331192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192112250344564823311921122503445648233119211225034456482331192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8725a0ff-f5ef-497b-b932-ee30dd145317, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a06211b0-196f-4059-bc31-08b57651ad93, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a06211b0-196f-4059-bc31-08b57651ad93, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12071621589249862344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344120716215892498623441207162158924986234412071621589249862344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12ee884-0a5c-4bd8-8294-656819dc06c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da58eca6-2e46-4b60-9e06-cf57c9397611, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da58eca6-2e46-4b60-9e06-cf57c9397611, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258379011226408358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358122583790112264083581225837901122640835812258379011226408358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a06211b0-196f-4059-bc31-08b57651ad93, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f3190e5-0a07-48d4-83b7-618be1a84ce4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f3190e5-0a07-48d4-83b7-618be1a84ce4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6007529902600156110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110600752990260015611060075299026001561106007529902600156110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da58eca6-2e46-4b60-9e06-cf57c9397611, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d2d5a3-b93f-4bb1-9375-8ed1ce365b54, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d2d5a3-b93f-4bb1-9375-8ed1ce365b54, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11677635036802230834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834116776350368022308341167763503680223083411677635036802230834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f3190e5-0a07-48d4-83b7-618be1a84ce4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 607ee467-cfe4-48f2-a81d-2716d90e0a25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607ee467-cfe4-48f2-a81d-2716d90e0a25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6843505589402163777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777684350558940216377768435055894021637776843505589402163777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d2d5a3-b93f-4bb1-9375-8ed1ce365b54, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 153d48e4-01a0-4e2d-97db-dd97250b2b71, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153d48e4-01a0-4e2d-97db-dd97250b2b71, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3248569841731795413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413324856984173179541332485698417317954133248569841731795413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607ee467-cfe4-48f2-a81d-2716d90e0a25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b60d2780-fdea-4c3b-a362-aa0686524ea0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b60d2780-fdea-4c3b-a362-aa0686524ea0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8056322360622311687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687805632236062231168780563223606223116878056322360622311687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153d48e4-01a0-4e2d-97db-dd97250b2b71, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf5d98d5-ecf5-4089-a998-7ef5253893ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf5d98d5-ecf5-4089-a998-7ef5253893ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17138552285186976514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514171385522851869765141713855228518697651417138552285186976514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b60d2780-fdea-4c3b-a362-aa0686524ea0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c15ea6-19bc-4944-ac70-a37b661f7445, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c15ea6-19bc-4944-ac70-a37b661f7445, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12548998048735150002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002125489980487351500021254899804873515000212548998048735150002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf5d98d5-ecf5-4089-a998-7ef5253893ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddac7a18-a87f-404e-ac09-800de1216fda, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c15ea6-19bc-4944-ac70-a37b661f7445, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972c172b-b403-4450-a093-65a7abbf2565, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972c172b-b403-4450-a093-65a7abbf2565, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12962948762441786135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135129629487624417861351296294876244178613512962948762441786135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddac7a18-a87f-404e-ac09-800de1216fda, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 707049508525879218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218707049508525879218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972c172b-b403-4450-a093-65a7abbf2565, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6031ac-0703-4565-be69-47c7293d7a3a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddac7a18-a87f-404e-ac09-800de1216fda, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3333213f-ced5-4d7a-9002-b2d772767927, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3333213f-ced5-4d7a-9002-b2d772767927, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17150749004475805661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661171507490044758056611715074900447580566117150749004475805661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6031ac-0703-4565-be69-47c7293d7a3a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5135163128623581678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678513516312862358167851351631286235816785135163128623581678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3333213f-ced5-4d7a-9002-b2d772767927, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6031ac-0703-4565-be69-47c7293d7a3a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032eb6af-0bd4-4c2a-ae95-3b0047a90064, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032eb6af-0bd4-4c2a-ae95-3b0047a90064, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7670759072662761561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561767075907266276156176707590726627615617670759072662761561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b197a5e-4fde-4d89-96af-0a0470cbebd4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b197a5e-4fde-4d89-96af-0a0470cbebd4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7182137331654809347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347718213733165480934771821373316548093477182137331654809347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032eb6af-0bd4-4c2a-ae95-3b0047a90064, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a9ceee-6258-4797-a5b8-4a1c13c48340, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a9ceee-6258-4797-a5b8-4a1c13c48340, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7597354009321547778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778759735400932154777875973540093215477787597354009321547778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b197a5e-4fde-4d89-96af-0a0470cbebd4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4075a05b-9009-4330-bbea-3b110beca2ca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4075a05b-9009-4330-bbea-3b110beca2ca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18420650984692665965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965184206509846926659651842065098469266596518420650984692665965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a9ceee-6258-4797-a5b8-4a1c13c48340, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e949c9b-9802-4f0e-a9b3-0c3b4db1b08e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e949c9b-9802-4f0e-a9b3-0c3b4db1b08e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10663012167848551310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310106630121678485513101066301216784855131010663012167848551310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4075a05b-9009-4330-bbea-3b110beca2ca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0651bc53-64db-4fe3-a8ff-abc6ad60a9bc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0651bc53-64db-4fe3-a8ff-abc6ad60a9bc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 156244084810530323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323156244084810530323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e949c9b-9802-4f0e-a9b3-0c3b4db1b08e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 920eea23-93da-4330-8743-85080fff723e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 920eea23-93da-4330-8743-85080fff723e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4618813112407284154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154461881311240728415446188131124072841544618813112407284154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0651bc53-64db-4fe3-a8ff-abc6ad60a9bc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 077f504e-60d0-4be1-b21a-ccd091fa3082, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 077f504e-60d0-4be1-b21a-ccd091fa3082, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12301952623848629520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520123019526238486295201230195262384862952012301952623848629520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 920eea23-93da-4330-8743-85080fff723e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1334648b-cd3d-4dca-841d-dc3fecec57d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1334648b-cd3d-4dca-841d-dc3fecec57d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11097027728177956323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323110970277281779563231109702772817795632311097027728177956323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 077f504e-60d0-4be1-b21a-ccd091fa3082, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34320e84-5f0c-4b95-b9fd-ed53a0e3fc76, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34320e84-5f0c-4b95-b9fd-ed53a0e3fc76, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022678491853725240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240802267849185372524080226784918537252408022678491853725240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34320e84-5f0c-4b95-b9fd-ed53a0e3fc76, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef93623-3f92-4403-9cc3-0c4caab05e6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef93623-3f92-4403-9cc3-0c4caab05e6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9632668854952672870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870963266885495267287096326688549526728709632668854952672870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1334648b-cd3d-4dca-841d-dc3fecec57d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fff57bf9-1ad8-4f5e-9971-bc6edd9b926c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff57bf9-1ad8-4f5e-9971-bc6edd9b926c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9179178507126942429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429917917850712694242991791785071269424299179178507126942429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef93623-3f92-4403-9cc3-0c4caab05e6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f9b1f8-f159-43b6-9db2-d40124c785fe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f9b1f8-f159-43b6-9db2-d40124c785fe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2136013736944424093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093213601373694442409321360137369444240932136013736944424093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff57bf9-1ad8-4f5e-9971-bc6edd9b926c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a10ffa3-8feb-4782-bcad-b3ad79999896, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a10ffa3-8feb-4782-bcad-b3ad79999896, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17088003087834133733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733170880030878341337331708800308783413373317088003087834133733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f9b1f8-f159-43b6-9db2-d40124c785fe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5409f1d-70e2-435a-980d-280d75a2118a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5409f1d-70e2-435a-980d-280d75a2118a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598316479989981752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752159831647998998175215983164799899817521598316479989981752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a10ffa3-8feb-4782-bcad-b3ad79999896, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21266270-0461-4b94-a6ff-3a4b6cc93309, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21266270-0461-4b94-a6ff-3a4b6cc93309, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7298672342577045388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388729867234257704538872986723425770453887298672342577045388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5409f1d-70e2-435a-980d-280d75a2118a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b33f123-abe3-4f4f-b949-93b9c1673cba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b33f123-abe3-4f4f-b949-93b9c1673cba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863572037608067338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338118635720376080673381186357203760806733811863572037608067338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21266270-0461-4b94-a6ff-3a4b6cc93309, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d8bf96a-16a4-4d9d-b047-4532439685a9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8bf96a-16a4-4d9d-b047-4532439685a9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6083789944984593775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775608378994498459377560837899449845937756083789944984593775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b33f123-abe3-4f4f-b949-93b9c1673cba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88e40b27-88c7-4564-aab2-9dae9ba44bd4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88e40b27-88c7-4564-aab2-9dae9ba44bd4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3257828753668447162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162325782875366844716232578287536684471623257828753668447162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8bf96a-16a4-4d9d-b047-4532439685a9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6085a5aa-ddc2-459e-8b47-beda74f67a49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6085a5aa-ddc2-459e-8b47-beda74f67a49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14498252989344717533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533144982529893447175331449825298934471753314498252989344717533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88e40b27-88c7-4564-aab2-9dae9ba44bd4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86c5c1e9-b27c-45e4-bfd8-46fb1934f744, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86c5c1e9-b27c-45e4-bfd8-46fb1934f744, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180980538203583781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781518098053820358378151809805382035837815180980538203583781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6085a5aa-ddc2-459e-8b47-beda74f67a49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86c5c1e9-b27c-45e4-bfd8-46fb1934f744, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed4abf1-3ae5-482a-8757-b512dda4e90c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed4abf1-3ae5-482a-8757-b512dda4e90c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17896324432340624775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775178963244323406247751789632443234062477517896324432340624775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4298df8-6c98-4f06-ac4e-8088b907a808, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4298df8-6c98-4f06-ac4e-8088b907a808, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326157360649269589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589133261573606492695891332615736064926958913326157360649269589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed4abf1-3ae5-482a-8757-b512dda4e90c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4298df8-6c98-4f06-ac4e-8088b907a808, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01ec4051-59ae-4624-8d97-f77bff987989, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01ec4051-59ae-4624-8d97-f77bff987989, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399264098141156740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740139926409814115674013992640981411567401399264098141156740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4418809e-2045-4f88-9243-64858b49ebed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4418809e-2045-4f88-9243-64858b49ebed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483625430771542579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579124836254307715425791248362543077154257912483625430771542579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01ec4051-59ae-4624-8d97-f77bff987989, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f17cd9d-3377-4efb-883a-4d370100c751, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f17cd9d-3377-4efb-883a-4d370100c751, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243721151419892679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679102437211514198926791024372115141989267910243721151419892679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4418809e-2045-4f88-9243-64858b49ebed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a9a1fcc-46f5-48c7-997c-c36d2c0f4d5c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a9a1fcc-46f5-48c7-997c-c36d2c0f4d5c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261794688282624750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750112617946882826247501126179468828262475011261794688282624750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f17cd9d-3377-4efb-883a-4d370100c751, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457a08f1-8017-43c4-990f-89f15e39e8a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457a08f1-8017-43c4-990f-89f15e39e8a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 414761477338832335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335414761477338832335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a9a1fcc-46f5-48c7-997c-c36d2c0f4d5c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6edb2b5-eba3-42f3-bb5b-08b6202bfd52, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6edb2b5-eba3-42f3-bb5b-08b6202bfd52, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17098890793851387702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702170988907938513877021709889079385138770217098890793851387702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457a08f1-8017-43c4-990f-89f15e39e8a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d7c3b5-ab8a-491a-9f42-dbcdfa638633, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d7c3b5-ab8a-491a-9f42-dbcdfa638633, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15514020113602281008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008155140201136022810081551402011360228100815514020113602281008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6edb2b5-eba3-42f3-bb5b-08b6202bfd52, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2515aa-969e-4b2e-885d-0cb8c923666b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2515aa-969e-4b2e-885d-0cb8c923666b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1882784215368308407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407188278421536830840718827842153683084071882784215368308407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d7c3b5-ab8a-491a-9f42-dbcdfa638633, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3bfb4af-5027-4327-b444-d71b90dc3cec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3bfb4af-5027-4327-b444-d71b90dc3cec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662179297156047181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181136621792971560471811366217929715604718113662179297156047181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2515aa-969e-4b2e-885d-0cb8c923666b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b4748a7-4589-462b-9a7d-216821758147, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4748a7-4589-462b-9a7d-216821758147, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2060918326283130377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377206091832628313037720609183262831303772060918326283130377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3bfb4af-5027-4327-b444-d71b90dc3cec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f000411e-fc11-4a76-a7c7-1974e4912e44, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f000411e-fc11-4a76-a7c7-1974e4912e44, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9410598252517201050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050941059825251720105094105982525172010509410598252517201050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4748a7-4589-462b-9a7d-216821758147, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563b1395-1bf7-410c-8ccd-7bd00c5c1f38, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563b1395-1bf7-410c-8ccd-7bd00c5c1f38, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578482147535128106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106357848214753512810635784821475351281063578482147535128106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f000411e-fc11-4a76-a7c7-1974e4912e44, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e2b13a-f19b-4a55-98bf-3287d7d06433, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e2b13a-f19b-4a55-98bf-3287d7d06433, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17270564601713087079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079172705646017130870791727056460171308707917270564601713087079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563b1395-1bf7-410c-8ccd-7bd00c5c1f38, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f26872f-1427-4774-9df0-70f6d50d828d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f26872f-1427-4774-9df0-70f6d50d828d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849463086542064588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588849463086542064588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e2b13a-f19b-4a55-98bf-3287d7d06433, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90da9a8c-83ba-4ba5-8856-b9ee0ececf48, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90da9a8c-83ba-4ba5-8856-b9ee0ececf48, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5127792245857868398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398512779224585786839851277922458578683985127792245857868398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f26872f-1427-4774-9df0-70f6d50d828d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6324aa21-a570-4670-96f4-aa2fe1d930b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6324aa21-a570-4670-96f4-aa2fe1d930b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2425620442117713558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558242562044211771355824256204421177135582425620442117713558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90da9a8c-83ba-4ba5-8856-b9ee0ececf48, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5b7315-6d2a-4a67-b41e-cc4061ce138b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5b7315-6d2a-4a67-b41e-cc4061ce138b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4540501035337168777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777454050103533716877745405010353371687774540501035337168777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6324aa21-a570-4670-96f4-aa2fe1d930b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5145c620-062b-4029-b925-21548f1df161, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5145c620-062b-4029-b925-21548f1df161, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14239171886070212879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879142391718860702128791423917188607021287914239171886070212879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5b7315-6d2a-4a67-b41e-cc4061ce138b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3120cc8b-7153-47c2-b284-49841e9ad0a9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3120cc8b-7153-47c2-b284-49841e9ad0a9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17757640314046334933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933177576403140463349331775764031404633493317757640314046334933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5145c620-062b-4029-b925-21548f1df161, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2fd51f6-75d4-4ef3-8e27-f0afcbe72ae6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2fd51f6-75d4-4ef3-8e27-f0afcbe72ae6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17382294931612601986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986173822949316126019861738229493161260198617382294931612601986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3120cc8b-7153-47c2-b284-49841e9ad0a9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a053c39b-8e72-4dd3-9d99-567e28a0705a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a053c39b-8e72-4dd3-9d99-567e28a0705a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16960190972217714173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173169601909722177141731696019097221771417316960190972217714173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2fd51f6-75d4-4ef3-8e27-f0afcbe72ae6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b07e003c-8a3e-4f64-b0b4-1c420e64f776, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b07e003c-8a3e-4f64-b0b4-1c420e64f776, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1774215923186709805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805177421592318670980517742159231867098051774215923186709805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a053c39b-8e72-4dd3-9d99-567e28a0705a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9be7f755-aa37-4334-a787-c2a624fc03c3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be7f755-aa37-4334-a787-c2a624fc03c3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11772389192912079789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789117723891929120797891177238919291207978911772389192912079789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b07e003c-8a3e-4f64-b0b4-1c420e64f776, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be7f755-aa37-4334-a787-c2a624fc03c3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e9c335e-8767-4d8d-b19a-6f0e14e28b38, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e9c335e-8767-4d8d-b19a-6f0e14e28b38, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11964902998503847443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443119649029985038474431196490299850384744311964902998503847443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37226aa1-fc1f-40f3-80f9-9fe10b2a8312, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37226aa1-fc1f-40f3-80f9-9fe10b2a8312, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10630755034696819920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920106307550346968199201063075503469681992010630755034696819920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e9c335e-8767-4d8d-b19a-6f0e14e28b38, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac386658-cc00-47d8-b97c-3b5b243758bc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac386658-cc00-47d8-b97c-3b5b243758bc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14633138339856969193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193146331383398569691931463313833985696919314633138339856969193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37226aa1-fc1f-40f3-80f9-9fe10b2a8312, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5312824c-2dfa-445f-939c-04f0ed99b721, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5312824c-2dfa-445f-939c-04f0ed99b721, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7715764478698333843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843771576447869833384377157644786983338437715764478698333843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac386658-cc00-47d8-b97c-3b5b243758bc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e11acb-4dcf-4a1c-9919-bbc32feb85b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e11acb-4dcf-4a1c-9919-bbc32feb85b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039713916959643918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918603971391695964391860397139169596439186039713916959643918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5312824c-2dfa-445f-939c-04f0ed99b721, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a75051b-48dc-4fae-a2d4-8e764e57474f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a75051b-48dc-4fae-a2d4-8e764e57474f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13663382798599304833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833136633827985993048331366338279859930483313663382798599304833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e11acb-4dcf-4a1c-9919-bbc32feb85b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35775b29-24ce-469b-865a-15d8683d9dfb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35775b29-24ce-469b-865a-15d8683d9dfb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12534493323480511993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993125344933234805119931253449332348051199312534493323480511993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a75051b-48dc-4fae-a2d4-8e764e57474f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa36c77b-5cde-44c7-95e5-bc9377dfff99, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa36c77b-5cde-44c7-95e5-bc9377dfff99, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12481155979689587760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760124811559796895877601248115597968958776012481155979689587760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35775b29-24ce-469b-865a-15d8683d9dfb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd540ab4-a3d7-4091-b0e3-111d4cd6d696, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd540ab4-a3d7-4091-b0e3-111d4cd6d696, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125564167373432878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878212556416737343287821255641673734328782125564167373432878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa36c77b-5cde-44c7-95e5-bc9377dfff99, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fe14248-9e34-49c0-94df-ef71bed92ea6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fe14248-9e34-49c0-94df-ef71bed92ea6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17116747425177178857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857171167474251771788571711674742517717885717116747425177178857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd540ab4-a3d7-4091-b0e3-111d4cd6d696, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ce79dd-e207-4c2d-8089-8502e219cc33, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ce79dd-e207-4c2d-8089-8502e219cc33, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8151117582147945197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197815111758214794519781511175821479451978151117582147945197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fe14248-9e34-49c0-94df-ef71bed92ea6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b47fc763-d79d-4d74-ae58-c3613db94d40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b47fc763-d79d-4d74-ae58-c3613db94d40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922140155355476976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976292214015535547697629221401553554769762922140155355476976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ce79dd-e207-4c2d-8089-8502e219cc33, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6297a74e-37c2-4e67-8381-9e2188e87652, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6297a74e-37c2-4e67-8381-9e2188e87652, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13298908131248311783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783132989081312483117831329890813124831178313298908131248311783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b47fc763-d79d-4d74-ae58-c3613db94d40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5c7cb5-bf57-4111-a902-6d0e60574d7c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5c7cb5-bf57-4111-a902-6d0e60574d7c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7087164084052749191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191708716408405274919170871640840527491917087164084052749191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5c7cb5-bf57-4111-a902-6d0e60574d7c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c744b34-b792-465f-9a84-6ed89559c708, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c744b34-b792-465f-9a84-6ed89559c708, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7524436983924833203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203752443698392483320375244369839248332037524436983924833203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6297a74e-37c2-4e67-8381-9e2188e87652, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9d1a52b-7e16-42b3-97d4-4f21e37ecc18, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9d1a52b-7e16-42b3-97d4-4f21e37ecc18, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12244673474212172319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319122446734742121723191224467347421217231912244673474212172319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c744b34-b792-465f-9a84-6ed89559c708, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f791a7-f1c7-4ec2-9e7f-d83d3b52e6a1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f791a7-f1c7-4ec2-9e7f-d83d3b52e6a1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916474954761686228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228159164749547616862281591647495476168622815916474954761686228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9d1a52b-7e16-42b3-97d4-4f21e37ecc18, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22867ffa-6133-4cc2-bb61-0e13348bf61e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22867ffa-6133-4cc2-bb61-0e13348bf61e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8596771135080375175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175859677113508037517585967711350803751758596771135080375175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f791a7-f1c7-4ec2-9e7f-d83d3b52e6a1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22867ffa-6133-4cc2-bb61-0e13348bf61e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aabd054c-55e9-42ec-b6a5-17c15da90847, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b277dfd-5b66-4905-82cd-640210f0ed21, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aabd054c-55e9-42ec-b6a5-17c15da90847, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17175389257599859853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853171753892575998598531717538925759985985317175389257599859853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b277dfd-5b66-4905-82cd-640210f0ed21, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13882735929572290029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029138827359295722900291388273592957229002913882735929572290029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aabd054c-55e9-42ec-b6a5-17c15da90847, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b277dfd-5b66-4905-82cd-640210f0ed21, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb869f1-0ca4-4bf7-876f-18e7ad05ceec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3839e52-c392-47fe-9bdb-7c1581681709, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3839e52-c392-47fe-9bdb-7c1581681709, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9077760446200024932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932907776044620002493290777604462000249329077760446200024932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb869f1-0ca4-4bf7-876f-18e7ad05ceec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10423294498381295850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850104232944983812958501042329449838129585010423294498381295850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb869f1-0ca4-4bf7-876f-18e7ad05ceec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842192e6-da13-4949-af4f-f0d6089b5f60, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842192e6-da13-4949-af4f-f0d6089b5f60, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17724135230340739114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114177241352303407391141772413523034073911417724135230340739114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3839e52-c392-47fe-9bdb-7c1581681709, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40006af7-187b-486e-9d6d-0317840fa9b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40006af7-187b-486e-9d6d-0317840fa9b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8918928452483024599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599891892845248302459989189284524830245998918928452483024599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842192e6-da13-4949-af4f-f0d6089b5f60, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed8642f-c036-4147-972c-34c151e5a55f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed8642f-c036-4147-972c-34c151e5a55f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1178555251660625943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943117855525166062594311785552516606259431178555251660625943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40006af7-187b-486e-9d6d-0317840fa9b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc4b515-77fe-4524-849f-42d69a3403ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc4b515-77fe-4524-849f-42d69a3403ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880054929432346791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791288005492943234679128800549294323467912880054929432346791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed8642f-c036-4147-972c-34c151e5a55f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e69f2e-0ad9-4990-81b1-b4c85d478290, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e69f2e-0ad9-4990-81b1-b4c85d478290, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17754948726303384416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416177549487263033844161775494872630338441617754948726303384416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc4b515-77fe-4524-849f-42d69a3403ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a10f2e36-754a-4279-92ed-49688e6161f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a10f2e36-754a-4279-92ed-49688e6161f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10743669457133103811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811107436694571331038111074366945713310381110743669457133103811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e69f2e-0ad9-4990-81b1-b4c85d478290, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7706af82-ebcc-449f-98b3-5024d1786829, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7706af82-ebcc-449f-98b3-5024d1786829, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200831229483399901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901152008312294833999011520083122948339990115200831229483399901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a10f2e36-754a-4279-92ed-49688e6161f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2110065d-7000-4f15-9f59-77346ea6c6ff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2110065d-7000-4f15-9f59-77346ea6c6ff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282464341947797744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744182824643419477977441828246434194779774418282464341947797744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7706af82-ebcc-449f-98b3-5024d1786829, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 571908d5-e442-4879-9c9e-99bd55bf91e5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571908d5-e442-4879-9c9e-99bd55bf91e5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11794717245675989160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160117947172456759891601179471724567598916011794717245675989160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2110065d-7000-4f15-9f59-77346ea6c6ff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bf6b5d-1e3f-4405-b4d4-7e4c18f3d82c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bf6b5d-1e3f-4405-b4d4-7e4c18f3d82c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958049141333013071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071169580491413330130711695804914133301307116958049141333013071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bf6b5d-1e3f-4405-b4d4-7e4c18f3d82c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dc7c289-e546-42b1-b0db-2f0e9007c05d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dc7c289-e546-42b1-b0db-2f0e9007c05d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3233266071935191938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938323326607193519193832332660719351919383233266071935191938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571908d5-e442-4879-9c9e-99bd55bf91e5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60482601-ab90-4181-bf3a-686fb8c76e3d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60482601-ab90-4181-bf3a-686fb8c76e3d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17089053844373437331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331170890538443734373311708905384437343733117089053844373437331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dc7c289-e546-42b1-b0db-2f0e9007c05d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f0a4bd-4970-4303-b7d3-a7aa44af0727, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f0a4bd-4970-4303-b7d3-a7aa44af0727, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5723426821984099898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898572342682198409989857234268219840998985723426821984099898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60482601-ab90-4181-bf3a-686fb8c76e3d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bc50f79-8db3-4cd9-b205-b3b713b2eed5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc50f79-8db3-4cd9-b205-b3b713b2eed5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10151858205701265198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198101518582057012651981015185820570126519810151858205701265198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f0a4bd-4970-4303-b7d3-a7aa44af0727, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 099759a2-c7c6-47d0-921b-dc256bd0db50, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 099759a2-c7c6-47d0-921b-dc256bd0db50, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6152958536993057913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913615295853699305791361529585369930579136152958536993057913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc50f79-8db3-4cd9-b205-b3b713b2eed5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6096abc2-8a8c-43f2-85c1-82cbb1c9c0b5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6096abc2-8a8c-43f2-85c1-82cbb1c9c0b5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3386254961341307065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065338625496134130706533862549613413070653386254961341307065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 099759a2-c7c6-47d0-921b-dc256bd0db50, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87d68d9a-b25e-4fc7-bb9a-a83907ec2958, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87d68d9a-b25e-4fc7-bb9a-a83907ec2958, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1033386623768793251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251103338662376879325110333866237687932511033386623768793251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6096abc2-8a8c-43f2-85c1-82cbb1c9c0b5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf88457a-d3f6-4dbe-93c5-04d6239fef47, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf88457a-d3f6-4dbe-93c5-04d6239fef47, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15860265875997208508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508158602658759972085081586026587599720850815860265875997208508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87d68d9a-b25e-4fc7-bb9a-a83907ec2958, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d549b41-67d5-4898-997a-da00ec634824, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d549b41-67d5-4898-997a-da00ec634824, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18309001615565199736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736183090016155651997361830900161556519973618309001615565199736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf88457a-d3f6-4dbe-93c5-04d6239fef47, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64b44d06-b4e9-4fbd-98f4-29d308f855ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b44d06-b4e9-4fbd-98f4-29d308f855ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9461804172554959000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000946180417255495900094618041725549590009461804172554959000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d549b41-67d5-4898-997a-da00ec634824, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd1d347-6473-4cd3-98b6-009be8d7147f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd1d347-6473-4cd3-98b6-009be8d7147f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11519395883460065761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761115193958834600657611151939588346006576111519395883460065761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b44d06-b4e9-4fbd-98f4-29d308f855ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8c0e47-df18-4f8f-93cf-bb87a16d19c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd1d347-6473-4cd3-98b6-009be8d7147f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1a499b-6ad9-4d7d-8db3-8679c6aa47f1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1a499b-6ad9-4d7d-8db3-8679c6aa47f1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12252305276060253816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816122523052760602538161225230527606025381612252305276060253816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8c0e47-df18-4f8f-93cf-bb87a16d19c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16159626944548793997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997161596269445487939971615962694454879399716159626944548793997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1a499b-6ad9-4d7d-8db3-8679c6aa47f1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6555b135-267c-4f45-9b50-89a89de1d29c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6555b135-267c-4f45-9b50-89a89de1d29c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5820161793555836928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928582016179355583692858201617935558369285820161793555836928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8c0e47-df18-4f8f-93cf-bb87a16d19c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4c0c935-8b05-429a-abb6-a179e3c04110, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c0c935-8b05-429a-abb6-a179e3c04110, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13802488844807394907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907138024888448073949071380248884480739490713802488844807394907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6555b135-267c-4f45-9b50-89a89de1d29c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 463408ee-b96f-4e14-a266-fb8135bcaf1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 463408ee-b96f-4e14-a266-fb8135bcaf1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2298083147964691918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918229808314796469191822980831479646919182298083147964691918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c0c935-8b05-429a-abb6-a179e3c04110, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f269b148-2c1a-4583-92bc-93897bbeebde, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f269b148-2c1a-4583-92bc-93897bbeebde, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7171325489594443695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695717132548959444369571713254895944436957171325489594443695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 463408ee-b96f-4e14-a266-fb8135bcaf1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a21a6f12-72a4-4a65-8676-cc81144e877c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f269b148-2c1a-4583-92bc-93897bbeebde, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caa38a3f-ae32-42ff-a3ef-e75ddc2c971a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21a6f12-72a4-4a65-8676-cc81144e877c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7040075328938990157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157704007532893899015770400753289389901577040075328938990157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caa38a3f-ae32-42ff-a3ef-e75ddc2c971a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10703667069951985295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295107036670699519852951070366706995198529510703667069951985295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21a6f12-72a4-4a65-8676-cc81144e877c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caa38a3f-ae32-42ff-a3ef-e75ddc2c971a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f069d06-94e7-4235-b19f-19f9a24cdca6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f069d06-94e7-4235-b19f-19f9a24cdca6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5330879892918895012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012533087989291889501253308798929188950125330879892918895012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df91da51-21dc-404d-9344-85881e5303ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df91da51-21dc-404d-9344-85881e5303ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15158224066255664768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768151582240662556647681515822406625566476815158224066255664768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f069d06-94e7-4235-b19f-19f9a24cdca6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aa15b96-d985-49ed-8863-bbb4a4624485, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa15b96-d985-49ed-8863-bbb4a4624485, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2919312383337606576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576291931238333760657629193123833376065762919312383337606576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df91da51-21dc-404d-9344-85881e5303ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ef13c4-75fb-497b-a9d3-0b7cdec846b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ef13c4-75fb-497b-a9d3-0b7cdec846b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11989116812934233580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580119891168129342335801198911681293423358011989116812934233580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa15b96-d985-49ed-8863-bbb4a4624485, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a33e61e0-7127-4675-8d9d-5f71104e6f7b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33e61e0-7127-4675-8d9d-5f71104e6f7b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14965291412701872216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216149652914127018722161496529141270187221614965291412701872216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ef13c4-75fb-497b-a9d3-0b7cdec846b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8699cab4-2635-438d-ac61-1ae7c86d41e0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8699cab4-2635-438d-ac61-1ae7c86d41e0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8078336885602066293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293807833688560206629380783368856020662938078336885602066293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33e61e0-7127-4675-8d9d-5f71104e6f7b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06145132-4eda-41a8-957e-08abee9a93b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06145132-4eda-41a8-957e-08abee9a93b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10559391138650253651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651105593911386502536511055939113865025365110559391138650253651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8699cab4-2635-438d-ac61-1ae7c86d41e0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 996dd25a-e033-4b52-82e3-0361f3de0a96, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 996dd25a-e033-4b52-82e3-0361f3de0a96, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460186813657782632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632246018681365778263224601868136577826322460186813657782632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06145132-4eda-41a8-957e-08abee9a93b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8330cc55-9007-4caa-aec3-519d1b408288, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8330cc55-9007-4caa-aec3-519d1b408288, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13793920863513691727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727137939208635136917271379392086351369172713793920863513691727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 996dd25a-e033-4b52-82e3-0361f3de0a96, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14251b20-b432-462e-9935-e3420823351e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14251b20-b432-462e-9935-e3420823351e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7348220370180629686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686734822037018062968673482203701806296867348220370180629686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8330cc55-9007-4caa-aec3-519d1b408288, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd5798d-f99d-451f-9319-53cf97cf509a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd5798d-f99d-451f-9319-53cf97cf509a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14451026537791965897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897144510265377919658971445102653779196589714451026537791965897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14251b20-b432-462e-9935-e3420823351e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ec4a2fd-2e1a-4d2e-bef3-aadfc2f9116a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ec4a2fd-2e1a-4d2e-bef3-aadfc2f9116a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10678618813945019940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940106786188139450199401067861881394501994010678618813945019940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd5798d-f99d-451f-9319-53cf97cf509a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff43e09e-fc35-4386-ac40-a7db3e170c3b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff43e09e-fc35-4386-ac40-a7db3e170c3b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17779493701033936008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008177794937010339360081777949370103393600817779493701033936008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ec4a2fd-2e1a-4d2e-bef3-aadfc2f9116a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3001962-6c46-4249-b039-c048eb7eca62, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3001962-6c46-4249-b039-c048eb7eca62, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14109103070210956743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743141091030702109567431410910307021095674314109103070210956743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff43e09e-fc35-4386-ac40-a7db3e170c3b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 484a7354-0685-485a-b5ba-719f8599f8e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 484a7354-0685-485a-b5ba-719f8599f8e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8117087733362418812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812811708773336241881281170877333624188128117087733362418812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3001962-6c46-4249-b039-c048eb7eca62, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a2e641-84ff-402b-9e25-99053e7e414e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a2e641-84ff-402b-9e25-99053e7e414e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 102772952473006261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261102772952473006261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 484a7354-0685-485a-b5ba-719f8599f8e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1614128-5333-4378-8a8a-0fc889c1277f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1614128-5333-4378-8a8a-0fc889c1277f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13829370837648926426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426138293708376489264261382937083764892642613829370837648926426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a2e641-84ff-402b-9e25-99053e7e414e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7033dca1-3a8e-4948-911b-ea9b3e81abc0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7033dca1-3a8e-4948-911b-ea9b3e81abc0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358724071243850536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536183587240712438505361835872407124385053618358724071243850536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1614128-5333-4378-8a8a-0fc889c1277f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cd24beb-94ad-46ac-9344-2b79426fd033, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd24beb-94ad-46ac-9344-2b79426fd033, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7768915074404686950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950776891507440468695077689150744046869507768915074404686950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7033dca1-3a8e-4948-911b-ea9b3e81abc0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec3fdc33-97f1-4f41-a6e2-0acabbe48704, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec3fdc33-97f1-4f41-a6e2-0acabbe48704, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478621340906938109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109347862134090693810934786213409069381093478621340906938109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd24beb-94ad-46ac-9344-2b79426fd033, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994d3cc1-3916-4f00-8f14-343bc1841cd5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994d3cc1-3916-4f00-8f14-343bc1841cd5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14712192252430574536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536147121922524305745361471219225243057453614712192252430574536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec3fdc33-97f1-4f41-a6e2-0acabbe48704, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06535fe7-89ac-4638-bc57-1bd9ea75f2b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06535fe7-89ac-4638-bc57-1bd9ea75f2b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693506043314902269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269269350604331490226926935060433149022692693506043314902269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994d3cc1-3916-4f00-8f14-343bc1841cd5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c99697f-8bb9-49b7-a43c-09cc1eb5067a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c99697f-8bb9-49b7-a43c-09cc1eb5067a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13197169674201368358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358131971696742013683581319716967420136835813197169674201368358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06535fe7-89ac-4638-bc57-1bd9ea75f2b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cd9f2e8-8c9b-473f-8d39-eabcd8e37799, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd9f2e8-8c9b-473f-8d39-eabcd8e37799, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5536023002004553620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620553602300200455362055360230020045536205536023002004553620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c99697f-8bb9-49b7-a43c-09cc1eb5067a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd9f2e8-8c9b-473f-8d39-eabcd8e37799, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, facf334e-9274-45da-b0ca-56e8247cb1fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, facf334e-9274-45da-b0ca-56e8247cb1fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537504608013111994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994145375046080131119941453750460801311199414537504608013111994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a71f90-3ca7-4393-99d8-988e66fe4414, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a71f90-3ca7-4393-99d8-988e66fe4414, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12431901816700912629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629124319018167009126291243190181670091262912431901816700912629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, facf334e-9274-45da-b0ca-56e8247cb1fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32bdea2-3504-48e6-9e56-da02bedbda1a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32bdea2-3504-48e6-9e56-da02bedbda1a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17239611354351438772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772172396113543514387721723961135435143877217239611354351438772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a71f90-3ca7-4393-99d8-988e66fe4414, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe4e3ee-ef04-4fe4-a68e-55854f52e137, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe4e3ee-ef04-4fe4-a68e-55854f52e137, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1020060901967375265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265102006090196737526510200609019673752651020060901967375265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, bc1c6190-2eca-452a-a5c1-497ca522ba7d, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, bc1c6190-2eca-452a-a5c1-497ca522ba7d, localhost:9886): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32bdea2-3504-48e6-9e56-da02bedbda1a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24571c50-1e99-4930-a320-88ec8865a2dc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24571c50-1e99-4930-a320-88ec8865a2dc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572961374095968610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610165729613740959686101657296137409596861016572961374095968610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe4e3ee-ef04-4fe4-a68e-55854f52e137, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10745d6f-5e4b-4b8c-a9db-ec3c504a23ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, bc1c6190-2eca-452a-a5c1-497ca522ba7d, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 25884 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-djbupjqxve.auto.internal" port: 26181 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-djbupjqxve.auto.internal:26181, location , ssl: False>, <Endpoint ghrun-djbupjqxve.auto.internal:25884, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24571c50-1e99-4930-a320-88ec8865a2dc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22c4d52a-b328-4065-b9a1-e4c9cde5e331, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10745d6f-5e4b-4b8c-a9db-ec3c504a23ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807441471051917990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990380744147105191799038074414710519179903807441471051917990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c4d52a-b328-4065-b9a1-e4c9cde5e331, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15432745811426688947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947154327458114266889471543274581142668894715432745811426688947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10745d6f-5e4b-4b8c-a9db-ec3c504a23ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb07b10c-d814-4380-94b4-51f998e897c0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb07b10c-d814-4380-94b4-51f998e897c0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14745683710062869805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805147456837100628698051474568371006286980514745683710062869805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c4d52a-b328-4065-b9a1-e4c9cde5e331, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39fc2dbe-879b-4d6c-b79f-4f02deb2888b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39fc2dbe-879b-4d6c-b79f-4f02deb2888b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17737767782127242384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384177377677821272423841773776778212724238417737767782127242384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb07b10c-d814-4380-94b4-51f998e897c0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2268c45-67f5-4069-b03d-7acbb97f2d2a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2268c45-67f5-4069-b03d-7acbb97f2d2a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 399269952556484048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048399269952556484048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39fc2dbe-879b-4d6c-b79f-4f02deb2888b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f2faef9-26c8-43f0-845f-ba258b00c18a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f2faef9-26c8-43f0-845f-ba258b00c18a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13016978077244359990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990130169780772443599901301697807724435999013016978077244359990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2268c45-67f5-4069-b03d-7acbb97f2d2a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e3692e-b005-4e99-800d-062c43cc7c08, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e3692e-b005-4e99-800d-062c43cc7c08, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 938792261987690829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829938792261987690829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f2faef9-26c8-43f0-845f-ba258b00c18a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e3692e-b005-4e99-800d-062c43cc7c08, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 246b6559-c15c-4a8f-96d6-141dbffcd45b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 246b6559-c15c-4a8f-96d6-141dbffcd45b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6361493787390811133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133636149378739081113363614937873908111336361493787390811133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c4dcd0b-686e-4824-b2f8-23f9db64e216, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c4dcd0b-686e-4824-b2f8-23f9db64e216, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6730926612196561476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476673092661219656147667309266121965614766730926612196561476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 246b6559-c15c-4a8f-96d6-141dbffcd45b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2611bb71-e36e-46ca-912f-76d7eaa8f14d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2611bb71-e36e-46ca-912f-76d7eaa8f14d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2487291951264681818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818248729195126468181824872919512646818182487291951264681818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c4dcd0b-686e-4824-b2f8-23f9db64e216, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18b478f1-4157-4cd3-b328-2eb123493ff0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b478f1-4157-4cd3-b328-2eb123493ff0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371670211715437577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577637167021171543757763716702117154375776371670211715437577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2611bb71-e36e-46ca-912f-76d7eaa8f14d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ef692ab-75f0-482a-a126-3c43bb23844f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef692ab-75f0-482a-a126-3c43bb23844f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12819885458785961578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578128198854587859615781281988545878596157812819885458785961578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b478f1-4157-4cd3-b328-2eb123493ff0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 990389d5-eb23-4b94-9c2f-5dfc8e0e3cc6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990389d5-eb23-4b94-9c2f-5dfc8e0e3cc6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10140103962044278270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270101401039620442782701014010396204427827010140103962044278270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef692ab-75f0-482a-a126-3c43bb23844f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d315bed9-8a34-4986-9012-fa811a867536, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d315bed9-8a34-4986-9012-fa811a867536, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15688715734227372569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569156887157342273725691568871573422737256915688715734227372569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990389d5-eb23-4b94-9c2f-5dfc8e0e3cc6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cd35fa-5c7c-4bd4-87de-8af2ab5a9322, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cd35fa-5c7c-4bd4-87de-8af2ab5a9322, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5970662558313162567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567597066255831316256759706625583131625675970662558313162567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d315bed9-8a34-4986-9012-fa811a867536, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a5f9dd-fe00-4fb4-a0fb-bc927f068d2f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a5f9dd-fe00-4fb4-a0fb-bc927f068d2f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3832175105764423727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727383217510576442372738321751057644237273832175105764423727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cd35fa-5c7c-4bd4-87de-8af2ab5a9322, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 862dc315-e263-4a5a-90d5-ff2a3997cfb7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 862dc315-e263-4a5a-90d5-ff2a3997cfb7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10445724055906908033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033104457240559069080331044572405590690803310445724055906908033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a5f9dd-fe00-4fb4-a0fb-bc927f068d2f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 628b0959-1aea-4ee8-88cb-e824c16ba12d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628b0959-1aea-4ee8-88cb-e824c16ba12d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17977648914687208211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211179776489146872082111797764891468720821117977648914687208211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 862dc315-e263-4a5a-90d5-ff2a3997cfb7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe156cbe-72bd-4b92-a7b1-fc0f07c30bb5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe156cbe-72bd-4b92-a7b1-fc0f07c30bb5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11843862427963002632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632118438624279630026321184386242796300263211843862427963002632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628b0959-1aea-4ee8-88cb-e824c16ba12d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8df357a4-db6c-461b-95e1-da08ac6de45a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8df357a4-db6c-461b-95e1-da08ac6de45a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2854376224848152536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536285437622484815253628543762248481525362854376224848152536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe156cbe-72bd-4b92-a7b1-fc0f07c30bb5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8e43d36-11d7-49fa-a763-00021837b9a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8e43d36-11d7-49fa-a763-00021837b9a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11519242261300173743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743115192422613001737431151924226130017374311519242261300173743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8df357a4-db6c-461b-95e1-da08ac6de45a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b402970-5938-4478-a3a4-b08c36d94357, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b402970-5938-4478-a3a4-b08c36d94357, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1835023326363114808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808183502332636311480818350233263631148081835023326363114808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8e43d36-11d7-49fa-a763-00021837b9a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5949d444-ca35-4195-9d92-bd9c02ec30e0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5949d444-ca35-4195-9d92-bd9c02ec30e0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17050392202942628305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305170503922029426283051705039220294262830517050392202942628305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b402970-5938-4478-a3a4-b08c36d94357, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14c4f02-7cb3-4fe2-8868-00d5ce42eb03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14c4f02-7cb3-4fe2-8868-00d5ce42eb03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1061832296936725609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609106183229693672560910618322969367256091061832296936725609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5949d444-ca35-4195-9d92-bd9c02ec30e0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acdc983-055e-44ef-8e4e-21481025ca6c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acdc983-055e-44ef-8e4e-21481025ca6c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15002451644419131324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324150024516444191313241500245164441913132415002451644419131324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14c4f02-7cb3-4fe2-8868-00d5ce42eb03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54689e17-810a-4498-a2b4-08198e99b3f0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54689e17-810a-4498-a2b4-08198e99b3f0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2926624187634383300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300292662418763438330029266241876343833002926624187634383300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acdc983-055e-44ef-8e4e-21481025ca6c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ec3867-c0ba-47e4-857c-512fea645a99, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ec3867-c0ba-47e4-857c-512fea645a99, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17880244766964557615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615178802447669645576151788024476696455761517880244766964557615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54689e17-810a-4498-a2b4-08198e99b3f0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c7b253b-c891-4bbb-8fb7-8590c5ab1970, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7b253b-c891-4bbb-8fb7-8590c5ab1970, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13575511777338277923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923135755117773382779231357551177733827792313575511777338277923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ec3867-c0ba-47e4-857c-512fea645a99, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a57e98b0-8c2a-40c1-95a1-e906bd12253d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a57e98b0-8c2a-40c1-95a1-e906bd12253d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12687530093517824409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409126875300935178244091268753009351782440912687530093517824409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7b253b-c891-4bbb-8fb7-8590c5ab1970, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad917070-10bb-4ae1-ae97-470d9ede4e38, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad917070-10bb-4ae1-ae97-470d9ede4e38, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9016695710818959379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379901669571081895937990166957108189593799016695710818959379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a57e98b0-8c2a-40c1-95a1-e906bd12253d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b651e5-8dff-4a9e-91ef-4406af567bbd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b651e5-8dff-4a9e-91ef-4406af567bbd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6168244231918848980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980616824423191884898061682442319188489806168244231918848980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad917070-10bb-4ae1-ae97-470d9ede4e38, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e083e49-392e-4d0e-8c58-4d6f07e031c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e083e49-392e-4d0e-8c58-4d6f07e031c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11611745460815308285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285116117454608153082851161174546081530828511611745460815308285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b651e5-8dff-4a9e-91ef-4406af567bbd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c5ac7a8-156c-4d99-9900-f0c424a5b6b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c5ac7a8-156c-4d99-9900-f0c424a5b6b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15589628478539221884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884155896284785392218841558962847853922188415589628478539221884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e083e49-392e-4d0e-8c58-4d6f07e031c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22256bf2-75e8-4e1f-8e4f-8028f836fa62, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22256bf2-75e8-4e1f-8e4f-8028f836fa62, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527175552040190321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321125271755520401903211252717555204019032112527175552040190321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c5ac7a8-156c-4d99-9900-f0c424a5b6b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9b0c4c4-97b4-45f1-a4f6-871f9fa645c0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b0c4c4-97b4-45f1-a4f6-871f9fa645c0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13186976944959871882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882131869769449598718821318697694495987188213186976944959871882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22256bf2-75e8-4e1f-8e4f-8028f836fa62, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20a9d930-493b-4abc-afb6-c4031d90bca1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20a9d930-493b-4abc-afb6-c4031d90bca1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7793100003355890400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400779310000335589040077931000033558904007793100003355890400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b0c4c4-97b4-45f1-a4f6-871f9fa645c0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd95ae69-c4cf-433f-a733-57bfef6c194c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd95ae69-c4cf-433f-a733-57bfef6c194c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8975019964443418819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819897501996444341881989750199644434188198975019964443418819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20a9d930-493b-4abc-afb6-c4031d90bca1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43c18b20-729d-4a81-bc7f-9cdfa50e8829, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43c18b20-729d-4a81-bc7f-9cdfa50e8829, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12506310825721193033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033125063108257211930331250631082572119303312506310825721193033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd95ae69-c4cf-433f-a733-57bfef6c194c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50e3513-b69d-4541-995e-0c4b3e02471d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50e3513-b69d-4541-995e-0c4b3e02471d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8927614881270488454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454892761488127048845489276148812704884548927614881270488454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43c18b20-729d-4a81-bc7f-9cdfa50e8829, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3828acaa-bf7d-4f3c-9dbd-60ec5cf2f82a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3828acaa-bf7d-4f3c-9dbd-60ec5cf2f82a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12328012390368220609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609123280123903682206091232801239036822060912328012390368220609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50e3513-b69d-4541-995e-0c4b3e02471d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57b9c33-1c2e-4af3-9678-e87a21ab7da5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57b9c33-1c2e-4af3-9678-e87a21ab7da5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9949844317813813337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337994984431781381333799498443178138133379949844317813813337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3828acaa-bf7d-4f3c-9dbd-60ec5cf2f82a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b15be555-3ed1-4529-b189-439c7ea7fd8c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15be555-3ed1-4529-b189-439c7ea7fd8c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17760114959163865251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251177601149591638652511776011495916386525117760114959163865251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15be555-3ed1-4529-b189-439c7ea7fd8c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aabf047-dd30-4f0e-b2a1-83023bb46b04, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aabf047-dd30-4f0e-b2a1-83023bb46b04, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8389831603502165979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979838983160350216597983898316035021659798389831603502165979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57b9c33-1c2e-4af3-9678-e87a21ab7da5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cdf0a4f-f977-48b0-a325-c414ee6f7008, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdf0a4f-f977-48b0-a325-c414ee6f7008, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883343891590602345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345128833438915906023451288334389159060234512883343891590602345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aabf047-dd30-4f0e-b2a1-83023bb46b04, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd7f723-482f-4ef5-8709-61f4f2ac59ab, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd7f723-482f-4ef5-8709-61f4f2ac59ab, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5871116639289751064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064587111663928975106458711166392897510645871116639289751064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdf0a4f-f977-48b0-a325-c414ee6f7008, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88817309-8ccc-4f35-80a3-7d7cbff18740, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88817309-8ccc-4f35-80a3-7d7cbff18740, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17657514042188619868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868176575140421886198681765751404218861986817657514042188619868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd7f723-482f-4ef5-8709-61f4f2ac59ab, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af3b64ff-0836-4b7a-ba7f-dff7e08214ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3b64ff-0836-4b7a-ba7f-dff7e08214ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10005929346622906758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758100059293466229067581000592934662290675810005929346622906758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88817309-8ccc-4f35-80a3-7d7cbff18740, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6799ee-9c8b-49f6-ae86-828fcf60d917, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3b64ff-0836-4b7a-ba7f-dff7e08214ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6073c7f-88a9-4160-b41d-ea0065f24786, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6073c7f-88a9-4160-b41d-ea0065f24786, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4380587076782243104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104438058707678224310443805870767822431044380587076782243104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6799ee-9c8b-49f6-ae86-828fcf60d917, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2167730642893123058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058216773064289312305821677306428931230582167730642893123058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6073c7f-88a9-4160-b41d-ea0065f24786, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d09a7fe-797a-4f7a-9348-a003aa4bbd38, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d09a7fe-797a-4f7a-9348-a003aa4bbd38, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16446149089348028663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663164461490893480286631644614908934802866316446149089348028663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6799ee-9c8b-49f6-ae86-828fcf60d917, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78f00edc-2c24-4e5a-9121-146b5a208065, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f00edc-2c24-4e5a-9121-146b5a208065, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7867927187518096680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680786792718751809668078679271875180966807867927187518096680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d09a7fe-797a-4f7a-9348-a003aa4bbd38, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80cfd53c-6a8e-4135-becc-56533e307d6b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80cfd53c-6a8e-4135-becc-56533e307d6b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2130176371926708286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286213017637192670828621301763719267082862130176371926708286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80cfd53c-6a8e-4135-becc-56533e307d6b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb3ea4d-ab06-4e85-8b69-de384fc94d2d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb3ea4d-ab06-4e85-8b69-de384fc94d2d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6823156577857199924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924682315657785719992468231565778571999246823156577857199924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f00edc-2c24-4e5a-9121-146b5a208065, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 094e81cc-b3e3-46e3-bf13-d813ba3075a0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 094e81cc-b3e3-46e3-bf13-d813ba3075a0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14103715243188353840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840141037152431883538401410371524318835384014103715243188353840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb3ea4d-ab06-4e85-8b69-de384fc94d2d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b19335b-44f1-4a45-9807-f1456d2b4f9d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b19335b-44f1-4a45-9807-f1456d2b4f9d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14602307583972539074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074146023075839725390741460230758397253907414602307583972539074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 094e81cc-b3e3-46e3-bf13-d813ba3075a0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b302091-0f6d-4f24-851a-f87338d70cad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b19335b-44f1-4a45-9807-f1456d2b4f9d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 593e71db-7f6e-437f-bccd-28c745cdc5b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b302091-0f6d-4f24-851a-f87338d70cad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8753416694709235873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873875341669470923587387534166947092358738753416694709235873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 593e71db-7f6e-437f-bccd-28c745cdc5b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13356231058189198047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047133562310581891980471335623105818919804713356231058189198047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b302091-0f6d-4f24-851a-f87338d70cad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94140346-d3fe-47e5-aea7-a8006fbd1ff2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94140346-d3fe-47e5-aea7-a8006fbd1ff2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1268420030472898877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877126842003047289887712684200304728988771268420030472898877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 593e71db-7f6e-437f-bccd-28c745cdc5b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db811c51-d92e-4f1b-a520-23b4d1380052, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db811c51-d92e-4f1b-a520-23b4d1380052, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627740248818904820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820116277402488189048201162774024881890482011627740248818904820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db811c51-d92e-4f1b-a520-23b4d1380052, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e14e7bd-e6a6-4cbc-b434-f9b2c117dd9e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e14e7bd-e6a6-4cbc-b434-f9b2c117dd9e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3466292526846953926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926346629252684695392634662925268469539263466292526846953926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94140346-d3fe-47e5-aea7-a8006fbd1ff2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b885cd8-3890-4a7b-98ab-13292675efb3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b885cd8-3890-4a7b-98ab-13292675efb3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11894074098747615808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808118940740987476158081189407409874761580811894074098747615808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e14e7bd-e6a6-4cbc-b434-f9b2c117dd9e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9ede08-440c-4e54-8c8a-54be4966107b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9ede08-440c-4e54-8c8a-54be4966107b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447272635543306441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441644727263554330644164472726355433064416447272635543306441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b885cd8-3890-4a7b-98ab-13292675efb3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 942e92a9-a901-4247-b7bf-f50b8ac56d95, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 942e92a9-a901-4247-b7bf-f50b8ac56d95, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4520678481290496233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233452067848129049623345206784812904962334520678481290496233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9ede08-440c-4e54-8c8a-54be4966107b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51cdd5dd-088f-4cbd-bbb4-49aeb2e82fc0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51cdd5dd-088f-4cbd-bbb4-49aeb2e82fc0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 739787788887890808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808739787788887890808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 942e92a9-a901-4247-b7bf-f50b8ac56d95, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dba2bd4-b6e9-4ebb-9f32-23390f484161, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dba2bd4-b6e9-4ebb-9f32-23390f484161, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14715034206298635926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926147150342062986359261471503420629863592614715034206298635926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51cdd5dd-088f-4cbd-bbb4-49aeb2e82fc0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5df132e-49b7-4950-bf55-2063d6bbb588, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5df132e-49b7-4950-bf55-2063d6bbb588, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12453003461513618505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505124530034615136185051245300346151361850512453003461513618505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dba2bd4-b6e9-4ebb-9f32-23390f484161, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 577609f9-0cb8-4fc4-8b64-feb7d17b15c4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 577609f9-0cb8-4fc4-8b64-feb7d17b15c4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11467166205667859527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527114671662056678595271146716620566785952711467166205667859527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5df132e-49b7-4950-bf55-2063d6bbb588, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db50a51f-88aa-4920-9c96-3a9d6c945f10, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db50a51f-88aa-4920-9c96-3a9d6c945f10, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16493218992281625174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174164932189922816251741649321899228162517416493218992281625174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 577609f9-0cb8-4fc4-8b64-feb7d17b15c4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a2639d-388c-4b88-aa2a-bb1bf7de3715, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a2639d-388c-4b88-aa2a-bb1bf7de3715, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12898264044515009293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293128982640445150092931289826404451500929312898264044515009293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db50a51f-88aa-4920-9c96-3a9d6c945f10, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eeeff85-de9c-43bc-b396-bbfbcdc85c18, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eeeff85-de9c-43bc-b396-bbfbcdc85c18, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14129515190516435329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329141295151905164353291412951519051643532914129515190516435329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a2639d-388c-4b88-aa2a-bb1bf7de3715, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26378876-5f6a-4b1a-b23a-74f289844360, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26378876-5f6a-4b1a-b23a-74f289844360, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552742328903202595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595255274232890320259525527423289032025952552742328903202595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eeeff85-de9c-43bc-b396-bbfbcdc85c18, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70b115fe-dd57-4ba4-8995-bb05fd3e27d8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b115fe-dd57-4ba4-8995-bb05fd3e27d8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3172491321526621967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967317249132152662196731724913215266219673172491321526621967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26378876-5f6a-4b1a-b23a-74f289844360, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45018755-ca5e-49f7-9eb1-0dc01eb19acb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45018755-ca5e-49f7-9eb1-0dc01eb19acb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12551295428028840161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161125512954280288401611255129542802884016112551295428028840161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b115fe-dd57-4ba4-8995-bb05fd3e27d8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f73f950b-2620-4fd0-803a-0e00f4d08415, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f73f950b-2620-4fd0-803a-0e00f4d08415, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13683630255310380805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805136836302553103808051368363025531038080513683630255310380805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45018755-ca5e-49f7-9eb1-0dc01eb19acb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35aa2a31-196a-45e1-a516-f2474312c3bc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35aa2a31-196a-45e1-a516-f2474312c3bc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6872316341919877813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813687231634191987781368723163419198778136872316341919877813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f73f950b-2620-4fd0-803a-0e00f4d08415, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0ceec30-5b81-42b9-b2e6-acf6cc0405c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ceec30-5b81-42b9-b2e6-acf6cc0405c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 850928165335462803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803850928165335462803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35aa2a31-196a-45e1-a516-f2474312c3bc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf855479-12c3-46e9-86c2-9ddcab4dd4d4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf855479-12c3-46e9-86c2-9ddcab4dd4d4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9269192561503865294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294926919256150386529492691925615038652949269192561503865294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ceec30-5b81-42b9-b2e6-acf6cc0405c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfa6b7a3-7139-4e6f-b6f0-1535a1bc0b99, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfa6b7a3-7139-4e6f-b6f0-1535a1bc0b99, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6595396140495256428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428659539614049525642865953961404952564286595396140495256428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf855479-12c3-46e9-86c2-9ddcab4dd4d4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08bf4f56-8f23-48b9-97a0-339574a03bf2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08bf4f56-8f23-48b9-97a0-339574a03bf2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10215448544650432006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006102154485446504320061021544854465043200610215448544650432006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfa6b7a3-7139-4e6f-b6f0-1535a1bc0b99, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465349ff-dab3-4096-beae-9885d49b0a5a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465349ff-dab3-4096-beae-9885d49b0a5a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 962134362961876419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419962134362961876419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08bf4f56-8f23-48b9-97a0-339574a03bf2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fe8337-588f-4eb9-85d1-3ce47f23b041, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fe8337-588f-4eb9-85d1-3ce47f23b041, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1025463498754065865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865102546349875406586510254634987540658651025463498754065865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465349ff-dab3-4096-beae-9885d49b0a5a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4088a91-24e7-4560-bab8-a27dd5a76998, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4088a91-24e7-4560-bab8-a27dd5a76998, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11742071595646093763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763117420715956460937631174207159564609376311742071595646093763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fe8337-588f-4eb9-85d1-3ce47f23b041, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 764064fa-96e1-4dc7-8ebd-47ee2e0a687a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764064fa-96e1-4dc7-8ebd-47ee2e0a687a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8288073366817115030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030828807336681711503082880733668171150308288073366817115030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4088a91-24e7-4560-bab8-a27dd5a76998, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c069a90d-3d94-43c1-b3df-697bc04c9909, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c069a90d-3d94-43c1-b3df-697bc04c9909, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8051094675351437141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141805109467535143714180510946753514371418051094675351437141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764064fa-96e1-4dc7-8ebd-47ee2e0a687a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7d29c09-2ccb-4707-9021-984358c1e84c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7d29c09-2ccb-4707-9021-984358c1e84c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9775550797147320520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520977555079714732052097755507971473205209775550797147320520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c069a90d-3d94-43c1-b3df-697bc04c9909, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2ec0ac-d4b0-4eeb-a27c-f6de08d1a8bf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2ec0ac-d4b0-4eeb-a27c-f6de08d1a8bf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17881648821968880769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769178816488219688807691788164882196888076917881648821968880769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7d29c09-2ccb-4707-9021-984358c1e84c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0962eaa-655c-4a16-9db0-0d50744c406a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0962eaa-655c-4a16-9db0-0d50744c406a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14190191811282298992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992141901918112822989921419019181128229899214190191811282298992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2ec0ac-d4b0-4eeb-a27c-f6de08d1a8bf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79d44c6-21c1-4403-8576-61942b00c725, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79d44c6-21c1-4403-8576-61942b00c725, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15146267751009937028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028151462677510099370281514626775100993702815146267751009937028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0962eaa-655c-4a16-9db0-0d50744c406a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1b2066-dfc8-4ce2-8c66-c7fd05aa3742, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1b2066-dfc8-4ce2-8c66-c7fd05aa3742, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2220490569205684082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082222049056920568408222204905692056840822220490569205684082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79d44c6-21c1-4403-8576-61942b00c725, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b8aa1bd-3cb1-4a59-8f78-a37dbb4f9b04, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b8aa1bd-3cb1-4a59-8f78-a37dbb4f9b04, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15424812116787768974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974154248121167877689741542481211678776897415424812116787768974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1b2066-dfc8-4ce2-8c66-c7fd05aa3742, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea9277dd-574b-4650-8c17-c513e212bc3c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea9277dd-574b-4650-8c17-c513e212bc3c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54241990759360917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5424199075936091754241990759360917542419907593609175424199075936091754241990759360917542419907593609175424199075936091754241990759360917542419907593609175424199075936091754241990759360917542419907593609175424199075936091754241990759360917542419907593609175424199075936091754241990759360917542419907593609175424199075936091754241990759360917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b8aa1bd-3cb1-4a59-8f78-a37dbb4f9b04, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40a5c800-3af8-4968-a0b9-e48b17bd5ab0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40a5c800-3af8-4968-a0b9-e48b17bd5ab0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1287978885424573943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943128797888542457394312879788854245739431287978885424573943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea9277dd-574b-4650-8c17-c513e212bc3c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931df577-7bb6-4e68-83cf-70cf72fe6ae9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931df577-7bb6-4e68-83cf-70cf72fe6ae9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7777806871481536913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913777780687148153691377778068714815369137777806871481536913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40a5c800-3af8-4968-a0b9-e48b17bd5ab0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 165eb204-1526-4d79-aa26-3a581141be47, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 165eb204-1526-4d79-aa26-3a581141be47, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17849910017674024439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439178499100176740244391784991001767402443917849910017674024439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931df577-7bb6-4e68-83cf-70cf72fe6ae9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87aa0b0d-118c-4ec4-90f7-4a079b5070ee, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87aa0b0d-118c-4ec4-90f7-4a079b5070ee, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328453980795756435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435163284539807957564351632845398079575643516328453980795756435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 165eb204-1526-4d79-aa26-3a581141be47, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131b9477-df3b-46bb-ae0c-cd77ba3e4615, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131b9477-df3b-46bb-ae0c-cd77ba3e4615, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6603783565911258540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540660378356591125854066037835659112585406603783565911258540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87aa0b0d-118c-4ec4-90f7-4a079b5070ee, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f0b5010-8e36-4102-a1c6-9abd8df2017f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f0b5010-8e36-4102-a1c6-9abd8df2017f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14032337145631118336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336140323371456311183361403233714563111833614032337145631118336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131b9477-df3b-46bb-ae0c-cd77ba3e4615, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9944cc1f-6686-4b1e-878e-95f4e55f8b88, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9944cc1f-6686-4b1e-878e-95f4e55f8b88, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13135535614775280831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831131355356147752808311313553561477528083113135535614775280831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f0b5010-8e36-4102-a1c6-9abd8df2017f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ad20ac-b2de-4534-9f09-cd95a9bf4fc7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ad20ac-b2de-4534-9f09-cd95a9bf4fc7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15673825439168740432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432156738254391687404321567382543916874043215673825439168740432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9944cc1f-6686-4b1e-878e-95f4e55f8b88, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89cc0a6c-aefc-4b4d-a20d-063085797581, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89cc0a6c-aefc-4b4d-a20d-063085797581, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17993339638802896914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914179933396388028969141799333963880289691417993339638802896914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ad20ac-b2de-4534-9f09-cd95a9bf4fc7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ebdbd58-30cb-47ae-8cd3-9f3917a6c306, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ebdbd58-30cb-47ae-8cd3-9f3917a6c306, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9723912428636751322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322972391242863675132297239124286367513229723912428636751322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89cc0a6c-aefc-4b4d-a20d-063085797581, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad417feb-8df9-46ad-aaa9-b04c20982748, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad417feb-8df9-46ad-aaa9-b04c20982748, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14139428197351108644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644141394281973511086441413942819735110864414139428197351108644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ebdbd58-30cb-47ae-8cd3-9f3917a6c306, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d2dd4c-5a42-453d-aa39-6836a2b53016, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d2dd4c-5a42-453d-aa39-6836a2b53016, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10048257768986692347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347100482577689866923471004825776898669234710048257768986692347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad417feb-8df9-46ad-aaa9-b04c20982748, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec49dec0-4096-4ef5-8e48-fb9ca3d7c400, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec49dec0-4096-4ef5-8e48-fb9ca3d7c400, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152334412006493175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175161523344120064931751615233441200649317516152334412006493175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d2dd4c-5a42-453d-aa39-6836a2b53016, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d0126bf-633f-40c1-b33c-712869b3d2e9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d0126bf-633f-40c1-b33c-712869b3d2e9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1849827143482638945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945184982714348263894518498271434826389451849827143482638945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec49dec0-4096-4ef5-8e48-fb9ca3d7c400, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06484caa-e7e3-40a0-95a8-6f9228ecfb35, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06484caa-e7e3-40a0-95a8-6f9228ecfb35, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13677302142306971205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205136773021423069712051367730214230697120513677302142306971205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d0126bf-633f-40c1-b33c-712869b3d2e9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bca88a9-5604-4b3a-8a95-6e4f0c92d699, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06484caa-e7e3-40a0-95a8-6f9228ecfb35, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8153fe3-e244-4e0b-a9ac-af655767c27f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bca88a9-5604-4b3a-8a95-6e4f0c92d699, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8903030345251348558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558890303034525134855889030303452513485588903030345251348558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8153fe3-e244-4e0b-a9ac-af655767c27f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13315510089591737971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971133155100895917379711331551008959173797113315510089591737971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8153fe3-e244-4e0b-a9ac-af655767c27f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d30ae72-d414-400c-9b30-439c6b2c3c44, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d30ae72-d414-400c-9b30-439c6b2c3c44, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13626527623009775619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619136265276230097756191362652762300977561913626527623009775619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bca88a9-5604-4b3a-8a95-6e4f0c92d699, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4b495e-7996-446f-b4ce-fb7d3743d1c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4b495e-7996-446f-b4ce-fb7d3743d1c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2357735437868667503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503235773543786866750323577354378686675032357735437868667503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d30ae72-d414-400c-9b30-439c6b2c3c44, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4353cbb5-83ef-4061-a14f-57f263b92bdd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4353cbb5-83ef-4061-a14f-57f263b92bdd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7657632806218458731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731765763280621845873176576328062184587317657632806218458731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4b495e-7996-446f-b4ce-fb7d3743d1c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 657f9267-9778-4a2c-ad1f-1df9e2eb10ce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657f9267-9778-4a2c-ad1f-1df9e2eb10ce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11707066539770880273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273117070665397708802731170706653977088027311707066539770880273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4353cbb5-83ef-4061-a14f-57f263b92bdd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 440a38c1-13a1-43ea-ba52-f64494929c11, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 440a38c1-13a1-43ea-ba52-f64494929c11, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4330826095724355186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186433082609572435518643308260957243551864330826095724355186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657f9267-9778-4a2c-ad1f-1df9e2eb10ce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b11c62b-38ef-407f-8427-6c655549f092, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b11c62b-38ef-407f-8427-6c655549f092, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7851237463585106961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961785123746358510696178512374635851069617851237463585106961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 440a38c1-13a1-43ea-ba52-f64494929c11, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ccf0f51-99eb-48a9-8f1a-3b28e51a3949, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ccf0f51-99eb-48a9-8f1a-3b28e51a3949, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8991736585357226336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336899173658535722633689917365853572263368991736585357226336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b11c62b-38ef-407f-8427-6c655549f092, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e94e92b6-69f1-4d1c-b2b8-203222dd9812, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e94e92b6-69f1-4d1c-b2b8-203222dd9812, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7505109276019619759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759750510927601961975975051092760196197597505109276019619759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ccf0f51-99eb-48a9-8f1a-3b28e51a3949, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2957cd21-8a9f-4bc8-967f-edce86137a14, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2957cd21-8a9f-4bc8-967f-edce86137a14, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18050027164278500832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832180500271642785008321805002716427850083218050027164278500832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e94e92b6-69f1-4d1c-b2b8-203222dd9812, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e059e17-114f-4afc-8e8b-d88ec491e484, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e059e17-114f-4afc-8e8b-d88ec491e484, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8874711924680758292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292887471192468075829288747119246807582928874711924680758292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2957cd21-8a9f-4bc8-967f-edce86137a14, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29bc630e-7812-4493-b3ed-ac65d9f3f11a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bc630e-7812-4493-b3ed-ac65d9f3f11a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11201942225898239797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797112019422258982397971120194222589823979711201942225898239797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e059e17-114f-4afc-8e8b-d88ec491e484, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51174f6a-13a6-4f06-870b-8d8b3e686a23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51174f6a-13a6-4f06-870b-8d8b3e686a23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1044671789497549395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395104467178949754939510446717894975493951044671789497549395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bc630e-7812-4493-b3ed-ac65d9f3f11a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb03fdef-d32d-4736-8a36-f1061f80dd12, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb03fdef-d32d-4736-8a36-f1061f80dd12, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13428134993896750020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020134281349938967500201342813499389675002013428134993896750020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51174f6a-13a6-4f06-870b-8d8b3e686a23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a304e018-295b-4e06-99b4-197d64b88dd2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a304e018-295b-4e06-99b4-197d64b88dd2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4270435145868878277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277427043514586887827742704351458688782774270435145868878277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb03fdef-d32d-4736-8a36-f1061f80dd12, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c98560-f08c-40ff-ad85-fc2d73a7b28d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c98560-f08c-40ff-ad85-fc2d73a7b28d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14841034369509300711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711148410343695093007111484103436950930071114841034369509300711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a304e018-295b-4e06-99b4-197d64b88dd2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738c50a7-b385-4af0-a52b-72dbd7f47be4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738c50a7-b385-4af0-a52b-72dbd7f47be4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 152659056511566535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535152659056511566535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c98560-f08c-40ff-ad85-fc2d73a7b28d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa08315-28bb-4530-94f6-9af97c3dd8c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa08315-28bb-4530-94f6-9af97c3dd8c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9552363357339407194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194955236335733940719495523633573394071949552363357339407194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738c50a7-b385-4af0-a52b-72dbd7f47be4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2b09f65-50df-4a4c-b49c-d7d57b198bd2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b09f65-50df-4a4c-b49c-d7d57b198bd2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17922848817479089223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223179228488174790892231792284881747908922317922848817479089223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa08315-28bb-4530-94f6-9af97c3dd8c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152a4684-f863-4e1c-acde-53b4297d7010, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152a4684-f863-4e1c-acde-53b4297d7010, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381913695066630645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645381913695066630645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b09f65-50df-4a4c-b49c-d7d57b198bd2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6692ecb9-8f9c-4522-9f34-fddd68e722e2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6692ecb9-8f9c-4522-9f34-fddd68e722e2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4356422047012271203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203435642204701227120343564220470122712034356422047012271203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152a4684-f863-4e1c-acde-53b4297d7010, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff829880-1a8b-44f3-badb-a448aaad1c43, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff829880-1a8b-44f3-badb-a448aaad1c43, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3629264453593744588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588362926445359374458836292644535937445883629264453593744588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6692ecb9-8f9c-4522-9f34-fddd68e722e2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e95a381f-6de2-48a9-9a85-df9f6a12afb5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95a381f-6de2-48a9-9a85-df9f6a12afb5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17005284234918776548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548170052842349187765481700528423491877654817005284234918776548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff829880-1a8b-44f3-badb-a448aaad1c43, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ca9abb9-75f7-449e-af43-b8467b4da809, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ca9abb9-75f7-449e-af43-b8467b4da809, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12662368274227955182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182126623682742279551821266236827422795518212662368274227955182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95a381f-6de2-48a9-9a85-df9f6a12afb5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5984a6a2-f586-4b67-8a26-b56bf19934f6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5984a6a2-f586-4b67-8a26-b56bf19934f6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6675899853198771600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600667589985319877160066758998531987716006675899853198771600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ca9abb9-75f7-449e-af43-b8467b4da809, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 478093fd-88ee-405d-84b2-6f30af9df26d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478093fd-88ee-405d-84b2-6f30af9df26d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2183452249619196785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785218345224961919678521834522496191967852183452249619196785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5984a6a2-f586-4b67-8a26-b56bf19934f6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f5475a-3ca8-4ba8-87db-cd045c40b752, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f5475a-3ca8-4ba8-87db-cd045c40b752, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4422403132985320033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033442240313298532003344224031329853200334422403132985320033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478093fd-88ee-405d-84b2-6f30af9df26d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d9a46a-fa6e-4520-8a84-bf3999573647, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d9a46a-fa6e-4520-8a84-bf3999573647, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9416930166111309991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991941693016611130999194169301661113099919416930166111309991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f5475a-3ca8-4ba8-87db-cd045c40b752, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a14d132e-d784-4ea7-99f9-44dc71f3b970, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a14d132e-d784-4ea7-99f9-44dc71f3b970, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10334132116034283501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501103341321160342835011033413211603428350110334132116034283501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a14d132e-d784-4ea7-99f9-44dc71f3b970, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edbde80a-85f4-4d4a-af35-d08702482bbd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edbde80a-85f4-4d4a-af35-d08702482bbd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131773988085742513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513713177398808574251371317739880857425137131773988085742513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d9a46a-fa6e-4520-8a84-bf3999573647, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9499b360-5bea-43ba-a5d5-8b2ebdeafdc6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9499b360-5bea-43ba-a5d5-8b2ebdeafdc6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8386064237536324739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739838606423753632473983860642375363247398386064237536324739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edbde80a-85f4-4d4a-af35-d08702482bbd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 320aedfc-16ab-4678-ac1c-7d1d72560a4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320aedfc-16ab-4678-ac1c-7d1d72560a4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17080974611979155816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816170809746119791558161708097461197915581617080974611979155816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9499b360-5bea-43ba-a5d5-8b2ebdeafdc6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39244e5c-cf6c-43e3-9065-6b44bf7fb15c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39244e5c-cf6c-43e3-9065-6b44bf7fb15c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11390029292495759675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675113900292924957596751139002929249575967511390029292495759675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320aedfc-16ab-4678-ac1c-7d1d72560a4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddfd42aa-c30e-44e2-9709-128aded8b620, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddfd42aa-c30e-44e2-9709-128aded8b620, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16725437568789043498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498167254375687890434981672543756878904349816725437568789043498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39244e5c-cf6c-43e3-9065-6b44bf7fb15c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 677af12c-42c5-4486-8b58-fa5353f3f2ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 677af12c-42c5-4486-8b58-fa5353f3f2ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219015716705603398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398142190157167056033981421901571670560339814219015716705603398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddfd42aa-c30e-44e2-9709-128aded8b620, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 580925ad-f715-4b08-ad21-1235db258b84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580925ad-f715-4b08-ad21-1235db258b84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255290581881153710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710102552905818811537101025529058188115371010255290581881153710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 677af12c-42c5-4486-8b58-fa5353f3f2ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd86a76a-d2db-4c0f-823d-4987506db100, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd86a76a-d2db-4c0f-823d-4987506db100, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627117543776414247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247962711754377641424796271175437764142479627117543776414247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580925ad-f715-4b08-ad21-1235db258b84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3813dfe3-6b98-4c42-b066-f339de28c0fb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3813dfe3-6b98-4c42-b066-f339de28c0fb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10749178298437424050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050107491782984374240501074917829843742405010749178298437424050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd86a76a-d2db-4c0f-823d-4987506db100, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ec814b-244d-48d6-8827-394b871ccd20, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ec814b-244d-48d6-8827-394b871ccd20, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260908215013910591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591126090821501391059112609082150139105911260908215013910591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3813dfe3-6b98-4c42-b066-f339de28c0fb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4e8e40-f6a0-4d90-b7e6-e32eb19aa0ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4e8e40-f6a0-4d90-b7e6-e32eb19aa0ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021930512186176920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920702193051218617692070219305121861769207021930512186176920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ec814b-244d-48d6-8827-394b871ccd20, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ced541d-ff80-4c80-962f-66811f463153, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ced541d-ff80-4c80-962f-66811f463153, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11960501324530300487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487119605013245303004871196050132453030048711960501324530300487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4e8e40-f6a0-4d90-b7e6-e32eb19aa0ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae6dfa4f-21a0-4305-a2ef-8dcfce54433b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae6dfa4f-21a0-4305-a2ef-8dcfce54433b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2026476109299640499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499202647610929964049920264761092996404992026476109299640499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ced541d-ff80-4c80-962f-66811f463153, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26584971-aebb-41f1-8a7f-44684e51fae1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26584971-aebb-41f1-8a7f-44684e51fae1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3161495241772526932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932316149524177252693231614952417725269323161495241772526932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae6dfa4f-21a0-4305-a2ef-8dcfce54433b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90adbc1d-1c84-4614-8a64-e30f778a575c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90adbc1d-1c84-4614-8a64-e30f778a575c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14283711404709880133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133142837114047098801331428371140470988013314283711404709880133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26584971-aebb-41f1-8a7f-44684e51fae1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56e9217-bb4d-4564-8b1f-c01dee610ecb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56e9217-bb4d-4564-8b1f-c01dee610ecb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11269728779836434113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113112697287798364341131126972877983643411311269728779836434113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90adbc1d-1c84-4614-8a64-e30f778a575c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61b0585-8335-413f-b425-d9eeab0dc961, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61b0585-8335-413f-b425-d9eeab0dc961, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115516140799635594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594511551614079963559451155161407996355945115516140799635594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56e9217-bb4d-4564-8b1f-c01dee610ecb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c16e7434-77e7-4eb9-b3a3-d70175cb513c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c16e7434-77e7-4eb9-b3a3-d70175cb513c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11546576138889961981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981115465761388899619811154657613888996198111546576138889961981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61b0585-8335-413f-b425-d9eeab0dc961, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7fdc928-8b89-4c1b-9d31-146a70910868, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7fdc928-8b89-4c1b-9d31-146a70910868, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13911584759586947894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894139115847595869478941391158475958694789413911584759586947894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c16e7434-77e7-4eb9-b3a3-d70175cb513c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0941d9fe-ec3e-49be-9081-8135793b5f39, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0941d9fe-ec3e-49be-9081-8135793b5f39, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8667724780371656816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816866772478037165681686677247803716568168667724780371656816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7fdc928-8b89-4c1b-9d31-146a70910868, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30a81f60-7281-478c-9b6b-bf10702ab078, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a81f60-7281-478c-9b6b-bf10702ab078, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5339567837025221120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120533956783702522112053395678370252211205339567837025221120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0941d9fe-ec3e-49be-9081-8135793b5f39, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9516402-2334-431a-8a0e-2dfc73024b81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9516402-2334-431a-8a0e-2dfc73024b81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 593488363442627525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525593488363442627525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a81f60-7281-478c-9b6b-bf10702ab078, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 845e4a5f-d1d0-4819-8f97-c733f9b2ac52, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 845e4a5f-d1d0-4819-8f97-c733f9b2ac52, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12311569116312233332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332123115691163122333321231156911631223333212311569116312233332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9516402-2334-431a-8a0e-2dfc73024b81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b5a424-5c21-4020-bd13-873b83ed8bb7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b5a424-5c21-4020-bd13-873b83ed8bb7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15474733976726374547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547154747339767263745471547473397672637454715474733976726374547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 845e4a5f-d1d0-4819-8f97-c733f9b2ac52, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b274a54-61b0-4d69-a9d9-8f3b482e55e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b274a54-61b0-4d69-a9d9-8f3b482e55e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7923816081730948181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181792381608173094818179238160817309481817923816081730948181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b5a424-5c21-4020-bd13-873b83ed8bb7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6970b7b5-d44b-4900-8df8-4c40f8a338ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6970b7b5-d44b-4900-8df8-4c40f8a338ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2436739649291992975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975243673964929199297524367396492919929752436739649291992975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b274a54-61b0-4d69-a9d9-8f3b482e55e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 738945fe-468f-42b2-8a94-5584cf7995aa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 738945fe-468f-42b2-8a94-5584cf7995aa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7070128983417934074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074707012898341793407470701289834179340747070128983417934074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6970b7b5-d44b-4900-8df8-4c40f8a338ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9527251-32c8-4c42-9937-9d489663673f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9527251-32c8-4c42-9937-9d489663673f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13995891798612581065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065139958917986125810651399589179861258106513995891798612581065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9527251-32c8-4c42-9937-9d489663673f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73342389-393b-41cf-a5f0-5c4fe35dc40f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73342389-393b-41cf-a5f0-5c4fe35dc40f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17731845122659902372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372177318451226599023721773184512265990237217731845122659902372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73342389-393b-41cf-a5f0-5c4fe35dc40f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c24386aa-9631-4567-8cc0-cd1f70b9c48f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c24386aa-9631-4567-8cc0-cd1f70b9c48f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14417617908406836352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352144176179084068363521441761790840683635214417617908406836352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 738945fe-468f-42b2-8a94-5584cf7995aa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e9cf62-8ebf-443a-97a6-5227e2ca8447, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e9cf62-8ebf-443a-97a6-5227e2ca8447, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9492409596247832488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488949240959624783248894924095962478324889492409596247832488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c24386aa-9631-4567-8cc0-cd1f70b9c48f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754a3e47-e889-43b8-821a-b002a15235e4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754a3e47-e889-43b8-821a-b002a15235e4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12820783000149323021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021128207830001493230211282078300014932302112820783000149323021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e9cf62-8ebf-443a-97a6-5227e2ca8447, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 076da7db-481b-4141-aaa3-d5c6bcebe7c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076da7db-481b-4141-aaa3-d5c6bcebe7c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13712301170092595567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567137123011700925955671371230117009259556713712301170092595567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754a3e47-e889-43b8-821a-b002a15235e4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29825ae4-6d92-446e-bad1-24dea22e1a8f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29825ae4-6d92-446e-bad1-24dea22e1a8f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1205795116919197573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573120579511691919757312057951169191975731205795116919197573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076da7db-481b-4141-aaa3-d5c6bcebe7c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2be5136-1606-4c79-9e50-ce0b7266f425, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2be5136-1606-4c79-9e50-ce0b7266f425, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15969357816979870229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229159693578169798702291596935781697987022915969357816979870229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29825ae4-6d92-446e-bad1-24dea22e1a8f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fae5e62b-88ce-48c9-8320-43f72b4a5096, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae5e62b-88ce-48c9-8320-43f72b4a5096, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6489503943417554536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536648950394341755453664895039434175545366489503943417554536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2be5136-1606-4c79-9e50-ce0b7266f425, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd05f7af-a67b-4afc-953e-c52559bd7e90, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd05f7af-a67b-4afc-953e-c52559bd7e90, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6619772130917470160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160661977213091747016066197721309174701606619772130917470160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd05f7af-a67b-4afc-953e-c52559bd7e90, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d3bf5ad-4576-4457-b095-c80737abcb1f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d3bf5ad-4576-4457-b095-c80737abcb1f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8633176597883406984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984863317659788340698486331765978834069848633176597883406984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae5e62b-88ce-48c9-8320-43f72b4a5096, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f2d425-9493-48f2-b86e-38ff1ccb333a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f2d425-9493-48f2-b86e-38ff1ccb333a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5317410587952575747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747531741058795257574753174105879525757475317410587952575747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d3bf5ad-4576-4457-b095-c80737abcb1f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c27b02d-ad5b-4d60-a5d6-d94e6367e5c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c27b02d-ad5b-4d60-a5d6-d94e6367e5c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265560698460322272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272526556069846032227252655606984603222725265560698460322272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f2d425-9493-48f2-b86e-38ff1ccb333a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6ad3b9b-e6bf-4c8c-82aa-cd86df6e4b23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6ad3b9b-e6bf-4c8c-82aa-cd86df6e4b23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15100023296748409821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821151000232967484098211510002329674840982115100023296748409821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c27b02d-ad5b-4d60-a5d6-d94e6367e5c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a8e597-1c43-4f10-86db-942e63a0075d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a8e597-1c43-4f10-86db-942e63a0075d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772112056161707573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573772112056161707573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6ad3b9b-e6bf-4c8c-82aa-cd86df6e4b23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2705485-38fe-4644-a159-8277bed71e63, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2705485-38fe-4644-a159-8277bed71e63, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18007089750065335843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843180070897500653358431800708975006533584318007089750065335843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a8e597-1c43-4f10-86db-942e63a0075d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c960628-5be8-4f20-86b8-261ab539277a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c960628-5be8-4f20-86b8-261ab539277a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5041051285507951543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543504105128550795154350410512855079515435041051285507951543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2705485-38fe-4644-a159-8277bed71e63, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b2a4586-33c7-44c2-bcc1-41d5e1722a42, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2a4586-33c7-44c2-bcc1-41d5e1722a42, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16124220238613924291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291161242202386139242911612422023861392429116124220238613924291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c960628-5be8-4f20-86b8-261ab539277a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 768c44ed-64d4-4ff5-9c31-28d5787291b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 768c44ed-64d4-4ff5-9c31-28d5787291b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481504659691855814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814748150465969185581474815046596918558147481504659691855814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2a4586-33c7-44c2-bcc1-41d5e1722a42, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62d407e1-ce09-4547-bfea-881ee21cddf7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62d407e1-ce09-4547-bfea-881ee21cddf7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9625900319941315363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363962590031994131536396259003199413153639625900319941315363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 768c44ed-64d4-4ff5-9c31-28d5787291b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9becb48-9f57-4a8a-92b5-d5fc285d151b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9becb48-9f57-4a8a-92b5-d5fc285d151b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16451817092390624297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297164518170923906242971645181709239062429716451817092390624297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62d407e1-ce09-4547-bfea-881ee21cddf7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c0e5c10-ea05-4ac7-9185-de0236292880, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0e5c10-ea05-4ac7-9185-de0236292880, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 318096465268698070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070318096465268698070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9becb48-9f57-4a8a-92b5-d5fc285d151b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2793c88-914f-4076-bd46-cc7cb45f0522, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2793c88-914f-4076-bd46-cc7cb45f0522, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2811178829381003544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544281117882938100354428111788293810035442811178829381003544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0e5c10-ea05-4ac7-9185-de0236292880, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5221e19-9a73-4c94-b27f-53bb705d0218, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5221e19-9a73-4c94-b27f-53bb705d0218, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10281360424239459003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003102813604242394590031028136042423945900310281360424239459003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2793c88-914f-4076-bd46-cc7cb45f0522, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f326f9b-a01d-44a7-a294-0db9f0fb0755, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f326f9b-a01d-44a7-a294-0db9f0fb0755, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5236621590990518412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412523662159099051841252366215909905184125236621590990518412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5221e19-9a73-4c94-b27f-53bb705d0218, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e18bbe9-1e81-4431-a187-5a9684efccf5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e18bbe9-1e81-4431-a187-5a9684efccf5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6145387159591535628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628614538715959153562861453871595915356286145387159591535628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f326f9b-a01d-44a7-a294-0db9f0fb0755, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7e7851-f835-42bf-af0e-734d0b35898b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7e7851-f835-42bf-af0e-734d0b35898b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16083155575269459954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954160831555752694599541608315557526945995416083155575269459954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e18bbe9-1e81-4431-a187-5a9684efccf5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6cb129-36bc-4c58-9f03-ab7b59e70bb0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6cb129-36bc-4c58-9f03-ab7b59e70bb0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4208830981412595697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697420883098141259569742088309814125956974208830981412595697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7e7851-f835-42bf-af0e-734d0b35898b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a999a95a-b699-472e-b4cc-c1c2ef7828ca, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a999a95a-b699-472e-b4cc-c1c2ef7828ca, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757821387095495577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577157578213870954955771575782138709549557715757821387095495577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6cb129-36bc-4c58-9f03-ab7b59e70bb0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f63f47-ce21-4da8-af7b-267b91e1006a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f63f47-ce21-4da8-af7b-267b91e1006a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17042785734927424648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648170427857349274246481704278573492742464817042785734927424648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a999a95a-b699-472e-b4cc-c1c2ef7828ca, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c12e69d5-89bb-4c64-9573-948cc683c479, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c12e69d5-89bb-4c64-9573-948cc683c479, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11718816185358808099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099117188161853588080991171881618535880809911718816185358808099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f63f47-ce21-4da8-af7b-267b91e1006a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed1a649-66c6-402a-bcd2-d4c16a2a2186, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed1a649-66c6-402a-bcd2-d4c16a2a2186, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838178689111384204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204683817868911138420468381786891113842046838178689111384204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c12e69d5-89bb-4c64-9573-948cc683c479, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895a07cd-4c7a-4fa2-8ad7-2ed45c623a58, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895a07cd-4c7a-4fa2-8ad7-2ed45c623a58, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10244302913115771911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911102443029131157719111024430291311577191110244302913115771911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed1a649-66c6-402a-bcd2-d4c16a2a2186, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370f1221-816c-449f-9832-3c8659eb2fc9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370f1221-816c-449f-9832-3c8659eb2fc9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17950170997137788259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259179501709971377882591795017099713778825917950170997137788259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895a07cd-4c7a-4fa2-8ad7-2ed45c623a58, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39649530-f2c5-4846-b240-a571c6e987be, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39649530-f2c5-4846-b240-a571c6e987be, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7628913888779747593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593762891388877974759376289138887797475937628913888779747593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370f1221-816c-449f-9832-3c8659eb2fc9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39649530-f2c5-4846-b240-a571c6e987be, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e496b5-a0a7-425b-bbc4-4d7a892ce6d6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e496b5-a0a7-425b-bbc4-4d7a892ce6d6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12294640917099764939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939122946409170997649391229464091709976493912294640917099764939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be46e88b-4377-4927-b266-507163abf1d7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be46e88b-4377-4927-b266-507163abf1d7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11658637169995737289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289116586371699957372891165863716999573728911658637169995737289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be46e88b-4377-4927-b266-507163abf1d7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904b5c6c-f22b-4de6-a739-c83354d46320, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904b5c6c-f22b-4de6-a739-c83354d46320, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16861593807083835674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674168615938070838356741686159380708383567416861593807083835674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e496b5-a0a7-425b-bbc4-4d7a892ce6d6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45698422-b0a1-4f73-970f-c41fa666a4d4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45698422-b0a1-4f73-970f-c41fa666a4d4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4656217430095451929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929465621743009545192946562174300954519294656217430095451929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904b5c6c-f22b-4de6-a739-c83354d46320, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab2d72a-e5e1-4cb4-9e48-dee507c75c44, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab2d72a-e5e1-4cb4-9e48-dee507c75c44, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479960324810810709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709247996032481081070924799603248108107092479960324810810709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45698422-b0a1-4f73-970f-c41fa666a4d4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fcec452-e300-421b-95ec-2c30e417a556, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fcec452-e300-421b-95ec-2c30e417a556, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16166288800892807881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881161662888008928078811616628880089280788116166288800892807881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab2d72a-e5e1-4cb4-9e48-dee507c75c44, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8de9ded1-0133-43d3-a25e-c1618ff7ce07, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de9ded1-0133-43d3-a25e-c1618ff7ce07, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1391277400003526358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358139127740000352635813912774000035263581391277400003526358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fcec452-e300-421b-95ec-2c30e417a556, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0652ea8-2614-4d4e-a7a7-5962ec93048b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0652ea8-2614-4d4e-a7a7-5962ec93048b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2266662587950028382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382226666258795002838222666625879500283822266662587950028382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de9ded1-0133-43d3-a25e-c1618ff7ce07, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, defcdb18-dd76-45ab-8735-936a25a497bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, defcdb18-dd76-45ab-8735-936a25a497bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11939382923041015402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402119393829230410154021193938292304101540211939382923041015402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0652ea8-2614-4d4e-a7a7-5962ec93048b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86058920-94fa-420a-b08d-f263df70a884, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86058920-94fa-420a-b08d-f263df70a884, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14912104157558280851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851149121041575582808511491210415755828085114912104157558280851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, defcdb18-dd76-45ab-8735-936a25a497bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10945dc6-8201-4bd1-bc48-3f00a65a61e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10945dc6-8201-4bd1-bc48-3f00a65a61e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3857833274068667904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904385783327406866790438578332740686679043857833274068667904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86058920-94fa-420a-b08d-f263df70a884, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21fcab08-1eb2-4505-bf6d-70ec1f73b901, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21fcab08-1eb2-4505-bf6d-70ec1f73b901, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 355942832631281860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860355942832631281860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10945dc6-8201-4bd1-bc48-3f00a65a61e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a813be9-ea03-439e-8ce3-f083cb305f7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a813be9-ea03-439e-8ce3-f083cb305f7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877281895809725180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180987728189580972518098772818958097251809877281895809725180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21fcab08-1eb2-4505-bf6d-70ec1f73b901, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80aa2f00-ef0b-4ffe-b91c-e0f2d1bf6018, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80aa2f00-ef0b-4ffe-b91c-e0f2d1bf6018, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17175576960660627958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958171755769606606279581717557696066062795817175576960660627958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a813be9-ea03-439e-8ce3-f083cb305f7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e21c29-a4f0-4958-aa90-5904946d0950, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e21c29-a4f0-4958-aa90-5904946d0950, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061365494926929351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351120613654949269293511206136549492692935112061365494926929351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80aa2f00-ef0b-4ffe-b91c-e0f2d1bf6018, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed81a85d-fe5a-4cf5-94d1-3a69f5595371, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed81a85d-fe5a-4cf5-94d1-3a69f5595371, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12720274643678930057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057127202746436789300571272027464367893005712720274643678930057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e21c29-a4f0-4958-aa90-5904946d0950, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c45fa01-530d-4478-902b-e3d264315d6f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c45fa01-530d-4478-902b-e3d264315d6f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17907834703323461299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299179078347033234612991790783470332346129917907834703323461299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed81a85d-fe5a-4cf5-94d1-3a69f5595371, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ecb20c-65c2-41a4-937e-c4bfdcfa1c82, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ecb20c-65c2-41a4-937e-c4bfdcfa1c82, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958140197706801691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691169581401977068016911695814019770680169116958140197706801691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c45fa01-530d-4478-902b-e3d264315d6f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1186e3f2-5e27-4ffe-9ccf-653a69c29856, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1186e3f2-5e27-4ffe-9ccf-653a69c29856, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10920001261043609875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875109200012610436098751092000126104360987510920001261043609875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ecb20c-65c2-41a4-937e-c4bfdcfa1c82, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bc2893e-8a6e-4fe1-8d25-fa503eab6e42, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1186e3f2-5e27-4ffe-9ccf-653a69c29856, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc2893e-8a6e-4fe1-8d25-fa503eab6e42, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7701110626727701880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880770111062672770188077011106267277018807701110626727701880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06eb1b02-74df-4277-8bee-c98813ec707a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06eb1b02-74df-4277-8bee-c98813ec707a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10656680184480892012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012106566801844808920121065668018448089201210656680184480892012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc2893e-8a6e-4fe1-8d25-fa503eab6e42, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a88b2ad-e6ed-4553-8151-0544718b6a5d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06eb1b02-74df-4277-8bee-c98813ec707a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a88b2ad-e6ed-4553-8151-0544718b6a5d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12277464675098284637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637122774646750982846371227746467509828463712277464675098284637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65f355bb-d3e0-483c-807f-77f0b34b59b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f355bb-d3e0-483c-807f-77f0b34b59b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459628146478564477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477445962814647856447744596281464785644774459628146478564477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a88b2ad-e6ed-4553-8151-0544718b6a5d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e269402-cd18-4673-9139-856bdde305b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e269402-cd18-4673-9139-856bdde305b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9060306233481831066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066906030623348183106690603062334818310669060306233481831066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f355bb-d3e0-483c-807f-77f0b34b59b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc83dcdf-a1e9-4059-9682-23aaab104c06, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc83dcdf-a1e9-4059-9682-23aaab104c06, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13000083972204457948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948130000839722044579481300008397220445794813000083972204457948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e269402-cd18-4673-9139-856bdde305b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18b03374-673a-4629-b9f4-7e217fdd4ce1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b03374-673a-4629-b9f4-7e217fdd4ce1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12807271589688468068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068128072715896884680681280727158968846806812807271589688468068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc83dcdf-a1e9-4059-9682-23aaab104c06, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405866c8-ec90-4892-81ab-61fe64bf0efb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405866c8-ec90-4892-81ab-61fe64bf0efb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1829130278000226805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805182913027800022680518291302780002268051829130278000226805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b03374-673a-4629-b9f4-7e217fdd4ce1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b2e1495-78a9-41df-8318-9e4edd3af2ce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b2e1495-78a9-41df-8318-9e4edd3af2ce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9900173235296159753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753990017323529615975399001732352961597539900173235296159753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405866c8-ec90-4892-81ab-61fe64bf0efb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de11225-4001-4898-8c7c-c0061cc01402, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de11225-4001-4898-8c7c-c0061cc01402, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 573755611137590809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809573755611137590809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b2e1495-78a9-41df-8318-9e4edd3af2ce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be67ba7f-4a04-4b00-bb5f-f9910e36affc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be67ba7f-4a04-4b00-bb5f-f9910e36affc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8536279207632220363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363853627920763222036385362792076322203638536279207632220363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de11225-4001-4898-8c7c-c0061cc01402, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714a47ca-574a-4691-83c3-b71f4c2e09a5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714a47ca-574a-4691-83c3-b71f4c2e09a5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8283482614096732756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756828348261409673275682834826140967327568283482614096732756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be67ba7f-4a04-4b00-bb5f-f9910e36affc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ea74a1-e608-4241-8c85-8949c7ad0a44, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ea74a1-e608-4241-8c85-8949c7ad0a44, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7296850139558309282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282729685013955830928272968501395583092827296850139558309282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714a47ca-574a-4691-83c3-b71f4c2e09a5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b037c13d-2602-4880-986b-f003f98c9ff9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b037c13d-2602-4880-986b-f003f98c9ff9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16789284543259842387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387167892845432598423871678928454325984238716789284543259842387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ea74a1-e608-4241-8c85-8949c7ad0a44, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c8b0c7f-1c38-4849-a477-66fbb9112276, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c8b0c7f-1c38-4849-a477-66fbb9112276, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101232486375220756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756210123248637522075621012324863752207562101232486375220756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b037c13d-2602-4880-986b-f003f98c9ff9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f777666d-6924-4a57-b4c0-2b5cfca7d319, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f777666d-6924-4a57-b4c0-2b5cfca7d319, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5457195632754549334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334545719563275454933454571956327545493345457195632754549334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c8b0c7f-1c38-4849-a477-66fbb9112276, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6fe1032-b55c-49e6-bea7-0af11be9e4ac, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6fe1032-b55c-49e6-bea7-0af11be9e4ac, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891554728074042891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891178915547280740428911789155472807404289117891554728074042891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f777666d-6924-4a57-b4c0-2b5cfca7d319, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6fe1032-b55c-49e6-bea7-0af11be9e4ac, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a290344d-7548-45bf-8908-f74ac55549b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8c2687a-cad1-450e-a13a-058a1b5bf41c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c2687a-cad1-450e-a13a-058a1b5bf41c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6710703312452921069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069671070331245292106967107033124529210696710703312452921069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a290344d-7548-45bf-8908-f74ac55549b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9620559218261378595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595962055921826137859596205592182613785959620559218261378595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c2687a-cad1-450e-a13a-058a1b5bf41c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c790a88-762e-4552-b85e-431790c6eca6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c790a88-762e-4552-b85e-431790c6eca6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949451962408027732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732129494519624080277321294945196240802773212949451962408027732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a290344d-7548-45bf-8908-f74ac55549b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b32564ef-01a6-4916-9ef5-2ed14cf1563a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b32564ef-01a6-4916-9ef5-2ed14cf1563a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9989246007738079871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871998924600773807987199892460077380798719989246007738079871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c790a88-762e-4552-b85e-431790c6eca6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a0d17a-b241-45c7-b40f-1c9bf4f8e067, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a0d17a-b241-45c7-b40f-1c9bf4f8e067, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202124407906233386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386172021244079062333861720212440790623338617202124407906233386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b32564ef-01a6-4916-9ef5-2ed14cf1563a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 374d5a75-b931-49f4-9cec-11ecb39f90e1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 374d5a75-b931-49f4-9cec-11ecb39f90e1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4421050880775933876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876442105088077593387644210508807759338764421050880775933876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a0d17a-b241-45c7-b40f-1c9bf4f8e067, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 374d5a75-b931-49f4-9cec-11ecb39f90e1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9453278c-007a-40bf-be97-b640ec185682, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9453278c-007a-40bf-be97-b640ec185682, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1210189427985090116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116121018942798509011612101894279850901161210189427985090116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acab9df-10cf-4ea9-9053-2d03abffe03b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acab9df-10cf-4ea9-9053-2d03abffe03b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 157817944871050619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619157817944871050619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9453278c-007a-40bf-be97-b640ec185682, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8718a15a-0070-42e1-9edd-cef75365f7eb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8718a15a-0070-42e1-9edd-cef75365f7eb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8354205225191581872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872835420522519158187283542052251915818728354205225191581872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acab9df-10cf-4ea9-9053-2d03abffe03b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7336047-3a0f-4a3d-b47a-cc332862eb3f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7336047-3a0f-4a3d-b47a-cc332862eb3f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12850840179550393956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956128508401795503939561285084017955039395612850840179550393956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8718a15a-0070-42e1-9edd-cef75365f7eb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abe565f-8f4c-426a-a8c6-120455b5be4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abe565f-8f4c-426a-a8c6-120455b5be4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15916635859623400645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645159166358596234006451591663585962340064515916635859623400645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7336047-3a0f-4a3d-b47a-cc332862eb3f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ff7e13-690d-4394-92d9-9bea44e6a3a6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ff7e13-690d-4394-92d9-9bea44e6a3a6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3738864303442499101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101373886430344249910137388643034424991013738864303442499101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abe565f-8f4c-426a-a8c6-120455b5be4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00278a56-201b-4d30-af4b-de7ea311cade, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00278a56-201b-4d30-af4b-de7ea311cade, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3279797343362529368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368327979734336252936832797973433625293683279797343362529368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ff7e13-690d-4394-92d9-9bea44e6a3a6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00278a56-201b-4d30-af4b-de7ea311cade, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be20bdab-0fd7-4d4d-849a-91f19188660a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be20bdab-0fd7-4d4d-849a-91f19188660a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18077583205586062998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998180775832055860629981807758320558606299818077583205586062998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 628b98fe-2a4e-43a8-9846-f284e712c44a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 628b98fe-2a4e-43a8-9846-f284e712c44a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12643779538599868880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880126437795385998688801264377953859986888012643779538599868880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be20bdab-0fd7-4d4d-849a-91f19188660a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 628b98fe-2a4e-43a8-9846-f284e712c44a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99be0de9-a834-439d-be01-135d8b145e06, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99be0de9-a834-439d-be01-135d8b145e06, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9959060899747532686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686995906089974753268699590608997475326869959060899747532686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39cb6230-602c-4af4-8ac2-1f28e384d6fa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39cb6230-602c-4af4-8ac2-1f28e384d6fa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5549854932777994989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989554985493277799498955498549327779949895549854932777994989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99be0de9-a834-439d-be01-135d8b145e06, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe3b6d6-2e6f-4752-8561-b09d5713b772, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39cb6230-602c-4af4-8ac2-1f28e384d6fa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e325f1d-cadc-4d70-b947-fdede1b0cdbd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe3b6d6-2e6f-4752-8561-b09d5713b772, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4366257135984023673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673436625713598402367343662571359840236734366257135984023673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e325f1d-cadc-4d70-b947-fdede1b0cdbd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 229594058114550738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738229594058114550738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe3b6d6-2e6f-4752-8561-b09d5713b772, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd237ac-de62-426d-9d19-affee2dfabc4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd237ac-de62-426d-9d19-affee2dfabc4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17960468394564041310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310179604683945640413101796046839456404131017960468394564041310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e325f1d-cadc-4d70-b947-fdede1b0cdbd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fce73e2a-a8b3-4ae8-8355-a8d2a6a22aba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fce73e2a-a8b3-4ae8-8355-a8d2a6a22aba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2957153951248228563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563295715395124822856329571539512482285632957153951248228563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd237ac-de62-426d-9d19-affee2dfabc4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789b1228-14c7-44df-aeeb-e75a05182f92, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789b1228-14c7-44df-aeeb-e75a05182f92, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250913128276381998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998725091312827638199872509131282763819987250913128276381998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fce73e2a-a8b3-4ae8-8355-a8d2a6a22aba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e4ca014-46b0-4cbf-bd64-c5a17b785982, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e4ca014-46b0-4cbf-bd64-c5a17b785982, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16356275385401145089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089163562753854011450891635627538540114508916356275385401145089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789b1228-14c7-44df-aeeb-e75a05182f92, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f806e23d-6c79-47c7-9b8e-a791cf3a6f6d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f806e23d-6c79-47c7-9b8e-a791cf3a6f6d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2883621374739661695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695288362137473966169528836213747396616952883621374739661695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e4ca014-46b0-4cbf-bd64-c5a17b785982, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29602013-ea03-42fe-8535-a8bb17baee11, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29602013-ea03-42fe-8535-a8bb17baee11, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6832114535466566594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594683211453546656659468321145354665665946832114535466566594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f806e23d-6c79-47c7-9b8e-a791cf3a6f6d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63ac5b9-b0c6-4fb1-aeec-ea3eec41d8dd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63ac5b9-b0c6-4fb1-aeec-ea3eec41d8dd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544017373394741745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745105440173733947417451054401737339474174510544017373394741745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29602013-ea03-42fe-8535-a8bb17baee11, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8bb3cc-7a6e-4aa4-b4ff-5e8ee9700bc4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8bb3cc-7a6e-4aa4-b4ff-5e8ee9700bc4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10371993323876703738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738103719933238767037381037199332387670373810371993323876703738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63ac5b9-b0c6-4fb1-aeec-ea3eec41d8dd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f09d683-6506-4ff5-b089-3560d98e03d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f09d683-6506-4ff5-b089-3560d98e03d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12973126967400008700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700129731269674000087001297312696740000870012973126967400008700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8bb3cc-7a6e-4aa4-b4ff-5e8ee9700bc4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a7a0942-5950-4459-a653-fe20b64e3f5c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a7a0942-5950-4459-a653-fe20b64e3f5c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16378478957014812293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293163784789570148122931637847895701481229316378478957014812293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f09d683-6506-4ff5-b089-3560d98e03d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5caadb16-f1b7-4828-8e7f-d85f675dfc75, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5caadb16-f1b7-4828-8e7f-d85f675dfc75, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430676126833149191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191114306761268331491911143067612683314919111430676126833149191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a7a0942-5950-4459-a653-fe20b64e3f5c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc14cb73-b82c-4d8a-a9f9-f68369b6e4d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc14cb73-b82c-4d8a-a9f9-f68369b6e4d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9172487094896067353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353917248709489606735391724870948960673539172487094896067353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5caadb16-f1b7-4828-8e7f-d85f675dfc75, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3810942-d908-4c79-9dab-1736deb52a86, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3810942-d908-4c79-9dab-1736deb52a86, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757836422001793349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349157578364220017933491575783642200179334915757836422001793349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc14cb73-b82c-4d8a-a9f9-f68369b6e4d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa6c3dc-2701-45af-9be6-a1ebc2c474ad, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa6c3dc-2701-45af-9be6-a1ebc2c474ad, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13425357744940134844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844134253577449401348441342535774494013484413425357744940134844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3810942-d908-4c79-9dab-1736deb52a86, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3716067-75f6-4755-8713-981951a6f170, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3716067-75f6-4755-8713-981951a6f170, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243519179911293489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489102435191799112934891024351917991129348910243519179911293489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa6c3dc-2701-45af-9be6-a1ebc2c474ad, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fa61770-5f95-4938-bd43-5d11ea119cc7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa61770-5f95-4938-bd43-5d11ea119cc7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17850317850691188227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227178503178506911882271785031785069118822717850317850691188227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3716067-75f6-4755-8713-981951a6f170, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723fa72f-42bc-428d-a31e-2da626f39ced, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723fa72f-42bc-428d-a31e-2da626f39ced, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2953610251752015390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390295361025175201539029536102517520153902953610251752015390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa61770-5f95-4938-bd43-5d11ea119cc7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9d8edc-e02b-40e1-8f9d-f48e55b1dd9c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9d8edc-e02b-40e1-8f9d-f48e55b1dd9c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12956859392837556416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416129568593928375564161295685939283755641612956859392837556416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723fa72f-42bc-428d-a31e-2da626f39ced, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f459459f-304f-4d83-aa40-aeb55acb6afe, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f459459f-304f-4d83-aa40-aeb55acb6afe, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12265839650156836536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536122658396501568365361226583965015683653612265839650156836536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9d8edc-e02b-40e1-8f9d-f48e55b1dd9c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d70718c-777e-4033-b198-ee5713017711, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d70718c-777e-4033-b198-ee5713017711, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10667070914595726442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442106670709145957264421066707091459572644210667070914595726442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f459459f-304f-4d83-aa40-aeb55acb6afe, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b46bbb7-7fc6-4923-ba97-b65686f9a271, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b46bbb7-7fc6-4923-ba97-b65686f9a271, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17331439632149868032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032173314396321498680321733143963214986803217331439632149868032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b46bbb7-7fc6-4923-ba97-b65686f9a271, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae59f664-d2f2-4f5e-9121-a9ee5320857d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae59f664-d2f2-4f5e-9121-a9ee5320857d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13038272712949676471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471130382727129496764711303827271294967647113038272712949676471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae59f664-d2f2-4f5e-9121-a9ee5320857d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37e87d1e-d9ed-465a-abbe-60e093a722db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37e87d1e-d9ed-465a-abbe-60e093a722db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15176188361930411795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795151761883619304117951517618836193041179515176188361930411795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d70718c-777e-4033-b198-ee5713017711, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 254a0cf6-74e7-4e6c-b0dd-01f6737e58d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 254a0cf6-74e7-4e6c-b0dd-01f6737e58d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12535081080883349934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934125350810808833499341253508108088334993412535081080883349934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37e87d1e-d9ed-465a-abbe-60e093a722db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85aaf4c8-5c72-4751-baad-f589f6588d63, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 254a0cf6-74e7-4e6c-b0dd-01f6737e58d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f7e32d6-fa89-49ef-aed4-8a189ee55a40, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7e32d6-fa89-49ef-aed4-8a189ee55a40, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3877963805113920443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443387796380511392044338779638051139204433877963805113920443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85aaf4c8-5c72-4751-baad-f589f6588d63, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7232341087008543998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998723234108700854399872323410870085439987232341087008543998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7e32d6-fa89-49ef-aed4-8a189ee55a40, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019d74d2-91d5-4aa7-89c3-3f77ba33e523, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019d74d2-91d5-4aa7-89c3-3f77ba33e523, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11806153085790239805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805118061530857902398051180615308579023980511806153085790239805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85aaf4c8-5c72-4751-baad-f589f6588d63, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9220222c-a83b-471b-b2c7-af792fbf656a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9220222c-a83b-471b-b2c7-af792fbf656a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2715762749139354215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215271576274913935421527157627491393542152715762749139354215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019d74d2-91d5-4aa7-89c3-3f77ba33e523, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3379bcb-4579-4e78-8d28-acc12ef840ec, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9220222c-a83b-471b-b2c7-af792fbf656a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d5305ab-0715-4cb8-9959-eb43a34717cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3379bcb-4579-4e78-8d28-acc12ef840ec, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1557965655844010149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149155796565584401014915579656558440101491557965655844010149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d5305ab-0715-4cb8-9959-eb43a34717cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1985980333766739060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060198598033376673906019859803337667390601985980333766739060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3379bcb-4579-4e78-8d28-acc12ef840ec, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01040155-d2d2-4344-9e9b-9128f9e3d8b8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01040155-d2d2-4344-9e9b-9128f9e3d8b8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10309591313413931587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587103095913134139315871030959131341393158710309591313413931587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d5305ab-0715-4cb8-9959-eb43a34717cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bc5d806-2351-454c-b913-6ae17a694d19, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc5d806-2351-454c-b913-6ae17a694d19, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8952174450950318431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431895217445095031843189521744509503184318952174450950318431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01040155-d2d2-4344-9e9b-9128f9e3d8b8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 360812f6-c3ae-461f-80d1-6facdec96662, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 360812f6-c3ae-461f-80d1-6facdec96662, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16721352834547487807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807167213528345474878071672135283454748780716721352834547487807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc5d806-2351-454c-b913-6ae17a694d19, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c0776d1-d47d-4de9-848b-2ae5680671ef, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c0776d1-d47d-4de9-848b-2ae5680671ef, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318698632158058656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656173186986321580586561731869863215805865617318698632158058656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 360812f6-c3ae-461f-80d1-6facdec96662, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2eac5e15-a68c-4638-a46a-58b67a52700a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2eac5e15-a68c-4638-a46a-58b67a52700a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13333444270002501849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849133334442700025018491333344427000250184913333444270002501849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c0776d1-d47d-4de9-848b-2ae5680671ef, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac491653-67bc-47c2-a27d-acdff9556c25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac491653-67bc-47c2-a27d-acdff9556c25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078019105218391794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794120780191052183917941207801910521839179412078019105218391794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2eac5e15-a68c-4638-a46a-58b67a52700a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1126f7e1-e906-4bc1-a6f5-99c43ce83339, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1126f7e1-e906-4bc1-a6f5-99c43ce83339, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13143286296107274099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099131432862961072740991314328629610727409913143286296107274099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac491653-67bc-47c2-a27d-acdff9556c25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4db02c71-8960-4b3d-b321-8ec3eed65c4f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db02c71-8960-4b3d-b321-8ec3eed65c4f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9816469661560398448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448981646966156039844898164696615603984489816469661560398448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1126f7e1-e906-4bc1-a6f5-99c43ce83339, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce52775-9026-4ef7-8096-b15aaef7d7db, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce52775-9026-4ef7-8096-b15aaef7d7db, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11300817381218810533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533113008173812188105331130081738121881053311300817381218810533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db02c71-8960-4b3d-b321-8ec3eed65c4f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc1b89c-8ae9-45da-a784-c0ad1c8743f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc1b89c-8ae9-45da-a784-c0ad1c8743f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4227448137555335475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475422744813755533547542274481375553354754227448137555335475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce52775-9026-4ef7-8096-b15aaef7d7db, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0491f36b-bf54-403b-aa25-b375b1fa5d0e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0491f36b-bf54-403b-aa25-b375b1fa5d0e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9369082780040405973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973936908278004040597393690827800404059739369082780040405973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc1b89c-8ae9-45da-a784-c0ad1c8743f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c314da01-88ff-4bb7-a064-ce3a5b887c58, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c314da01-88ff-4bb7-a064-ce3a5b887c58, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666183340739784006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006166618334073978400616661833407397840061666183340739784006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0491f36b-bf54-403b-aa25-b375b1fa5d0e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15ccd808-1cd9-450d-afb3-2a46c5ec28a7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15ccd808-1cd9-450d-afb3-2a46c5ec28a7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1151394027985012117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117115139402798501211711513940279850121171151394027985012117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c314da01-88ff-4bb7-a064-ce3a5b887c58, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4cc6ea-6d41-4a39-b7c3-720d02343eb9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4cc6ea-6d41-4a39-b7c3-720d02343eb9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252604355842545512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512925260435584254551292526043558425455129252604355842545512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15ccd808-1cd9-450d-afb3-2a46c5ec28a7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90746b84-05ea-47b7-89fd-946d3e8371d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90746b84-05ea-47b7-89fd-946d3e8371d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987270719764542275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275398727071976454227539872707197645422753987270719764542275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4cc6ea-6d41-4a39-b7c3-720d02343eb9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb92937-e07c-4aa4-9a51-166c10c3111e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb92937-e07c-4aa4-9a51-166c10c3111e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7726770824940224504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504772677082494022450477267708249402245047726770824940224504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90746b84-05ea-47b7-89fd-946d3e8371d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9773897-9ddc-408a-bc05-68a3b3f1bf55, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb92937-e07c-4aa4-9a51-166c10c3111e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9773897-9ddc-408a-bc05-68a3b3f1bf55, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 841772919686379572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572841772919686379572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61532dcc-f08a-4853-ba04-e6f0e57978e5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61532dcc-f08a-4853-ba04-e6f0e57978e5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10726834064242049887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887107268340642420498871072683406424204988710726834064242049887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9773897-9ddc-408a-bc05-68a3b3f1bf55, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457f9d9d-dc71-496c-b766-842b41d2d390, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457f9d9d-dc71-496c-b766-842b41d2d390, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11189848035926867879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879111898480359268678791118984803592686787911189848035926867879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61532dcc-f08a-4853-ba04-e6f0e57978e5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be66eded-bf58-4960-b39f-9972fe2dbca8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be66eded-bf58-4960-b39f-9972fe2dbca8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1117152863841254808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808111715286384125480811171528638412548081117152863841254808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457f9d9d-dc71-496c-b766-842b41d2d390, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd666cc-edeb-417e-90ba-96fe245fa650, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd666cc-edeb-417e-90ba-96fe245fa650, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17153702378297831784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784171537023782978317841715370237829783178417153702378297831784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be66eded-bf58-4960-b39f-9972fe2dbca8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42439fc2-5dab-491f-a085-210e923147f7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42439fc2-5dab-491f-a085-210e923147f7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647598430953438025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025764759843095343802576475984309534380257647598430953438025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd666cc-edeb-417e-90ba-96fe245fa650, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c71294-24ff-4a9f-9414-ecd8699a18f8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c71294-24ff-4a9f-9414-ecd8699a18f8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5282227552128472594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594528222755212847259452822275521284725945282227552128472594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42439fc2-5dab-491f-a085-210e923147f7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7cf0bb6-051e-4868-b508-8531f0cb5548, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7cf0bb6-051e-4868-b508-8531f0cb5548, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063461806150693660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660106346180615069366010634618061506936601063461806150693660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7cf0bb6-051e-4868-b508-8531f0cb5548, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 060c7deb-f15c-4330-883c-e5c5b28ea723, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c71294-24ff-4a9f-9414-ecd8699a18f8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4284bad1-ab52-4f12-be00-cc4dc2d7d120, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4284bad1-ab52-4f12-be00-cc4dc2d7d120, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18395150309290080451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451183951503092900804511839515030929008045118395150309290080451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 060c7deb-f15c-4330-883c-e5c5b28ea723, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12492460221207604841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841124924602212076048411249246022120760484112492460221207604841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4284bad1-ab52-4f12-be00-cc4dc2d7d120, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 060c7deb-f15c-4330-883c-e5c5b28ea723, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5844c1e-a991-43ef-a416-6bb3547c7615, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10a7e984-bb90-43d6-9142-26e779037214, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5844c1e-a991-43ef-a416-6bb3547c7615, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 993346874977263442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442993346874977263442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10a7e984-bb90-43d6-9142-26e779037214, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5325415029630289350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350532541502963028935053254150296302893505325415029630289350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10a7e984-bb90-43d6-9142-26e779037214, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fc0eefe-b6dc-4b68-9b4b-5575b59cae90, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fc0eefe-b6dc-4b68-9b4b-5575b59cae90, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160036800733492922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922171600368007334929221716003680073349292217160036800733492922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5844c1e-a991-43ef-a416-6bb3547c7615, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19621390-4392-4863-8bba-3add055911c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19621390-4392-4863-8bba-3add055911c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5570689856275953928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928557068985627595392855706898562759539285570689856275953928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fc0eefe-b6dc-4b68-9b4b-5575b59cae90, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19621390-4392-4863-8bba-3add055911c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfadb6b8-6b40-4f35-94bb-7cb3cc7e9422, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33322ab2-53c7-491c-9920-fc708c54dbc6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33322ab2-53c7-491c-9920-fc708c54dbc6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116462920186100653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653161164629201861006531611646292018610065316116462920186100653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfadb6b8-6b40-4f35-94bb-7cb3cc7e9422, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15403354029425140232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232154033540294251402321540335402942514023215403354029425140232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33322ab2-53c7-491c-9920-fc708c54dbc6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfadb6b8-6b40-4f35-94bb-7cb3cc7e9422, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a753997-d49a-47d9-803d-5cb2fa6c67cc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a753997-d49a-47d9-803d-5cb2fa6c67cc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15863634176828819038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038158636341768288190381586363417682881903815863634176828819038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6917830e-9d5d-48e7-9a40-2d324f076bc8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6917830e-9d5d-48e7-9a40-2d324f076bc8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7002565739324154468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468700256573932415446870025657393241544687002565739324154468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a753997-d49a-47d9-803d-5cb2fa6c67cc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e93798e3-c6d6-4e1b-8742-32954797830c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e93798e3-c6d6-4e1b-8742-32954797830c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3697709252988684397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397369770925298868439736977092529886843973697709252988684397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6917830e-9d5d-48e7-9a40-2d324f076bc8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1916a62-3654-4141-b773-6bbbef767b5e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1916a62-3654-4141-b773-6bbbef767b5e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11602910070676258164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164116029100706762581641160291007067625816411602910070676258164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e93798e3-c6d6-4e1b-8742-32954797830c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6eaea31-41aa-4ffe-8717-a56c5cdd2e7d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1916a62-3654-4141-b773-6bbbef767b5e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6eaea31-41aa-4ffe-8717-a56c5cdd2e7d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10939316050885048096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096109393160508850480961093931605088504809610939316050885048096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c78b561-6643-4aae-8cd7-b31a021673cc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c78b561-6643-4aae-8cd7-b31a021673cc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 480094286755666656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656480094286755666656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6eaea31-41aa-4ffe-8717-a56c5cdd2e7d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd459ebc-3cca-4ea9-a407-1beb7ef9bec9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd459ebc-3cca-4ea9-a407-1beb7ef9bec9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3791936718673966962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962379193671867396696237919367186739669623791936718673966962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c78b561-6643-4aae-8cd7-b31a021673cc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36c3926b-60c2-4a02-a43a-9e2aa625d07a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36c3926b-60c2-4a02-a43a-9e2aa625d07a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2670763281911230676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676267076328191123067626707632819112306762670763281911230676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd459ebc-3cca-4ea9-a407-1beb7ef9bec9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0250fa7-3a56-4921-88e6-09eb3a2e75d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0250fa7-3a56-4921-88e6-09eb3a2e75d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349965206823539924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924163499652068235399241634996520682353992416349965206823539924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36c3926b-60c2-4a02-a43a-9e2aa625d07a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0250fa7-3a56-4921-88e6-09eb3a2e75d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d2cdfa6-4d30-4a5b-b91d-0befd3d3d94d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2cdfa6-4d30-4a5b-b91d-0befd3d3d94d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053448494461030973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973120534484944610309731205344849446103097312053448494461030973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef85e0a7-a2c4-46db-b755-348f213bd911, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef85e0a7-a2c4-46db-b755-348f213bd911, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2453136739473051674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674245313673947305167424531367394730516742453136739473051674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2cdfa6-4d30-4a5b-b91d-0befd3d3d94d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f05cae81-f8ae-427a-a0cf-e7bd613bb50e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05cae81-f8ae-427a-a0cf-e7bd613bb50e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9297399968550698800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800929739996855069880092973999685506988009297399968550698800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef85e0a7-a2c4-46db-b755-348f213bd911, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7bb828f-f41e-4555-8687-94a89557bba1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7bb828f-f41e-4555-8687-94a89557bba1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15408711510653854811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811154087115106538548111540871151065385481115408711510653854811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05cae81-f8ae-427a-a0cf-e7bd613bb50e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99d5a663-fe45-4524-add4-2a07c371fe29, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99d5a663-fe45-4524-add4-2a07c371fe29, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9239464217940979726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726923946421794097972692394642179409797269239464217940979726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7bb828f-f41e-4555-8687-94a89557bba1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 679d2e19-af80-441c-99b1-3cb71928549d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99d5a663-fe45-4524-add4-2a07c371fe29, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 679d2e19-af80-441c-99b1-3cb71928549d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1212962297903791372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372121296229790379137212129622979037913721212962297903791372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cb92dbd-e3ec-42f3-8faf-6c1fa4419e7e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb92dbd-e3ec-42f3-8faf-6c1fa4419e7e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 984781302958548777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777984781302958548777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 679d2e19-af80-441c-99b1-3cb71928549d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0113a983-480e-401d-b89a-c11967b1b569, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0113a983-480e-401d-b89a-c11967b1b569, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13578081869762795031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031135780818697627950311357808186976279503113578081869762795031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb92dbd-e3ec-42f3-8faf-6c1fa4419e7e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a6ab1d-9bfe-4723-9a1e-e5b4f13abe53, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a6ab1d-9bfe-4723-9a1e-e5b4f13abe53, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 405243051520577888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888405243051520577888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0113a983-480e-401d-b89a-c11967b1b569, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a6ab1d-9bfe-4723-9a1e-e5b4f13abe53, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 052d61e8-3464-4ca3-b570-f57f2c5adf00, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 052d61e8-3464-4ca3-b570-f57f2c5adf00, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1312321015940762237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237131232101594076223713123210159407622371312321015940762237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aef9018c-c467-4d7b-b357-d156ab001025, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aef9018c-c467-4d7b-b357-d156ab001025, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13814702926823210354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354138147029268232103541381470292682321035413814702926823210354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 052d61e8-3464-4ca3-b570-f57f2c5adf00, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b6dae1f-fdcf-4394-9e98-51c3351a4afb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b6dae1f-fdcf-4394-9e98-51c3351a4afb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545667266397352196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196165456672663973521961654566726639735219616545667266397352196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aef9018c-c467-4d7b-b357-d156ab001025, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8793a047-47ad-4aef-bb59-726eb343c7c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8793a047-47ad-4aef-bb59-726eb343c7c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583199587817901211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211175831995878179012111758319958781790121117583199587817901211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b6dae1f-fdcf-4394-9e98-51c3351a4afb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ecd6b3b-ba71-4b7b-92ef-7e63baa5bcd1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ecd6b3b-ba71-4b7b-92ef-7e63baa5bcd1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986841750891272841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841898684175089127284189868417508912728418986841750891272841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8793a047-47ad-4aef-bb59-726eb343c7c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a45fa3fe-8787-457c-bc60-f05a6221d541, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a45fa3fe-8787-457c-bc60-f05a6221d541, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 786276504391088454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454786276504391088454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ecd6b3b-ba71-4b7b-92ef-7e63baa5bcd1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64857c5c-a875-4ebc-b315-c81178ccc160, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64857c5c-a875-4ebc-b315-c81178ccc160, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6819226676442491401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401681922667644249140168192266764424914016819226676442491401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a45fa3fe-8787-457c-bc60-f05a6221d541, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0b97cea-5435-4599-9b3f-6a758e076e83, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b97cea-5435-4599-9b3f-6a758e076e83, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17004954665157616030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030170049546651576160301700495466515761603017004954665157616030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64857c5c-a875-4ebc-b315-c81178ccc160, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30a79124-bba9-40dc-a3a6-de95fc952fdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30a79124-bba9-40dc-a3a6-de95fc952fdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16467874454809517902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902164678744548095179021646787445480951790216467874454809517902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b97cea-5435-4599-9b3f-6a758e076e83, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae70e3b6-c0f8-4e8c-a5a8-47f03ca5e1e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae70e3b6-c0f8-4e8c-a5a8-47f03ca5e1e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592716265971536944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944175927162659715369441759271626597153694417592716265971536944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30a79124-bba9-40dc-a3a6-de95fc952fdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd1dc73a-69c2-4219-9ea0-5317f8851a75, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1dc73a-69c2-4219-9ea0-5317f8851a75, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805382705921825805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805680538270592182580568053827059218258056805382705921825805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae70e3b6-c0f8-4e8c-a5a8-47f03ca5e1e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4bd71a7-04be-471c-a7ec-c4272ec36c24, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4bd71a7-04be-471c-a7ec-c4272ec36c24, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10141523666302126216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216101415236663021262161014152366630212621610141523666302126216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1dc73a-69c2-4219-9ea0-5317f8851a75, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527640f3-279c-43e1-8ec7-75df921fd1de, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527640f3-279c-43e1-8ec7-75df921fd1de, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11811659365571488457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457118116593655714884571181165936557148845711811659365571488457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4bd71a7-04be-471c-a7ec-c4272ec36c24, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a5b666f-a1ff-4927-8e99-4c5148c941ea, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a5b666f-a1ff-4927-8e99-4c5148c941ea, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17202091920529598651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651172020919205295986511720209192052959865117202091920529598651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527640f3-279c-43e1-8ec7-75df921fd1de, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7509c923-9494-49eb-9b7f-3304fbb05d09, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7509c923-9494-49eb-9b7f-3304fbb05d09, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16565615790707136329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329165656157907071363291656561579070713632916565615790707136329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a5b666f-a1ff-4927-8e99-4c5148c941ea, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6378df20-c6e8-4f0d-9931-9a6caf0c44a5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6378df20-c6e8-4f0d-9931-9a6caf0c44a5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10474779610747123448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448104747796107471234481047477961074712344810474779610747123448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7509c923-9494-49eb-9b7f-3304fbb05d09, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f00a882-7a9a-4d55-ac0a-907bb943be9e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f00a882-7a9a-4d55-ac0a-907bb943be9e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18128856025601365953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953181288560256013659531812885602560136595318128856025601365953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6378df20-c6e8-4f0d-9931-9a6caf0c44a5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b1e0481-1305-4746-8a94-421acb7c293a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b1e0481-1305-4746-8a94-421acb7c293a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4318198147807152638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638431819814780715263843181981478071526384318198147807152638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f00a882-7a9a-4d55-ac0a-907bb943be9e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d92b2185-25a7-426a-9b4b-ef4368e328cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d92b2185-25a7-426a-9b4b-ef4368e328cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2320976114543702820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820232097611454370282023209761145437028202320976114543702820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b1e0481-1305-4746-8a94-421acb7c293a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 412752b4-e16e-4588-9bb2-542f28b6dddd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 412752b4-e16e-4588-9bb2-542f28b6dddd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8711399909853297452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452871139990985329745287113999098532974528711399909853297452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d92b2185-25a7-426a-9b4b-ef4368e328cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea812521-3069-45fa-a6e9-b6821368dd37, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea812521-3069-45fa-a6e9-b6821368dd37, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15064943162195732563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563150649431621957325631506494316219573256315064943162195732563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 412752b4-e16e-4588-9bb2-542f28b6dddd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1114e97d-356f-4fa9-b3d2-fd19638c9bd1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1114e97d-356f-4fa9-b3d2-fd19638c9bd1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16146398791604257582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582161463987916042575821614639879160425758216146398791604257582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea812521-3069-45fa-a6e9-b6821368dd37, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5734fc19-0359-488b-b802-e467b835d65c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5734fc19-0359-488b-b802-e467b835d65c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10696212318791273521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521106962123187912735211069621231879127352110696212318791273521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1114e97d-356f-4fa9-b3d2-fd19638c9bd1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6c5f5f4-8ed8-4988-abfb-ea08620e6bba, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c5f5f4-8ed8-4988-abfb-ea08620e6bba, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548481633548304931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931354848163354830493135484816335483049313548481633548304931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5734fc19-0359-488b-b802-e467b835d65c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08ac7b02-bf17-44e9-9fd9-9e813cb83641, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ac7b02-bf17-44e9-9fd9-9e813cb83641, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680596940585901255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255268059694058590125526805969405859012552680596940585901255" } } } 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:379 RpcState(ListEndpoints, 2a7c8dcc-963e-45b2-adc8-97bcb48bf894, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 2a7c8dcc-963e-45b2-adc8-97bcb48bf894, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c5f5f4-8ed8-4988-abfb-ea08620e6bba, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1f6bc79-1bd7-419a-89df-616c7dc5823f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1f6bc79-1bd7-419a-89df-616c7dc5823f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17448120710286065378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378174481207102860653781744812071028606537817448120710286065378" } } } 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, 2a7c8dcc-963e-45b2-adc8-97bcb48bf894, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 8397 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-djbupjqxve.auto.internal:8397, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ac7b02-bf17-44e9-9fd9-9e813cb83641, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1f6bc79-1bd7-419a-89df-616c7dc5823f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7969e21-09e5-40b2-aa40-91a8d236438f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5385db4d-87bb-43d7-946e-ec9c83a0aa7f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7969e21-09e5-40b2-aa40-91a8d236438f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592512648233235944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944175925126482332359441759251264823323594417592512648233235944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5385db4d-87bb-43d7-946e-ec9c83a0aa7f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10991741006028430616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616109917410060284306161099174100602843061610991741006028430616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5385db4d-87bb-43d7-946e-ec9c83a0aa7f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1802ba39-b52d-4dd2-8305-c79f55b2178e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1802ba39-b52d-4dd2-8305-c79f55b2178e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5471160101370453746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746547116010137045374654711601013704537465471160101370453746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7969e21-09e5-40b2-aa40-91a8d236438f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb37161-3e06-4235-9388-d97854d018fd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb37161-3e06-4235-9388-d97854d018fd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1654374658626083209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209165437465862608320916543746586260832091654374658626083209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1802ba39-b52d-4dd2-8305-c79f55b2178e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83d432d9-365d-40b8-b6ff-0121be5ffb25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83d432d9-365d-40b8-b6ff-0121be5ffb25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392354964198334004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004113923549641983340041139235496419833400411392354964198334004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb37161-3e06-4235-9388-d97854d018fd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37406057-09d2-4c34-b072-91815ffde412, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37406057-09d2-4c34-b072-91815ffde412, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5673398545859996123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123567339854585999612356733985458599961235673398545859996123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83d432d9-365d-40b8-b6ff-0121be5ffb25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d098f5-6ddc-4509-87a2-5d8a7ac5839b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d098f5-6ddc-4509-87a2-5d8a7ac5839b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12353386805830634882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882123533868058306348821235338680583063488212353386805830634882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37406057-09d2-4c34-b072-91815ffde412, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b84811da-3077-4a71-852f-517cebdf8465, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b84811da-3077-4a71-852f-517cebdf8465, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16719038612658360102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102167190386126583601021671903861265836010216719038612658360102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b84811da-3077-4a71-852f-517cebdf8465, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1673e842-be2c-48b2-b288-17c63dccb58a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1673e842-be2c-48b2-b288-17c63dccb58a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12186805365131237872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872121868053651312378721218680536513123787212186805365131237872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d098f5-6ddc-4509-87a2-5d8a7ac5839b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1d8abc9-90d3-4785-b4bb-935578ac9add, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1d8abc9-90d3-4785-b4bb-935578ac9add, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11297799534661648683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683112977995346616486831129779953466164868311297799534661648683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:7205
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1673e842-be2c-48b2-b288-17c63dccb58a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a40fad00-b0a7-4ce3-a697-4b8b2d514010, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a40fad00-b0a7-4ce3-a697-4b8b2d514010, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10622290636362735986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986106222906363627359861062229063636273598610622290636362735986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1d8abc9-90d3-4785-b4bb-935578ac9add, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55642bd9-fdab-4bee-ac45-540c51fa3594, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55642bd9-fdab-4bee-ac45-540c51fa3594, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15009232938203461978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978150092329382034619781500923293820346197815009232938203461978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a40fad00-b0a7-4ce3-a697-4b8b2d514010, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3862e734-6252-43fa-bda2-f83099924edf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3862e734-6252-43fa-bda2-f83099924edf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11467500442967972787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787114675004429679727871146750044296797278711467500442967972787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55642bd9-fdab-4bee-ac45-540c51fa3594, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe746aaf-63e7-4741-b281-f809c8e2c38e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe746aaf-63e7-4741-b281-f809c8e2c38e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15386123384502147745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745153861233845021477451538612338450214774515386123384502147745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe746aaf-63e7-4741-b281-f809c8e2c38e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35e3eec4-80fd-450a-84a1-6838c024d0e6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35e3eec4-80fd-450a-84a1-6838c024d0e6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15954835962786338171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171159548359627863381711595483596278633817115954835962786338171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35e3eec4-80fd-450a-84a1-6838c024d0e6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a0bb4f1-63bd-480d-b70d-eb2d1b3fcd7a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a0bb4f1-63bd-480d-b70d-eb2d1b3fcd7a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10775987392542630242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242107759873925426302421077598739254263024210775987392542630242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a0bb4f1-63bd-480d-b70d-eb2d1b3fcd7a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc3cd35-cec9-481c-8ada-ddf53b8a3e22, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc3cd35-cec9-481c-8ada-ddf53b8a3e22, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14702409988081451210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210147024099880814512101470240998808145121014702409988081451210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3862e734-6252-43fa-bda2-f83099924edf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ba8761-2da6-4224-9626-c86b67dbb367, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ba8761-2da6-4224-9626-c86b67dbb367, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147961758926562336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336131479617589265623361314796175892656233613147961758926562336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ba8761-2da6-4224-9626-c86b67dbb367, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8efcec11-239b-4c96-bd9c-f92c7622c266, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8efcec11-239b-4c96-bd9c-f92c7622c266, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640854350969883525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525764085435096988352576408543509698835257640854350969883525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc3cd35-cec9-481c-8ada-ddf53b8a3e22, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8efcec11-239b-4c96-bd9c-f92c7622c266, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00e15135-0491-41c5-b403-de313fd58499, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e15135-0491-41c5-b403-de313fd58499, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6707487111128018731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731670748711112801873167074871111280187316707487111128018731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ae25e3-389d-4be3-992b-351300126cbf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ae25e3-389d-4be3-992b-351300126cbf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14916569767531343777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777149165697675313437771491656976753134377714916569767531343777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e15135-0491-41c5-b403-de313fd58499, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdce3551-77de-4164-b8fe-9759bcd7d3cd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdce3551-77de-4164-b8fe-9759bcd7d3cd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12206728579945468438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438122067285799454684381220672857994546843812206728579945468438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ae25e3-389d-4be3-992b-351300126cbf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e22a4dd-e980-457f-8f2c-3d9ea092609f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e22a4dd-e980-457f-8f2c-3d9ea092609f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14302733673844795066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066143027336738447950661430273367384479506614302733673844795066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdce3551-77de-4164-b8fe-9759bcd7d3cd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a238ccf4-f256-4efb-be27-11906897d64a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a238ccf4-f256-4efb-be27-11906897d64a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431172179178211937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937174311721791782119371743117217917821193717431172179178211937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e22a4dd-e980-457f-8f2c-3d9ea092609f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 935f7639-f0e3-4110-8fcf-3eec442ddf06, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935f7639-f0e3-4110-8fcf-3eec442ddf06, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10084260095029431760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760100842600950294317601008426009502943176010084260095029431760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a238ccf4-f256-4efb-be27-11906897d64a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 543ef297-6ba2-413a-8ccb-ad6f8fcab331, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 543ef297-6ba2-413a-8ccb-ad6f8fcab331, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6944603277130543072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072694460327713054307269446032771305430726944603277130543072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935f7639-f0e3-4110-8fcf-3eec442ddf06, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10b04245-f075-4674-b281-4b6f9e919079, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10b04245-f075-4674-b281-4b6f9e919079, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14474319278253613311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311144743192782536133111447431927825361331114474319278253613311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 543ef297-6ba2-413a-8ccb-ad6f8fcab331, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 068dac44-968e-4b65-851f-e09633efba89, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 068dac44-968e-4b65-851f-e09633efba89, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3392149731012092051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051339214973101209205133921497310120920513392149731012092051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10b04245-f075-4674-b281-4b6f9e919079, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1a6209-206b-49ee-b68c-0500e6367fd0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1a6209-206b-49ee-b68c-0500e6367fd0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14019732304554634737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737140197323045546347371401973230455463473714019732304554634737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 068dac44-968e-4b65-851f-e09633efba89, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d98dafc8-f914-4a32-a94d-955aa1654d69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1a6209-206b-49ee-b68c-0500e6367fd0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09a810a4-f338-477c-9070-cce42fec7c07, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09a810a4-f338-477c-9070-cce42fec7c07, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 323451093578102858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858323451093578102858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d98dafc8-f914-4a32-a94d-955aa1654d69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334638595070527069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069233463859507052706923346385950705270692334638595070527069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09a810a4-f338-477c-9070-cce42fec7c07, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae09a32-2378-4512-ad92-a31c0b270756, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae09a32-2378-4512-ad92-a31c0b270756, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11698441206349397289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289116984412063493972891169844120634939728911698441206349397289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d98dafc8-f914-4a32-a94d-955aa1654d69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d9810b-53ba-4eba-a295-695cd8f5c819, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d9810b-53ba-4eba-a295-695cd8f5c819, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989353282536841358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358798935328253684135879893532825368413587989353282536841358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae09a32-2378-4512-ad92-a31c0b270756, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8aee156-a7a8-4fe5-a723-638a1e8a4892, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8aee156-a7a8-4fe5-a723-638a1e8a4892, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12439629696635926921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921124396296966359269211243962969663592692112439629696635926921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d9810b-53ba-4eba-a295-695cd8f5c819, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5443ce9e-32ed-46a2-9b90-37e435414607, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5443ce9e-32ed-46a2-9b90-37e435414607, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4432490951518749549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549443249095151874954944324909515187495494432490951518749549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8aee156-a7a8-4fe5-a723-638a1e8a4892, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84830794-b4cf-4e06-9c5b-e8064b43ca73, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84830794-b4cf-4e06-9c5b-e8064b43ca73, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11735446640955495375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375117354466409554953751173544664095549537511735446640955495375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5443ce9e-32ed-46a2-9b90-37e435414607, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd93a98-4482-4af7-a1f3-3b7299608b74, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd93a98-4482-4af7-a1f3-3b7299608b74, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15424751452208343496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496154247514522083434961542475145220834349615424751452208343496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd93a98-4482-4af7-a1f3-3b7299608b74, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8104b185-baf4-40f1-a549-825a8c1e926f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8104b185-baf4-40f1-a549-825a8c1e926f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11899276548383233603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603118992765483832336031189927654838323360311899276548383233603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84830794-b4cf-4e06-9c5b-e8064b43ca73, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0a865e8-baa4-4037-b8ba-696ddc382185, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0a865e8-baa4-4037-b8ba-696ddc382185, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3020419571769062399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399302041957176906239930204195717690623993020419571769062399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8104b185-baf4-40f1-a549-825a8c1e926f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ce497a-1deb-4b26-92bc-6b107806b88b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ce497a-1deb-4b26-92bc-6b107806b88b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5875146034825555276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276587514603482555527658751460348255552765875146034825555276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0a865e8-baa4-4037-b8ba-696ddc382185, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4efe1590-2394-463e-9ef9-4b46eb857814, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4efe1590-2394-463e-9ef9-4b46eb857814, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6609460900560276767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767660946090056027676766094609005602767676609460900560276767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ce497a-1deb-4b26-92bc-6b107806b88b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec6a22d-96bb-4735-ae05-243cf03e6a4c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec6a22d-96bb-4735-ae05-243cf03e6a4c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7470112322158636232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232747011232215863623274701123221586362327470112322158636232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4efe1590-2394-463e-9ef9-4b46eb857814, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c318d2f6-5c0e-4b4f-95f4-3523db1de255, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c318d2f6-5c0e-4b4f-95f4-3523db1de255, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669797445068122244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244766979744506812224476697974450681222447669797445068122244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c318d2f6-5c0e-4b4f-95f4-3523db1de255, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f38da2-98c7-4699-98d1-ec8cdda88416, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec6a22d-96bb-4735-ae05-243cf03e6a4c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f49a1b-a4bf-4cd2-9bb1-deffa37b60e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f49a1b-a4bf-4cd2-9bb1-deffa37b60e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17549680734732978243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243175496807347329782431754968073473297824317549680734732978243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f38da2-98c7-4699-98d1-ec8cdda88416, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14174108990819880949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949141741089908198809491417410899081988094914174108990819880949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f49a1b-a4bf-4cd2-9bb1-deffa37b60e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5e86727-8fbb-46b8-aee0-55fe0beede67, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5e86727-8fbb-46b8-aee0-55fe0beede67, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15502240640495160788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788155022406404951607881550224064049516078815502240640495160788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f38da2-98c7-4699-98d1-ec8cdda88416, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c152aca-9fd9-4b6a-b6c3-87f48baf6a9f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c152aca-9fd9-4b6a-b6c3-87f48baf6a9f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17311001943711082414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414173110019437110824141731100194371108241417311001943711082414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5e86727-8fbb-46b8-aee0-55fe0beede67, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf55895-88ed-4782-a88b-6b02178462cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf55895-88ed-4782-a88b-6b02178462cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260370391779209038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038132603703917792090381326037039177920903813260370391779209038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c152aca-9fd9-4b6a-b6c3-87f48baf6a9f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34342c0c-9d18-4393-96b4-e8c9af770bc5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34342c0c-9d18-4393-96b4-e8c9af770bc5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15249476097621478443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443152494760976214784431524947609762147844315249476097621478443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf55895-88ed-4782-a88b-6b02178462cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b7ae5fd-1877-4acc-9ff8-f9bddd246c20, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7ae5fd-1877-4acc-9ff8-f9bddd246c20, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4574166192439245512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512457416619243924551245741661924392455124574166192439245512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34342c0c-9d18-4393-96b4-e8c9af770bc5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c447d678-3c1f-4623-a3ab-fb0ee16d3b2c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c447d678-3c1f-4623-a3ab-fb0ee16d3b2c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12556082395177122780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780125560823951771227801255608239517712278012556082395177122780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7ae5fd-1877-4acc-9ff8-f9bddd246c20, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7da5f87d-e8af-4b74-997e-9c05ca0d8930, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7da5f87d-e8af-4b74-997e-9c05ca0d8930, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208449306061774784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784920844930606177478492084493060617747849208449306061774784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c447d678-3c1f-4623-a3ab-fb0ee16d3b2c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 023296a2-96a6-4a9d-8acc-1e06c6805908, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 023296a2-96a6-4a9d-8acc-1e06c6805908, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6871551728854759304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304687155172885475930468715517288547593046871551728854759304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7da5f87d-e8af-4b74-997e-9c05ca0d8930, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 886588d3-6d3b-4508-bb97-5cb4d26b7818, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 023296a2-96a6-4a9d-8acc-1e06c6805908, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf29b4c-eb75-4995-8171-efc09cd928a1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf29b4c-eb75-4995-8171-efc09cd928a1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105795218608818756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756171057952186088187561710579521860881875617105795218608818756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 886588d3-6d3b-4508-bb97-5cb4d26b7818, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11516465548935656951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951115164655489356569511151646554893565695111516465548935656951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 886588d3-6d3b-4508-bb97-5cb4d26b7818, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f037981-39b3-4bae-921e-fc29c22b468b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f037981-39b3-4bae-921e-fc29c22b468b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 936727935523886380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380936727935523886380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf29b4c-eb75-4995-8171-efc09cd928a1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8c05c16-6f98-4ac7-983b-226e7de0d4eb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8c05c16-6f98-4ac7-983b-226e7de0d4eb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15645767121848336046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046156457671218483360461564576712184833604615645767121848336046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f037981-39b3-4bae-921e-fc29c22b468b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d06b963-a839-4d76-b354-6992f232e205, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d06b963-a839-4d76-b354-6992f232e205, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12885331421388607353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353128853314213886073531288533142138860735312885331421388607353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8c05c16-6f98-4ac7-983b-226e7de0d4eb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cab1ab3d-9f1d-4161-8eaf-46888e7b4f6b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab1ab3d-9f1d-4161-8eaf-46888e7b4f6b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10702161602832161203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203107021616028321612031070216160283216120310702161602832161203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d06b963-a839-4d76-b354-6992f232e205, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86327779-ff51-429a-bd62-44e9151affcd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86327779-ff51-429a-bd62-44e9151affcd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6837090257214767818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818683709025721476781868370902572147678186837090257214767818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab1ab3d-9f1d-4161-8eaf-46888e7b4f6b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a350a8b-6454-41d2-b0a9-1b23f0e63126, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a350a8b-6454-41d2-b0a9-1b23f0e63126, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15498090586733360717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717154980905867333607171549809058673336071715498090586733360717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86327779-ff51-429a-bd62-44e9151affcd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4f09da5-f6b7-4c4d-9dbf-034873230843, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4f09da5-f6b7-4c4d-9dbf-034873230843, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619544331336834476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476136195443313368344761361954433133683447613619544331336834476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a350a8b-6454-41d2-b0a9-1b23f0e63126, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add26c2e-8e45-45a2-91f2-07b1723a61d8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add26c2e-8e45-45a2-91f2-07b1723a61d8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9270545871240750632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632927054587124075063292705458712407506329270545871240750632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4f09da5-f6b7-4c4d-9dbf-034873230843, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dd8d597-3bbf-4228-aef6-94841dd9b226, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd8d597-3bbf-4228-aef6-94841dd9b226, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7727797830135680498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498772779783013568049877277978301356804987727797830135680498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add26c2e-8e45-45a2-91f2-07b1723a61d8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 580822b1-07d2-4e62-bed1-19bd7238fc50, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 580822b1-07d2-4e62-bed1-19bd7238fc50, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 298248617814966888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888298248617814966888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd8d597-3bbf-4228-aef6-94841dd9b226, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4c4d2b-ba33-413c-b928-fae00e927724, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4c4d2b-ba33-413c-b928-fae00e927724, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975103188327574119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119129751031883275741191297510318832757411912975103188327574119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 580822b1-07d2-4e62-bed1-19bd7238fc50, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40774051-78d9-444c-823a-a5bb7f8abb58, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40774051-78d9-444c-823a-a5bb7f8abb58, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385102828033136433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433163851028280331364331638510282803313643316385102828033136433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4c4d2b-ba33-413c-b928-fae00e927724, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85c3394-bf6a-48a8-9af2-fb502cb49a48, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85c3394-bf6a-48a8-9af2-fb502cb49a48, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2610180921351526095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095261018092135152609526101809213515260952610180921351526095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40774051-78d9-444c-823a-a5bb7f8abb58, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26b0cbd9-a913-42f3-90b8-bfd0c2e0ff9e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b0cbd9-a913-42f3-90b8-bfd0c2e0ff9e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743232554172059956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956137432325541720599561374323255417205995613743232554172059956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85c3394-bf6a-48a8-9af2-fb502cb49a48, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 424b8179-7f1c-4a98-bbf8-4b15528cd29d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 424b8179-7f1c-4a98-bbf8-4b15528cd29d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1378295486557135009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009137829548655713500913782954865571350091378295486557135009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b0cbd9-a913-42f3-90b8-bfd0c2e0ff9e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c90935-96bc-43fd-843c-2e66b2a80acc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c90935-96bc-43fd-843c-2e66b2a80acc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9069898920921479093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093906989892092147909390698989209214790939069898920921479093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 424b8179-7f1c-4a98-bbf8-4b15528cd29d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c90935-96bc-43fd-843c-2e66b2a80acc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f11c4b0-5ae4-47ed-aa75-73dc15dc2c24, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f11c4b0-5ae4-47ed-aa75-73dc15dc2c24, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986665458318489634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634498666545831848963449866654583184896344986665458318489634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27610526-5147-4be3-aa83-1e1ce0c65744, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27610526-5147-4be3-aa83-1e1ce0c65744, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14781027054834628349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349147810270548346283491478102705483462834914781027054834628349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f11c4b0-5ae4-47ed-aa75-73dc15dc2c24, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b122224-3ac8-4e5c-b451-f6d925bc87e7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b122224-3ac8-4e5c-b451-f6d925bc87e7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444787004187866094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094154447870041878660941544478700418786609415444787004187866094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27610526-5147-4be3-aa83-1e1ce0c65744, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bc0c40-5228-4fa6-82fa-093ce72bcd80, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bc0c40-5228-4fa6-82fa-093ce72bcd80, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9754318318187663282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282975431831818766328297543183181876632829754318318187663282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b122224-3ac8-4e5c-b451-f6d925bc87e7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b967e3b9-4d75-4f6e-8a06-0ecafd553839, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b967e3b9-4d75-4f6e-8a06-0ecafd553839, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9640795490025486477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477964079549002548647796407954900254864779640795490025486477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bc0c40-5228-4fa6-82fa-093ce72bcd80, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a4e42b-295b-4882-a9c1-a36d9d780056, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a4e42b-295b-4882-a9c1-a36d9d780056, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12596753325481024670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670125967533254810246701259675332548102467012596753325481024670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b967e3b9-4d75-4f6e-8a06-0ecafd553839, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e1f1d2-b05f-45da-b88a-2b95cd479aa8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e1f1d2-b05f-45da-b88a-2b95cd479aa8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2858433395534411345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345285843339553441134528584333955344113452858433395534411345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a4e42b-295b-4882-a9c1-a36d9d780056, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b45ec151-12f3-4ee2-98c6-8c00751ba75e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45ec151-12f3-4ee2-98c6-8c00751ba75e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809112552743917624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624780911255274391762478091125527439176247809112552743917624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45ec151-12f3-4ee2-98c6-8c00751ba75e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7b7b569-b5ff-48f0-9fa6-26e4ee5da805, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b7b569-b5ff-48f0-9fa6-26e4ee5da805, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7398172957756103483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483739817295775610348373981729577561034837398172957756103483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e1f1d2-b05f-45da-b88a-2b95cd479aa8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b4747cf-fb38-4b82-8484-735dd9965c1c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b4747cf-fb38-4b82-8484-735dd9965c1c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14459401368702648815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815144594013687026488151445940136870264881514459401368702648815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b7b569-b5ff-48f0-9fa6-26e4ee5da805, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6294d5-c2d1-449a-8488-06956cbf944f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6294d5-c2d1-449a-8488-06956cbf944f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194515883486766086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086101945158834867660861019451588348676608610194515883486766086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b4747cf-fb38-4b82-8484-735dd9965c1c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6294d5-c2d1-449a-8488-06956cbf944f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e123674-bb84-4b04-985f-55545833bbb1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e123674-bb84-4b04-985f-55545833bbb1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964072907752939026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026396407290775293902639640729077529390263964072907752939026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4831ce63-91a0-4244-877e-eb6a575860de, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4831ce63-91a0-4244-877e-eb6a575860de, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 709324967842979177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177709324967842979177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e123674-bb84-4b04-985f-55545833bbb1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90dce63f-da1b-4ea6-9ee1-a688135b7d0a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90dce63f-da1b-4ea6-9ee1-a688135b7d0a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14663923433308288643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643146639234333082886431466392343330828864314663923433308288643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4831ce63-91a0-4244-877e-eb6a575860de, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 993b9f06-f02d-4053-8260-2848a83501f4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 993b9f06-f02d-4053-8260-2848a83501f4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4358259958055837715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715435825995805583771543582599580558377154358259958055837715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90dce63f-da1b-4ea6-9ee1-a688135b7d0a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01d02be-33d7-4e69-b3c3-0396262e338c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01d02be-33d7-4e69-b3c3-0396262e338c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276442679780325969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969427644267978032596942764426797803259694276442679780325969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 993b9f06-f02d-4053-8260-2848a83501f4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed4b81f-b2be-42e8-95fd-2357133797fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed4b81f-b2be-42e8-95fd-2357133797fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7210458871685553032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032721045887168555303272104588716855530327210458871685553032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01d02be-33d7-4e69-b3c3-0396262e338c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3ee742-bad9-44df-bbed-0e6878c82bc9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3ee742-bad9-44df-bbed-0e6878c82bc9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2336327306787375403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403233632730678737540323363273067873754032336327306787375403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed4b81f-b2be-42e8-95fd-2357133797fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48080b22-29d5-4dd8-9b36-1bb3da2bb10b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48080b22-29d5-4dd8-9b36-1bb3da2bb10b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 958431722743501941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941958431722743501941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3ee742-bad9-44df-bbed-0e6878c82bc9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e801b275-81cb-4e22-932d-15b986960ea4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e801b275-81cb-4e22-932d-15b986960ea4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10411022088826575034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034104110220888265750341041102208882657503410411022088826575034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48080b22-29d5-4dd8-9b36-1bb3da2bb10b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bf19250-39c1-4144-9044-46135febc44d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bf19250-39c1-4144-9044-46135febc44d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11601585127712516781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781116015851277125167811160158512771251678111601585127712516781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e801b275-81cb-4e22-932d-15b986960ea4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd66866-8b1d-4da5-be02-a88daf4abb9f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd66866-8b1d-4da5-be02-a88daf4abb9f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11895988455958317059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059118959884559583170591189598845595831705911895988455958317059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bf19250-39c1-4144-9044-46135febc44d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acbbaecb-35dc-4d3c-aca8-34fe3f17f9bb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acbbaecb-35dc-4d3c-aca8-34fe3f17f9bb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5333837363549751338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338533383736354975133853338373635497513385333837363549751338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd66866-8b1d-4da5-be02-a88daf4abb9f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b0abb2a-ebef-4bea-85b5-ca61b3902d03, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0abb2a-ebef-4bea-85b5-ca61b3902d03, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2564126765325610813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813256412676532561081325641267653256108132564126765325610813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acbbaecb-35dc-4d3c-aca8-34fe3f17f9bb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53d20389-d259-40dd-9def-cb3e67a68f62, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53d20389-d259-40dd-9def-cb3e67a68f62, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16930023571020467622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622169300235710204676221693002357102046762216930023571020467622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0abb2a-ebef-4bea-85b5-ca61b3902d03, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b507e4-5911-4e76-93b4-266591439b48, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53d20389-d259-40dd-9def-cb3e67a68f62, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 730a0d69-afbe-478e-bacb-d993a710210e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b507e4-5911-4e76-93b4-266591439b48, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9364159461797033514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514936415946179703351493641594617970335149364159461797033514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730a0d69-afbe-478e-bacb-d993a710210e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990823290579958211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211599082329057995821159908232905799582115990823290579958211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b507e4-5911-4e76-93b4-266591439b48, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730a0d69-afbe-478e-bacb-d993a710210e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0724c622-95a1-4bd7-b36a-fb345fc00445, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0724c622-95a1-4bd7-b36a-fb345fc00445, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15281672769729202268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268152816727697292022681528167276972920226815281672769729202268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b044905d-b351-44d9-8580-40f2d640ffd5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b044905d-b351-44d9-8580-40f2d640ffd5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5869716632900387649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649586971663290038764958697166329003876495869716632900387649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0724c622-95a1-4bd7-b36a-fb345fc00445, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc57d77-1a07-4461-b2c5-39a7d360c7d8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc57d77-1a07-4461-b2c5-39a7d360c7d8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745673042917654949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949674567304291765494967456730429176549496745673042917654949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b044905d-b351-44d9-8580-40f2d640ffd5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41c685f2-d363-4edc-a683-692676d17241, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c685f2-d363-4edc-a683-692676d17241, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18394769156898980598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598183947691568989805981839476915689898059818394769156898980598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc57d77-1a07-4461-b2c5-39a7d360c7d8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5ce233a-06b7-4b0f-8d77-fb8f792edbde, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5ce233a-06b7-4b0f-8d77-fb8f792edbde, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13186058739995882562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562131860587399958825621318605873999588256213186058739995882562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c685f2-d363-4edc-a683-692676d17241, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eb69756-466d-4c37-a0be-afc43b25314f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb69756-466d-4c37-a0be-afc43b25314f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6217394613009464087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087621739461300946408762173946130094640876217394613009464087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5ce233a-06b7-4b0f-8d77-fb8f792edbde, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4b8738-594a-4975-ada2-bd1796b941c1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4b8738-594a-4975-ada2-bd1796b941c1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15968481378196155855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855159684813781961558551596848137819615585515968481378196155855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb69756-466d-4c37-a0be-afc43b25314f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a30a976d-b4a4-4ca7-9668-64a3fd0f687e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a30a976d-b4a4-4ca7-9668-64a3fd0f687e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14074299055648417882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882140742990556484178821407429905564841788214074299055648417882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4b8738-594a-4975-ada2-bd1796b941c1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294397f8-c913-485a-bbcf-e00427536753, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294397f8-c913-485a-bbcf-e00427536753, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4863605679562780826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826486360567956278082648636056795627808264863605679562780826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a30a976d-b4a4-4ca7-9668-64a3fd0f687e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294397f8-c913-485a-bbcf-e00427536753, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0712d6-ebf2-4331-a387-107ba9728a4a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0712d6-ebf2-4331-a387-107ba9728a4a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9166193048386442680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680916619304838644268091661930483864426809166193048386442680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5f4a0a6-684b-4889-9574-8f25fd3a33dc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5f4a0a6-684b-4889-9574-8f25fd3a33dc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9273588358507358916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916927358835850735891692735883585073589169273588358507358916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0712d6-ebf2-4331-a387-107ba9728a4a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cebb9619-6a3c-4fa6-8e69-3b6b97d1ff85, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebb9619-6a3c-4fa6-8e69-3b6b97d1ff85, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14352279809886063138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138143522798098860631381435227980988606313814352279809886063138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5f4a0a6-684b-4889-9574-8f25fd3a33dc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff8f587-5757-4af5-b647-d7b0cc343112, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff8f587-5757-4af5-b647-d7b0cc343112, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15641856150868749293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293156418561508687492931564185615086874929315641856150868749293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebb9619-6a3c-4fa6-8e69-3b6b97d1ff85, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0430e47e-b2e2-4474-8162-47f5c22433ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0430e47e-b2e2-4474-8162-47f5c22433ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17966773599600894938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938179667735996008949381796677359960089493817966773599600894938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff8f587-5757-4af5-b647-d7b0cc343112, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bca4f31b-4a14-4652-9187-c3fe264303da, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca4f31b-4a14-4652-9187-c3fe264303da, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10893614451925964283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283108936144519259642831089361445192596428310893614451925964283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0430e47e-b2e2-4474-8162-47f5c22433ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130fb1fe-0518-4aa4-b493-b443d790d796, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130fb1fe-0518-4aa4-b493-b443d790d796, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4937782840418003066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066493778284041800306649377828404180030664937782840418003066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca4f31b-4a14-4652-9187-c3fe264303da, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e463b30-0594-40dd-88bc-a07ffcfe9825, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e463b30-0594-40dd-88bc-a07ffcfe9825, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4260536999630572580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580426053699963057258042605369996305725804260536999630572580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130fb1fe-0518-4aa4-b493-b443d790d796, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e4d6f7-a18c-4a04-9f3e-c36a8971664e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e4d6f7-a18c-4a04-9f3e-c36a8971664e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1993558993653637035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035199355899365363703519935589936536370351993558993653637035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e463b30-0594-40dd-88bc-a07ffcfe9825, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 823eadc3-789d-46bd-a479-715ba40b3484, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823eadc3-789d-46bd-a479-715ba40b3484, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17746090389307798748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748177460903893077987481774609038930779874817746090389307798748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e4d6f7-a18c-4a04-9f3e-c36a8971664e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac4f4157-d3e5-400e-9c52-3d2d1b760481, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac4f4157-d3e5-400e-9c52-3d2d1b760481, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147603207132798554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554131476032071327985541314760320713279855413147603207132798554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823eadc3-789d-46bd-a479-715ba40b3484, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b083bb8-3764-40f3-9030-258f6a3fb1b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b083bb8-3764-40f3-9030-258f6a3fb1b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 480144859241560905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905480144859241560905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac4f4157-d3e5-400e-9c52-3d2d1b760481, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8d3eec5-011f-4e6b-8841-a0fa514fa06e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8d3eec5-011f-4e6b-8841-a0fa514fa06e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1599982045224003445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445159998204522400344515999820452240034451599982045224003445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b083bb8-3764-40f3-9030-258f6a3fb1b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbe56b2-ae14-4157-a8d9-ac24028ed544, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbe56b2-ae14-4157-a8d9-ac24028ed544, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17738888414957993995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995177388884149579939951773888841495799399517738888414957993995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8d3eec5-011f-4e6b-8841-a0fa514fa06e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a98351f5-9e2c-43fc-8754-c66a78f7e173, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbe56b2-ae14-4157-a8d9-ac24028ed544, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a98351f5-9e2c-43fc-8754-c66a78f7e173, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7688497661525421244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244768849766152542124476884976615254212447688497661525421244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb15c280-f023-4610-923b-670c3ccd6b61, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb15c280-f023-4610-923b-670c3ccd6b61, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408396547325444673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673540839654732544467354083965473254446735408396547325444673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a98351f5-9e2c-43fc-8754-c66a78f7e173, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3038c6d-54c7-4f9f-81ba-009fe0eeee9f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3038c6d-54c7-4f9f-81ba-009fe0eeee9f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3322378520836592717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717332237852083659271733223785208365927173322378520836592717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb15c280-f023-4610-923b-670c3ccd6b61, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e9d2996-0a43-46e4-baa9-d3c4b46e9bce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e9d2996-0a43-46e4-baa9-d3c4b46e9bce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5205453829312565797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797520545382931256579752054538293125657975205453829312565797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3038c6d-54c7-4f9f-81ba-009fe0eeee9f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcb13ec-4771-466a-b2e3-b4eb779ae483, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcb13ec-4771-466a-b2e3-b4eb779ae483, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 66838611623944160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6683861162394416066838611623944160668386116239441606683861162394416066838611623944160668386116239441606683861162394416066838611623944160668386116239441606683861162394416066838611623944160668386116239441606683861162394416066838611623944160668386116239441606683861162394416066838611623944160668386116239441606683861162394416066838611623944160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e9d2996-0a43-46e4-baa9-d3c4b46e9bce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dcf85d0-2357-4320-b25d-ee14b5a9b2f8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dcf85d0-2357-4320-b25d-ee14b5a9b2f8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17065698273879005508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508170656982738790055081706569827387900550817065698273879005508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcb13ec-4771-466a-b2e3-b4eb779ae483, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bb5afb-6556-4cfe-be72-f1f080a43918, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bb5afb-6556-4cfe-be72-f1f080a43918, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1446564858360131553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553144656485836013155314465648583601315531446564858360131553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dcf85d0-2357-4320-b25d-ee14b5a9b2f8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 556c3bf5-19a8-45ac-9852-ea9124b75bbf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556c3bf5-19a8-45ac-9852-ea9124b75bbf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10234583386933738861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861102345833869337388611023458338693373886110234583386933738861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bb5afb-6556-4cfe-be72-f1f080a43918, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 918707d6-4f81-4c1c-ad85-46b7671deaa8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 918707d6-4f81-4c1c-ad85-46b7671deaa8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10521142620875920647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647105211426208759206471052114262087592064710521142620875920647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556c3bf5-19a8-45ac-9852-ea9124b75bbf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c528192-ffbc-440d-adfc-9b2e3f50d098, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c528192-ffbc-440d-adfc-9b2e3f50d098, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5892808697399292989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989589280869739929298958928086973992929895892808697399292989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 918707d6-4f81-4c1c-ad85-46b7671deaa8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf38d8c4-6b50-424b-941a-6a37e1687a7c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf38d8c4-6b50-424b-941a-6a37e1687a7c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1677823731554025862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862167782373155402586216778237315540258621677823731554025862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c528192-ffbc-440d-adfc-9b2e3f50d098, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4dac11a-8138-40f1-b873-fada4a613f76, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4dac11a-8138-40f1-b873-fada4a613f76, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11584068016495823218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218115840680164958232181158406801649582321811584068016495823218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf38d8c4-6b50-424b-941a-6a37e1687a7c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312633a4-891f-4c2d-979c-7e04a4665fab, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312633a4-891f-4c2d-979c-7e04a4665fab, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1562946941479585073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073156294694147958507315629469414795850731562946941479585073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4dac11a-8138-40f1-b873-fada4a613f76, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b467e03-5cb8-474c-8125-d5e98e1bb060, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b467e03-5cb8-474c-8125-d5e98e1bb060, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 582161973120975886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886582161973120975886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312633a4-891f-4c2d-979c-7e04a4665fab, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e453c3e6-3065-46d0-b1a9-004238ca8d5d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e453c3e6-3065-46d0-b1a9-004238ca8d5d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6724295876353918277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277672429587635391827767242958763539182776724295876353918277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b467e03-5cb8-474c-8125-d5e98e1bb060, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e453c3e6-3065-46d0-b1a9-004238ca8d5d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5635ed7f-a96d-4ef4-9218-e181e8e8f89d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5635ed7f-a96d-4ef4-9218-e181e8e8f89d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 858265453167474212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212858265453167474212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c03756-07f5-4274-8173-a06a6af5421f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c03756-07f5-4274-8173-a06a6af5421f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12548069743840783313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313125480697438407833131254806974384078331312548069743840783313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5635ed7f-a96d-4ef4-9218-e181e8e8f89d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5a2b15f-0d2c-4c16-8d36-11fad4b7bfdb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5a2b15f-0d2c-4c16-8d36-11fad4b7bfdb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2501546291947295107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107250154629194729510725015462919472951072501546291947295107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c03756-07f5-4274-8173-a06a6af5421f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78de26cc-4cb6-475e-b78c-bd4034111c47, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78de26cc-4cb6-475e-b78c-bd4034111c47, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16324182314103291080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080163241823141032910801632418231410329108016324182314103291080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5a2b15f-0d2c-4c16-8d36-11fad4b7bfdb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2b979b-c9af-45da-a47d-2f4156f19c13, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2b979b-c9af-45da-a47d-2f4156f19c13, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9082542133478216214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214908254213347821621490825421334782162149082542133478216214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78de26cc-4cb6-475e-b78c-bd4034111c47, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f6c03f-95ea-480f-9e24-b639d524038f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f6c03f-95ea-480f-9e24-b639d524038f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157434119200191757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757111574341192001917571115743411920019175711157434119200191757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2b979b-c9af-45da-a47d-2f4156f19c13, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450988e1-faef-49c9-8341-16105921bb19, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450988e1-faef-49c9-8341-16105921bb19, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8000616326374186531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531800061632637418653180006163263741865318000616326374186531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f6c03f-95ea-480f-9e24-b639d524038f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a497b7-57bd-4082-b511-83c4a484c3b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a497b7-57bd-4082-b511-83c4a484c3b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11917912491494457743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743119179124914944577431191791249149445774311917912491494457743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450988e1-faef-49c9-8341-16105921bb19, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58900ad-418f-441e-acbb-501ad61f16dd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58900ad-418f-441e-acbb-501ad61f16dd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2016387421519557193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193201638742151955719320163874215195571932016387421519557193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a497b7-57bd-4082-b511-83c4a484c3b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55d0d444-5366-4b2f-864f-8d268efbd280, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d0d444-5366-4b2f-864f-8d268efbd280, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3907283066451584594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594390728306645158459439072830664515845943907283066451584594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d0d444-5366-4b2f-864f-8d268efbd280, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f92ef95-66c8-4880-8440-3bf0b8205c59, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f92ef95-66c8-4880-8440-3bf0b8205c59, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11887973743634807802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802118879737436348078021188797374363480780211887973743634807802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58900ad-418f-441e-acbb-501ad61f16dd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972cb3d9-1435-4a10-9345-6af6376e90c5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972cb3d9-1435-4a10-9345-6af6376e90c5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2351062822925959393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393235106282292595939323510628229259593932351062822925959393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f92ef95-66c8-4880-8440-3bf0b8205c59, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972cb3d9-1435-4a10-9345-6af6376e90c5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 844af1e2-3635-4230-8a98-37d97386c9c9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 844af1e2-3635-4230-8a98-37d97386c9c9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14326481883405759461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461143264818834057594611432648188340575946114326481883405759461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d0255cb-c5de-45fa-a876-86cd22dc469b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0255cb-c5de-45fa-a876-86cd22dc469b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096896258106758656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656209689625810675865620968962581067586562096896258106758656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 844af1e2-3635-4230-8a98-37d97386c9c9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b79421-b16e-4f8c-9f70-391900559363, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b79421-b16e-4f8c-9f70-391900559363, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13269163332592234444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444132691633325922344441326916333259223444413269163332592234444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0255cb-c5de-45fa-a876-86cd22dc469b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f3a1312-b6e7-4620-b7fd-df67e2a0d883, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3a1312-b6e7-4620-b7fd-df67e2a0d883, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11380219870357350461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461113802198703573504611138021987035735046111380219870357350461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b79421-b16e-4f8c-9f70-391900559363, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ba75ab6-a234-4729-8468-cb68b9f3fc8f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ba75ab6-a234-4729-8468-cb68b9f3fc8f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8333410334356023691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691833341033435602369183334103343560236918333410334356023691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3a1312-b6e7-4620-b7fd-df67e2a0d883, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5463be1-acb8-4ac1-aabc-1224b777316d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5463be1-acb8-4ac1-aabc-1224b777316d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13986988453515976857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857139869884535159768571398698845351597685713986988453515976857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ba75ab6-a234-4729-8468-cb68b9f3fc8f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24158598-2517-464f-97bb-66b6e0f1fda7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24158598-2517-464f-97bb-66b6e0f1fda7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445822522761674528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528544582252276167452854458225227616745285445822522761674528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5463be1-acb8-4ac1-aabc-1224b777316d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9370f06c-9c0e-44f4-8d6e-0983c187afda, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9370f06c-9c0e-44f4-8d6e-0983c187afda, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12731750255311435014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014127317502553114350141273175025531143501412731750255311435014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24158598-2517-464f-97bb-66b6e0f1fda7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 823c8118-067a-42ee-b57d-1833a5c8c9d6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823c8118-067a-42ee-b57d-1833a5c8c9d6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12638441518610990601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601126384415186109906011263844151861099060112638441518610990601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9370f06c-9c0e-44f4-8d6e-0983c187afda, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c4763a-601d-4740-bc40-d8b8d9cf7694, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c4763a-601d-4740-bc40-d8b8d9cf7694, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258296550585792606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606122582965505857926061225829655058579260612258296550585792606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c4763a-601d-4740-bc40-d8b8d9cf7694, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6896d006-0cfb-4781-baf9-1f622c628c8c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6896d006-0cfb-4781-baf9-1f622c628c8c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1374057695222723452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452137405769522272345213740576952227234521374057695222723452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823c8118-067a-42ee-b57d-1833a5c8c9d6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fc79efa-6bb0-42bb-a38d-afe0d7f0dc6b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc79efa-6bb0-42bb-a38d-afe0d7f0dc6b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252745475136622904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904182527454751366229041825274547513662290418252745475136622904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6896d006-0cfb-4781-baf9-1f622c628c8c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d78371-3216-41e7-963c-b873bac20c95, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d78371-3216-41e7-963c-b873bac20c95, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16922132195779386644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644169221321957793866441692213219577938664416922132195779386644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc79efa-6bb0-42bb-a38d-afe0d7f0dc6b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08c5617f-da08-40d7-a0fa-02ea8d45f960, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08c5617f-da08-40d7-a0fa-02ea8d45f960, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12920420665957021942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942129204206659570219421292042066595702194212920420665957021942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d78371-3216-41e7-963c-b873bac20c95, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41770e59-329a-44b5-a228-309f5dc2efdc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41770e59-329a-44b5-a228-309f5dc2efdc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248715021306068448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448624871502130606844862487150213060684486248715021306068448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08c5617f-da08-40d7-a0fa-02ea8d45f960, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d446285-d18e-47ec-87e5-a3405cd16192, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d446285-d18e-47ec-87e5-a3405cd16192, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12519986229714523251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251125199862297145232511251998622971452325112519986229714523251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41770e59-329a-44b5-a228-309f5dc2efdc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f58262-a86c-4403-9d6d-b8a956462551, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f58262-a86c-4403-9d6d-b8a956462551, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6717819204245979877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877671781920424597987767178192042459798776717819204245979877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f58262-a86c-4403-9d6d-b8a956462551, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bc5d10b-6edc-48b3-ab8a-674ab6b2b731, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc5d10b-6edc-48b3-ab8a-674ab6b2b731, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12254121618882981054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054122541216188829810541225412161888298105412254121618882981054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d446285-d18e-47ec-87e5-a3405cd16192, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd9b6d9f-bfc5-47f9-9940-8e84ff51fd96, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd9b6d9f-bfc5-47f9-9940-8e84ff51fd96, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6703283404738771388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388670328340473877138867032834047387713886703283404738771388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc5d10b-6edc-48b3-ab8a-674ab6b2b731, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50aab8fa-0af8-461b-91d6-f862197f4864, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd9b6d9f-bfc5-47f9-9940-8e84ff51fd96, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2df06785-1069-4a1b-9b4f-2509092f5284, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2df06785-1069-4a1b-9b4f-2509092f5284, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6964891861497522226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226696489186149752222669648918614975222266964891861497522226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50aab8fa-0af8-461b-91d6-f862197f4864, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1558706308319036287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287155870630831903628715587063083190362871558706308319036287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2df06785-1069-4a1b-9b4f-2509092f5284, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451fb9e3-18c2-4e2e-8db2-a5bfe1b9c242, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451fb9e3-18c2-4e2e-8db2-a5bfe1b9c242, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16891351402002293387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387168913514020022933871689135140200229338716891351402002293387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50aab8fa-0af8-461b-91d6-f862197f4864, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7b77ac-56d3-4965-a61f-8044104d2b04, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7b77ac-56d3-4965-a61f-8044104d2b04, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617167240567197993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993861716724056719799386171672405671979938617167240567197993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451fb9e3-18c2-4e2e-8db2-a5bfe1b9c242, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7004aa-97ef-4e6c-ac88-85e2e30ee6a2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7004aa-97ef-4e6c-ac88-85e2e30ee6a2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3258930204576958905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905325893020457695890532589302045769589053258930204576958905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7b77ac-56d3-4965-a61f-8044104d2b04, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33eca04e-c8fa-4fb2-ad9d-9b3457d04986, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33eca04e-c8fa-4fb2-ad9d-9b3457d04986, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14728557723514783953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953147285577235147839531472855772351478395314728557723514783953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7004aa-97ef-4e6c-ac88-85e2e30ee6a2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903c52fc-8929-4c13-9e5e-d314965b67df, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903c52fc-8929-4c13-9e5e-d314965b67df, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14389915968811151741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741143899159688111517411438991596881115174114389915968811151741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33eca04e-c8fa-4fb2-ad9d-9b3457d04986, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 627ffcdf-2c5c-4ea3-a502-8c48b5b8da67, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 627ffcdf-2c5c-4ea3-a502-8c48b5b8da67, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7760550813158166783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783776055081315816678377605508131581667837760550813158166783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903c52fc-8929-4c13-9e5e-d314965b67df, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd37c142-8d8e-4b01-b009-da22025accc9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd37c142-8d8e-4b01-b009-da22025accc9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9190452825701533976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976919045282570153397691904528257015339769190452825701533976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 627ffcdf-2c5c-4ea3-a502-8c48b5b8da67, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 860a1885-2086-4e58-952f-4416b6edc92d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860a1885-2086-4e58-952f-4416b6edc92d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3049470109473232086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086304947010947323208630494701094732320863049470109473232086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd37c142-8d8e-4b01-b009-da22025accc9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba5359c-3446-4a70-89c9-73c7097addf1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba5359c-3446-4a70-89c9-73c7097addf1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2177898123042635109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109217789812304263510921778981230426351092177898123042635109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860a1885-2086-4e58-952f-4416b6edc92d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e4378e-bbcb-465e-af34-c6ccd7596344, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e4378e-bbcb-465e-af34-c6ccd7596344, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13042729314770864733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733130427293147708647331304272931477086473313042729314770864733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba5359c-3446-4a70-89c9-73c7097addf1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cbfd965-470d-4d45-8a95-c8b41a9dcc49, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cbfd965-470d-4d45-8a95-c8b41a9dcc49, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7361380815702744324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324736138081570274432473613808157027443247361380815702744324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e4378e-bbcb-465e-af34-c6ccd7596344, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6acefef-2cd6-4f9e-9423-61798761e655, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6acefef-2cd6-4f9e-9423-61798761e655, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 892687792712111820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820892687792712111820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cbfd965-470d-4d45-8a95-c8b41a9dcc49, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec663cb-cea3-4373-b45a-bad15d2eb5fc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec663cb-cea3-4373-b45a-bad15d2eb5fc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8887824058099192968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968888782405809919296888878240580991929688887824058099192968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6acefef-2cd6-4f9e-9423-61798761e655, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c15b6eea-f410-4fe9-bda6-ae681ddfedc7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15b6eea-f410-4fe9-bda6-ae681ddfedc7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3588290315124905677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677358829031512490567735882903151249056773588290315124905677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec663cb-cea3-4373-b45a-bad15d2eb5fc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4e5dc5-10b4-42bc-8b83-dc59947045de, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4e5dc5-10b4-42bc-8b83-dc59947045de, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9030706671648452717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717903070667164845271790307066716484527179030706671648452717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15b6eea-f410-4fe9-bda6-ae681ddfedc7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 562f2e94-b655-476c-b375-393fcd91e4cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562f2e94-b655-476c-b375-393fcd91e4cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553265247592939777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777655326524759293977765532652475929397776553265247592939777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4e5dc5-10b4-42bc-8b83-dc59947045de, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22c22a38-b5eb-4008-a174-d7218082b197, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c22a38-b5eb-4008-a174-d7218082b197, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 47787096455773444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4778709645577344447787096455773444477870964557734444778709645577344447787096455773444477870964557734444778709645577344447787096455773444477870964557734444778709645577344447787096455773444477870964557734444778709645577344447787096455773444477870964557734444778709645577344447787096455773444477870964557734444778709645577344447787096455773444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562f2e94-b655-476c-b375-393fcd91e4cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9db65de4-927c-4e34-9eef-59fd815db3fd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9db65de4-927c-4e34-9eef-59fd815db3fd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518864810133416533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533155188648101334165331551886481013341653315518864810133416533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c22a38-b5eb-4008-a174-d7218082b197, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf3cdbc-2ee3-41b7-8516-0d1c80081249, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9db65de4-927c-4e34-9eef-59fd815db3fd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26da3014-12e8-45b3-a9ad-6171bc0029d9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26da3014-12e8-45b3-a9ad-6171bc0029d9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13168424836900972726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726131684248369009727261316842483690097272613168424836900972726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf3cdbc-2ee3-41b7-8516-0d1c80081249, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11091494947795403207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207110914949477954032071109149494779540320711091494947795403207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26da3014-12e8-45b3-a9ad-6171bc0029d9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 932a3e2f-30b9-49db-8caa-583b5e9daa85, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 932a3e2f-30b9-49db-8caa-583b5e9daa85, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753843007702817538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538275384300770281753827538430077028175382753843007702817538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf3cdbc-2ee3-41b7-8516-0d1c80081249, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36ac21ed-1ec3-4be1-a5f7-6c9b9ab16d3c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36ac21ed-1ec3-4be1-a5f7-6c9b9ab16d3c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462917698738807748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748124629176987388077481246291769873880774812462917698738807748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 932a3e2f-30b9-49db-8caa-583b5e9daa85, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448f2ccc-e630-4092-a9c6-db5f213c9c56, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448f2ccc-e630-4092-a9c6-db5f213c9c56, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8134438221332867103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103813443822133286710381344382213328671038134438221332867103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36ac21ed-1ec3-4be1-a5f7-6c9b9ab16d3c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d55f6556-7136-447e-86e6-67c288214b72, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d55f6556-7136-447e-86e6-67c288214b72, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14001999303735656349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349140019993037356563491400199930373565634914001999303735656349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448f2ccc-e630-4092-a9c6-db5f213c9c56, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcdc5f0c-deff-4c80-9fc3-a7325c560dfc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcdc5f0c-deff-4c80-9fc3-a7325c560dfc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 251042543237320134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134251042543237320134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d55f6556-7136-447e-86e6-67c288214b72, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ddc43a8-c966-45e3-afca-792fc72cffcc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcdc5f0c-deff-4c80-9fc3-a7325c560dfc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80373518-ccdd-4465-8b55-82f61cb1da15, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80373518-ccdd-4465-8b55-82f61cb1da15, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6408720074938787454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454640872007493878745464087200749387874546408720074938787454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ddc43a8-c966-45e3-afca-792fc72cffcc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16011948983658996356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356160119489836589963561601194898365899635616011948983658996356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80373518-ccdd-4465-8b55-82f61cb1da15, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc9ee08e-ba6b-4321-aee2-1519d8c03dcd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9ee08e-ba6b-4321-aee2-1519d8c03dcd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7689379671649277298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298768937967164927729876893796716492772987689379671649277298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ddc43a8-c966-45e3-afca-792fc72cffcc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c166f4-303e-4fd5-85df-7e8ceb2bb58c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c166f4-303e-4fd5-85df-7e8ceb2bb58c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17490285453296274458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458174902854532962744581749028545329627445817490285453296274458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9ee08e-ba6b-4321-aee2-1519d8c03dcd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c8d46f9-48a5-4662-98e3-e7b59a4c58cd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c8d46f9-48a5-4662-98e3-e7b59a4c58cd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17397002339148902568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568173970023391489025681739700233914890256817397002339148902568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c166f4-303e-4fd5-85df-7e8ceb2bb58c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c4f588-1017-4aa6-ab2c-93e11984b9be, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c4f588-1017-4aa6-ab2c-93e11984b9be, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4737229527803122965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965473722952780312296547372295278031229654737229527803122965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c8d46f9-48a5-4662-98e3-e7b59a4c58cd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0829b8e-ca57-42c6-9c8c-60d8ece49d81, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0829b8e-ca57-42c6-9c8c-60d8ece49d81, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1244816278199815197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197124481627819981519712448162781998151971244816278199815197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c4f588-1017-4aa6-ab2c-93e11984b9be, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e6ed6d-64ff-4aeb-878a-a7622d0d5853, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e6ed6d-64ff-4aeb-878a-a7622d0d5853, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15094447198813169184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184150944471988131691841509444719881316918415094447198813169184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0829b8e-ca57-42c6-9c8c-60d8ece49d81, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb431ab-a496-4a90-84ee-8cf4d8c69505, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb431ab-a496-4a90-84ee-8cf4d8c69505, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8572631469351037429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429857263146935103742985726314693510374298572631469351037429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e6ed6d-64ff-4aeb-878a-a7622d0d5853, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65d2391f-973b-4461-ab36-f1676639b24a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65d2391f-973b-4461-ab36-f1676639b24a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 792135205740909020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020792135205740909020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb431ab-a496-4a90-84ee-8cf4d8c69505, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ef1134-1a9f-468c-a013-31ec8805f71a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ef1134-1a9f-468c-a013-31ec8805f71a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4406258794382910252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252440625879438291025244062587943829102524406258794382910252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65d2391f-973b-4461-ab36-f1676639b24a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a53622df-b77b-4837-8ed7-c2ecef1dd2e4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a53622df-b77b-4837-8ed7-c2ecef1dd2e4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13489954183418554723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723134899541834185547231348995418341855472313489954183418554723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ef1134-1a9f-468c-a013-31ec8805f71a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35dc5687-b333-4144-94f2-d7c297bf0f69, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35dc5687-b333-4144-94f2-d7c297bf0f69, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 89338965852402220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8933896585240222089338965852402220893389658524022208933896585240222089338965852402220893389658524022208933896585240222089338965852402220893389658524022208933896585240222089338965852402220893389658524022208933896585240222089338965852402220893389658524022208933896585240222089338965852402220893389658524022208933896585240222089338965852402220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a53622df-b77b-4837-8ed7-c2ecef1dd2e4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad4bd86d-cd51-4be6-9fcf-cd592967ddff, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4bd86d-cd51-4be6-9fcf-cd592967ddff, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8421675831035983479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479842167583103598347984216758310359834798421675831035983479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35dc5687-b333-4144-94f2-d7c297bf0f69, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22308ffe-37e0-4b94-ac31-983d684ef0f3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22308ffe-37e0-4b94-ac31-983d684ef0f3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 38529561188837137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3852956118883713738529561188837137385295611888371373852956118883713738529561188837137385295611888371373852956118883713738529561188837137385295611888371373852956118883713738529561188837137385295611888371373852956118883713738529561188837137385295611888371373852956118883713738529561188837137385295611888371373852956118883713738529561188837137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4bd86d-cd51-4be6-9fcf-cd592967ddff, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41016eb7-05d8-4f2e-8ecc-9f0d7624c7da, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41016eb7-05d8-4f2e-8ecc-9f0d7624c7da, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640943135844455710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710864094313584445571086409431358444557108640943135844455710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22308ffe-37e0-4b94-ac31-983d684ef0f3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25ff6388-5428-4e46-9bce-39e93bdb2ac6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ff6388-5428-4e46-9bce-39e93bdb2ac6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4182702810505628242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242418270281050562824241827028105056282424182702810505628242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41016eb7-05d8-4f2e-8ecc-9f0d7624c7da, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 472fbd27-e776-4739-b20f-6ee921d5b7bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472fbd27-e776-4739-b20f-6ee921d5b7bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 154706887847899263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263154706887847899263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ff6388-5428-4e46-9bce-39e93bdb2ac6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472fbd27-e776-4739-b20f-6ee921d5b7bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80c4f025-dd0a-4385-9999-4ff33946eb43, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c4f025-dd0a-4385-9999-4ff33946eb43, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18166631502619941527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527181666315026199415271816663150261994152718166631502619941527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7465f6d1-362b-4f09-aa4b-721dc16f74c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7465f6d1-362b-4f09-aa4b-721dc16f74c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158431398945260696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696715843139894526069671584313989452606967158431398945260696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c4f025-dd0a-4385-9999-4ff33946eb43, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6653414-724a-454a-b169-526f2fde30de, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6653414-724a-454a-b169-526f2fde30de, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447276777953918896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896244727677795391889624472767779539188962447276777953918896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7465f6d1-362b-4f09-aa4b-721dc16f74c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d24b9b3-9ed6-4f2b-924a-45e9d234e9b8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d24b9b3-9ed6-4f2b-924a-45e9d234e9b8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11970663018671932492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492119706630186719324921197066301867193249211970663018671932492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6653414-724a-454a-b169-526f2fde30de, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc977ac5-46aa-45c2-9cd4-6e4d455f7356, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc977ac5-46aa-45c2-9cd4-6e4d455f7356, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1836947851346221742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742183694785134622174218369478513462217421836947851346221742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d24b9b3-9ed6-4f2b-924a-45e9d234e9b8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bdf3da-5eb4-4755-a042-59a86d31329f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bdf3da-5eb4-4755-a042-59a86d31329f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13947432502677253659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659139474325026772536591394743250267725365913947432502677253659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc977ac5-46aa-45c2-9cd4-6e4d455f7356, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82072947-c31e-45dd-b29b-73273e02d661, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82072947-c31e-45dd-b29b-73273e02d661, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233341094320475582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582823334109432047558282333410943204755828233341094320475582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bdf3da-5eb4-4755-a042-59a86d31329f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4474a16-f514-4d56-bfe8-e8708beb3f73, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4474a16-f514-4d56-bfe8-e8708beb3f73, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1597348241128868328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328159734824112886832815973482411288683281597348241128868328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82072947-c31e-45dd-b29b-73273e02d661, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4474a16-f514-4d56-bfe8-e8708beb3f73, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 340b7dd8-ea3e-4bd2-a623-1ab529d4a9ae, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 340b7dd8-ea3e-4bd2-a623-1ab529d4a9ae, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512933054618937410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410165129330546189374101651293305461893741016512933054618937410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7186e02c-7bd4-42d4-9a05-a9c6662221b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7186e02c-7bd4-42d4-9a05-a9c6662221b1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9342316782263984971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971934231678226398497193423167822639849719342316782263984971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 340b7dd8-ea3e-4bd2-a623-1ab529d4a9ae, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef27f296-04fe-4010-8a7f-f552b7692221, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef27f296-04fe-4010-8a7f-f552b7692221, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240274603281971204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204122402746032819712041224027460328197120412240274603281971204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7186e02c-7bd4-42d4-9a05-a9c6662221b1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9423f952-59db-41f3-b3d3-e359b69994c6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9423f952-59db-41f3-b3d3-e359b69994c6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8365024923013524476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476836502492301352447683650249230135244768365024923013524476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef27f296-04fe-4010-8a7f-f552b7692221, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55b22b78-9927-4efb-b08f-e0b9d84392dd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55b22b78-9927-4efb-b08f-e0b9d84392dd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10163007562424804316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316101630075624248043161016300756242480431610163007562424804316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9423f952-59db-41f3-b3d3-e359b69994c6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded9ca90-59c4-471b-ab29-a4e9ce0f6d15, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded9ca90-59c4-471b-ab29-a4e9ce0f6d15, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4166752484361385168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168416675248436138516841667524843613851684166752484361385168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55b22b78-9927-4efb-b08f-e0b9d84392dd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba71568-6314-425a-a3a4-3ae8304b6db9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba71568-6314-425a-a3a4-3ae8304b6db9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9021299933290392788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788902129993329039278890212999332903927889021299933290392788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded9ca90-59c4-471b-ab29-a4e9ce0f6d15, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1411233-71ee-4180-9696-03221726edc3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1411233-71ee-4180-9696-03221726edc3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4921370155050145045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045492137015505014504549213701550501450454921370155050145045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1411233-71ee-4180-9696-03221726edc3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7485cb98-13fb-4da4-86b4-a04e7ec5ece6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7485cb98-13fb-4da4-86b4-a04e7ec5ece6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674568706391730853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853667456870639173085366745687063917308536674568706391730853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba71568-6314-425a-a3a4-3ae8304b6db9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6a04b6-3504-48dd-b63b-784aa08e2a27, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6a04b6-3504-48dd-b63b-784aa08e2a27, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4566335739155046828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828456633573915504682845663357391550468284566335739155046828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7485cb98-13fb-4da4-86b4-a04e7ec5ece6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e86619-f3ce-4f53-a76f-36ba16281240, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e86619-f3ce-4f53-a76f-36ba16281240, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2424581764358801461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461242458176435880146124245817643588014612424581764358801461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6a04b6-3504-48dd-b63b-784aa08e2a27, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db439970-d022-4d7d-9748-f6e545cd1468, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db439970-d022-4d7d-9748-f6e545cd1468, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9306852767432819669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669930685276743281966993068527674328196699306852767432819669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e86619-f3ce-4f53-a76f-36ba16281240, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db439970-d022-4d7d-9748-f6e545cd1468, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46a1b767-9ca3-42ed-9c7a-1a34ce335fae, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46a1b767-9ca3-42ed-9c7a-1a34ce335fae, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10372212305916563093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093103722123059165630931037221230591656309310372212305916563093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e0e52b-4676-4d1b-a61c-52383ad3a77b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e0e52b-4676-4d1b-a61c-52383ad3a77b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690409430210109601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601469040943021010960146904094302101096014690409430210109601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e0e52b-4676-4d1b-a61c-52383ad3a77b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3283083e-a5aa-44fe-ad0f-9af08874c0d2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46a1b767-9ca3-42ed-9c7a-1a34ce335fae, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3283083e-a5aa-44fe-ad0f-9af08874c0d2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615334072921794804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804161533407292179480416153340729217948041615334072921794804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895978d1-01b7-408f-9347-2443a1f406bb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895978d1-01b7-408f-9347-2443a1f406bb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6959014506605402728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728695901450660540272869590145066054027286959014506605402728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3283083e-a5aa-44fe-ad0f-9af08874c0d2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bf24251-b5c0-436b-9d83-fdc97e088bce, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bf24251-b5c0-436b-9d83-fdc97e088bce, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3490260267010560778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778349026026701056077834902602670105607783490260267010560778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895978d1-01b7-408f-9347-2443a1f406bb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f484447-e343-498c-8425-a466037be80b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f484447-e343-498c-8425-a466037be80b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15695884419079036846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846156958844190790368461569588441907903684615695884419079036846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bf24251-b5c0-436b-9d83-fdc97e088bce, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72180522-48b5-4b83-8886-2a9708aa0515, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72180522-48b5-4b83-8886-2a9708aa0515, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13078131527019505244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244130781315270195052441307813152701950524413078131527019505244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f484447-e343-498c-8425-a466037be80b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0757dc06-6612-431c-b136-65236349b281, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0757dc06-6612-431c-b136-65236349b281, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14414193899928848446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446144141938999288484461441419389992884844614414193899928848446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72180522-48b5-4b83-8886-2a9708aa0515, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bfa8df0-95ca-4bfb-a199-16739bce839e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bfa8df0-95ca-4bfb-a199-16739bce839e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9421061819212696363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363942106181921269636394210618192126963639421061819212696363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0757dc06-6612-431c-b136-65236349b281, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d68dcc-56f9-4c32-96b6-1c093ffafa63, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d68dcc-56f9-4c32-96b6-1c093ffafa63, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626760264393232297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297106267602643932322971062676026439323229710626760264393232297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bfa8df0-95ca-4bfb-a199-16739bce839e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4985d2-7df2-413c-bb5d-d50386e33a27, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4985d2-7df2-413c-bb5d-d50386e33a27, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12526113142426290630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630125261131424262906301252611314242629063012526113142426290630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d68dcc-56f9-4c32-96b6-1c093ffafa63, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b48e20-0513-4c84-8cfc-7964035f2631, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b48e20-0513-4c84-8cfc-7964035f2631, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829119438262601280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280829119438262601280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4985d2-7df2-413c-bb5d-d50386e33a27, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf33689-789a-461b-bc14-1977f567f78c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b48e20-0513-4c84-8cfc-7964035f2631, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf33689-789a-461b-bc14-1977f567f78c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18152930067878714833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833181529300678787148331815293006787871483318152930067878714833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d11dff2-90b8-4d73-9610-045c133b8605, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d11dff2-90b8-4d73-9610-045c133b8605, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14611268582472440429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429146112685824724404291461126858247244042914611268582472440429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf33689-789a-461b-bc14-1977f567f78c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b225beff-ceb8-44f4-a465-dcc346e300cb, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b225beff-ceb8-44f4-a465-dcc346e300cb, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5154458174375206246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246515445817437520624651544581743752062465154458174375206246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d11dff2-90b8-4d73-9610-045c133b8605, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c77ef9b-34a8-4883-8f59-06a61bf8df88, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c77ef9b-34a8-4883-8f59-06a61bf8df88, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14754810001066360914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914147548100010663609141475481000106636091414754810001066360914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c77ef9b-34a8-4883-8f59-06a61bf8df88, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b225beff-ceb8-44f4-a465-dcc346e300cb, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd0d9c41-f90c-4121-8478-49d1d11dab5d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd0d9c41-f90c-4121-8478-49d1d11dab5d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17322000382128734926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926173220003821287349261732200038212873492617322000382128734926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85777ee8-2343-4b82-a10a-1d71f5a76287, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85777ee8-2343-4b82-a10a-1d71f5a76287, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6581824244340497011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011658182424434049701165818242443404970116581824244340497011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd0d9c41-f90c-4121-8478-49d1d11dab5d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85777ee8-2343-4b82-a10a-1d71f5a76287, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f935ca5-8a18-4d3c-8067-cbe90c90d078, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f935ca5-8a18-4d3c-8067-cbe90c90d078, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648850951978701359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359648850951978701359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c006c9c-984c-4f1e-93f1-b0aa8a52b614, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c006c9c-984c-4f1e-93f1-b0aa8a52b614, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13534251202659553891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891135342512026595538911353425120265955389113534251202659553891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f935ca5-8a18-4d3c-8067-cbe90c90d078, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d17afed-39c2-4c8f-acc9-6a76f5964c84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d17afed-39c2-4c8f-acc9-6a76f5964c84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3862398446879071578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578386239844687907157838623984468790715783862398446879071578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c006c9c-984c-4f1e-93f1-b0aa8a52b614, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c71917b-d776-4695-b9bb-d28e631df6d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c71917b-d776-4695-b9bb-d28e631df6d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10848990003214940074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074108489900032149400741084899000321494007410848990003214940074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d17afed-39c2-4c8f-acc9-6a76f5964c84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 181e8b07-6d59-4089-b828-e78852335491, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 181e8b07-6d59-4089-b828-e78852335491, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9121690666719974355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355912169066671997435591216906667199743559121690666719974355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c71917b-d776-4695-b9bb-d28e631df6d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfb13d0-1a0c-4462-8e9f-c90299514a37, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfb13d0-1a0c-4462-8e9f-c90299514a37, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17181466397548409045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045171814663975484090451718146639754840904517181466397548409045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 181e8b07-6d59-4089-b828-e78852335491, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf301952-42bd-4740-aa47-42e7b205a08b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfb13d0-1a0c-4462-8e9f-c90299514a37, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d0c7e36-7dac-4c2a-8570-adfd16d53e7b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0c7e36-7dac-4c2a-8570-adfd16d53e7b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541497507883271912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912165414975078832719121654149750788327191216541497507883271912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf301952-42bd-4740-aa47-42e7b205a08b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15046548560396357651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651150465485603963576511504654856039635765115046548560396357651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf301952-42bd-4740-aa47-42e7b205a08b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0c7e36-7dac-4c2a-8570-adfd16d53e7b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d06783-605f-4f83-9932-4c6de88c2e0a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1150f09-1f58-43e7-8cd5-b4995e00fe8f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d06783-605f-4f83-9932-4c6de88c2e0a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663598544413510077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077866359854441351007786635985444135100778663598544413510077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1150f09-1f58-43e7-8cd5-b4995e00fe8f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5423641306134936832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832542364130613493683254236413061349368325423641306134936832" } } } 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:7205/3
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1150f09-1f58-43e7-8cd5-b4995e00fe8f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d06783-605f-4f83-9932-4c6de88c2e0a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53dc7bcc-08f8-4b42-853f-0a5fffb6f323, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53dc7bcc-08f8-4b42-853f-0a5fffb6f323, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488173596991768025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025748817359699176802574881735969917680257488173596991768025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6a6024a-fb05-4869-954d-2d6027502fa2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6a6024a-fb05-4869-954d-2d6027502fa2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9418787545727788172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172941878754572778817294187875457277881729418787545727788172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53dc7bcc-08f8-4b42-853f-0a5fffb6f323, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bae5061-a16e-4df5-be82-7ad6148f2c5a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6a6024a-fb05-4869-954d-2d6027502fa2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee963f2-6259-4cf7-ba2f-128ec2271170, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee963f2-6259-4cf7-ba2f-128ec2271170, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12432609962114390995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995124326099621143909951243260996211439099512432609962114390995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bae5061-a16e-4df5-be82-7ad6148f2c5a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18290816781913592290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290182908167819135922901829081678191359229018290816781913592290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee963f2-6259-4cf7-ba2f-128ec2271170, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bae5061-a16e-4df5-be82-7ad6148f2c5a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5210e347-b95b-470d-8c70-0bcfda272bcd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5210e347-b95b-470d-8c70-0bcfda272bcd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840880293181133609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609484088029318113360948408802931811336094840880293181133609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75185f35-70d6-4262-b6d9-b85cae2d8277, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75185f35-70d6-4262-b6d9-b85cae2d8277, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540720813515210642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642175407208135152106421754072081351521064217540720813515210642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5210e347-b95b-470d-8c70-0bcfda272bcd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc59cb3-4aed-4db9-9a93-9701a55f895c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc59cb3-4aed-4db9-9a93-9701a55f895c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17191616195556615482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482171916161955566154821719161619555661548217191616195556615482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75185f35-70d6-4262-b6d9-b85cae2d8277, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4213be8-49bf-4426-8bb5-579f637db42a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4213be8-49bf-4426-8bb5-579f637db42a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10490343944612823763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763104903439446128237631049034394461282376310490343944612823763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc59cb3-4aed-4db9-9a93-9701a55f895c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7ed82b6-7adc-4933-a8af-acdecadbdf42, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7ed82b6-7adc-4933-a8af-acdecadbdf42, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 617439961578988054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054617439961578988054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4213be8-49bf-4426-8bb5-579f637db42a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 416d51d0-fcd6-48e2-9219-0fd72299c2cc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 416d51d0-fcd6-48e2-9219-0fd72299c2cc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16765950223415756346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346167659502234157563461676595022341575634616765950223415756346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7ed82b6-7adc-4933-a8af-acdecadbdf42, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6a4c07-1bd5-4d97-8bfb-0f8391b3fd84, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6a4c07-1bd5-4d97-8bfb-0f8391b3fd84, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 749335737625634996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996749335737625634996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 416d51d0-fcd6-48e2-9219-0fd72299c2cc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 827860bf-c0b6-4803-b431-62dbf8f70694, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 827860bf-c0b6-4803-b431-62dbf8f70694, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735369438261186240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240573536943826118624057353694382611862405735369438261186240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6a4c07-1bd5-4d97-8bfb-0f8391b3fd84, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b7caf74-5887-414d-9371-76a3250f5cd6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b7caf74-5887-414d-9371-76a3250f5cd6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17642176998483829658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658176421769984838296581764217699848382965817642176998483829658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 827860bf-c0b6-4803-b431-62dbf8f70694, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082d8660-a5b8-4f6a-9fae-6ae2cc81a1ed, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082d8660-a5b8-4f6a-9fae-6ae2cc81a1ed, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500221409930059623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623175002214099300596231750022140993005962317500221409930059623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b7caf74-5887-414d-9371-76a3250f5cd6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be630fff-7e94-48cd-a4cf-ef1aee6eac2e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be630fff-7e94-48cd-a4cf-ef1aee6eac2e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11016983084499586383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383110169830844995863831101698308449958638311016983084499586383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082d8660-a5b8-4f6a-9fae-6ae2cc81a1ed, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7fb7fe6-1a45-43c0-ac52-0cebfd22f6b4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fb7fe6-1a45-43c0-ac52-0cebfd22f6b4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17576368814118205328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328175763688141182053281757636881411820532817576368814118205328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be630fff-7e94-48cd-a4cf-ef1aee6eac2e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aacfc97-35d6-47d7-ae60-34e0568efdd6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aacfc97-35d6-47d7-ae60-34e0568efdd6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013442737007234380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380101344273700723438010134427370072343801013442737007234380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aacfc97-35d6-47d7-ae60-34e0568efdd6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80baf71b-17ab-4898-8b4d-1a11dc88ea5c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80baf71b-17ab-4898-8b4d-1a11dc88ea5c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14583744943820853566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566145837449438208535661458374494382085356614583744943820853566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fb7fe6-1a45-43c0-ac52-0cebfd22f6b4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db9abe1e-66c2-412c-bc8b-846b372ae2b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9abe1e-66c2-412c-bc8b-846b372ae2b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992683030666289271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271119926830306662892711199268303066628927111992683030666289271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80baf71b-17ab-4898-8b4d-1a11dc88ea5c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc434c0-ad4a-4085-b0da-a1c1da8b5ff8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc434c0-ad4a-4085-b0da-a1c1da8b5ff8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8920168517169220462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462892016851716922046289201685171692204628920168517169220462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9abe1e-66c2-412c-bc8b-846b372ae2b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44d06f98-38ca-4492-9d50-ff446eb62d09, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44d06f98-38ca-4492-9d50-ff446eb62d09, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12902281978959037150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150129022819789590371501290228197895903715012902281978959037150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc434c0-ad4a-4085-b0da-a1c1da8b5ff8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d6f275-ba96-4f83-89fa-b93b673b4278, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d6f275-ba96-4f83-89fa-b93b673b4278, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12462003594092521687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687124620035940925216871246200359409252168712462003594092521687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44d06f98-38ca-4492-9d50-ff446eb62d09, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bc9dc9e-ce3f-45b7-9ff1-aca211d06832, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc9dc9e-ce3f-45b7-9ff1-aca211d06832, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936342159843686348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348119363421598436863481193634215984368634811936342159843686348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d6f275-ba96-4f83-89fa-b93b673b4278, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 154e04d7-ab02-4e36-9fa5-8cc07ce7a999, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 154e04d7-ab02-4e36-9fa5-8cc07ce7a999, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3418378883618349761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761341837888361834976134183788836183497613418378883618349761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc9dc9e-ce3f-45b7-9ff1-aca211d06832, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb0c0bc-14a5-4f79-b084-c8900fbbb6c8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb0c0bc-14a5-4f79-b084-c8900fbbb6c8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10542011761144834361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361105420117611448343611054201176114483436110542011761144834361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 154e04d7-ab02-4e36-9fa5-8cc07ce7a999, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce0fe8f4-dcfc-4000-b9a4-1f628bf7d4a3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce0fe8f4-dcfc-4000-b9a4-1f628bf7d4a3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964903680090712869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869159649036800907128691596490368009071286915964903680090712869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb0c0bc-14a5-4f79-b084-c8900fbbb6c8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 195e3c85-de66-4bba-bd76-6305fffd7b78, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 195e3c85-de66-4bba-bd76-6305fffd7b78, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2968754608215575765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765296875460821557576529687546082155757652968754608215575765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce0fe8f4-dcfc-4000-b9a4-1f628bf7d4a3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ac3b8f-b6ce-4575-b495-308c5e645591, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ac3b8f-b6ce-4575-b495-308c5e645591, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663396636687242384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384166633966366872423841666339663668724238416663396636687242384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 195e3c85-de66-4bba-bd76-6305fffd7b78, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15fab6d2-9e8b-47b7-8010-a9bd02d51ba2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fab6d2-9e8b-47b7-8010-a9bd02d51ba2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5249800195719590074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074524980019571959007452498001957195900745249800195719590074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ac3b8f-b6ce-4575-b495-308c5e645591, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2da5af-0828-4918-bbf7-458e78313cd1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2da5af-0828-4918-bbf7-458e78313cd1, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9941912075004905988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988994191207500490598899419120750049059889941912075004905988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fab6d2-9e8b-47b7-8010-a9bd02d51ba2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e49e4332-c616-40bd-beb7-ff6905d1177c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e49e4332-c616-40bd-beb7-ff6905d1177c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850140896471212593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593158501408964712125931585014089647121259315850140896471212593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2da5af-0828-4918-bbf7-458e78313cd1, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e7cc0f7-f292-4210-9b7b-54a822cde25a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7cc0f7-f292-4210-9b7b-54a822cde25a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17501874139995640060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060175018741399956400601750187413999564006017501874139995640060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e49e4332-c616-40bd-beb7-ff6905d1177c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc1f8b8-1c6f-4834-8aec-3a95ca1d743f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc1f8b8-1c6f-4834-8aec-3a95ca1d743f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11263584136307321917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917112635841363073219171126358413630732191711263584136307321917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7cc0f7-f292-4210-9b7b-54a822cde25a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e86c18b4-8ab4-4e95-bd31-7fb93a4afe6a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e86c18b4-8ab4-4e95-bd31-7fb93a4afe6a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15525398219084929774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774155253982190849297741552539821908492977415525398219084929774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc1f8b8-1c6f-4834-8aec-3a95ca1d743f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93492d2a-e94a-4fb0-aa1b-3b7231e358a5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93492d2a-e94a-4fb0-aa1b-3b7231e358a5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1728321782334357072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072172832178233435707217283217823343570721728321782334357072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e86c18b4-8ab4-4e95-bd31-7fb93a4afe6a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 786a6f42-521a-4d28-b89f-8197c6d8cb46, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 786a6f42-521a-4d28-b89f-8197c6d8cb46, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6646908875541084457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457664690887554108445766469088755410844576646908875541084457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93492d2a-e94a-4fb0-aa1b-3b7231e358a5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4815220-a37e-45a9-b4ec-4488f953704d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4815220-a37e-45a9-b4ec-4488f953704d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1409394441665428497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497140939444166542849714093944416654284971409394441665428497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 786a6f42-521a-4d28-b89f-8197c6d8cb46, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bb46541-82e1-431b-8c7a-0ff932923208, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bb46541-82e1-431b-8c7a-0ff932923208, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2314897332498757974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974231489733249875797423148973324987579742314897332498757974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4815220-a37e-45a9-b4ec-4488f953704d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5a1eb0-8072-40c2-b803-ca0843c84e14, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5a1eb0-8072-40c2-b803-ca0843c84e14, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308655013285211453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453130865501328521145313086550132852114531308655013285211453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bb46541-82e1-431b-8c7a-0ff932923208, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e42c250-b627-4e68-a357-d3c8d51164f0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e42c250-b627-4e68-a357-d3c8d51164f0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8544431708579317195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195854443170857931719585444317085793171958544431708579317195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5a1eb0-8072-40c2-b803-ca0843c84e14, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b7ea40-83b8-497a-a584-857c3bce8f67, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b7ea40-83b8-497a-a584-857c3bce8f67, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11052628251249625465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465110526282512496254651105262825124962546511052628251249625465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e42c250-b627-4e68-a357-d3c8d51164f0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d49bdbf5-bba5-4162-a440-38f4ef6f5b5e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d49bdbf5-bba5-4162-a440-38f4ef6f5b5e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14948551007153258077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077149485510071532580771494855100715325807714948551007153258077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b7ea40-83b8-497a-a584-857c3bce8f67, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc4e7ca2-6569-4324-bd3f-0c6ca41cdc8b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc4e7ca2-6569-4324-bd3f-0c6ca41cdc8b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14307579958005532499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499143075799580055324991430757995800553249914307579958005532499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d49bdbf5-bba5-4162-a440-38f4ef6f5b5e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c623f70f-e83b-49bb-8893-ce572746178e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c623f70f-e83b-49bb-8893-ce572746178e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16182807336375996356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356161828073363759963561618280733637599635616182807336375996356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc4e7ca2-6569-4324-bd3f-0c6ca41cdc8b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cf75062-3088-4ae5-bb86-6c2c889deff2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cf75062-3088-4ae5-bb86-6c2c889deff2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15253876970461186846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846152538769704611868461525387697046118684615253876970461186846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c623f70f-e83b-49bb-8893-ce572746178e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bd988d-b68f-43b6-aa4c-7f29124c84bd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bd988d-b68f-43b6-aa4c-7f29124c84bd, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684434266390210577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577136844342663902105771368443426639021057713684434266390210577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bd988d-b68f-43b6-aa4c-7f29124c84bd, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d0a53a4-346a-4d78-ba8c-90073f25e814, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cf75062-3088-4ae5-bb86-6c2c889deff2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d0a53a4-346a-4d78-ba8c-90073f25e814, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10034302911029182866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866100343029110291828661003430291102918286610034302911029182866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d52f9d79-2a9a-48da-ab61-89c70090b037, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52f9d79-2a9a-48da-ab61-89c70090b037, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4470109006290519809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809447010900629051980944701090062905198094470109006290519809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d0a53a4-346a-4d78-ba8c-90073f25e814, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45364d85-19f0-4c9d-88d2-a557864ed884, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52f9d79-2a9a-48da-ab61-89c70090b037, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45364d85-19f0-4c9d-88d2-a557864ed884, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4425508927148945438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438442550892714894543844255089271489454384425508927148945438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee430bc6-966c-442f-b5ff-0bc680e6e4a8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee430bc6-966c-442f-b5ff-0bc680e6e4a8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7856489735598685266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266785648973559868526678564897355986852667856489735598685266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45364d85-19f0-4c9d-88d2-a557864ed884, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5da437e-f706-42f5-aec9-757a1b185c33, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5da437e-f706-42f5-aec9-757a1b185c33, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919346188945634219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219691934618894563421969193461889456342196919346188945634219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee430bc6-966c-442f-b5ff-0bc680e6e4a8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1695ef60-15e8-46ef-b4f3-ff3dbdec018d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1695ef60-15e8-46ef-b4f3-ff3dbdec018d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374676616772970071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071113746766167729700711137467661677297007111374676616772970071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5da437e-f706-42f5-aec9-757a1b185c33, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38f64aad-9da9-482b-adab-a583580348ae, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f64aad-9da9-482b-adab-a583580348ae, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 233090914235953906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906233090914235953906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1695ef60-15e8-46ef-b4f3-ff3dbdec018d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e71de28-0d29-49db-b7e2-f34c28214400, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e71de28-0d29-49db-b7e2-f34c28214400, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16958936697483208028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028169589366974832080281695893669748320802816958936697483208028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f64aad-9da9-482b-adab-a583580348ae, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40ec080-dec1-4b59-a280-068cf2f59915, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40ec080-dec1-4b59-a280-068cf2f59915, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14647554070996987505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505146475540709969875051464755407099698750514647554070996987505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e71de28-0d29-49db-b7e2-f34c28214400, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40ec080-dec1-4b59-a280-068cf2f59915, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66bd1cf5-aa16-40f0-a0f4-764f0d888f5e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66bd1cf5-aa16-40f0-a0f4-764f0d888f5e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4240714533396127666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666424071453339612766642407145333961276664240714533396127666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce78c9dd-371a-403f-914b-dc3bffe9fb11, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce78c9dd-371a-403f-914b-dc3bffe9fb11, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12627206766529042406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406126272067665290424061262720676652904240612627206766529042406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66bd1cf5-aa16-40f0-a0f4-764f0d888f5e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce78c9dd-371a-403f-914b-dc3bffe9fb11, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2d28cb-9a1a-42e5-807a-b7e1843c4681, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aebd8ff-faff-453a-ba0d-fdf61f228018, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aebd8ff-faff-453a-ba0d-fdf61f228018, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7095539067811608516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516709553906781160851670955390678116085167095539067811608516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2d28cb-9a1a-42e5-807a-b7e1843c4681, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5400553173306745357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357540055317330674535754005531733067453575400553173306745357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2d28cb-9a1a-42e5-807a-b7e1843c4681, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfb11411-9df5-4698-b823-bd85e1d8cb7f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb11411-9df5-4698-b823-bd85e1d8cb7f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7360731998678740204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204736073199867874020473607319986787402047360731998678740204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aebd8ff-faff-453a-ba0d-fdf61f228018, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee36e926-32bd-4e70-afd6-a951761b60b7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee36e926-32bd-4e70-afd6-a951761b60b7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14728468503431738938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938147284685034317389381472846850343173893814728468503431738938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb11411-9df5-4698-b823-bd85e1d8cb7f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74e54785-e15c-49de-9eeb-9215ff177be4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e54785-e15c-49de-9eeb-9215ff177be4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6114837354668062099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099611483735466806209961148373546680620996114837354668062099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee36e926-32bd-4e70-afd6-a951761b60b7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e77e88fe-607a-4881-9e9a-fa1ca5b1eec8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e77e88fe-607a-4881-9e9a-fa1ca5b1eec8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 722189149334813812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812722189149334813812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e54785-e15c-49de-9eeb-9215ff177be4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aedded91-8d70-425c-88fa-bcba91442205, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aedded91-8d70-425c-88fa-bcba91442205, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5982055366871856554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554598205536687185655459820553668718565545982055366871856554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e77e88fe-607a-4881-9e9a-fa1ca5b1eec8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d197dad2-a5ea-4a37-b8ee-74993a99dfa0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d197dad2-a5ea-4a37-b8ee-74993a99dfa0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4296490639917599023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023429649063991759902342964906399175990234296490639917599023" } } } 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/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd server --suppress-version-check --yaml-config=$CFG_DIR_PATH/config.yaml --node-broker=localhost:9886 --tenant=/Root/test_simple_encryption_1 --log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5j0ww3rv.log --grpc-port=7205 --mon-port=21003 --ic-port=6952 --key-file /home/runner/.ya/build/build_root/vx9u/0014f0/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/vx9u/0014f0/ydb/apps/ydbd/ydbd', 'server', '--suppress-version-check', '--yaml-config=/home/runner/.ya/build/build_root/vx9u/0014f0/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:9886', '--tenant=/Root/test_simple_encryption_1', '--log-file-name=/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_3/logfile_5j0ww3rv.log', '--grpc-port=7205', '--mon-port=21003', '--ic-port=6952', '--key-file', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/_Root_test_simple_encryption_1key.txt')' in '/home/runner/.ya/build/build_root/vx9u/0014f0/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:52 RpcState(ExecuteDataQuery, aedded91-8d70-425c-88fa-bcba91442205, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9843fe5-993d-4252-ae5c-66a887ec32a6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9843fe5-993d-4252-ae5c-66a887ec32a6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7973035624737860054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054797303562473786005479730356247378600547973035624737860054" } } } 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: 1452068
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:297 Started node localhost:7205/3
DEBUG    ya.test:process.py:678 Command out will be placed to ydbd.out.15
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d197dad2-a5ea-4a37-b8ee-74993a99dfa0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39e2f4cb-1a74-4a4c-894e-b2bf384a859c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39e2f4cb-1a74-4a4c-894e-b2bf384a859c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15074401580079812126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126150744015800798121261507440158007981212615074401580079812126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ya.test:process.py:678 Command err will be placed to ydbd.err.15
DEBUG    ya.test:process.py:610 Executing '['/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/apps/ydbd/ydbd', '-V']' in 'None' (waiting)
DEBUG    ya.test:process.py:628 Command pid: 1452069
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9843fe5-993d-4252-ae5c-66a887ec32a6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4838976-e2bc-4c87-8dba-c4965daa871b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4838976-e2bc-4c87-8dba-c4965daa871b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7551683212266839822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822755168321226683982275516832122668398227551683212266839822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39e2f4cb-1a74-4a4c-894e-b2bf384a859c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c67c590d-39ea-4bad-b9cb-da924bc761d3, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c67c590d-39ea-4bad-b9cb-da924bc761d3, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15225059817102580770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770152250598171025807701522505981710258077015225059817102580770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4838976-e2bc-4c87-8dba-c4965daa871b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63901345-a7a9-4522-ac3a-59dfb9e568b2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63901345-a7a9-4522-ac3a-59dfb9e568b2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541927045987010448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448165419270459870104481654192704598701044816541927045987010448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c67c590d-39ea-4bad-b9cb-da924bc761d3, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8bba867-12e4-46ce-9930-983a38edcb05, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8bba867-12e4-46ce-9930-983a38edcb05, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3281455091275912476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476328145509127591247632814550912759124763281455091275912476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63901345-a7a9-4522-ac3a-59dfb9e568b2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f08f14-7e0e-4c39-9d65-f8ab57801a08, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f08f14-7e0e-4c39-9d65-f8ab57801a08, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17776190885879756020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020177761908858797560201777619088587975602017776190885879756020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8bba867-12e4-46ce-9930-983a38edcb05, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c83131b-af2e-4038-97a0-b0bf9c3e2941, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c83131b-af2e-4038-97a0-b0bf9c3e2941, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6121692959079574478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478612169295907957447861216929590795744786121692959079574478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f08f14-7e0e-4c39-9d65-f8ab57801a08, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae3fb82-37a6-4ec4-826d-fd0b033c50d7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae3fb82-37a6-4ec4-826d-fd0b033c50d7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917372920111844474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474891737292011184447489173729201118444748917372920111844474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c83131b-af2e-4038-97a0-b0bf9c3e2941, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29887422-636b-499a-8828-3a4ef6d4015e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29887422-636b-499a-8828-3a4ef6d4015e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739225006416081888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888117392250064160818881173922500641608188811739225006416081888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae3fb82-37a6-4ec4-826d-fd0b033c50d7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1adcdc-d5e7-4885-a0f1-e89ac96c5620, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1adcdc-d5e7-4885-a0f1-e89ac96c5620, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12340976593190917953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953123409765931909179531234097659319091795312340976593190917953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29887422-636b-499a-8828-3a4ef6d4015e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe489915-6ecc-4838-9ad0-468f156286b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe489915-6ecc-4838-9ad0-468f156286b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 503849702409759168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168503849702409759168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1adcdc-d5e7-4885-a0f1-e89ac96c5620, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d9496f9-9c76-4fb8-ad7e-d463719aad18, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d9496f9-9c76-4fb8-ad7e-d463719aad18, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4583334916697562297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297458333491669756229745833349166975622974583334916697562297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe489915-6ecc-4838-9ad0-468f156286b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5659f810-e944-486c-86d9-12f3e743428c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5659f810-e944-486c-86d9-12f3e743428c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7677864385664109776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776767786438566410977676778643856641097767677864385664109776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5659f810-e944-486c-86d9-12f3e743428c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d9496f9-9c76-4fb8-ad7e-d463719aad18, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca60305-3ab7-496a-931b-c095cdcdedf4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66766595-28d4-40fb-8187-9f69516e819f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66766595-28d4-40fb-8187-9f69516e819f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3149993488330286227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227314999348833028622731499934883302862273149993488330286227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca60305-3ab7-496a-931b-c095cdcdedf4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7408369587744261064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064740836958774426106474083695877442610647408369587744261064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66766595-28d4-40fb-8187-9f69516e819f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf06633d-0614-4a0f-a769-674ed669923e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf06633d-0614-4a0f-a769-674ed669923e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6819298240279244728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728681929824027924472868192982402792447286819298240279244728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca60305-3ab7-496a-931b-c095cdcdedf4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b878df-96f4-465b-a0a9-04bbe49ae68d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b878df-96f4-465b-a0a9-04bbe49ae68d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7730204321191704781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781773020432119170478177302043211917047817730204321191704781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf06633d-0614-4a0f-a769-674ed669923e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b878df-96f4-465b-a0a9-04bbe49ae68d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f01968b4-6a48-43ff-a272-01c50cc31925, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01968b4-6a48-43ff-a272-01c50cc31925, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542213118309103264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264254221311830910326425422131183091032642542213118309103264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eef21cc4-d2f5-43a4-934b-b99f0db9885f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eef21cc4-d2f5-43a4-934b-b99f0db9885f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4811570968664396867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867481157096866439686748115709686643968674811570968664396867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01968b4-6a48-43ff-a272-01c50cc31925, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec6cb9e9-3490-4358-81de-0dade3588abc, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec6cb9e9-3490-4358-81de-0dade3588abc, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360632224803945992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992173606322248039459921736063222480394599217360632224803945992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eef21cc4-d2f5-43a4-934b-b99f0db9885f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 933f1c6e-f9bb-4067-8ca9-c66d5e65397c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 933f1c6e-f9bb-4067-8ca9-c66d5e65397c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464445668438145740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740446444566843814574044644456684381457404464445668438145740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec6cb9e9-3490-4358-81de-0dade3588abc, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8178f7a7-5cca-433a-b07c-941b51f64f14, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8178f7a7-5cca-433a-b07c-941b51f64f14, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5267009059249637148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148526700905924963714852670090592496371485267009059249637148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 933f1c6e-f9bb-4067-8ca9-c66d5e65397c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab84dd0-a731-4c59-9371-0cf5e25600d0, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab84dd0-a731-4c59-9371-0cf5e25600d0, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525308646189142256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256552530864618914225655253086461891422565525308646189142256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8178f7a7-5cca-433a-b07c-941b51f64f14, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f49f438d-a6ab-4953-abb1-bd14f72e3e30, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f49f438d-a6ab-4953-abb1-bd14f72e3e30, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8582525172136661120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120858252517213666112085825251721366611208582525172136661120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab84dd0-a731-4c59-9371-0cf5e25600d0, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 901031f1-a046-436d-89ea-0e9f585c5d5c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901031f1-a046-436d-89ea-0e9f585c5d5c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7414416590787068491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491741441659078706849174144165907870684917414416590787068491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f49f438d-a6ab-4953-abb1-bd14f72e3e30, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b9830d0-9ae0-4072-917d-bb98cd26f52f, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b9830d0-9ae0-4072-917d-bb98cd26f52f, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11140239447452333192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192111402394474523331921114023944745233319211140239447452333192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901031f1-a046-436d-89ea-0e9f585c5d5c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85000f5a-be33-4177-bc4b-fc329eb53568, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85000f5a-be33-4177-bc4b-fc329eb53568, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 56161681845210178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5616168184521017856161681845210178561616818452101785616168184521017856161681845210178561616818452101785616168184521017856161681845210178561616818452101785616168184521017856161681845210178561616818452101785616168184521017856161681845210178561616818452101785616168184521017856161681845210178561616818452101785616168184521017856161681845210178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b9830d0-9ae0-4072-917d-bb98cd26f52f, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd0a680-bd48-4c86-bef5-d15274298561, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd0a680-bd48-4c86-bef5-d15274298561, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4844414786559220783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783484441478655922078348444147865592207834844414786559220783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85000f5a-be33-4177-bc4b-fc329eb53568, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e809085-b6e2-4993-b7d7-91883d940b25, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e809085-b6e2-4993-b7d7-91883d940b25, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13810970400335049543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543138109704003350495431381097040033504954313810970400335049543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd0a680-bd48-4c86-bef5-d15274298561, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7f24312-8bb4-4ead-8dd2-515fea9e86c2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f24312-8bb4-4ead-8dd2-515fea9e86c2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 999133628444588844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844999133628444588844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e809085-b6e2-4993-b7d7-91883d940b25, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcd8c013-ccee-41bf-91b0-d78a8433f024, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd8c013-ccee-41bf-91b0-d78a8433f024, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4688994676850169142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142468899467685016914246889946768501691424688994676850169142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f24312-8bb4-4ead-8dd2-515fea9e86c2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e68839-9286-4b80-a700-ad8c7d63d8cf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e68839-9286-4b80-a700-ad8c7d63d8cf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18285006800962590299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299182850068009625902991828500680096259029918285006800962590299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd8c013-ccee-41bf-91b0-d78a8433f024, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42beb7ca-cded-4fa2-b9ca-44f8bc8b49a2, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42beb7ca-cded-4fa2-b9ca-44f8bc8b49a2, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16653340214846407460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460166533402148464074601665334021484640746016653340214846407460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e68839-9286-4b80-a700-ad8c7d63d8cf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a03e0fd-1913-4650-9412-4145a57f5052, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a03e0fd-1913-4650-9412-4145a57f5052, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14876138032515022440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440148761380325150224401487613803251502244014876138032515022440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42beb7ca-cded-4fa2-b9ca-44f8bc8b49a2, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a718e253-4a56-4c6d-8c24-8b6ae5d3c8c4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a718e253-4a56-4c6d-8c24-8b6ae5d3c8c4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5056893916073329224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224505689391607332922450568939160733292245056893916073329224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a03e0fd-1913-4650-9412-4145a57f5052, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bad8a11-15e2-4cc3-af78-efcac003bfd8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bad8a11-15e2-4cc3-af78-efcac003bfd8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821638022214481139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139168216380222144811391682163802221448113916821638022214481139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a718e253-4a56-4c6d-8c24-8b6ae5d3c8c4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d499a4-ee29-4c07-88ed-8235a6cf9458, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d499a4-ee29-4c07-88ed-8235a6cf9458, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9155579543270925853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853915557954327092585391555795432709258539155579543270925853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bad8a11-15e2-4cc3-af78-efcac003bfd8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cd89c0a-300e-4c4d-9d2f-76e0aacd9244, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d499a4-ee29-4c07-88ed-8235a6cf9458, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd89c0a-300e-4c4d-9d2f-76e0aacd9244, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1374927905101446835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835137492790510144683513749279051014468351374927905101446835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55cd88d1-6efb-4ea6-b8d3-097393f1cc23, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cd88d1-6efb-4ea6-b8d3-097393f1cc23, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13929669861253325534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534139296698612533255341392966986125332553413929669861253325534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd89c0a-300e-4c4d-9d2f-76e0aacd9244, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37ad263a-cece-4d85-a93e-4032297c7c4b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37ad263a-cece-4d85-a93e-4032297c7c4b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15772907831040441695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695157729078310404416951577290783104044169515772907831040441695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cd88d1-6efb-4ea6-b8d3-097393f1cc23, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cb37c69-fdcb-4e5e-b7aa-bc4c76981c0b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cb37c69-fdcb-4e5e-b7aa-bc4c76981c0b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3883145188157964645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645388314518815796464538831451881579646453883145188157964645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37ad263a-cece-4d85-a93e-4032297c7c4b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad1f8afc-7677-45bc-b5a6-7d6ef55eb769, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad1f8afc-7677-45bc-b5a6-7d6ef55eb769, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15387675240349972624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624153876752403499726241538767524034997262415387675240349972624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cb37c69-fdcb-4e5e-b7aa-bc4c76981c0b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e84fff-882b-4569-99bf-135e619c78b6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e84fff-882b-4569-99bf-135e619c78b6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15479539169490578464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464154795391694905784641547953916949057846415479539169490578464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad1f8afc-7677-45bc-b5a6-7d6ef55eb769, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a5478d2-c8c9-4322-879c-5a7ac71edc9d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5478d2-c8c9-4322-879c-5a7ac71edc9d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2196108452343650491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491219610845234365049121961084523436504912196108452343650491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e84fff-882b-4569-99bf-135e619c78b6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe797035-1693-44a0-a679-28ef7b1a6a13, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe797035-1693-44a0-a679-28ef7b1a6a13, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3076017696442956341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341307601769644295634130760176964429563413076017696442956341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe797035-1693-44a0-a679-28ef7b1a6a13, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd67c99-4aa2-46dc-9b5e-3b5316b8db83, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5478d2-c8c9-4322-879c-5a7ac71edc9d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6466429b-d928-48f5-bdfc-95a8e24a599d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6466429b-d928-48f5-bdfc-95a8e24a599d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4029663171566944320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320402966317156694432040296631715669443204029663171566944320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd67c99-4aa2-46dc-9b5e-3b5316b8db83, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1909106717643166577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577190910671764316657719091067176431665771909106717643166577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6466429b-d928-48f5-bdfc-95a8e24a599d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bef6c7f9-3ca7-436f-b5ea-e6d7b417ee57, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef6c7f9-3ca7-436f-b5ea-e6d7b417ee57, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3818238332344890300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300381823833234489030038182383323448903003818238332344890300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd67c99-4aa2-46dc-9b5e-3b5316b8db83, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef6c7f9-3ca7-436f-b5ea-e6d7b417ee57, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1423626b-a25b-4d99-8602-7ba09d9dc2e5, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1423626b-a25b-4d99-8602-7ba09d9dc2e5, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10444279590540185958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958104442795905401859581044427959054018595810444279590540185958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e401798-9563-414d-a87b-0a4b0c6aab52, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e401798-9563-414d-a87b-0a4b0c6aab52, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6416673045139498878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878641667304513949887864166730451394988786416673045139498878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1423626b-a25b-4d99-8602-7ba09d9dc2e5, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2846f285-7300-4637-b5cf-97cc273809bf, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2846f285-7300-4637-b5cf-97cc273809bf, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 145148278731865692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692145148278731865692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e401798-9563-414d-a87b-0a4b0c6aab52, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c75481-cb5a-4f78-88d0-b5ffee22873a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c75481-cb5a-4f78-88d0-b5ffee22873a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 674782514427126181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181674782514427126181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c75481-cb5a-4f78-88d0-b5ffee22873a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00856c2b-7e97-4e8e-a3ae-c045363b91b9, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00856c2b-7e97-4e8e-a3ae-c045363b91b9, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17547451643756509266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266175474516437565092661754745164375650926617547451643756509266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2846f285-7300-4637-b5cf-97cc273809bf, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c275a41-0edd-4217-90c2-6c5c5cb6d01e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c275a41-0edd-4217-90c2-6c5c5cb6d01e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959157037993336848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848895915703799333684889591570379933368488959157037993336848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00856c2b-7e97-4e8e-a3ae-c045363b91b9, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52cb3ea8-43da-4b38-b06c-f3c382239e32, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52cb3ea8-43da-4b38-b06c-f3c382239e32, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9639543326275968218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218963954332627596821896395433262759682189639543326275968218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c275a41-0edd-4217-90c2-6c5c5cb6d01e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56060bda-aa85-49db-bea7-9f514118a0a7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56060bda-aa85-49db-bea7-9f514118a0a7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12130510711302201796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796121305107113022017961213051071130220179612130510711302201796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52cb3ea8-43da-4b38-b06c-f3c382239e32, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 077de542-bf80-4d0d-b1f2-d4246db6f77d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 077de542-bf80-4d0d-b1f2-d4246db6f77d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11059526943559989562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562110595269435599895621105952694355998956211059526943559989562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56060bda-aa85-49db-bea7-9f514118a0a7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 401e2881-beb2-483e-845a-46ec291ceea6, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 401e2881-beb2-483e-845a-46ec291ceea6, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435150574417788997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997104351505744177889971043515057441778899710435150574417788997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 077de542-bf80-4d0d-b1f2-d4246db6f77d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57678ef4-20e9-4ee4-942f-d34d3ee84388, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57678ef4-20e9-4ee4-942f-d34d3ee84388, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2101833906506020013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013210183390650602001321018339065060200132101833906506020013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 401e2881-beb2-483e-845a-46ec291ceea6, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf911f5-63b1-4050-9e28-f721d3aaf313, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf911f5-63b1-4050-9e28-f721d3aaf313, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18007872277587266148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148180078722775872661481800787227758726614818007872277587266148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57678ef4-20e9-4ee4-942f-d34d3ee84388, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5b87743-b072-44e7-b8b0-9c3aa8c27caa, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5b87743-b072-44e7-b8b0-9c3aa8c27caa, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1082281362674915393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393108228136267491539310822813626749153931082281362674915393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf911f5-63b1-4050-9e28-f721d3aaf313, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8630c66b-45e1-4ec8-94a2-641f3291117b, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8630c66b-45e1-4ec8-94a2-641f3291117b, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9497153302556995061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061949715330255699506194971533025569950619497153302556995061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5b87743-b072-44e7-b8b0-9c3aa8c27caa, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adae012c-339b-41c1-83c4-41a40fa571a4, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adae012c-339b-41c1-83c4-41a40fa571a4, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3004335516015167427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427300433551601516742730043355160151674273004335516015167427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8630c66b-45e1-4ec8-94a2-641f3291117b, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a65cc0a3-977d-4cb0-b192-8d65c84be04c, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a65cc0a3-977d-4cb0-b192-8d65c84be04c, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13504848011051928586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586135048480110519285861350484801105192858613504848011051928586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adae012c-339b-41c1-83c4-41a40fa571a4, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e566db-d26b-48d2-8aa3-ac012ce70194, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e566db-d26b-48d2-8aa3-ac012ce70194, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3142030953195386863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863314203095319538686331420309531953868633142030953195386863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a65cc0a3-977d-4cb0-b192-8d65c84be04c, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed524da-1dfc-48d1-b188-5950127da176, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e566db-d26b-48d2-8aa3-ac012ce70194, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7cc40a-361c-4435-8d9b-f22f675b8ac7, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7cc40a-361c-4435-8d9b-f22f675b8ac7, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9676576862433612236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236967657686243361223696765768624336122369676576862433612236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed524da-1dfc-48d1-b188-5950127da176, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3286201426890344108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108328620142689034410832862014268903441083286201426890344108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed524da-1dfc-48d1-b188-5950127da176, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5e1fdf-8dfb-4ae3-b4fa-9a581c24b33e, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5e1fdf-8dfb-4ae3-b4fa-9a581c24b33e, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762348199018519930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930167623481990185199301676234819901851993016762348199018519930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7cc40a-361c-4435-8d9b-f22f675b8ac7, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f22bce52-b8d3-47e5-9b75-6f17ade6575d, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f22bce52-b8d3-47e5-9b75-6f17ade6575d, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8427584978297871395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395842758497829787139584275849782978713958427584978297871395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5e1fdf-8dfb-4ae3-b4fa-9a581c24b33e, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3f99e38-75a2-46ab-bb10-0212010559a8, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f99e38-75a2-46ab-bb10-0212010559a8, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13858853281106067469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469138588532811060674691385885328110606746913858853281106067469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f22bce52-b8d3-47e5-9b75-6f17ade6575d, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ee884c6-7061-4cb8-b718-6a6a87f74979, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee884c6-7061-4cb8-b718-6a6a87f74979, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15001209215692172567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567150012092156921725671500120921569217256715001209215692172567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f99e38-75a2-46ab-bb10-0212010559a8, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acd8d72-e708-4633-adea-af6694a2c455, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acd8d72-e708-4633-adea-af6694a2c455, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14339347151522463912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912143393471515224639121433934715152246391214339347151522463912" } } } 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 1452069) rc: 0
DEBUG    ya.test:process.py:260 Command (pid 1452069) elapsed time (sec): 1.30759596824646
DEBUG    ya.test:process.py:263 Command (pid 1452069) idrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) inblock: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) isrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) ixrss: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) majflt: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) maxrss: 931548
DEBUG    ya.test:process.py:263 Command (pid 1452069) minflt: 45259
DEBUG    ya.test:process.py:263 Command (pid 1452069) msgrcv: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) msgsnd: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) nivcsw: 201
DEBUG    ya.test:process.py:263 Command (pid 1452069) nsignals: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) nswap: 0
DEBUG    ya.test:process.py:263 Command (pid 1452069) nvcsw: 14
DEBUG    ya.test:process.py:263 Command (pid 1452069) oublock: 8
DEBUG    ya.test:process.py:263 Command (pid 1452069) stime: 0.301915
DEBUG    ya.test:process.py:263 Command (pid 1452069) utime: 0.635543
DEBUG    ya.test:process.py:263 Command (pid 1452069) wtime: 1.313
DEBUG    ya.test:process.py:275 Command (pid 1452069) output:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e

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

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

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

INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:298 Node 3 version:
Git info:
    Commit: 49d54271a3964c44bfebfb4a67c1057e0f2de23f
    Branch: 
    Author: xyliganSereja <matva0509@gmail.com>
    Summary: Merge c06212ce98a66bc059783f8475c1a8d006f6b363 into 69f8739e8d96b4f4ccafc0fef1d8a193078e8c1e
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee884c6-7061-4cb8-b718-6a6a87f74979, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69998d4-9d6e-4b0e-919e-be13a3918f45, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69998d4-9d6e-4b0e-919e-be13a3918f45, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10654921010842917799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799106549210108429177991065492101084291779910654921010842917799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acd8d72-e708-4633-adea-af6694a2c455, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 762961b7-84eb-49c8-88a3-936328ed4573, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 762961b7-84eb-49c8-88a3-936328ed4573, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211101383869689345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345172111013838696893451721110138386968934517211101383869689345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69998d4-9d6e-4b0e-919e-be13a3918f45, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408b49d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408b49d070>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408b49d070> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 78c7f142-3c7d-4677-81d0-f58384aa496a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 78c7f142-3c7d-4677-81d0-f58384aa496a, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=Njc3M2FmNWEtNmVmZWY1NjUtZTc5YzQwMzMtNDNkMjg5NTE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 78c7f142-3c7d-4677-81d0-f58384aa496a, ghrun-djbupjqxve.auto.internal:8397): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 78c7f142-3c7d-4677-81d0-f58384aa496a, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 78c7f142-3c7d-4677-81d0-f58384aa496a, ghrun-djbupjqxve.auto.internal:8397): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:173 Sent delete on session <ydb.table.Session object at 0x7b408b49d070>
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 0x7b408c1bafb0 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 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 3a7dce61-dcc0-4b07-b779-d108e2eb2cdd, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 3a7dce61-dcc0-4b07-b779-d108e2eb2cdd, ghrun-djbupjqxve.auto.internal:8397): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 762961b7-84eb-49c8-88a3-936328ed4573, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=36d366f6-5f1970df-1e75a4c2-dc0f73f7" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408edddbb0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408edddbb0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408edddbb0> 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 0x7b408edddbb0> replacement.
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 028b7ef6-8df8-4097-bfcc-60cc583e16b1, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 028b7ef6-8df8-4097-bfcc-60cc583e16b1, ghrun-djbupjqxve.auto.internal:8397): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, d92fc376-5dcb-48f7-9aeb-390657b1d517, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, d92fc376-5dcb-48f7-9aeb-390657b1d517, ghrun-djbupjqxve.auto.internal:8397): request = { session_id: "ydb://session/3?node_id=50003&id=ZmFiZjA5OTQtNTYzZjRhMGQtMTY5MTUwZjItMTU3MTg2NjU=" 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 0x7b408edddbb0>
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 0x7b408f077370 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 0x7b408f0d2770>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408f0d2770>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 1a4d37b2-b932-4736-8022-50e53336b82a, ghrun-djbupjqxve.auto.internal:8397): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 1a4d37b2-b932-4736-8022-50e53336b82a, ghrun-djbupjqxve.auto.internal:8397): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 3a7dce61-dcc0-4b07-b779-d108e2eb2cdd, ghrun-djbupjqxve.auto.internal:8397): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 3a7dce61-dcc0-4b07-b779-d108e2eb2cdd, ghrun-djbupjqxve.auto.internal:8397): 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-12T09:33:24.527881414+00:00"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 3a7dce61-dcc0-4b07-b779-d108e2eb2cdd, ghrun-djbupjqxve.auto.internal:8397): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:8397
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
ERROR    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-12T09:33:24.527881414+00:00"}"
>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, d92fc376-5dcb-48f7-9aeb-390657b1d517, ghrun-djbupjqxve.auto.internal:8397): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, d92fc376-5dcb-48f7-9aeb-390657b1d517, ghrun-djbupjqxve.auto.internal:8397): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, d92fc376-5dcb-48f7-9aeb-390657b1d517, ghrun-djbupjqxve.auto.internal:8397): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 028b7ef6-8df8-4097-bfcc-60cc583e16b1, ghrun-djbupjqxve.auto.internal:8397): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 028b7ef6-8df8-4097-bfcc-60cc583e16b1, ghrun-djbupjqxve.auto.internal:8397): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:33:24.952331039+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 028b7ef6-8df8-4097-bfcc-60cc583e16b1, ghrun-djbupjqxve.auto.internal:8397): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:8397
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:33:24.952331039+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 6a2b1b3a-f9fa-4802-92d6-eecf899f4f48, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 6a2b1b3a-f9fa-4802-92d6-eecf899f4f48, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 6a2b1b3a-f9fa-4802-92d6-eecf899f4f48, localhost:9886): 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:9886". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 737ded5d-4512-4b74-8068-84149dc8c69d, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 737ded5d-4512-4b74-8068-84149dc8c69d, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 737ded5d-4512-4b74-8068-84149dc8c69d, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 7205 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-djbupjqxve.auto.internal:7205, location , ssl: False>]>
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 07cc3eb9-7dd9-4a05-a848-8053dd53877f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 07cc3eb9-7dd9-4a05-a848-8053dd53877f, ghrun-djbupjqxve.auto.internal:7205): 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 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, ce5b05c2-e109-4a1d-ba98-1327aabc95f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, ce5b05c2-e109-4a1d-ba98-1327aabc95f4, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 1a4d37b2-b932-4736-8022-50e53336b82a, ghrun-djbupjqxve.auto.internal:8397): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 1a4d37b2-b932-4736-8022-50e53336b82a, ghrun-djbupjqxve.auto.internal:8397): 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-12T09:33:27.171197594+00:00", grpc_status:1, grpc_message:"Cancelled on the server side"}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, 1a4d37b2-b932-4736-8022-50e53336b82a, ghrun-djbupjqxve.auto.internal:8397): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:8397
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.CANCELLED
	details = "Cancelled on the server side"
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:33:27.171197594+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 0x7b408f0d2770>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 6b95102f-9430-4862-8c42-a2815f6a19c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 6b95102f-9430-4862-8c42-a2815f6a19c2, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 77e6b109-4520-4a7a-8fb8-eb2ef041e0fd, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 77e6b109-4520-4a7a-8fb8-eb2ef041e0fd, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 77e6b109-4520-4a7a-8fb8-eb2ef041e0fd, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 7205 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-djbupjqxve.auto.internal:7205, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b408c1bafb0 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 07cc3eb9-7dd9-4a05-a848-8053dd53877f, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 07cc3eb9-7dd9-4a05-a848-8053dd53877f, ghrun-djbupjqxve.auto.internal:7205): 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-12T09:33:29.693809762+00:00", grpc_status:4}"
>
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Deadline exceeded on request
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, ce5b05c2-e109-4a1d-ba98-1327aabc95f4, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, ce5b05c2-e109-4a1d-ba98-1327aabc95f4, ghrun-djbupjqxve.auto.internal:7205): 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-12T09:33:29.693899316+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 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 86abaefa-8d58-4a0d-8d94-203b8f2369aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 86abaefa-8d58-4a0d-8d94-203b8f2369aa, ghrun-djbupjqxve.auto.internal:7205): 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 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, c888b24c-5694-4d1c-9df3-f2e8b25bf67d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, c888b24c-5694-4d1c-9df3-f2e8b25bf67d, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b408f077370 state=pending>
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 6b95102f-9430-4862-8c42-a2815f6a19c2, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, 6b95102f-9430-4862-8c42-a2815f6a19c2, ghrun-djbupjqxve.auto.internal:7205): 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-12T09:33:30.191279193+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 0x7b408f0d2770>
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 0x7b408f0d2770>, reason: session-useless
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408f0d2770> is no longer active. Current active count 2.
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b408f02f930 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 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8cc2c134-a309-42a5-9d23-5037c667e454, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8cc2c134-a309-42a5-9d23-5037c667e454, ghrun-djbupjqxve.auto.internal:7205): 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 0x7b408c142770 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 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, 8cc6ee88-3040-421a-846e-3ef478aabf9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, 8cc6ee88-3040-421a-846e-3ef478aabf9c, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 86abaefa-8d58-4a0d-8d94-203b8f2369aa, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 86abaefa-8d58-4a0d-8d94-203b8f2369aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 86abaefa-8d58-4a0d-8d94-203b8f2369aa, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, c888b24c-5694-4d1c-9df3-f2e8b25bf67d, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, c888b24c-5694-4d1c-9df3-f2e8b25bf67d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:195 Replying to waiter with a session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, c888b24c-5694-4d1c-9df3-f2e8b25bf67d, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8cc2c134-a309-42a5-9d23-5037c667e454, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8cc2c134-a309-42a5-9d23-5037c667e454, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 8cc2c134-a309-42a5-9d23-5037c667e454, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, 8cc6ee88-3040-421a-846e-3ef478aabf9c, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:52 RpcState(CreateSession, 8cc6ee88-3040-421a-846e-3ef478aabf9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.CreateSessionResult] { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:108 RpcState(CreateSession, 8cc6ee88-3040-421a-846e-3ef478aabf9c, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, af32b436-f95d-4228-a596-d653bcfbd974, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, af32b436-f95d-4228-a596-d653bcfbd974, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" 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:379 RpcState(PrepareDataQuery, 9722835e-c165-4212-932c-c66b15aa3540, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 9722835e-c165-4212-932c-c66b15aa3540, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" 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, 9722835e-c165-4212-932c-c66b15aa3540, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4fce3123-636db711-19f8fba3-1cfa8226" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e98ba7c-ec27-42f1-9a0f-7c779f644060, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e98ba7c-ec27-42f1-9a0f-7c779f644060, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3337895832969780349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349333789583296978034933378958329697803493337895832969780349" } } } 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, af32b436-f95d-4228-a596-d653bcfbd974, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4fce3123-636db711-19f8fba3-1cfa8226" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 310822fe-0867-47be-9e63-6e0151a84c54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310822fe-0867-47be-9e63-6e0151a84c54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18295806545896910867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867182958065458969108671829580654589691086718295806545896910867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e98ba7c-ec27-42f1-9a0f-7c779f644060, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, fc55b6f2-ef69-4c10-910e-453252bbe58a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, fc55b6f2-ef69-4c10-910e-453252bbe58a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" 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, 310822fe-0867-47be-9e63-6e0151a84c54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(PrepareDataQuery, 0e8ff022-8359-4da8-8442-b60ce6f704cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(PrepareDataQuery, 0e8ff022-8359-4da8-8442-b60ce6f704cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" 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, fc55b6f2-ef69-4c10-910e-453252bbe58a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4fce3123-636db711-19f8fba3-1cfa8226" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce25ae3-e417-4d12-b226-e0f2f8311653, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce25ae3-e417-4d12-b226-e0f2f8311653, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7426848610268931795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795742684861026893179574268486102689317957426848610268931795" } } } 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, 0e8ff022-8359-4da8-8442-b60ce6f704cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.PrepareQueryResult] { query_id: "ydb://preparedqueryid/4?id=4fce3123-636db711-19f8fba3-1cfa8226" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f67cbf-c6aa-4371-847c-2db448663ca9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f67cbf-c6aa-4371-847c-2db448663ca9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8957018306036256118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118895701830603625611889570183060362561188957018306036256118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce25ae3-e417-4d12-b226-e0f2f8311653, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf184f9-353e-4419-a33e-a5a002ef8857, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf184f9-353e-4419-a33e-a5a002ef8857, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15877482324461813026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026158774823244618130261587748232446181302615877482324461813026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f67cbf-c6aa-4371-847c-2db448663ca9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 868676cf-5653-406e-b7b5-f3eb23bca733, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 868676cf-5653-406e-b7b5-f3eb23bca733, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8255728715267122455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455825572871526712245582557287152671224558255728715267122455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf184f9-353e-4419-a33e-a5a002ef8857, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c306bbf-407b-4f63-b216-1d9568dfdda7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c306bbf-407b-4f63-b216-1d9568dfdda7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995956332485919426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426109959563324859194261099595633248591942610995956332485919426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 868676cf-5653-406e-b7b5-f3eb23bca733, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b15679e7-c648-49ee-b30b-4e3147b44e28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15679e7-c648-49ee-b30b-4e3147b44e28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13388755528888925086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086133887555288889250861338875552888892508613388755528888925086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c306bbf-407b-4f63-b216-1d9568dfdda7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f322aa2-d9bd-4cc1-85fd-d201d5858f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f322aa2-d9bd-4cc1-85fd-d201d5858f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10777784071933830012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012107777840719338300121077778407193383001210777784071933830012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15679e7-c648-49ee-b30b-4e3147b44e28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9682bed-eaaf-4124-b44d-916672fa6cb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9682bed-eaaf-4124-b44d-916672fa6cb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8709133899250061511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511870913389925006151187091338992500615118709133899250061511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f322aa2-d9bd-4cc1-85fd-d201d5858f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73795dd1-6dab-402a-a6fa-563da6cf8737, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9682bed-eaaf-4124-b44d-916672fa6cb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73795dd1-6dab-402a-a6fa-563da6cf8737, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13041220864617126632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632130412208646171266321304122086461712663213041220864617126632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ea2785-9808-4538-8a7b-6082fbe429bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ea2785-9808-4538-8a7b-6082fbe429bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278276979509944685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685427827697950994468542782769795099446854278276979509944685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73795dd1-6dab-402a-a6fa-563da6cf8737, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f298f0de-db78-44c0-9c63-76ed0ed247b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f298f0de-db78-44c0-9c63-76ed0ed247b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17915279135887983201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201179152791358879832011791527913588798320117915279135887983201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ea2785-9808-4538-8a7b-6082fbe429bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15175520-5523-4b59-9d48-4163c55ab0cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15175520-5523-4b59-9d48-4163c55ab0cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11581723844883885582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582115817238448838855821158172384488388558211581723844883885582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f298f0de-db78-44c0-9c63-76ed0ed247b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a5b7088-e77c-4e9e-855b-050e1de866a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5b7088-e77c-4e9e-855b-050e1de866a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234945216637967642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642234945216637967642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15175520-5523-4b59-9d48-4163c55ab0cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 607701bb-36f2-4e8a-99db-242f401de7ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 607701bb-36f2-4e8a-99db-242f401de7ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8664786954473170594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594866478695447317059486647869544731705948664786954473170594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5b7088-e77c-4e9e-855b-050e1de866a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e850f639-3261-4549-8906-af30bf79b594, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e850f639-3261-4549-8906-af30bf79b594, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13341613876418758666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666133416138764187586661334161387641875866613341613876418758666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 607701bb-36f2-4e8a-99db-242f401de7ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db915eaf-6c89-4d99-8ffa-6918e78af1ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db915eaf-6c89-4d99-8ffa-6918e78af1ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9145205436704590628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628914520543670459062891452054367045906289145205436704590628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e850f639-3261-4549-8906-af30bf79b594, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34383ad6-a7a4-46eb-9338-c65d00911bfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34383ad6-a7a4-46eb-9338-c65d00911bfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9774808263418420423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423977480826341842042397748082634184204239774808263418420423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db915eaf-6c89-4d99-8ffa-6918e78af1ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf6f284-f5c4-40ae-a636-460f471f82ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf6f284-f5c4-40ae-a636-460f471f82ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13403063687914256028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028134030636879142560281340306368791425602813403063687914256028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34383ad6-a7a4-46eb-9338-c65d00911bfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a313b685-823d-498e-b6a1-58bb7506e2f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a313b685-823d-498e-b6a1-58bb7506e2f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3243339343946978979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979324333934394697897932433393439469789793243339343946978979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf6f284-f5c4-40ae-a636-460f471f82ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47caaba-9d87-42c5-bd91-550109286d4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47caaba-9d87-42c5-bd91-550109286d4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12196185037634182039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039121961850376341820391219618503763418203912196185037634182039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a313b685-823d-498e-b6a1-58bb7506e2f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8deb322b-a2e5-43ce-94c6-ae11453dcb6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8deb322b-a2e5-43ce-94c6-ae11453dcb6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316566850991800474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474183165668509918004741831656685099180047418316566850991800474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47caaba-9d87-42c5-bd91-550109286d4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a249a04e-94c7-4224-8c3b-ca9d39f905c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a249a04e-94c7-4224-8c3b-ca9d39f905c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 121344244174601322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322121344244174601322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8deb322b-a2e5-43ce-94c6-ae11453dcb6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce16c3af-6a98-40d0-bb55-0999c777d64b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce16c3af-6a98-40d0-bb55-0999c777d64b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4588667362839854350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350458866736283985435045886673628398543504588667362839854350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a249a04e-94c7-4224-8c3b-ca9d39f905c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28b231cc-ac0e-452c-b448-e60297979fb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28b231cc-ac0e-452c-b448-e60297979fb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6077105832313118897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897607710583231311889760771058323131188976077105832313118897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce16c3af-6a98-40d0-bb55-0999c777d64b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b33d574-fcd3-4d15-972c-5bfe9804e08d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b33d574-fcd3-4d15-972c-5bfe9804e08d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1345906744301539618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618134590674430153961813459067443015396181345906744301539618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28b231cc-ac0e-452c-b448-e60297979fb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5359f760-f0f4-494b-9947-90ec43984934, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5359f760-f0f4-494b-9947-90ec43984934, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2376239521092218173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173237623952109221817323762395210922181732376239521092218173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b33d574-fcd3-4d15-972c-5bfe9804e08d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a48a0af-bf8f-48c8-bdd8-d0bb3a2308c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a48a0af-bf8f-48c8-bdd8-d0bb3a2308c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12890957207217687744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744128909572072176877441289095720721768774412890957207217687744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5359f760-f0f4-494b-9947-90ec43984934, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7978f7f9-4118-4b7b-ae0d-e276f02f879b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7978f7f9-4118-4b7b-ae0d-e276f02f879b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8618612671832547248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248861861267183254724886186126718325472488618612671832547248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a48a0af-bf8f-48c8-bdd8-d0bb3a2308c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad35943a-8a3d-4fc3-80ef-4ab17e36b1ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad35943a-8a3d-4fc3-80ef-4ab17e36b1ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11839141648030041023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023118391416480300410231183914164803004102311839141648030041023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7978f7f9-4118-4b7b-ae0d-e276f02f879b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29f490cc-3263-4b41-9768-205aa946a353, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29f490cc-3263-4b41-9768-205aa946a353, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196333581584227219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219131963335815842272191319633358158422721913196333581584227219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad35943a-8a3d-4fc3-80ef-4ab17e36b1ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6f3934a-403e-4d58-92da-18c52e865059, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6f3934a-403e-4d58-92da-18c52e865059, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3785516113336286971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971378551611333628697137855161133362869713785516113336286971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29f490cc-3263-4b41-9768-205aa946a353, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efc91a1e-19f7-4c88-8d57-2a065febabff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efc91a1e-19f7-4c88-8d57-2a065febabff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12482564322896348175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175124825643228963481751248256432289634817512482564322896348175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6f3934a-403e-4d58-92da-18c52e865059, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0817672e-c5cc-4712-b0f7-dbe078300895, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0817672e-c5cc-4712-b0f7-dbe078300895, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4195793711886891358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358419579371188689135841957937118868913584195793711886891358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efc91a1e-19f7-4c88-8d57-2a065febabff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d24199-7a04-45a2-bc67-0d506659fb04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d24199-7a04-45a2-bc67-0d506659fb04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2956712776430325781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781295671277643032578129567127764303257812956712776430325781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0817672e-c5cc-4712-b0f7-dbe078300895, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b606e22c-d3e3-45f4-ad2f-d16ab340e1a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b606e22c-d3e3-45f4-ad2f-d16ab340e1a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16040575973812976995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995160405759738129769951604057597381297699516040575973812976995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d24199-7a04-45a2-bc67-0d506659fb04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85c96b3c-d384-4bad-98c6-ebf85ef2036e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c96b3c-d384-4bad-98c6-ebf85ef2036e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7474488806310856333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333747448880631085633374744888063108563337474488806310856333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b606e22c-d3e3-45f4-ad2f-d16ab340e1a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 089cd2aa-4a28-40c6-b12d-8d0b971db1ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 089cd2aa-4a28-40c6-b12d-8d0b971db1ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3497547528473990798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798349754752847399079834975475284739907983497547528473990798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c96b3c-d384-4bad-98c6-ebf85ef2036e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff708062-3994-4bcc-8da4-f0d7347125c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff708062-3994-4bcc-8da4-f0d7347125c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6453841434359722461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461645384143435972246164538414343597224616453841434359722461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 089cd2aa-4a28-40c6-b12d-8d0b971db1ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff708062-3994-4bcc-8da4-f0d7347125c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d5613a8-52a7-4cfc-bf85-b9129800b2a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d5613a8-52a7-4cfc-bf85-b9129800b2a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6919011316403129007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007691901131640312900769190113164031290076919011316403129007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7505fc53-fedb-4503-90d2-2061ee708699, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7505fc53-fedb-4503-90d2-2061ee708699, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7112478469699704502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502711247846969970450271124784696997045027112478469699704502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d5613a8-52a7-4cfc-bf85-b9129800b2a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a0478ae-0d50-44a7-8338-fdafbb5d9474, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a0478ae-0d50-44a7-8338-fdafbb5d9474, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16657876367457662887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887166578763674576628871665787636745766288716657876367457662887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7505fc53-fedb-4503-90d2-2061ee708699, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fd19c64-5e62-44de-92d7-49ab0587f7cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd19c64-5e62-44de-92d7-49ab0587f7cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3102792330735516146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146310279233073551614631027923307355161463102792330735516146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a0478ae-0d50-44a7-8338-fdafbb5d9474, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd19c64-5e62-44de-92d7-49ab0587f7cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82908b11-a0a6-437b-b71a-8bf0d915e169, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1404bb5-e5f1-4161-903b-722f774d598a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82908b11-a0a6-437b-b71a-8bf0d915e169, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9595096561501907704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704959509656150190770495950965615019077049595096561501907704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1404bb5-e5f1-4161-903b-722f774d598a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4624807275108682229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229462480727510868222946248072751086822294624807275108682229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82908b11-a0a6-437b-b71a-8bf0d915e169, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69be8275-ac2a-4e36-a097-605afdccfef7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69be8275-ac2a-4e36-a097-605afdccfef7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14817007275022659038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038148170072750226590381481700727502265903814817007275022659038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1404bb5-e5f1-4161-903b-722f774d598a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a36e46-1ae5-430f-9b2d-84cf0828a0b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a36e46-1ae5-430f-9b2d-84cf0828a0b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 198475595489911958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958198475595489911958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69be8275-ac2a-4e36-a097-605afdccfef7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8886a15b-6ecf-4025-87d3-4b1ed98a13dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a36e46-1ae5-430f-9b2d-84cf0828a0b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8aba1dd-1a59-44f7-8e7f-8197fdcda692, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8aba1dd-1a59-44f7-8e7f-8197fdcda692, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5537155754466306376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376553715575446630637655371557544663063765537155754466306376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8886a15b-6ecf-4025-87d3-4b1ed98a13dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15303525928999571875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875153035259289995718751530352592899957187515303525928999571875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8aba1dd-1a59-44f7-8e7f-8197fdcda692, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d478e761-f89a-4a10-8474-f7f83cec2d29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d478e761-f89a-4a10-8474-f7f83cec2d29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815070115155476816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816781507011515547681678150701151554768167815070115155476816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8886a15b-6ecf-4025-87d3-4b1ed98a13dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c561b74-d5ed-43e7-b681-1055287e20db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c561b74-d5ed-43e7-b681-1055287e20db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648778898076800172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172648778898076800172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d478e761-f89a-4a10-8474-f7f83cec2d29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2177a3f-7f9b-4757-90de-c32395fe994b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2177a3f-7f9b-4757-90de-c32395fe994b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4189663529980648056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056418966352998064805641896635299806480564189663529980648056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c561b74-d5ed-43e7-b681-1055287e20db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c0a11d-7843-4948-95e9-7355d09ce786, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2177a3f-7f9b-4757-90de-c32395fe994b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b78e9b36-23e8-4c63-88fa-a29e75f1fad0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b78e9b36-23e8-4c63-88fa-a29e75f1fad0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10198367215191042289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289101983672151910422891019836721519104228910198367215191042289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c0a11d-7843-4948-95e9-7355d09ce786, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385371090476986198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198123853710904769861981238537109047698619812385371090476986198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c0a11d-7843-4948-95e9-7355d09ce786, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d0e7733-14f7-4759-ae43-3e80291570b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d0e7733-14f7-4759-ae43-3e80291570b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4402834341231272337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337440283434123127233744028343412312723374402834341231272337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b78e9b36-23e8-4c63-88fa-a29e75f1fad0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02c8752-b008-4519-b314-e6b285fcfa53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02c8752-b008-4519-b314-e6b285fcfa53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17906830904633572689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689179068309046335726891790683090463357268917906830904633572689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d0e7733-14f7-4759-ae43-3e80291570b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b893e10d-a9bc-4570-b03c-aeecf20d99b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b893e10d-a9bc-4570-b03c-aeecf20d99b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12897484289153285354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354128974842891532853541289748428915328535412897484289153285354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02c8752-b008-4519-b314-e6b285fcfa53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da273d29-acab-4684-a6de-65ab8f5301d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da273d29-acab-4684-a6de-65ab8f5301d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9817044751732826766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766981704475173282676698170447517328267669817044751732826766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b893e10d-a9bc-4570-b03c-aeecf20d99b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7eebdc6-fdde-4f42-9d96-713b60b4ab65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7eebdc6-fdde-4f42-9d96-713b60b4ab65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1346905309424227221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221134690530942422722113469053094242272211346905309424227221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da273d29-acab-4684-a6de-65ab8f5301d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a85bee6-c046-4bf8-8919-750549df57ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a85bee6-c046-4bf8-8919-750549df57ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5635369985113922600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600563536998511392260056353699851139226005635369985113922600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7eebdc6-fdde-4f42-9d96-713b60b4ab65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4f2ad12-dc99-4ea0-87c4-bcdd1fffeac2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f2ad12-dc99-4ea0-87c4-bcdd1fffeac2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10180770373731930658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658101807703737319306581018077037373193065810180770373731930658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a85bee6-c046-4bf8-8919-750549df57ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29554f86-9155-49cf-9716-d8eb2161fba5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29554f86-9155-49cf-9716-d8eb2161fba5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7860026562604529701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701786002656260452970178600265626045297017860026562604529701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f2ad12-dc99-4ea0-87c4-bcdd1fffeac2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e7db4a-6bcd-4169-a399-76add30ee282, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e7db4a-6bcd-4169-a399-76add30ee282, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205105119310312173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173152051051193103121731520510511931031217315205105119310312173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29554f86-9155-49cf-9716-d8eb2161fba5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dbb6dc1-4e79-4cb9-80c2-c4c887aaae2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dbb6dc1-4e79-4cb9-80c2-c4c887aaae2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9255780551298608995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995925578055129860899592557805512986089959255780551298608995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e7db4a-6bcd-4169-a399-76add30ee282, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12600818-e21b-46e1-bd58-a554be442a59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12600818-e21b-46e1-bd58-a554be442a59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15393493133096846846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846153934931330968468461539349313309684684615393493133096846846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dbb6dc1-4e79-4cb9-80c2-c4c887aaae2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50f45ca-4cea-4197-9352-f2ad326443c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50f45ca-4cea-4197-9352-f2ad326443c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7985350151683543999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999798535015168354399979853501516835439997985350151683543999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12600818-e21b-46e1-bd58-a554be442a59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c48654b-ed2c-4451-a5a8-70236d09f471, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50f45ca-4cea-4197-9352-f2ad326443c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c48654b-ed2c-4451-a5a8-70236d09f471, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6528991638326498549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549652899163832649854965289916383264985496528991638326498549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a65aca9e-62dd-4e39-8af4-2719d6ec14ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a65aca9e-62dd-4e39-8af4-2719d6ec14ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9401872484767650492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492940187248476765049294018724847676504929401872484767650492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c48654b-ed2c-4451-a5a8-70236d09f471, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a65aca9e-62dd-4e39-8af4-2719d6ec14ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2944be45-7ad6-4c4a-bc0c-6214fc37b6e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2944be45-7ad6-4c4a-bc0c-6214fc37b6e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425686845532051028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028142568684553205102814256868455320510281425686845532051028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264a938a-ef56-447b-982c-1ef98a8502df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264a938a-ef56-447b-982c-1ef98a8502df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14159358441295138150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150141593584412951381501415935844129513815014159358441295138150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2944be45-7ad6-4c4a-bc0c-6214fc37b6e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b8aca09-499a-43ee-8837-5474f27895ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b8aca09-499a-43ee-8837-5474f27895ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1617758367378896709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709161775836737889670916177583673788967091617758367378896709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264a938a-ef56-447b-982c-1ef98a8502df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f35d17-2b66-4598-ab5b-b9f84990b259, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f35d17-2b66-4598-ab5b-b9f84990b259, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11930138313378232801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801119301383133782328011193013831337823280111930138313378232801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b8aca09-499a-43ee-8837-5474f27895ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bc14d59-eeec-41fa-9ec2-99ad4f3cb921, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc14d59-eeec-41fa-9ec2-99ad4f3cb921, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 86391877923300287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8639187792330028786391877923300287863918779233002878639187792330028786391877923300287863918779233002878639187792330028786391877923300287863918779233002878639187792330028786391877923300287863918779233002878639187792330028786391877923300287863918779233002878639187792330028786391877923300287863918779233002878639187792330028786391877923300287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f35d17-2b66-4598-ab5b-b9f84990b259, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835872e1-5dec-4af7-80e9-5495e475fa0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835872e1-5dec-4af7-80e9-5495e475fa0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2042416907426278332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332204241690742627833220424169074262783322042416907426278332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc14d59-eeec-41fa-9ec2-99ad4f3cb921, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b17c4e89-91ef-4a32-8edd-1d9ca4a746f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b17c4e89-91ef-4a32-8edd-1d9ca4a746f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11254721558513265325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325112547215585132653251125472155851326532511254721558513265325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835872e1-5dec-4af7-80e9-5495e475fa0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4cc65d-2257-4a31-822a-fc1ddaf745f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4cc65d-2257-4a31-822a-fc1ddaf745f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869537116425636281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281158695371164256362811586953711642563628115869537116425636281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4cc65d-2257-4a31-822a-fc1ddaf745f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fed4e52f-3810-4662-91cb-1f481439e4bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed4e52f-3810-4662-91cb-1f481439e4bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5398767931499202475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475539876793149920247553987679314992024755398767931499202475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b17c4e89-91ef-4a32-8edd-1d9ca4a746f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4a03c33-921e-46aa-9519-f25295887a24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4a03c33-921e-46aa-9519-f25295887a24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16635649155910684659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659166356491559106846591663564915591068465916635649155910684659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed4e52f-3810-4662-91cb-1f481439e4bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3929d10-f794-47f2-9136-5557144ba890, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3929d10-f794-47f2-9136-5557144ba890, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1442552971055065362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362144255297105506536214425529710550653621442552971055065362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4a03c33-921e-46aa-9519-f25295887a24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bedef98-ec70-448e-b417-d130ca234dce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bedef98-ec70-448e-b417-d130ca234dce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6159661283675554890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890615966128367555489061596612836755548906159661283675554890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3929d10-f794-47f2-9136-5557144ba890, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0edec0f3-41bc-414b-9abb-11cb1fe9360c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0edec0f3-41bc-414b-9abb-11cb1fe9360c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1694956873086668839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839169495687308666883916949568730866688391694956873086668839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bedef98-ec70-448e-b417-d130ca234dce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5bc916-9c63-48dd-bc62-660d0d6ca1ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5bc916-9c63-48dd-bc62-660d0d6ca1ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16708952174684569293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293167089521746845692931670895217468456929316708952174684569293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0edec0f3-41bc-414b-9abb-11cb1fe9360c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 695555c6-b346-459e-b4e0-b1a9ba61a781, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 695555c6-b346-459e-b4e0-b1a9ba61a781, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11426430617805413627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627114264306178054136271142643061780541362711426430617805413627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5bc916-9c63-48dd-bc62-660d0d6ca1ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057bb805-e203-4ac4-b08e-344f8dff00f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057bb805-e203-4ac4-b08e-344f8dff00f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2736976419828091920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920273697641982809192027369764198280919202736976419828091920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 695555c6-b346-459e-b4e0-b1a9ba61a781, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edabddb4-385c-4afd-8eda-d3fe35fb6173, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edabddb4-385c-4afd-8eda-d3fe35fb6173, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920708202078060419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419392070820207806041939207082020780604193920708202078060419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057bb805-e203-4ac4-b08e-344f8dff00f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab1ff7f-5ca3-488b-a486-773f2721c4f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab1ff7f-5ca3-488b-a486-773f2721c4f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5013282339614923126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126501328233961492312650132823396149231265013282339614923126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edabddb4-385c-4afd-8eda-d3fe35fb6173, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0531d046-f051-4e19-964b-27bc51159122, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0531d046-f051-4e19-964b-27bc51159122, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1243769847326512935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935124376984732651293512437698473265129351243769847326512935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab1ff7f-5ca3-488b-a486-773f2721c4f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aefc758b-d9ad-42e4-b7bb-a18d3942ad85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0531d046-f051-4e19-964b-27bc51159122, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e7ceb1d-c42e-44b0-972c-4bba56b38d5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aefc758b-d9ad-42e4-b7bb-a18d3942ad85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2787504478275414907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907278750447827541490727875044782754149072787504478275414907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e7ceb1d-c42e-44b0-972c-4bba56b38d5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11643025022206119211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211116430250222061192111164302502220611921111643025022206119211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e7ceb1d-c42e-44b0-972c-4bba56b38d5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18ac618d-8c99-439e-8b45-b034c986760f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ac618d-8c99-439e-8b45-b034c986760f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1542358006848662610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610154235800684866261015423580068486626101542358006848662610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aefc758b-d9ad-42e4-b7bb-a18d3942ad85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbfaa954-c969-4400-87a2-ad838e3d09fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbfaa954-c969-4400-87a2-ad838e3d09fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2342265707473000675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675234226570747300067523422657074730006752342265707473000675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ac618d-8c99-439e-8b45-b034c986760f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4310471e-ee51-4c85-a25d-251acbcba146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4310471e-ee51-4c85-a25d-251acbcba146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1766829220981120181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181176682922098112018117668292209811201811766829220981120181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbfaa954-c969-4400-87a2-ad838e3d09fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a61a5caa-1a36-4d95-8af2-702c7d88abbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61a5caa-1a36-4d95-8af2-702c7d88abbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8876690968623181987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987887669096862318198788766909686231819878876690968623181987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4310471e-ee51-4c85-a25d-251acbcba146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61a5caa-1a36-4d95-8af2-702c7d88abbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a7c3cfc-9828-4099-8a7f-d2650351ecbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a7c3cfc-9828-4099-8a7f-d2650351ecbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 131176821587371533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533131176821587371533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bca9122f-8fa8-4fc7-9339-7b78e3048fc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca9122f-8fa8-4fc7-9339-7b78e3048fc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569414516147659807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807156941451614765980715694145161476598071569414516147659807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a7c3cfc-9828-4099-8a7f-d2650351ecbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a585c80-d67a-4a3a-b9ca-3ae36fbda2e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca9122f-8fa8-4fc7-9339-7b78e3048fc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a693526a-c187-4c6e-8530-b0ced0088011, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a693526a-c187-4c6e-8530-b0ced0088011, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253361393906342473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473132533613939063424731325336139390634247313253361393906342473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a585c80-d67a-4a3a-b9ca-3ae36fbda2e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8308430005317911503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503830843000531791150383084300053179115038308430005317911503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a693526a-c187-4c6e-8530-b0ced0088011, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9997bd-4290-48ce-aee5-732767178dca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9997bd-4290-48ce-aee5-732767178dca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947562454089384724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724129475624540893847241294756245408938472412947562454089384724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a585c80-d67a-4a3a-b9ca-3ae36fbda2e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dfd84f6-7353-4cdd-a973-faea8270917f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfd84f6-7353-4cdd-a973-faea8270917f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 924790765832208786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786924790765832208786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9997bd-4290-48ce-aee5-732767178dca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e504bdd-80ac-4a16-8d48-bc24a2053189, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e504bdd-80ac-4a16-8d48-bc24a2053189, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3831349482097537866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866383134948209753786638313494820975378663831349482097537866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e504bdd-80ac-4a16-8d48-bc24a2053189, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c4ce012-82ad-4553-b819-e30b3416204e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4ce012-82ad-4553-b819-e30b3416204e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5678374418448133096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096567837441844813309656783744184481330965678374418448133096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfd84f6-7353-4cdd-a973-faea8270917f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0134f866-479d-48e9-aaf3-5e3e36f878ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0134f866-479d-48e9-aaf3-5e3e36f878ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13175485531787897002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002131754855317878970021317548553178789700213175485531787897002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4ce012-82ad-4553-b819-e30b3416204e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fc5ba51-befd-45ea-be27-62d59bbaefee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fc5ba51-befd-45ea-be27-62d59bbaefee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015508156273498881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881110155081562734988811101550815627349888111015508156273498881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0134f866-479d-48e9-aaf3-5e3e36f878ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 559d5fa7-6f44-4d60-8695-7703b8ae98a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 559d5fa7-6f44-4d60-8695-7703b8ae98a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5115873851437730530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530511587385143773053051158738514377305305115873851437730530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fc5ba51-befd-45ea-be27-62d59bbaefee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b66ca68d-3584-4ba6-ae40-f1f103af4f78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66ca68d-3584-4ba6-ae40-f1f103af4f78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8681796177834807585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585868179617783480758586817961778348075858681796177834807585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 559d5fa7-6f44-4d60-8695-7703b8ae98a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9233e1d3-51c6-4c12-b88b-7fad9437bb13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9233e1d3-51c6-4c12-b88b-7fad9437bb13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4637383984631114836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836463738398463111483646373839846311148364637383984631114836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66ca68d-3584-4ba6-ae40-f1f103af4f78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67be0adf-1768-40ae-81fc-20cf2b0e6117, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9233e1d3-51c6-4c12-b88b-7fad9437bb13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67be0adf-1768-40ae-81fc-20cf2b0e6117, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931083390795489889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889793108339079548988979310833907954898897931083390795489889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d88ae5-5c5a-4b83-b600-950d9c53345d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d88ae5-5c5a-4b83-b600-950d9c53345d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242715089799673897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897724271508979967389772427150897996738977242715089799673897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67be0adf-1768-40ae-81fc-20cf2b0e6117, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d88ae5-5c5a-4b83-b600-950d9c53345d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c632b30-4a2b-462f-91e7-45292733eeaf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c632b30-4a2b-462f-91e7-45292733eeaf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1152471903586666383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383115247190358666638311524719035866663831152471903586666383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 062d49d1-cccc-44c3-aac1-374fde79952a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 062d49d1-cccc-44c3-aac1-374fde79952a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5684579353621141758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758568457935362114175856845793536211417585684579353621141758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c632b30-4a2b-462f-91e7-45292733eeaf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65f8a4af-5902-4c43-8b84-ce2fc92018e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f8a4af-5902-4c43-8b84-ce2fc92018e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3740355892357725747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747374035589235772574737403558923577257473740355892357725747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 062d49d1-cccc-44c3-aac1-374fde79952a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b557fd81-3a09-43bc-b931-a1e399703c2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b557fd81-3a09-43bc-b931-a1e399703c2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9915052559866524728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728991505255986652472899150525598665247289915052559866524728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f8a4af-5902-4c43-8b84-ce2fc92018e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed0495bc-ae66-4985-b163-f2bf9054c8cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed0495bc-ae66-4985-b163-f2bf9054c8cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15409193256966584848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848154091932569665848481540919325696658484815409193256966584848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b557fd81-3a09-43bc-b931-a1e399703c2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdeae4b9-14fb-480d-a362-f2f035d4510e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdeae4b9-14fb-480d-a362-f2f035d4510e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265769428053794490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490162657694280537944901626576942805379449016265769428053794490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed0495bc-ae66-4985-b163-f2bf9054c8cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83d3f65-c549-4781-a3fe-ce6bfd58f352, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83d3f65-c549-4781-a3fe-ce6bfd58f352, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6260436050266222752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752626043605026622275262604360502662227526260436050266222752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdeae4b9-14fb-480d-a362-f2f035d4510e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725643e9-dfed-419f-966a-716d9f32ffdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725643e9-dfed-419f-966a-716d9f32ffdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10462839008126337782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782104628390081263377821046283900812633778210462839008126337782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83d3f65-c549-4781-a3fe-ce6bfd58f352, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 198a6bac-4ad5-40e0-ba3b-48b59e7ea71a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 198a6bac-4ad5-40e0-ba3b-48b59e7ea71a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555310570040415211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211555310570040415211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725643e9-dfed-419f-966a-716d9f32ffdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f5f49d-fbdb-49ee-b5c1-3280cc52cfa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f5f49d-fbdb-49ee-b5c1-3280cc52cfa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12786411897619308011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011127864118976193080111278641189761930801112786411897619308011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f5f49d-fbdb-49ee-b5c1-3280cc52cfa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a9fbc17-ac8c-4847-9980-f1ea9874dbbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a9fbc17-ac8c-4847-9980-f1ea9874dbbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4057624047940447887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887405762404794044788740576240479404478874057624047940447887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 198a6bac-4ad5-40e0-ba3b-48b59e7ea71a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b55eb965-3248-4270-828c-35c320598536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b55eb965-3248-4270-828c-35c320598536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6834075301858390133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133683407530185839013368340753018583901336834075301858390133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a9fbc17-ac8c-4847-9980-f1ea9874dbbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e351a5-2c1b-4dde-acf8-a6227ddcd9b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e351a5-2c1b-4dde-acf8-a6227ddcd9b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8283957140924578207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207828395714092457820782839571409245782078283957140924578207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b55eb965-3248-4270-828c-35c320598536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d1bcc0-0805-4d86-84e9-c73da5d010c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d1bcc0-0805-4d86-84e9-c73da5d010c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169143778386791920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920121691437783867919201216914377838679192012169143778386791920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e351a5-2c1b-4dde-acf8-a6227ddcd9b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4067b5b0-26ec-4aa3-9f6e-080828364265, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4067b5b0-26ec-4aa3-9f6e-080828364265, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012425087243959942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942401242508724395994240124250872439599424012425087243959942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d1bcc0-0805-4d86-84e9-c73da5d010c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, affb1c5c-7f51-4534-9ec7-425030d6e12f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, affb1c5c-7f51-4534-9ec7-425030d6e12f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10109780573704565642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642101097805737045656421010978057370456564210109780573704565642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4067b5b0-26ec-4aa3-9f6e-080828364265, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd68afd-9507-483a-a81c-3dc6a572f03f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd68afd-9507-483a-a81c-3dc6a572f03f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028580033949788273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273100285800339497882731002858003394978827310028580033949788273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, affb1c5c-7f51-4534-9ec7-425030d6e12f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8f1623-4ef3-4162-933d-8f2f7fc61bb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8f1623-4ef3-4162-933d-8f2f7fc61bb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 855248393796664008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008855248393796664008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd68afd-9507-483a-a81c-3dc6a572f03f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe26123-16ef-4845-ad1c-9c039baeefe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe26123-16ef-4845-ad1c-9c039baeefe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6798529068012171296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296679852906801217129667985290680121712966798529068012171296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8f1623-4ef3-4162-933d-8f2f7fc61bb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fe4e9b5-6fd8-4d03-ad68-39f8d09e267e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe4e9b5-6fd8-4d03-ad68-39f8d09e267e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489896322560938090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090174898963225609380901748989632256093809017489896322560938090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe26123-16ef-4845-ad1c-9c039baeefe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0c49a1b-877d-4734-9a5a-b1ac7646ec95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0c49a1b-877d-4734-9a5a-b1ac7646ec95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12864712178458223547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547128647121784582235471286471217845822354712864712178458223547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe4e9b5-6fd8-4d03-ad68-39f8d09e267e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee85d57-2238-4bd1-88b6-2376152e4cd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee85d57-2238-4bd1-88b6-2376152e4cd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8393430238504106428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428839343023850410642883934302385041064288393430238504106428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0c49a1b-877d-4734-9a5a-b1ac7646ec95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49dd874a-1c0a-4c0c-bf28-02f145c60ee1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49dd874a-1c0a-4c0c-bf28-02f145c60ee1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15008353615902264790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790150083536159022647901500835361590226479015008353615902264790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee85d57-2238-4bd1-88b6-2376152e4cd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a1654d-cb07-4704-9d80-6e2b136de3f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a1654d-cb07-4704-9d80-6e2b136de3f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6757805070920872071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071675780507092087207167578050709208720716757805070920872071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49dd874a-1c0a-4c0c-bf28-02f145c60ee1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b98d06ac-b083-4b0a-8310-a6e99065f10c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b98d06ac-b083-4b0a-8310-a6e99065f10c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336907480526606167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167133690748052660616713369074805266061671336907480526606167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a1654d-cb07-4704-9d80-6e2b136de3f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1faa2b4-d447-488f-abc0-fe937fa5c900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1faa2b4-d447-488f-abc0-fe937fa5c900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5950667459706827447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447595066745970682744759506674597068274475950667459706827447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b98d06ac-b083-4b0a-8310-a6e99065f10c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02a3f388-c3ce-4075-9c48-21a6d39e72c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02a3f388-c3ce-4075-9c48-21a6d39e72c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1229578483549963826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826122957848354996382612295784835499638261229578483549963826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1faa2b4-d447-488f-abc0-fe937fa5c900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a40610-f02d-4dbf-983a-dbcc1931bd2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a40610-f02d-4dbf-983a-dbcc1931bd2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15746746743436884795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795157467467434368847951574674674343688479515746746743436884795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02a3f388-c3ce-4075-9c48-21a6d39e72c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca7fc191-54e2-479e-b7fd-710676ee1ce5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca7fc191-54e2-479e-b7fd-710676ee1ce5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8909531974261273940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940890953197426127394089095319742612739408909531974261273940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a40610-f02d-4dbf-983a-dbcc1931bd2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a00ad646-eb2c-4710-a13b-8d0e986b7ab8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a00ad646-eb2c-4710-a13b-8d0e986b7ab8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555002108444819306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306125550021084448193061255500210844481930612555002108444819306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca7fc191-54e2-479e-b7fd-710676ee1ce5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2cc0e7-1b7c-43f1-86a1-d93841284bf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2cc0e7-1b7c-43f1-86a1-d93841284bf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10700144777956924125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125107001447779569241251070014477795692412510700144777956924125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a00ad646-eb2c-4710-a13b-8d0e986b7ab8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5aff472-3f92-4b0f-af07-0dfb9cf979f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5aff472-3f92-4b0f-af07-0dfb9cf979f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5571262250356782301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301557126225035678230155712622503567823015571262250356782301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2cc0e7-1b7c-43f1-86a1-d93841284bf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ab169cb-6c0c-4792-a847-7dbc1884f847, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab169cb-6c0c-4792-a847-7dbc1884f847, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6236253432251340431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431623625343225134043162362534322513404316236253432251340431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab169cb-6c0c-4792-a847-7dbc1884f847, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199c9134-c97f-4549-a243-d3aa17023002, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199c9134-c97f-4549-a243-d3aa17023002, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670811840998938633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633670811840998938633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5aff472-3f92-4b0f-af07-0dfb9cf979f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 860660ec-e686-4aaa-9f50-b22757f1adcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860660ec-e686-4aaa-9f50-b22757f1adcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11248475212842379192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192112484752128423791921124847521284237919211248475212842379192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199c9134-c97f-4549-a243-d3aa17023002, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0234766-0368-4bbb-a1da-6841344c5a6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860660ec-e686-4aaa-9f50-b22757f1adcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0be20d15-2f8a-433d-8de4-41a73a2f38e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0234766-0368-4bbb-a1da-6841344c5a6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608640239110006568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568360864023911000656836086402391100065683608640239110006568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0be20d15-2f8a-433d-8de4-41a73a2f38e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16349852545280642922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922163498525452806429221634985254528064292216349852545280642922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0234766-0368-4bbb-a1da-6841344c5a6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0be20d15-2f8a-433d-8de4-41a73a2f38e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e3ac437-796a-453e-b311-00fab8cefe6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e3ac437-796a-453e-b311-00fab8cefe6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2577231784628644797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797257723178462864479725772317846286447972577231784628644797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c072ee2-794c-42a9-9382-554fa3cf49bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c072ee2-794c-42a9-9382-554fa3cf49bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8154361029884566409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409815436102988456640981543610298845664098154361029884566409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c072ee2-794c-42a9-9382-554fa3cf49bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2512be-7724-4e07-ac23-e51c6514869e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2512be-7724-4e07-ac23-e51c6514869e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8932938834347784100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100893293883434778410089329388343477841008932938834347784100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e3ac437-796a-453e-b311-00fab8cefe6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f2adc8-1acf-4158-a36a-3010d48ddc02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f2adc8-1acf-4158-a36a-3010d48ddc02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 388356682047243621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621388356682047243621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2512be-7724-4e07-ac23-e51c6514869e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f76716-8e01-40d3-b640-3104ef5cbdd2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f76716-8e01-40d3-b640-3104ef5cbdd2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5369880147873311195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195536988014787331119553698801478733111955369880147873311195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f2adc8-1acf-4158-a36a-3010d48ddc02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f3a2c6-80c7-447d-989f-07b4ebc69462, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f3a2c6-80c7-447d-989f-07b4ebc69462, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11777900668817807182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182117779006688178071821177790066881780718211777900668817807182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f76716-8e01-40d3-b640-3104ef5cbdd2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6817e29f-ac23-4e10-8854-0baeb06552ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6817e29f-ac23-4e10-8854-0baeb06552ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7432746326262447478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478743274632626244747874327463262624474787432746326262447478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f3a2c6-80c7-447d-989f-07b4ebc69462, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 203b3379-3d62-4758-a653-bbe201ab1f0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203b3379-3d62-4758-a653-bbe201ab1f0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4939498195168276692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692493949819516827669249394981951682766924939498195168276692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6817e29f-ac23-4e10-8854-0baeb06552ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c20793-1e57-4c65-96b0-ef8d664d2ead, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c20793-1e57-4c65-96b0-ef8d664d2ead, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6076086017387557911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911607608601738755791160760860173875579116076086017387557911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203b3379-3d62-4758-a653-bbe201ab1f0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09538f8d-9546-45f0-b3e4-fa652270bf42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09538f8d-9546-45f0-b3e4-fa652270bf42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16817847450243228077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077168178474502432280771681784745024322807716817847450243228077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c20793-1e57-4c65-96b0-ef8d664d2ead, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb37b82-1d1c-4b76-bd09-4a9513859c0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb37b82-1d1c-4b76-bd09-4a9513859c0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209446789746665239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239220944678974666523922094467897466652392209446789746665239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09538f8d-9546-45f0-b3e4-fa652270bf42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb37b82-1d1c-4b76-bd09-4a9513859c0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd59e67c-4a5b-4d9b-bb4c-d1bbb2c2b205, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd59e67c-4a5b-4d9b-bb4c-d1bbb2c2b205, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6523067891554434887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887652306789155443488765230678915544348876523067891554434887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88824508-3f6d-4e2a-8815-497b169933be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88824508-3f6d-4e2a-8815-497b169933be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14529254545611297227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227145292545456112972271452925454561129722714529254545611297227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd59e67c-4a5b-4d9b-bb4c-d1bbb2c2b205, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8511db47-9344-4286-822e-83edd893e281, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8511db47-9344-4286-822e-83edd893e281, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5063516467363883764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764506351646736388376450635164673638837645063516467363883764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88824508-3f6d-4e2a-8815-497b169933be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25406d41-79ec-41cc-9e55-0c601d484d22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25406d41-79ec-41cc-9e55-0c601d484d22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5699588791056079256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256569958879105607925656995887910560792565699588791056079256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8511db47-9344-4286-822e-83edd893e281, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 274a5116-5677-4497-bc15-883de57ef244, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 274a5116-5677-4497-bc15-883de57ef244, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14512164552363319458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458145121645523633194581451216455236331945814512164552363319458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25406d41-79ec-41cc-9e55-0c601d484d22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a595da22-efb6-4bd1-aa48-2d0dc4e5e913, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a595da22-efb6-4bd1-aa48-2d0dc4e5e913, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7195561347490904911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911719556134749090491171955613474909049117195561347490904911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 274a5116-5677-4497-bc15-883de57ef244, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5096376-8620-4555-8822-2239c768da21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a595da22-efb6-4bd1-aa48-2d0dc4e5e913, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5096376-8620-4555-8822-2239c768da21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7396347454609970176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176739634745460997017673963474546099701767396347454609970176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a749a605-1e5f-4125-88a0-e2a1e456d13f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a749a605-1e5f-4125-88a0-e2a1e456d13f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9611081344452058522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522961108134445205852296110813444520585229611081344452058522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a749a605-1e5f-4125-88a0-e2a1e456d13f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a9658a-ad07-40db-aeb0-830ec1209100, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a9658a-ad07-40db-aeb0-830ec1209100, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7563598881212996243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243756359888121299624375635988812129962437563598881212996243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5096376-8620-4555-8822-2239c768da21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a917ef82-d990-49af-9263-8e65abe84208, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a917ef82-d990-49af-9263-8e65abe84208, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3190613842620748323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323319061384262074832331906138426207483233190613842620748323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a9658a-ad07-40db-aeb0-830ec1209100, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf3afce-cee2-4c9e-bb46-696c5f986091, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf3afce-cee2-4c9e-bb46-696c5f986091, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446485168577444999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999144464851685774449991444648516857744499914446485168577444999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a917ef82-d990-49af-9263-8e65abe84208, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2659fa4d-15f9-4f6a-afbf-e4b09f111fc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2659fa4d-15f9-4f6a-afbf-e4b09f111fc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10092138350745187374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374100921383507451873741009213835074518737410092138350745187374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf3afce-cee2-4c9e-bb46-696c5f986091, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c620c3-0864-4c40-a0e7-857cb1a76c68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c620c3-0864-4c40-a0e7-857cb1a76c68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14603382006450801138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138146033820064508011381460338200645080113814603382006450801138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2659fa4d-15f9-4f6a-afbf-e4b09f111fc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb01c3bd-6a0c-4654-a46c-19433f7670c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb01c3bd-6a0c-4654-a46c-19433f7670c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6029403611224595692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692602940361122459569260294036112245956926029403611224595692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c620c3-0864-4c40-a0e7-857cb1a76c68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1283a05e-6a62-413f-bffb-f458d30136c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1283a05e-6a62-413f-bffb-f458d30136c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13596602309983151071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071135966023099831510711359660230998315107113596602309983151071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb01c3bd-6a0c-4654-a46c-19433f7670c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c52c554-f602-4bf5-bb76-48f5b2d939b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c52c554-f602-4bf5-bb76-48f5b2d939b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16919931356806483140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140169199313568064831401691993135680648314016919931356806483140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1283a05e-6a62-413f-bffb-f458d30136c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64336b95-9f0d-4b80-98f4-aff457be2cb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64336b95-9f0d-4b80-98f4-aff457be2cb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12134973218333181447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447121349732183331814471213497321833318144712134973218333181447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c52c554-f602-4bf5-bb76-48f5b2d939b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a160f85c-2901-4365-9eb3-10275309189a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a160f85c-2901-4365-9eb3-10275309189a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3938226688420235207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207393822668842023520739382266884202352073938226688420235207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64336b95-9f0d-4b80-98f4-aff457be2cb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f976c4e-3468-4448-abff-7be3f20a8130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f976c4e-3468-4448-abff-7be3f20a8130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063538821047069375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375106353882104706937510635388210470693751063538821047069375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a160f85c-2901-4365-9eb3-10275309189a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e13a904-6c43-43fc-8918-5eab8897fc96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e13a904-6c43-43fc-8918-5eab8897fc96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180799498833799864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864171807994988337998641718079949883379986417180799498833799864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f976c4e-3468-4448-abff-7be3f20a8130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94649a3-e7bd-415c-a00a-e4380c90a3ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94649a3-e7bd-415c-a00a-e4380c90a3ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964696275108798014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014296469627510879801429646962751087980142964696275108798014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e13a904-6c43-43fc-8918-5eab8897fc96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a36a04ea-cb2d-4f14-a669-f640e760c5c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a36a04ea-cb2d-4f14-a669-f640e760c5c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3771148210845274625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625377114821084527462537711482108452746253771148210845274625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94649a3-e7bd-415c-a00a-e4380c90a3ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a36a04ea-cb2d-4f14-a669-f640e760c5c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9759add-a395-40fa-ba63-ff6a690127da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6e22b8-d4bb-4b21-b24e-c91fc6166340, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9759add-a395-40fa-ba63-ff6a690127da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12739529231087186697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697127395292310871866971273952923108718669712739529231087186697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6e22b8-d4bb-4b21-b24e-c91fc6166340, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12210535669808418683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683122105356698084186831221053566980841868312210535669808418683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6e22b8-d4bb-4b21-b24e-c91fc6166340, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26a0eb5c-1228-406e-ad86-9e4af202ac18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a0eb5c-1228-406e-ad86-9e4af202ac18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4629497743608795991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991462949774360879599146294977436087959914629497743608795991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9759add-a395-40fa-ba63-ff6a690127da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85a655b3-fba7-4d72-802a-bbce8d56807a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a655b3-fba7-4d72-802a-bbce8d56807a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11483173366365564183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183114831733663655641831148317336636556418311483173366365564183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a0eb5c-1228-406e-ad86-9e4af202ac18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa2c9f87-067f-48c8-a473-fe6860361c33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa2c9f87-067f-48c8-a473-fe6860361c33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8950824199550273301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301895082419955027330189508241995502733018950824199550273301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a655b3-fba7-4d72-802a-bbce8d56807a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbdc9348-42ba-4926-90ce-a2f694ab570c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbdc9348-42ba-4926-90ce-a2f694ab570c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975991189039872338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338149759911890398723381497599118903987233814975991189039872338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbdc9348-42ba-4926-90ce-a2f694ab570c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5e9581-78de-4381-8b55-9f61df3c1765, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa2c9f87-067f-48c8-a473-fe6860361c33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5e9581-78de-4381-8b55-9f61df3c1765, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16547130616785903550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550165471306167859035501654713061678590355016547130616785903550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f56eff6-88f9-44ea-94d5-be0a32a38938, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f56eff6-88f9-44ea-94d5-be0a32a38938, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2088071340718786003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003208807134071878600320880713407187860032088071340718786003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5e9581-78de-4381-8b55-9f61df3c1765, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f56eff6-88f9-44ea-94d5-be0a32a38938, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2647b981-74b6-4a48-ad55-d1ed888815c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2647b981-74b6-4a48-ad55-d1ed888815c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9986850069384762049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049998685006938476204999868500693847620499986850069384762049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d91d6138-b6ea-44d2-bf03-c99af9a3e93c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d91d6138-b6ea-44d2-bf03-c99af9a3e93c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6380945389720126136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136638094538972012613663809453897201261366380945389720126136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2647b981-74b6-4a48-ad55-d1ed888815c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c3389a-d2bb-421f-bf87-bbb186ba0154, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d91d6138-b6ea-44d2-bf03-c99af9a3e93c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc103aad-2757-4ef9-bcab-71bcaef213f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c3389a-d2bb-421f-bf87-bbb186ba0154, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 608101771701165582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582608101771701165582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc103aad-2757-4ef9-bcab-71bcaef213f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544470298268612453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453754447029826861245375444702982686124537544470298268612453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c3389a-d2bb-421f-bf87-bbb186ba0154, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5beca3-c59b-4542-bab9-9f970e91fd27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5beca3-c59b-4542-bab9-9f970e91fd27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12412916391371590246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246124129163913715902461241291639137159024612412916391371590246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc103aad-2757-4ef9-bcab-71bcaef213f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63b6b8a1-d339-49a3-bd5f-9b265e6bcd85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b6b8a1-d339-49a3-bd5f-9b265e6bcd85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18099454208349037573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573180994542083490375731809945420834903757318099454208349037573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5beca3-c59b-4542-bab9-9f970e91fd27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1d6c47-0a60-42b0-b288-734b3a4f247a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1d6c47-0a60-42b0-b288-734b3a4f247a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13091503692553033562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562130915036925530335621309150369255303356213091503692553033562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b6b8a1-d339-49a3-bd5f-9b265e6bcd85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f106b750-9d15-4512-87f6-24dd2ffc95d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f106b750-9d15-4512-87f6-24dd2ffc95d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181264034606724671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671181812640346067246711818126403460672467118181264034606724671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1d6c47-0a60-42b0-b288-734b3a4f247a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b74647-f8c7-47c6-9170-5ae1c36d25d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b74647-f8c7-47c6-9170-5ae1c36d25d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3743405532937185379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379374340553293718537937434055329371853793743405532937185379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f106b750-9d15-4512-87f6-24dd2ffc95d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f67487af-43c0-43ad-a5d5-708702aab830, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67487af-43c0-43ad-a5d5-708702aab830, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13463599391423242326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326134635993914232423261346359939142324232613463599391423242326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b74647-f8c7-47c6-9170-5ae1c36d25d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca05cf63-79ab-457d-8855-ccb041e3b9c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca05cf63-79ab-457d-8855-ccb041e3b9c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1898576862573986164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164189857686257398616418985768625739861641898576862573986164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67487af-43c0-43ad-a5d5-708702aab830, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a819ecfe-c808-4239-bbe6-0db0736b8fd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a819ecfe-c808-4239-bbe6-0db0736b8fd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15221754276698428867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867152217542766984288671522175427669842886715221754276698428867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca05cf63-79ab-457d-8855-ccb041e3b9c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13568ba2-43a8-4f28-b2a7-722a6ee9975c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13568ba2-43a8-4f28-b2a7-722a6ee9975c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9152604528108222949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949915260452810822294991526045281082229499152604528108222949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a819ecfe-c808-4239-bbe6-0db0736b8fd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c44eccb-0af7-4d9b-861b-1a7ecf35f160, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c44eccb-0af7-4d9b-861b-1a7ecf35f160, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10256582106493354840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840102565821064933548401025658210649335484010256582106493354840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13568ba2-43a8-4f28-b2a7-722a6ee9975c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104c2702-fb08-42ed-bd99-bd1008c6da82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104c2702-fb08-42ed-bd99-bd1008c6da82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8721778239639873625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625872177823963987362587217782396398736258721778239639873625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c44eccb-0af7-4d9b-861b-1a7ecf35f160, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5071622-702b-47f0-a8b2-56ba711b2601, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5071622-702b-47f0-a8b2-56ba711b2601, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345827579902019898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898143458275799020198981434582757990201989814345827579902019898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104c2702-fb08-42ed-bd99-bd1008c6da82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7055f43-e3d4-469e-961a-a5db3f59d831, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7055f43-e3d4-469e-961a-a5db3f59d831, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3917350940478655931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931391735094047865593139173509404786559313917350940478655931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5071622-702b-47f0-a8b2-56ba711b2601, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a263ee0a-9235-454f-8652-d0c7f8c46daf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7055f43-e3d4-469e-961a-a5db3f59d831, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a263ee0a-9235-454f-8652-d0c7f8c46daf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7690283224591229782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782769028322459122978276902832245912297827690283224591229782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85845597-5e3b-464d-8e44-f28a35ace406, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85845597-5e3b-464d-8e44-f28a35ace406, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6207941287467111797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797620794128746711179762079412874671117976207941287467111797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a263ee0a-9235-454f-8652-d0c7f8c46daf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5d10c07-e542-4060-892f-88c1e71cbe5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5d10c07-e542-4060-892f-88c1e71cbe5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13542546525270766681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681135425465252707666811354254652527076668113542546525270766681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85845597-5e3b-464d-8e44-f28a35ace406, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b195b038-ffc5-4d77-8c5f-7abcc8993ec6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b195b038-ffc5-4d77-8c5f-7abcc8993ec6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 46036883939041798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4603688393904179846036883939041798460368839390417984603688393904179846036883939041798460368839390417984603688393904179846036883939041798460368839390417984603688393904179846036883939041798460368839390417984603688393904179846036883939041798460368839390417984603688393904179846036883939041798460368839390417984603688393904179846036883939041798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5d10c07-e542-4060-892f-88c1e71cbe5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb3234d4-965f-4a4b-83a3-dd3a7751d7af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb3234d4-965f-4a4b-83a3-dd3a7751d7af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 586721200871026160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160586721200871026160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b195b038-ffc5-4d77-8c5f-7abcc8993ec6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 235c537f-7bd9-4ebb-aaa2-e518685db185, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 235c537f-7bd9-4ebb-aaa2-e518685db185, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2855211400944500912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912285521140094450091228552114009445009122855211400944500912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb3234d4-965f-4a4b-83a3-dd3a7751d7af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9f0da5-6bec-436e-a428-4a6b888cd6dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 235c537f-7bd9-4ebb-aaa2-e518685db185, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9f0da5-6bec-436e-a428-4a6b888cd6dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18041563257064650824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824180415632570646508241804156325706465082418041563257064650824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d50a7c4-fb1d-496b-a3c0-12f64febc93d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d50a7c4-fb1d-496b-a3c0-12f64febc93d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7740701742538361503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503774070174253836150377407017425383615037740701742538361503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9f0da5-6bec-436e-a428-4a6b888cd6dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bffa4329-6f11-4fb6-bfe3-9275f42c377d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bffa4329-6f11-4fb6-bfe3-9275f42c377d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449723038206508040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040744972303820650804074497230382065080407449723038206508040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d50a7c4-fb1d-496b-a3c0-12f64febc93d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 740fc247-0862-42df-a033-16a126305989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740fc247-0862-42df-a033-16a126305989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13825730915014697867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867138257309150146978671382573091501469786713825730915014697867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bffa4329-6f11-4fb6-bfe3-9275f42c377d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de40bc92-6306-491b-8098-324a9bdc08b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de40bc92-6306-491b-8098-324a9bdc08b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3859024025253565252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252385902402525356525238590240252535652523859024025253565252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740fc247-0862-42df-a033-16a126305989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ededc62-6cab-4b1c-bd20-4378e514b4c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ededc62-6cab-4b1c-bd20-4378e514b4c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17115577529680980862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862171155775296809808621711557752968098086217115577529680980862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de40bc92-6306-491b-8098-324a9bdc08b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ef68a2-6bd7-47ac-a3a4-31136c6d7d94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ef68a2-6bd7-47ac-a3a4-31136c6d7d94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3837329174137566898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898383732917413756689838373291741375668983837329174137566898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ef68a2-6bd7-47ac-a3a4-31136c6d7d94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842afbf2-a80c-4639-a300-9c702df25558, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842afbf2-a80c-4639-a300-9c702df25558, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5012018142922099023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023501201814292209902350120181429220990235012018142922099023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ededc62-6cab-4b1c-bd20-4378e514b4c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 070cbac5-096c-4546-ab89-29db7dc3eb7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070cbac5-096c-4546-ab89-29db7dc3eb7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 779360123725672755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755779360123725672755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842afbf2-a80c-4639-a300-9c702df25558, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb4e0c09-f0be-4523-a4ce-507e4a556e3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb4e0c09-f0be-4523-a4ce-507e4a556e3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068797584668232841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841130687975846682328411306879758466823284113068797584668232841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070cbac5-096c-4546-ab89-29db7dc3eb7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc734761-a9ad-4294-a206-06643d60f77d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc734761-a9ad-4294-a206-06643d60f77d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3400747005269385927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927340074700526938592734007470052693859273400747005269385927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb4e0c09-f0be-4523-a4ce-507e4a556e3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77a86d19-ac2f-4791-b865-cb31e0b913bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77a86d19-ac2f-4791-b865-cb31e0b913bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334641901827500290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290233464190182750029023346419018275002902334641901827500290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc734761-a9ad-4294-a206-06643d60f77d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e84d4a1-4c31-4de2-945c-a286dd363e4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e84d4a1-4c31-4de2-945c-a286dd363e4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9405144044600063933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933940514404460006393394051440446000639339405144044600063933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77a86d19-ac2f-4791-b865-cb31e0b913bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33b0eef4-0151-4b3b-8940-38532382313a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33b0eef4-0151-4b3b-8940-38532382313a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211633536719576210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210172116335367195762101721163353671957621017211633536719576210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e84d4a1-4c31-4de2-945c-a286dd363e4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d478915d-d125-4566-81c3-b9fff47cae97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d478915d-d125-4566-81c3-b9fff47cae97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1805272732534732953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953180527273253473295318052727325347329531805272732534732953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33b0eef4-0151-4b3b-8940-38532382313a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0625d6c7-4125-4dfc-9643-c57b5c8c79c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0625d6c7-4125-4dfc-9643-c57b5c8c79c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12551934290299725634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634125519342902997256341255193429029972563412551934290299725634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d478915d-d125-4566-81c3-b9fff47cae97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac23b0a-6b2d-446f-94e8-73a47a639fa8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac23b0a-6b2d-446f-94e8-73a47a639fa8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100264297689798661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661100264297689798661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0625d6c7-4125-4dfc-9643-c57b5c8c79c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d67c17b8-7df7-4ce1-8932-36337569c738, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67c17b8-7df7-4ce1-8932-36337569c738, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339179831650714884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884233917983165071488423391798316507148842339179831650714884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac23b0a-6b2d-446f-94e8-73a47a639fa8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67c17b8-7df7-4ce1-8932-36337569c738, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9369a0e5-b775-4d16-bb84-d94fc79763ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9369a0e5-b775-4d16-bb84-d94fc79763ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3899339588556834623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623389933958855683462338993395885568346233899339588556834623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67e5bee6-0c4d-419f-9096-ef87e478b982, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67e5bee6-0c4d-419f-9096-ef87e478b982, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8459480614239786059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059845948061423978605984594806142397860598459480614239786059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67e5bee6-0c4d-419f-9096-ef87e478b982, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 926b6300-61ab-4589-be42-cc9fce536fa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926b6300-61ab-4589-be42-cc9fce536fa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2492514950021107639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639249251495002110763924925149500211076392492514950021107639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9369a0e5-b775-4d16-bb84-d94fc79763ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a288659e-443a-4903-9af1-6abe60277311, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a288659e-443a-4903-9af1-6abe60277311, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8086460316897520250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250808646031689752025080864603168975202508086460316897520250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926b6300-61ab-4589-be42-cc9fce536fa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d158bb95-1e16-4c66-9890-1f3fae3d82ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d158bb95-1e16-4c66-9890-1f3fae3d82ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549420113767010382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382145494201137670103821454942011376701038214549420113767010382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a288659e-443a-4903-9af1-6abe60277311, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d595b946-efdb-4bd6-aa13-841a4be3c8cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d595b946-efdb-4bd6-aa13-841a4be3c8cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371644505040957498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498737164450504095749873716445050409574987371644505040957498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d158bb95-1e16-4c66-9890-1f3fae3d82ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 835a79fe-b8c9-4405-adf6-1487591016a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 835a79fe-b8c9-4405-adf6-1487591016a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17133225574081311009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009171332255740813110091713322557408131100917133225574081311009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d595b946-efdb-4bd6-aa13-841a4be3c8cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dff019f-981d-4f57-90bf-837d4145272c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dff019f-981d-4f57-90bf-837d4145272c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1457689486542888133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133145768948654288813314576894865428881331457689486542888133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 835a79fe-b8c9-4405-adf6-1487591016a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb5f3a69-f93f-4c04-a8d9-cdde6b4b3aec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb5f3a69-f93f-4c04-a8d9-cdde6b4b3aec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10114168610216362538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538101141686102163625381011416861021636253810114168610216362538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dff019f-981d-4f57-90bf-837d4145272c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e59b6f7-4537-4072-9548-d4ab4c3e2657, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e59b6f7-4537-4072-9548-d4ab4c3e2657, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956372154932450131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131956372154932450131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb5f3a69-f93f-4c04-a8d9-cdde6b4b3aec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53690151-50e7-4ea3-ab57-6e2b82ba9f95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53690151-50e7-4ea3-ab57-6e2b82ba9f95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7344694569497703245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245734469456949770324573446945694977032457344694569497703245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e59b6f7-4537-4072-9548-d4ab4c3e2657, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85551221-2e40-43aa-ab85-dbb31a42ba66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85551221-2e40-43aa-ab85-dbb31a42ba66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1054039912651456472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472105403991265145647210540399126514564721054039912651456472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53690151-50e7-4ea3-ab57-6e2b82ba9f95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c19d230-9885-41a9-808d-f2126d6a7e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c19d230-9885-41a9-808d-f2126d6a7e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5965274938548403465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465596527493854840346559652749385484034655965274938548403465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85551221-2e40-43aa-ab85-dbb31a42ba66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df408864-90b8-481a-9511-c3fedca44897, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df408864-90b8-481a-9511-c3fedca44897, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13040873094608649373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373130408730946086493731304087309460864937313040873094608649373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c19d230-9885-41a9-808d-f2126d6a7e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0915b06-a951-4de2-a07c-a9439de8599f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0915b06-a951-4de2-a07c-a9439de8599f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4691024883108333371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371469102488310833337146910248831083333714691024883108333371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df408864-90b8-481a-9511-c3fedca44897, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d9ef6e6-ccc9-4448-9f2e-d81bb6ec54e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d9ef6e6-ccc9-4448-9f2e-d81bb6ec54e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13212806369268659744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744132128063692686597441321280636926865974413212806369268659744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0915b06-a951-4de2-a07c-a9439de8599f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9800e701-8e1b-47fa-bfd5-f3a4fd6b470c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9800e701-8e1b-47fa-bfd5-f3a4fd6b470c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10795629856087119925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925107956298560871199251079562985608711992510795629856087119925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d9ef6e6-ccc9-4448-9f2e-d81bb6ec54e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb902152-266d-4df7-a0b4-9a3f18da6d2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb902152-266d-4df7-a0b4-9a3f18da6d2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17930487085800128330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330179304870858001283301793048708580012833017930487085800128330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9800e701-8e1b-47fa-bfd5-f3a4fd6b470c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1bbc51-501c-4b85-be91-33004314cffd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1bbc51-501c-4b85-be91-33004314cffd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18296574994928434231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231182965749949284342311829657499492843423118296574994928434231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb902152-266d-4df7-a0b4-9a3f18da6d2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69d8dc0a-f1ab-4b1d-b715-b2451db92308, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69d8dc0a-f1ab-4b1d-b715-b2451db92308, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039352929016003391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391603935292901600339160393529290160033916039352929016003391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1bbc51-501c-4b85-be91-33004314cffd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a9adad-638d-494c-ac1b-dba88ad7f87c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a9adad-638d-494c-ac1b-dba88ad7f87c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10318420755542348913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913103184207555423489131031842075554234891310318420755542348913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69d8dc0a-f1ab-4b1d-b715-b2451db92308, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 751e3f5e-58d2-4ec8-b246-17c75a714933, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 751e3f5e-58d2-4ec8-b246-17c75a714933, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14204466593619325373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373142044665936193253731420446659361932537314204466593619325373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a9adad-638d-494c-ac1b-dba88ad7f87c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12d20683-c549-4f46-8fb0-1c50a37511b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d20683-c549-4f46-8fb0-1c50a37511b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13603786157373173477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477136037861573731734771360378615737317347713603786157373173477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 751e3f5e-58d2-4ec8-b246-17c75a714933, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d32711-6a7b-45de-b717-9b282d11627e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d32711-6a7b-45de-b717-9b282d11627e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4547604200155166291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291454760420015516629145476042001551662914547604200155166291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d20683-c549-4f46-8fb0-1c50a37511b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0acfd61-8300-49b8-b903-c3861295b3dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0acfd61-8300-49b8-b903-c3861295b3dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9668916817319678234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234966891681731967823496689168173196782349668916817319678234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d32711-6a7b-45de-b717-9b282d11627e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed6b53c-6854-4f8e-804b-cfee9dd99394, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed6b53c-6854-4f8e-804b-cfee9dd99394, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9250623552265617216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216925062355226561721692506235522656172169250623552265617216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0acfd61-8300-49b8-b903-c3861295b3dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a78d7c98-4be7-42fa-a466-9979fd740989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed6b53c-6854-4f8e-804b-cfee9dd99394, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9ac1e2-db6b-4488-9c2a-74d9c1fa1b62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9ac1e2-db6b-4488-9c2a-74d9c1fa1b62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037390685234237674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674503739068523423767450373906852342376745037390685234237674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a78d7c98-4be7-42fa-a466-9979fd740989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10909887197593339466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466109098871975933394661090988719759333946610909887197593339466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9ac1e2-db6b-4488-9c2a-74d9c1fa1b62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df381fa-71d6-43c8-b92a-42bef902208e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a78d7c98-4be7-42fa-a466-9979fd740989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5691430c-9002-42a7-a198-f98445214a03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5691430c-9002-42a7-a198-f98445214a03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139088717545189888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888813908871754518988881390887175451898888139088717545189888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df381fa-71d6-43c8-b92a-42bef902208e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5897417724271114482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482589741772427111448258974177242711144825897417724271114482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5691430c-9002-42a7-a198-f98445214a03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9698bbf2-c609-40c9-9603-2a27b5af443b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9698bbf2-c609-40c9-9603-2a27b5af443b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3290412802091897572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572329041280209189757232904128020918975723290412802091897572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df381fa-71d6-43c8-b92a-42bef902208e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca762230-ad84-43ae-8c33-481fbe9f2121, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca762230-ad84-43ae-8c33-481fbe9f2121, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13249892222871542484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484132498922228715424841324989222287154248413249892222871542484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9698bbf2-c609-40c9-9603-2a27b5af443b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 408341fe-15f8-4249-bce4-c3c4d47db1e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 408341fe-15f8-4249-bce4-c3c4d47db1e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15357756254807747266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266153577562548077472661535775625480774726615357756254807747266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca762230-ad84-43ae-8c33-481fbe9f2121, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b99bf847-737e-4f34-be80-9efeb74c3671, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b99bf847-737e-4f34-be80-9efeb74c3671, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14640266261159377140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140146402662611593771401464026626115937714014640266261159377140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 408341fe-15f8-4249-bce4-c3c4d47db1e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2385f078-ba01-4dd3-bd82-cf9b0e6815f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2385f078-ba01-4dd3-bd82-cf9b0e6815f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2224986222959476019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019222498622295947601922249862229594760192224986222959476019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b99bf847-737e-4f34-be80-9efeb74c3671, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80e5b3f3-9ebd-49aa-8cea-e29aabdfc6a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80e5b3f3-9ebd-49aa-8cea-e29aabdfc6a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4987301578536319296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296498730157853631929649873015785363192964987301578536319296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2385f078-ba01-4dd3-bd82-cf9b0e6815f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea0db69b-b964-452d-a3a6-717eedc44238, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea0db69b-b964-452d-a3a6-717eedc44238, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10209934753315828764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764102099347533158287641020993475331582876410209934753315828764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80e5b3f3-9ebd-49aa-8cea-e29aabdfc6a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51a080de-88e4-47c7-a3a5-50d47dbfb6c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51a080de-88e4-47c7-a3a5-50d47dbfb6c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14173276001668104709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709141732760016681047091417327600166810470914173276001668104709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea0db69b-b964-452d-a3a6-717eedc44238, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f44f8a8-6c71-4cb0-93a5-5d8cdab22990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f44f8a8-6c71-4cb0-93a5-5d8cdab22990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3761041958302885047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047376104195830288504737610419583028850473761041958302885047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51a080de-88e4-47c7-a3a5-50d47dbfb6c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a94f77e-640f-4435-ba8b-3f1853cfbdbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a94f77e-640f-4435-ba8b-3f1853cfbdbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 953628652505138923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923953628652505138923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f44f8a8-6c71-4cb0-93a5-5d8cdab22990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb26ee72-4755-4179-9e73-4e71b8ee47e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb26ee72-4755-4179-9e73-4e71b8ee47e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1363988826998960484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484136398882699896048413639888269989604841363988826998960484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a94f77e-640f-4435-ba8b-3f1853cfbdbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288ba826-e927-48ef-82c5-6a92bfc9e122, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288ba826-e927-48ef-82c5-6a92bfc9e122, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290324389899716727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727729032438989971672772903243898997167277290324389899716727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb26ee72-4755-4179-9e73-4e71b8ee47e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d3f6b2d-96fd-4bba-bbb5-a86d0f1ec635, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d3f6b2d-96fd-4bba-bbb5-a86d0f1ec635, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429479158146683147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147164294791581466831471642947915814668314716429479158146683147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288ba826-e927-48ef-82c5-6a92bfc9e122, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bad874-96fb-4184-a71d-fe1ddb359437, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bad874-96fb-4184-a71d-fe1ddb359437, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101296093302035227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227121012960933020352271210129609330203522712101296093302035227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d3f6b2d-96fd-4bba-bbb5-a86d0f1ec635, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e04df55c-c574-4ebf-8217-4cd0f264e3cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e04df55c-c574-4ebf-8217-4cd0f264e3cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6551294587965017125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125655129458796501712565512945879650171256551294587965017125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bad874-96fb-4184-a71d-fe1ddb359437, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b121ac28-ffa9-40ca-adc5-0cb0c916edd2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b121ac28-ffa9-40ca-adc5-0cb0c916edd2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003453128689514151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151600345312868951415160034531286895141516003453128689514151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e04df55c-c574-4ebf-8217-4cd0f264e3cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd42a6fa-4ac5-4023-86d9-36954aeaa0b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd42a6fa-4ac5-4023-86d9-36954aeaa0b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 909749100141276632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632909749100141276632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b121ac28-ffa9-40ca-adc5-0cb0c916edd2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e89274-30da-4922-a8cb-e2b16a47d587, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e89274-30da-4922-a8cb-e2b16a47d587, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5459921499876022229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229545992149987602222954599214998760222295459921499876022229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd42a6fa-4ac5-4023-86d9-36954aeaa0b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d258ea64-7415-4b2a-bfd8-697ca08d3cca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d258ea64-7415-4b2a-bfd8-697ca08d3cca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1312172170916561895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895131217217091656189513121721709165618951312172170916561895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e89274-30da-4922-a8cb-e2b16a47d587, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9f5d46d-3c48-48bc-858c-9b529f053e44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9f5d46d-3c48-48bc-858c-9b529f053e44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16935663161596035328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328169356631615960353281693566316159603532816935663161596035328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d258ea64-7415-4b2a-bfd8-697ca08d3cca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0791c17c-b13d-4304-9de8-2c2e8351add2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0791c17c-b13d-4304-9de8-2c2e8351add2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12354590579879336914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914123545905798793369141235459057987933691412354590579879336914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9f5d46d-3c48-48bc-858c-9b529f053e44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3396a66-1cfe-4a3e-a66e-d088e350d052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3396a66-1cfe-4a3e-a66e-d088e350d052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383820686480991840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840138382068648099184013838206864809918401383820686480991840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0791c17c-b13d-4304-9de8-2c2e8351add2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e5cd5d8-dff6-4616-b160-16ba31f79083, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e5cd5d8-dff6-4616-b160-16ba31f79083, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4129627041195465981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981412962704119546598141296270411954659814129627041195465981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3396a66-1cfe-4a3e-a66e-d088e350d052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8413400e-57f0-4d0d-827d-b39a16800105, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8413400e-57f0-4d0d-827d-b39a16800105, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1028354419808717291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291102835441980871729110283544198087172911028354419808717291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e5cd5d8-dff6-4616-b160-16ba31f79083, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5daf6d2c-5696-4e33-95dd-d5b5474e61ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5daf6d2c-5696-4e33-95dd-d5b5474e61ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1496594358093694833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833149659435809369483314965943580936948331496594358093694833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8413400e-57f0-4d0d-827d-b39a16800105, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fd7ec24-b795-44bf-9c8d-a44b6a69d9ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fd7ec24-b795-44bf-9c8d-a44b6a69d9ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2880069270584390403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403288006927058439040328800692705843904032880069270584390403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5daf6d2c-5696-4e33-95dd-d5b5474e61ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e5d06a8-9168-4dfc-9585-3dc7954c3c00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e5d06a8-9168-4dfc-9585-3dc7954c3c00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472942441930068693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693447294244193006869344729424419300686934472942441930068693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fd7ec24-b795-44bf-9c8d-a44b6a69d9ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1518cba4-fc2b-40f7-b00c-18ea9b334289, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1518cba4-fc2b-40f7-b00c-18ea9b334289, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693325801401994945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945969332580140199494596933258014019949459693325801401994945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e5d06a8-9168-4dfc-9585-3dc7954c3c00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab17f1e-24ae-459b-a464-0de9d9e91a72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab17f1e-24ae-459b-a464-0de9d9e91a72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15171800831110279118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118151718008311102791181517180083111027911815171800831110279118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1518cba4-fc2b-40f7-b00c-18ea9b334289, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b9be390-babe-4f5d-b842-4fcf246a8aab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9be390-babe-4f5d-b842-4fcf246a8aab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10787464614279535798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798107874646142795357981078746461427953579810787464614279535798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab17f1e-24ae-459b-a464-0de9d9e91a72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19c1eb70-259a-4e2c-bac1-4bab18fa16b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19c1eb70-259a-4e2c-bac1-4bab18fa16b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3045421090561215338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338304542109056121533830454210905612153383045421090561215338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9be390-babe-4f5d-b842-4fcf246a8aab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19c1eb70-259a-4e2c-bac1-4bab18fa16b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d77ac8a-0adc-460e-ad0a-466985edea23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d77ac8a-0adc-460e-ad0a-466985edea23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15280160437391132513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513152801604373911325131528016043739113251315280160437391132513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bea9ac54-881c-44b9-aad1-18600a728f41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bea9ac54-881c-44b9-aad1-18600a728f41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2785549379767570511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511278554937976757051127855493797675705112785549379767570511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d77ac8a-0adc-460e-ad0a-466985edea23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bea9ac54-881c-44b9-aad1-18600a728f41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8334e752-feb7-4b28-99ab-3b4086ae635d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8334e752-feb7-4b28-99ab-3b4086ae635d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6188728956215993212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212618872895621599321261887289562159932126188728956215993212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e242977-23f6-41b7-ad0e-15c8d2cf3e53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e242977-23f6-41b7-ad0e-15c8d2cf3e53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4362198823062955620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620436219882306295562043621988230629556204362198823062955620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8334e752-feb7-4b28-99ab-3b4086ae635d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dbb41f6-e957-4a60-a565-dc567ff662c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dbb41f6-e957-4a60-a565-dc567ff662c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10466303112087635435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435104663031120876354351046630311208763543510466303112087635435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e242977-23f6-41b7-ad0e-15c8d2cf3e53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a12b64-60ef-48db-9b2a-259f1157bccb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a12b64-60ef-48db-9b2a-259f1157bccb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 540167611239105541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541540167611239105541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dbb41f6-e957-4a60-a565-dc567ff662c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6099a792-64a8-4a4a-a42e-0a94fb6b12d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6099a792-64a8-4a4a-a42e-0a94fb6b12d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11363963360820947177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177113639633608209471771136396336082094717711363963360820947177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a12b64-60ef-48db-9b2a-259f1157bccb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76df75a0-bfdd-4040-9b98-a99bab573106, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76df75a0-bfdd-4040-9b98-a99bab573106, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364608448945985768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768143646084489459857681436460844894598576814364608448945985768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6099a792-64a8-4a4a-a42e-0a94fb6b12d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cfaaca-742d-4753-b493-ad049fbc3fed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76df75a0-bfdd-4040-9b98-a99bab573106, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cfaaca-742d-4753-b493-ad049fbc3fed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9769733299758896535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535976973329975889653597697332997588965359769733299758896535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94a6e3f-1868-47a2-9ba6-e5e80299cc21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94a6e3f-1868-47a2-9ba6-e5e80299cc21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14497825457918021057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057144978254579180210571449782545791802105714497825457918021057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cfaaca-742d-4753-b493-ad049fbc3fed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8aea87bd-7a32-4368-84ae-5fb27c17124c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8aea87bd-7a32-4368-84ae-5fb27c17124c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13922380403092626522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522139223804030926265221392238040309262652213922380403092626522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94a6e3f-1868-47a2-9ba6-e5e80299cc21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 352b7be1-5d21-4946-972a-5eae8e6dcfca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 352b7be1-5d21-4946-972a-5eae8e6dcfca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1231513005720412312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312123151300572041231212315130057204123121231513005720412312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8aea87bd-7a32-4368-84ae-5fb27c17124c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 352b7be1-5d21-4946-972a-5eae8e6dcfca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9580a848-70a3-4fe0-828c-378d54e5764d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9580a848-70a3-4fe0-828c-378d54e5764d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4593281616116800947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947459328161611680094745932816161168009474593281616116800947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e133036a-36a5-433e-b7fd-d227bf6f6b0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e133036a-36a5-433e-b7fd-d227bf6f6b0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2532173048153972252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252253217304815397225225321730481539722522532173048153972252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9580a848-70a3-4fe0-828c-378d54e5764d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 238c7fdc-98c5-48e0-8ea0-bc15bef361cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 238c7fdc-98c5-48e0-8ea0-bc15bef361cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9840758361800260847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847984075836180026084798407583618002608479840758361800260847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e133036a-36a5-433e-b7fd-d227bf6f6b0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f685c66-bb61-4006-8624-f9242568213d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f685c66-bb61-4006-8624-f9242568213d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12242935305650146304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304122429353056501463041224293530565014630412242935305650146304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 238c7fdc-98c5-48e0-8ea0-bc15bef361cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60946e75-4321-48a4-9ba2-311c94202d6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60946e75-4321-48a4-9ba2-311c94202d6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770185608331666476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476167701856083316664761677018560833166647616770185608331666476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f685c66-bb61-4006-8624-f9242568213d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61c5e7b1-e32e-4597-94af-8795b2334e5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61c5e7b1-e32e-4597-94af-8795b2334e5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880770561223637284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284488077056122363728448807705612236372844880770561223637284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60946e75-4321-48a4-9ba2-311c94202d6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a025ead6-28b4-4304-84cb-df5cc73ae97b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a025ead6-28b4-4304-84cb-df5cc73ae97b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370468343568142656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656137046834356814265613704683435681426561370468343568142656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61c5e7b1-e32e-4597-94af-8795b2334e5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696548f8-ec09-436c-852c-884ca263008f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696548f8-ec09-436c-852c-884ca263008f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9768647132299809054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054976864713229980905497686471322998090549768647132299809054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a025ead6-28b4-4304-84cb-df5cc73ae97b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 319d673a-1ee3-459b-adb5-b8de3e067a67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 319d673a-1ee3-459b-adb5-b8de3e067a67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206909491121022483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483206909491121022483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696548f8-ec09-436c-852c-884ca263008f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e028db8-ee5c-456a-b84c-50bc620012fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e028db8-ee5c-456a-b84c-50bc620012fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202920384318707751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751720292038431870775172029203843187077517202920384318707751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 319d673a-1ee3-459b-adb5-b8de3e067a67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62b2a6a6-4da9-473a-9fc6-1b59358c9d88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b2a6a6-4da9-473a-9fc6-1b59358c9d88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10709668796990826137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137107096687969908261371070966879699082613710709668796990826137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e028db8-ee5c-456a-b84c-50bc620012fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa1aa108-a04e-4799-968d-2fcb19955789, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa1aa108-a04e-4799-968d-2fcb19955789, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1841676014435166753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753184167601443516675318416760144351667531841676014435166753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b2a6a6-4da9-473a-9fc6-1b59358c9d88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c083678d-8556-40fc-a766-bfc4790c40e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c083678d-8556-40fc-a766-bfc4790c40e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10919726478503667114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114109197264785036671141091972647850366711410919726478503667114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa1aa108-a04e-4799-968d-2fcb19955789, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08723cf8-b7f1-436f-b150-a74a838f641d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08723cf8-b7f1-436f-b150-a74a838f641d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14985949240495460659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659149859492404954606591498594924049546065914985949240495460659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c083678d-8556-40fc-a766-bfc4790c40e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f063aee0-0df1-4a4f-9fcd-56257ba8391c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f063aee0-0df1-4a4f-9fcd-56257ba8391c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6755678960375042286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286675567896037504228667556789603750422866755678960375042286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08723cf8-b7f1-436f-b150-a74a838f641d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f063aee0-0df1-4a4f-9fcd-56257ba8391c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d722b27-0031-4e99-b0ad-01076490807a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d722b27-0031-4e99-b0ad-01076490807a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15417826392518134029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029154178263925181340291541782639251813402915417826392518134029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecf85eb0-1af4-42c6-ae6d-5901c23986e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecf85eb0-1af4-42c6-ae6d-5901c23986e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12473824618780268870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870124738246187802688701247382461878026887012473824618780268870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d722b27-0031-4e99-b0ad-01076490807a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71b2465-7762-4d65-98cf-3128ca73001b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71b2465-7762-4d65-98cf-3128ca73001b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5079570509032171550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550507957050903217155050795705090321715505079570509032171550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecf85eb0-1af4-42c6-ae6d-5901c23986e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 026b3664-a11e-4cbb-99ef-08c508d8a126, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026b3664-a11e-4cbb-99ef-08c508d8a126, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13272458672128617831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831132724586721286178311327245867212861783113272458672128617831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71b2465-7762-4d65-98cf-3128ca73001b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d09766-b7d3-4d47-bf94-776bcf1830e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d09766-b7d3-4d47-bf94-776bcf1830e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9577100759750828475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475957710075975082847595771007597508284759577100759750828475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026b3664-a11e-4cbb-99ef-08c508d8a126, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7239010e-dce2-4b32-b065-51655f4d73e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7239010e-dce2-4b32-b065-51655f4d73e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1504678619378227180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180150467861937822718015046786193782271801504678619378227180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d09766-b7d3-4d47-bf94-776bcf1830e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f13e1e-b3f1-4118-8ea7-69e4ba75fdb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f13e1e-b3f1-4118-8ea7-69e4ba75fdb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1305926198777789761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761130592619877778976113059261987777897611305926198777789761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7239010e-dce2-4b32-b065-51655f4d73e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 921dc517-8cfd-4930-9158-60394bc00659, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 921dc517-8cfd-4930-9158-60394bc00659, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3007939384322826276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276300793938432282627630079393843228262763007939384322826276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f13e1e-b3f1-4118-8ea7-69e4ba75fdb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a7fce59-327d-4d2c-9256-4e35a89285b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a7fce59-327d-4d2c-9256-4e35a89285b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15765499185868372063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063157654991858683720631576549918586837206315765499185868372063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 921dc517-8cfd-4930-9158-60394bc00659, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c008705-b9d9-4c4c-a79b-0c797284489c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c008705-b9d9-4c4c-a79b-0c797284489c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14980557458177211628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628149805574581772116281498055745817721162814980557458177211628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a7fce59-327d-4d2c-9256-4e35a89285b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ba2d8d3-5b6a-43a4-9422-e6c811ad458a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ba2d8d3-5b6a-43a4-9422-e6c811ad458a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7940699088793350975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975794069908879335097579406990887933509757940699088793350975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c008705-b9d9-4c4c-a79b-0c797284489c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa560d7a-65f1-404f-94ff-c4b88d99da29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa560d7a-65f1-404f-94ff-c4b88d99da29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3014543430898222062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062301454343089822206230145434308982220623014543430898222062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ba2d8d3-5b6a-43a4-9422-e6c811ad458a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa560d7a-65f1-404f-94ff-c4b88d99da29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bc78d59-5486-4f45-a3b7-1d631e8faf92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bc78d59-5486-4f45-a3b7-1d631e8faf92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14561237591544005227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227145612375915440052271456123759154400522714561237591544005227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 085b6778-5439-4898-a1a0-951f5a344c77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 085b6778-5439-4898-a1a0-951f5a344c77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14902582301940880881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881149025823019408808811490258230194088088114902582301940880881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bc78d59-5486-4f45-a3b7-1d631e8faf92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 085b6778-5439-4898-a1a0-951f5a344c77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c968cb41-62c4-45c2-8757-902847160d25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c968cb41-62c4-45c2-8757-902847160d25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17858392494863853856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856178583924948638538561785839249486385385617858392494863853856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf9cd3e5-3a63-4a4b-8064-f31d022e0f5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf9cd3e5-3a63-4a4b-8064-f31d022e0f5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661447791871902459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459566144779187190245956614477918719024595661447791871902459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c968cb41-62c4-45c2-8757-902847160d25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb32fe22-24a4-468b-a4e5-1f95f641500c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb32fe22-24a4-468b-a4e5-1f95f641500c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6078996634405061186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186607899663440506118660789966344050611866078996634405061186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf9cd3e5-3a63-4a4b-8064-f31d022e0f5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f03c5e0e-8b5e-467d-97eb-b23c4c48e69b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f03c5e0e-8b5e-467d-97eb-b23c4c48e69b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16999429040437018206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206169994290404370182061699942904043701820616999429040437018206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f03c5e0e-8b5e-467d-97eb-b23c4c48e69b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13620d1-cd59-47d0-8183-7676a8cb5141, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13620d1-cd59-47d0-8183-7676a8cb5141, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16599206417647410843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843165992064176474108431659920641764741084316599206417647410843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb32fe22-24a4-468b-a4e5-1f95f641500c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ec3b4b-73c6-487f-ba65-ac697584981e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ec3b4b-73c6-487f-ba65-ac697584981e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12278776643459565161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161122787766434595651611227877664345956516112278776643459565161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13620d1-cd59-47d0-8183-7676a8cb5141, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1eb7cc-ed5f-4663-8d1d-0e35d3a7da0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1eb7cc-ed5f-4663-8d1d-0e35d3a7da0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12844234076933346426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426128442340769333464261284423407693334642612844234076933346426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ec3b4b-73c6-487f-ba65-ac697584981e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78a1c835-d980-497b-ab9b-37b83cc93140, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a1c835-d980-497b-ab9b-37b83cc93140, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6080915186893354815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815608091518689335481560809151868933548156080915186893354815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1eb7cc-ed5f-4663-8d1d-0e35d3a7da0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 257f81d3-71c5-4112-87c2-1f50ec047a6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 257f81d3-71c5-4112-87c2-1f50ec047a6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773677178020484907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907157736771780204849071577367717802048490715773677178020484907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a1c835-d980-497b-ab9b-37b83cc93140, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddc82600-6c76-436b-aab0-b2f37bb46f40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddc82600-6c76-436b-aab0-b2f37bb46f40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6764957969124326092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092676495796912432609267649579691243260926764957969124326092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 257f81d3-71c5-4112-87c2-1f50ec047a6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ab7621-b375-4114-b89d-71c45ccfa973, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ab7621-b375-4114-b89d-71c45ccfa973, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17210276387528039341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341172102763875280393411721027638752803934117210276387528039341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddc82600-6c76-436b-aab0-b2f37bb46f40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f5f2e0-f333-4f40-b23e-9b956d9cb06c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f5f2e0-f333-4f40-b23e-9b956d9cb06c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15688969203017172936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936156889692030171729361568896920301717293615688969203017172936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f5f2e0-f333-4f40-b23e-9b956d9cb06c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d801b14-3e51-440b-a381-cc6fa72687de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d801b14-3e51-440b-a381-cc6fa72687de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6636834255029094463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463663683425502909446366368342550290944636636834255029094463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ab7621-b375-4114-b89d-71c45ccfa973, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1073023f-fd76-4d92-aaf2-366573f54ea4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1073023f-fd76-4d92-aaf2-366573f54ea4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561954880774553585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585956195488077455358595619548807745535859561954880774553585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1073023f-fd76-4d92-aaf2-366573f54ea4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61b0df5-5241-494e-a83b-e09b11d42e36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61b0df5-5241-494e-a83b-e09b11d42e36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8186256948476569100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100818625694847656910081862569484765691008186256948476569100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d801b14-3e51-440b-a381-cc6fa72687de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 311fc8be-ac04-4921-97e2-ff3eaf6e0679, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311fc8be-ac04-4921-97e2-ff3eaf6e0679, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10005011283600180830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830100050112836001808301000501128360018083010005011283600180830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311fc8be-ac04-4921-97e2-ff3eaf6e0679, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 887f770f-5046-4fcf-9c8d-21fd274d78e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 887f770f-5046-4fcf-9c8d-21fd274d78e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7785935312448234403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403778593531244823440377859353124482344037785935312448234403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61b0df5-5241-494e-a83b-e09b11d42e36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5195a28-5167-46ff-a2c2-2016f5f853f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5195a28-5167-46ff-a2c2-2016f5f853f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1150543943936892155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155115054394393689215511505439439368921551150543943936892155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5195a28-5167-46ff-a2c2-2016f5f853f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725c5d97-51ae-40f5-a3fa-94579fc00477, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725c5d97-51ae-40f5-a3fa-94579fc00477, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15362874428863820078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078153628744288638200781536287442886382007815362874428863820078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 887f770f-5046-4fcf-9c8d-21fd274d78e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe733804-9ee7-45e8-a75c-cc01a7ab7efe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe733804-9ee7-45e8-a75c-cc01a7ab7efe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4376339100478318340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340437633910047831834043763391004783183404376339100478318340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe733804-9ee7-45e8-a75c-cc01a7ab7efe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1fbea9-7906-4242-acac-0e6f1fe13946, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1fbea9-7906-4242-acac-0e6f1fe13946, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561979208069316800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800175619792080693168001756197920806931680017561979208069316800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725c5d97-51ae-40f5-a3fa-94579fc00477, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d5a56f-c9d5-4463-8493-823581ce18c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d5a56f-c9d5-4463-8493-823581ce18c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5030149736499905144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144503014973649990514450301497364999051445030149736499905144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1fbea9-7906-4242-acac-0e6f1fe13946, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d317ec-dbcb-4c77-bc09-970483ab7765, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d317ec-dbcb-4c77-bc09-970483ab7765, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12470467187291346967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967124704671872913469671247046718729134696712470467187291346967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d5a56f-c9d5-4463-8493-823581ce18c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a4fd9ce-57ee-42df-8539-af04ea280585, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4fd9ce-57ee-42df-8539-af04ea280585, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4664126362486384986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986466412636248638498646641263624863849864664126362486384986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d317ec-dbcb-4c77-bc09-970483ab7765, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abb58413-cfcd-4fcc-a19d-dc3242d78247, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abb58413-cfcd-4fcc-a19d-dc3242d78247, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11338119018688308802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802113381190186883088021133811901868830880211338119018688308802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4fd9ce-57ee-42df-8539-af04ea280585, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80212af0-943f-4517-a9c9-1af8812fc7b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80212af0-943f-4517-a9c9-1af8812fc7b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1272038820431508580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580127203882043150858012720388204315085801272038820431508580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abb58413-cfcd-4fcc-a19d-dc3242d78247, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b58967c-d4e4-440a-9edf-5f39a98e1102, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b58967c-d4e4-440a-9edf-5f39a98e1102, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7150022618204659833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833715002261820465983371500226182046598337150022618204659833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80212af0-943f-4517-a9c9-1af8812fc7b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035c9827-bbbe-43aa-8b98-b61c7b155e86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035c9827-bbbe-43aa-8b98-b61c7b155e86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10383338282147747250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250103833382821477472501038333828214774725010383338282147747250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b58967c-d4e4-440a-9edf-5f39a98e1102, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91ac3860-0cde-4447-9488-6ae86b12a0b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91ac3860-0cde-4447-9488-6ae86b12a0b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881925328303158689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689988192532830315868998819253283031586899881925328303158689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035c9827-bbbe-43aa-8b98-b61c7b155e86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7384cf-7d4e-49e6-a3e6-09404ce10e11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7384cf-7d4e-49e6-a3e6-09404ce10e11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10924592278204560381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381109245922782045603811092459227820456038110924592278204560381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91ac3860-0cde-4447-9488-6ae86b12a0b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee600596-5a1f-421b-9a7c-59e470eddbef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee600596-5a1f-421b-9a7c-59e470eddbef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1512623130370638755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755151262313037063875515126231303706387551512623130370638755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7384cf-7d4e-49e6-a3e6-09404ce10e11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c74803-db16-41d7-b8a8-cab421bfd995, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c74803-db16-41d7-b8a8-cab421bfd995, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000549978154802184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184700054997815480218470005499781548021847000549978154802184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee600596-5a1f-421b-9a7c-59e470eddbef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fd72b72-dc65-488f-8708-72e548e45073, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd72b72-dc65-488f-8708-72e548e45073, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733841605610479083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083973384160561047908397338416056104790839733841605610479083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c74803-db16-41d7-b8a8-cab421bfd995, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c67e67c-3b52-43e3-93da-282ec69ef027, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c67e67c-3b52-43e3-93da-282ec69ef027, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1789800985680450688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688178980098568045068817898009856804506881789800985680450688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd72b72-dc65-488f-8708-72e548e45073, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c88b787-4f76-4347-9678-99187dae6d9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c88b787-4f76-4347-9678-99187dae6d9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7974341605414430728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728797434160541443072879743416054144307287974341605414430728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c67e67c-3b52-43e3-93da-282ec69ef027, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6db8704b-e968-43d5-a1dd-f092b2f9c80e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6db8704b-e968-43d5-a1dd-f092b2f9c80e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15287800419120879898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898152878004191208798981528780041912087989815287800419120879898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c88b787-4f76-4347-9678-99187dae6d9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f5571e2-16a3-4a6a-9409-ebafbc73adaa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f5571e2-16a3-4a6a-9409-ebafbc73adaa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3222733557180291099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099322273355718029109932227335571802910993222733557180291099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6db8704b-e968-43d5-a1dd-f092b2f9c80e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7beec730-736c-4b23-a444-01f94948c6e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beec730-736c-4b23-a444-01f94948c6e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13095979623193471113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113130959796231934711131309597962319347111313095979623193471113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f5571e2-16a3-4a6a-9409-ebafbc73adaa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af616e80-8d02-4bfb-b726-16e8651e37ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af616e80-8d02-4bfb-b726-16e8651e37ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5215151215245753308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308521515121524575330852151512152457533085215151215245753308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beec730-736c-4b23-a444-01f94948c6e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19ecb520-83f6-45c3-ae10-f1be47c3fc1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19ecb520-83f6-45c3-ae10-f1be47c3fc1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8521262442949929793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793852126244294992979385212624429499297938521262442949929793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af616e80-8d02-4bfb-b726-16e8651e37ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6adece-f933-4e58-b06c-db1951bebc5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6adece-f933-4e58-b06c-db1951bebc5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3578417182952908774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774357841718295290877435784171829529087743578417182952908774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19ecb520-83f6-45c3-ae10-f1be47c3fc1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d20b0d2-e6dc-4d23-8b40-c995214635e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d20b0d2-e6dc-4d23-8b40-c995214635e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17308807040685238003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003173088070406852380031730880704068523800317308807040685238003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6adece-f933-4e58-b06c-db1951bebc5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e63a991-84e8-4dcf-ae03-9ae48172f591, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e63a991-84e8-4dcf-ae03-9ae48172f591, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14431733407237676933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933144317334072376769331443173340723767693314431733407237676933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d20b0d2-e6dc-4d23-8b40-c995214635e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a322c680-ac07-4a78-bf47-f25ff1532f3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a322c680-ac07-4a78-bf47-f25ff1532f3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305198904282397999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999123051989042823979991230519890428239799912305198904282397999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e63a991-84e8-4dcf-ae03-9ae48172f591, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c75acbf6-36ae-4674-889d-ed2e8af83883, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c75acbf6-36ae-4674-889d-ed2e8af83883, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4987178683203283859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859498717868320328385949871786832032838594987178683203283859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c75acbf6-36ae-4674-889d-ed2e8af83883, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b92ba2cd-1177-437e-915d-b2b2c3c8b34d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92ba2cd-1177-437e-915d-b2b2c3c8b34d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7461114312244372068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068746111431224437206874611143122443720687461114312244372068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a322c680-ac07-4a78-bf47-f25ff1532f3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4eae93-41cc-4dfb-b2a5-b3c32a3cb63d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4eae93-41cc-4dfb-b2a5-b3c32a3cb63d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13204488471647390274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274132044884716473902741320448847164739027413204488471647390274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92ba2cd-1177-437e-915d-b2b2c3c8b34d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39474335-273d-4c62-82bc-589973dca506, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39474335-273d-4c62-82bc-589973dca506, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3521083702643223762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762352108370264322376235210837026432237623521083702643223762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4eae93-41cc-4dfb-b2a5-b3c32a3cb63d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 534af5d0-4095-47dc-8d0a-c5f153a6fbf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 534af5d0-4095-47dc-8d0a-c5f153a6fbf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16064060425984319015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015160640604259843190151606406042598431901516064060425984319015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39474335-273d-4c62-82bc-589973dca506, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc76566-deb8-4371-a26b-4c10165d6dd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc76566-deb8-4371-a26b-4c10165d6dd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3589539507104396327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327358953950710439632735895395071043963273589539507104396327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 534af5d0-4095-47dc-8d0a-c5f153a6fbf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd723891-49ae-4225-952c-b2e99ab01906, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd723891-49ae-4225-952c-b2e99ab01906, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11302633554274315973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973113026335542743159731130263355427431597311302633554274315973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc76566-deb8-4371-a26b-4c10165d6dd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283aa0db-f1b2-4d46-b598-aff0c7877191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283aa0db-f1b2-4d46-b598-aff0c7877191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133897977936456619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619813389797793645661981338979779364566198133897977936456619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd723891-49ae-4225-952c-b2e99ab01906, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ed2ec1-ed54-45eb-979f-407de3370e0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ed2ec1-ed54-45eb-979f-407de3370e0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422841416449195652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652104228414164491956521042284141644919565210422841416449195652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283aa0db-f1b2-4d46-b598-aff0c7877191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4acbdc70-2762-4d6e-bef9-0f77683f9632, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4acbdc70-2762-4d6e-bef9-0f77683f9632, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1169896629833416929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929116989662983341692911698966298334169291169896629833416929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ed2ec1-ed54-45eb-979f-407de3370e0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54dcf0a8-918f-4a7f-bfbb-300e4c11fb6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54dcf0a8-918f-4a7f-bfbb-300e4c11fb6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5276599620678476521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521527659962067847652152765996206784765215276599620678476521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4acbdc70-2762-4d6e-bef9-0f77683f9632, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5333d7c9-81de-4c64-8d18-661cf2c6c50b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5333d7c9-81de-4c64-8d18-661cf2c6c50b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6494778870206695301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301649477887020669530164947788702066953016494778870206695301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54dcf0a8-918f-4a7f-bfbb-300e4c11fb6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ad75177-92c3-4d18-94fb-7816c7ef1e11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad75177-92c3-4d18-94fb-7816c7ef1e11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10779151621330137766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766107791516213301377661077915162133013776610779151621330137766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5333d7c9-81de-4c64-8d18-661cf2c6c50b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea785797-b3cc-4166-b5e2-23717fbb94e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea785797-b3cc-4166-b5e2-23717fbb94e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15987313388834366539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539159873133888343665391598731338883436653915987313388834366539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad75177-92c3-4d18-94fb-7816c7ef1e11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc844b39-862b-48c9-badf-df00abbf0cfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea785797-b3cc-4166-b5e2-23717fbb94e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc844b39-862b-48c9-badf-df00abbf0cfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2593995544558879638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638259399554455887963825939955445588796382593995544558879638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a03c7eca-c285-466d-a09b-1155b48ffb08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a03c7eca-c285-466d-a09b-1155b48ffb08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 585541139837142446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446585541139837142446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc844b39-862b-48c9-badf-df00abbf0cfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88684ce2-439d-4746-99cf-5ec8f5c94815, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88684ce2-439d-4746-99cf-5ec8f5c94815, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7807817686172078360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360780781768617207836078078176861720783607807817686172078360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a03c7eca-c285-466d-a09b-1155b48ffb08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d1828b-56db-4694-bbda-21b6b914daf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d1828b-56db-4694-bbda-21b6b914daf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16386324113970137093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093163863241139701370931638632411397013709316386324113970137093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88684ce2-439d-4746-99cf-5ec8f5c94815, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c36d28a-df91-4817-98a1-1dfa93cfb402, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c36d28a-df91-4817-98a1-1dfa93cfb402, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8872798777427288400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400887279877742728840088727987774272884008872798777427288400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d1828b-56db-4694-bbda-21b6b914daf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681226d9-c3e0-4a12-90dd-3072f6a55e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681226d9-c3e0-4a12-90dd-3072f6a55e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051082753244358803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803405108275324435880340510827532443588034051082753244358803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c36d28a-df91-4817-98a1-1dfa93cfb402, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403b0a08-bde6-48e3-9fa1-9d5d75d87372, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681226d9-c3e0-4a12-90dd-3072f6a55e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403b0a08-bde6-48e3-9fa1-9d5d75d87372, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5884047337161373447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447588404733716137344758840473371613734475884047337161373447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed50269-9e2d-432d-ad8a-3d2e2d3074a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed50269-9e2d-432d-ad8a-3d2e2d3074a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10253564778679214679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679102535647786792146791025356477867921467910253564778679214679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403b0a08-bde6-48e3-9fa1-9d5d75d87372, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe6fe64b-6a41-4113-b005-5449fc434135, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe6fe64b-6a41-4113-b005-5449fc434135, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8985096136332892011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011898509613633289201189850961363328920118985096136332892011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed50269-9e2d-432d-ad8a-3d2e2d3074a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697740c2-2ed4-45a9-8c65-97ad335642b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697740c2-2ed4-45a9-8c65-97ad335642b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13857630586214206656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656138576305862142066561385763058621420665613857630586214206656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe6fe64b-6a41-4113-b005-5449fc434135, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a56cd90-1ba2-4e79-be13-5562a0d55ac7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a56cd90-1ba2-4e79-be13-5562a0d55ac7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11992408022137529164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164119924080221375291641199240802213752916411992408022137529164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697740c2-2ed4-45a9-8c65-97ad335642b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f421aaf4-c93c-4c63-ab7f-80badaccc6f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f421aaf4-c93c-4c63-ab7f-80badaccc6f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8134812282436728441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441813481228243672844181348122824367284418134812282436728441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a56cd90-1ba2-4e79-be13-5562a0d55ac7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f421aaf4-c93c-4c63-ab7f-80badaccc6f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8be7f5-3e42-4d92-b6e7-96f33ce6d025, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61b68127-adec-4186-8ee3-d3716637746f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8be7f5-3e42-4d92-b6e7-96f33ce6d025, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15059232544369936956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956150592325443699369561505923254436993695615059232544369936956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b68127-adec-4186-8ee3-d3716637746f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16703048446508006456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456167030484465080064561670304844650800645616703048446508006456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b68127-adec-4186-8ee3-d3716637746f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8be7f5-3e42-4d92-b6e7-96f33ce6d025, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10d9cb1-4c47-4b26-aab7-92c7d2d7b327, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10d9cb1-4c47-4b26-aab7-92c7d2d7b327, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18376569569989947335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335183765695699899473351837656956998994733518376569569989947335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a0cbc3-1a54-4de8-b0fe-caf9c4269fbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a0cbc3-1a54-4de8-b0fe-caf9c4269fbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11773242775398380404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404117732427753983804041177324277539838040411773242775398380404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10d9cb1-4c47-4b26-aab7-92c7d2d7b327, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb232f2-9b0b-4f10-a658-609d2125fccf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb232f2-9b0b-4f10-a658-609d2125fccf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15242692032767321138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138152426920327673211381524269203276732113815242692032767321138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb232f2-9b0b-4f10-a658-609d2125fccf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5f3349b-19d0-4b60-9540-9bda097b2bce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5f3349b-19d0-4b60-9540-9bda097b2bce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152855757958552742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742161528557579585527421615285575795855274216152855757958552742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a0cbc3-1a54-4de8-b0fe-caf9c4269fbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b59a3af-7ac8-4db9-8d73-06d171446755, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b59a3af-7ac8-4db9-8d73-06d171446755, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10143576960521406792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792101435769605214067921014357696052140679210143576960521406792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5f3349b-19d0-4b60-9540-9bda097b2bce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b59a3af-7ac8-4db9-8d73-06d171446755, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98fa6f06-4711-4d95-979c-f0b9395f1109, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98fa6f06-4711-4d95-979c-f0b9395f1109, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4217036943075189678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678421703694307518967842170369430751896784217036943075189678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5f88ed-aa6d-4f17-998a-903cfe513c73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5f88ed-aa6d-4f17-998a-903cfe513c73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14456225754414559516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516144562257544145595161445622575441455951614456225754414559516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98fa6f06-4711-4d95-979c-f0b9395f1109, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5f88ed-aa6d-4f17-998a-903cfe513c73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681933f8-46a5-477f-af0d-4c86f358aa6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7d321b-6957-4036-b517-8b685ab6d354, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7d321b-6957-4036-b517-8b685ab6d354, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3135749635840330085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085313574963584033008531357496358403300853135749635840330085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681933f8-46a5-477f-af0d-4c86f358aa6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13927606255210036672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672139276062552100366721392760625521003667213927606255210036672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681933f8-46a5-477f-af0d-4c86f358aa6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f44321d5-f595-48ca-9252-5c422aeffb3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7d321b-6957-4036-b517-8b685ab6d354, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f44321d5-f595-48ca-9252-5c422aeffb3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12757692727542365436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436127576927275423654361275769272754236543612757692727542365436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfcf7137-0655-4aaf-8597-56c8ed26a358, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfcf7137-0655-4aaf-8597-56c8ed26a358, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9477184493767722068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068947718449376772206894771844937677220689477184493767722068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f44321d5-f595-48ca-9252-5c422aeffb3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c57e5f-2864-4bd3-a9c8-8f57962ef960, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c57e5f-2864-4bd3-a9c8-8f57962ef960, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17213027588616460987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987172130275886164609871721302758861646098717213027588616460987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfcf7137-0655-4aaf-8597-56c8ed26a358, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90f74b3d-3456-4f32-910f-3daf2555feda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f74b3d-3456-4f32-910f-3daf2555feda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17986969790905539217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217179869697909055392171798696979090553921717986969790905539217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f74b3d-3456-4f32-910f-3daf2555feda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c57e5f-2864-4bd3-a9c8-8f57962ef960, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e45c3b-4872-49ec-9f6d-0d1d19074902, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e45c3b-4872-49ec-9f6d-0d1d19074902, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8689072624684246027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027868907262468424602786890726246842460278689072624684246027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0205c73b-4a1e-4eca-82ea-395677ac2a66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0205c73b-4a1e-4eca-82ea-395677ac2a66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11880719343549385771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771118807193435493857711188071934354938577111880719343549385771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e45c3b-4872-49ec-9f6d-0d1d19074902, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec87ee1-3f37-4218-b5f1-30e9d7f8b351, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec87ee1-3f37-4218-b5f1-30e9d7f8b351, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2946125294193816010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010294612529419381601029461252941938160102946125294193816010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0205c73b-4a1e-4eca-82ea-395677ac2a66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74601c4e-0528-492f-b788-09852b9ef64a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74601c4e-0528-492f-b788-09852b9ef64a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3179470699407809403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403317947069940780940331794706994078094033179470699407809403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec87ee1-3f37-4218-b5f1-30e9d7f8b351, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8158079a-8a9f-4326-a41f-61a8519868a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74601c4e-0528-492f-b788-09852b9ef64a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8158079a-8a9f-4326-a41f-61a8519868a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4626930210514425496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496462693021051442549646269302105144254964626930210514425496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3326d33-c1fa-439f-8217-70b8a935e516, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3326d33-c1fa-439f-8217-70b8a935e516, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15653962013905630344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344156539620139056303441565396201390563034415653962013905630344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8158079a-8a9f-4326-a41f-61a8519868a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aac9473-3535-4a20-8d3d-b4195bd33652, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3326d33-c1fa-439f-8217-70b8a935e516, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aac9473-3535-4a20-8d3d-b4195bd33652, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17901004942316683972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972179010049423166839721790100494231668397217901004942316683972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 046eb1df-ebf4-48d8-a771-577594aa922d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 046eb1df-ebf4-48d8-a771-577594aa922d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3506408742084199227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227350640874208419922735064087420841992273506408742084199227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aac9473-3535-4a20-8d3d-b4195bd33652, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24a24765-0175-4b7d-9e89-5dfbb25b55aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 046eb1df-ebf4-48d8-a771-577594aa922d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24a24765-0175-4b7d-9e89-5dfbb25b55aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5284039730544171321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321528403973054417132152840397305441713215284039730544171321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1766d04f-2be2-4293-a980-ea037f3c35fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1766d04f-2be2-4293-a980-ea037f3c35fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917480175863777917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917891748017586377791789174801758637779178917480175863777917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1766d04f-2be2-4293-a980-ea037f3c35fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1c0ebf3-8019-410a-b678-63b8196971a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24a24765-0175-4b7d-9e89-5dfbb25b55aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34fb931b-f358-4274-bcfa-b1b5b3cba8d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c0ebf3-8019-410a-b678-63b8196971a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775877387336303691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691127758773873363036911277587738733630369112775877387336303691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fb931b-f358-4274-bcfa-b1b5b3cba8d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397998484187352586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586939799848418735258693979984841873525869397998484187352586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fb931b-f358-4274-bcfa-b1b5b3cba8d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521da178-8859-401b-9aa0-6cfa5e1a0ccb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521da178-8859-401b-9aa0-6cfa5e1a0ccb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791508482506380468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468157915084825063804681579150848250638046815791508482506380468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c0ebf3-8019-410a-b678-63b8196971a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 499bd96f-a3b0-4095-ad34-6de202958119, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 499bd96f-a3b0-4095-ad34-6de202958119, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16975948205079082676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676169759482050790826761697594820507908267616975948205079082676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521da178-8859-401b-9aa0-6cfa5e1a0ccb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 499bd96f-a3b0-4095-ad34-6de202958119, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7214be3d-8e23-4b84-9a31-34aaf9b9c7ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ec9ec31-3c93-495b-b15d-26be8d4c8391, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7214be3d-8e23-4b84-9a31-34aaf9b9c7ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 574573017100048046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046574573017100048046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ec9ec31-3c93-495b-b15d-26be8d4c8391, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479529931195529057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057247952993119552905724795299311955290572479529931195529057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7214be3d-8e23-4b84-9a31-34aaf9b9c7ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f586ba02-fbb9-416a-b5fd-d42f602b70b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f586ba02-fbb9-416a-b5fd-d42f602b70b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15839431291196972255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255158394312911969722551583943129119697225515839431291196972255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ec9ec31-3c93-495b-b15d-26be8d4c8391, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842edb3a-4c22-452a-96cc-fe593e344125, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842edb3a-4c22-452a-96cc-fe593e344125, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16638976848541226224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224166389768485412262241663897684854122622416638976848541226224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f586ba02-fbb9-416a-b5fd-d42f602b70b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efcdc51b-09fe-47ec-805b-27bc6740bb99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efcdc51b-09fe-47ec-805b-27bc6740bb99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6350379903022191375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375635037990302219137563503799030221913756350379903022191375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842edb3a-4c22-452a-96cc-fe593e344125, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e968e9ac-3f1d-4b1d-a8fc-e292b2abb88e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e968e9ac-3f1d-4b1d-a8fc-e292b2abb88e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2121800740706015531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531212180074070601553121218007407060155312121800740706015531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efcdc51b-09fe-47ec-805b-27bc6740bb99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e968e9ac-3f1d-4b1d-a8fc-e292b2abb88e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2691859-c851-425a-9135-c376002249f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2691859-c851-425a-9135-c376002249f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14798711269260595644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644147987112692605956441479871126926059564414798711269260595644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd266eaa-631c-4177-ad92-fac7bb618053, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd266eaa-631c-4177-ad92-fac7bb618053, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 574514387541139875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875574514387541139875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2691859-c851-425a-9135-c376002249f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd266eaa-631c-4177-ad92-fac7bb618053, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b4519e7-d5cf-4b47-8ad8-ef996dc8075e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67a13317-2bb3-4572-a4ef-6dd0f41753bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b4519e7-d5cf-4b47-8ad8-ef996dc8075e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12171284830934871564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564121712848309348715641217128483093487156412171284830934871564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a13317-2bb3-4572-a4ef-6dd0f41753bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752745123233941796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796157527451232339417961575274512323394179615752745123233941796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b4519e7-d5cf-4b47-8ad8-ef996dc8075e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a13317-2bb3-4572-a4ef-6dd0f41753bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcb6532-493c-4269-85a1-434ac5d9dc34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcb6532-493c-4269-85a1-434ac5d9dc34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16396529937164661138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138163965299371646611381639652993716466113816396529937164661138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05e0a9f5-ab40-43b1-a5fc-4583cd9d50b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05e0a9f5-ab40-43b1-a5fc-4583cd9d50b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561404326373365161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161125614043263733651611256140432637336516112561404326373365161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcb6532-493c-4269-85a1-434ac5d9dc34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05e0a9f5-ab40-43b1-a5fc-4583cd9d50b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959bd176-68f3-4349-a267-90d8d2d485ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b8f509-50eb-4426-a9f0-40d4e95b8f8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959bd176-68f3-4349-a267-90d8d2d485ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13423747963835587806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806134237479638355878061342374796383558780613423747963835587806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b8f509-50eb-4426-a9f0-40d4e95b8f8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307926453284363962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962830792645328436396283079264532843639628307926453284363962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b8f509-50eb-4426-a9f0-40d4e95b8f8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959bd176-68f3-4349-a267-90d8d2d485ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8331864-113a-477f-8251-004b304965b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0275d57b-219b-43dc-a20f-7ee195f1f61b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8331864-113a-477f-8251-004b304965b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6718725519481867699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699671872551948186769967187255194818676996718725519481867699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0275d57b-219b-43dc-a20f-7ee195f1f61b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18427242073434195569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569184272420734341955691842724207343419556918427242073434195569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8331864-113a-477f-8251-004b304965b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0275d57b-219b-43dc-a20f-7ee195f1f61b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a9e0c04-a195-4583-8a10-2fc8b68150f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2068b472-727c-4132-9d08-fe890424e08b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9e0c04-a195-4583-8a10-2fc8b68150f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879060355456368467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467787906035545636846778790603554563684677879060355456368467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2068b472-727c-4132-9d08-fe890424e08b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316284252011384572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572183162842520113845721831628425201138457218316284252011384572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2068b472-727c-4132-9d08-fe890424e08b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9e0c04-a195-4583-8a10-2fc8b68150f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 956fb57d-f803-4498-9df0-5eb976496495, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4cf6e70-9136-44b3-b9e1-79d263f5601d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 956fb57d-f803-4498-9df0-5eb976496495, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12337497451708413389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389123374974517084133891233749745170841338912337497451708413389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4cf6e70-9136-44b3-b9e1-79d263f5601d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847607428213131688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688148476074282131316881484760742821313168814847607428213131688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 956fb57d-f803-4498-9df0-5eb976496495, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4cf6e70-9136-44b3-b9e1-79d263f5601d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0671f84-78f0-45d9-a8e7-cd687b872830, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cc8b437-0677-4672-ba98-b4c4c75e31dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0671f84-78f0-45d9-a8e7-cd687b872830, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3821434723036988627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627382143472303698862738214347230369886273821434723036988627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cc8b437-0677-4672-ba98-b4c4c75e31dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5529698958348188142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142552969895834818814255296989583481881425529698958348188142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0671f84-78f0-45d9-a8e7-cd687b872830, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cc8b437-0677-4672-ba98-b4c4c75e31dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72448ed3-91f4-48ff-864d-1aee603f63fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72448ed3-91f4-48ff-864d-1aee603f63fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12127858144758852654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654121278581447588526541212785814475885265412127858144758852654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ccad49-d494-42a4-a3c7-8e14d1e49a0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ccad49-d494-42a4-a3c7-8e14d1e49a0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8286688730308385996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996828668873030838599682866887303083859968286688730308385996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72448ed3-91f4-48ff-864d-1aee603f63fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ccad49-d494-42a4-a3c7-8e14d1e49a0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c00eb2-e22c-4f54-bc35-ac5097ac9ca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509a4ea5-e92c-4de0-8b5f-e1f0a2f0310e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c00eb2-e22c-4f54-bc35-ac5097ac9ca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 169493348943387749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749169493348943387749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509a4ea5-e92c-4de0-8b5f-e1f0a2f0310e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13134002830988054029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029131340028309880540291313400283098805402913134002830988054029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c00eb2-e22c-4f54-bc35-ac5097ac9ca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509a4ea5-e92c-4de0-8b5f-e1f0a2f0310e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4072a325-ad4f-44dc-b7ab-82f670123b3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d9586f9-8b29-4627-8a4d-977cf4935349, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4072a325-ad4f-44dc-b7ab-82f670123b3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10720753472354094629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629107207534723540946291072075347235409462910720753472354094629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d9586f9-8b29-4627-8a4d-977cf4935349, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9964269238088516357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357996426923808851635799642692380885163579964269238088516357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d9586f9-8b29-4627-8a4d-977cf4935349, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4072a325-ad4f-44dc-b7ab-82f670123b3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec488683-eea6-46d0-adb3-675b1e334af4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce46e059-89a1-4102-b76e-77589bce0a82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec488683-eea6-46d0-adb3-675b1e334af4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13977925191963537525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525139779251919635375251397792519196353752513977925191963537525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce46e059-89a1-4102-b76e-77589bce0a82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004514259698188415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415200451425969818841520045142596981884152004514259698188415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce46e059-89a1-4102-b76e-77589bce0a82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec488683-eea6-46d0-adb3-675b1e334af4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b712f2a-eb9a-4859-a8a5-e6c8788646b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b712f2a-eb9a-4859-a8a5-e6c8788646b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2638294140323527292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292263829414032352729226382941403235272922638294140323527292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 344e736e-6f2c-410a-8920-6f4c73173c87, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344e736e-6f2c-410a-8920-6f4c73173c87, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3194091742880119948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948319409174288011994831940917428801199483194091742880119948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344e736e-6f2c-410a-8920-6f4c73173c87, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b712f2a-eb9a-4859-a8a5-e6c8788646b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d0e6a4-6456-4fbf-ae97-17ed004ca99a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5401e072-0862-4c59-bddc-c80318679ad0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d0e6a4-6456-4fbf-ae97-17ed004ca99a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5121666306114440348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348512166630611444034851216663061144403485121666306114440348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5401e072-0862-4c59-bddc-c80318679ad0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2128502606018982966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966212850260601898296621285026060189829662128502606018982966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d0e6a4-6456-4fbf-ae97-17ed004ca99a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0fe3a2-f06a-49f4-8a5c-0493f5b7f616, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5401e072-0862-4c59-bddc-c80318679ad0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0fe3a2-f06a-49f4-8a5c-0493f5b7f616, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093729072493906353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353209372907249390635320937290724939063532093729072493906353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cd8591b-f121-48d3-836e-c002cf40e4a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cd8591b-f121-48d3-836e-c002cf40e4a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13738180840936962960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960137381808409369629601373818084093696296013738180840936962960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0fe3a2-f06a-49f4-8a5c-0493f5b7f616, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cd8591b-f121-48d3-836e-c002cf40e4a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8605ca87-36fd-4242-a13b-e8eccf7df46f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8605ca87-36fd-4242-a13b-e8eccf7df46f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596488166543406963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963759648816654340696375964881665434069637596488166543406963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82418fd8-d0fe-47b9-97f4-a43034a4e1b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82418fd8-d0fe-47b9-97f4-a43034a4e1b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8225786324110059589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589822578632411005958982257863241100595898225786324110059589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8605ca87-36fd-4242-a13b-e8eccf7df46f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82418fd8-d0fe-47b9-97f4-a43034a4e1b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44373a9b-b5a1-4416-96ca-f65c71e9611e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bccd915d-1942-4b21-8ef1-71c9248074cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44373a9b-b5a1-4416-96ca-f65c71e9611e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1886371240985081976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976188637124098508197618863712409850819761886371240985081976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bccd915d-1942-4b21-8ef1-71c9248074cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14832565784670120230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230148325657846701202301483256578467012023014832565784670120230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44373a9b-b5a1-4416-96ca-f65c71e9611e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bccd915d-1942-4b21-8ef1-71c9248074cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfa7ca7-14b1-45c0-a598-27839db478f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d6d00f-cd5e-4dbf-ab71-ccac3b6943e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfa7ca7-14b1-45c0-a598-27839db478f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4468212272661965199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199446821227266196519944682122726619651994468212272661965199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d6d00f-cd5e-4dbf-ab71-ccac3b6943e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538391500916726775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775155383915009167267751553839150091672677515538391500916726775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfa7ca7-14b1-45c0-a598-27839db478f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d6d00f-cd5e-4dbf-ab71-ccac3b6943e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d026e576-032e-426a-afda-853d8b9e7c1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d026e576-032e-426a-afda-853d8b9e7c1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16439409906986586055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055164394099069865860551643940990698658605516439409906986586055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 117822a7-c71a-49c7-9e01-a42b4ff70e01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 117822a7-c71a-49c7-9e01-a42b4ff70e01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17415556552473659261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261174155565524736592611741555655247365926117415556552473659261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d026e576-032e-426a-afda-853d8b9e7c1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 117822a7-c71a-49c7-9e01-a42b4ff70e01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f61a1cd-329c-423e-a3aa-333451e2b5b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f61a1cd-329c-423e-a3aa-333451e2b5b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16746701618317513385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385167467016183175133851674670161831751338516746701618317513385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e30519f-621b-45c1-a7f5-7f4fefa554c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e30519f-621b-45c1-a7f5-7f4fefa554c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14727449050479227920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920147274490504792279201472744905047922792014727449050479227920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f61a1cd-329c-423e-a3aa-333451e2b5b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb974fc-549f-4bbd-863b-1e0c8a8b3298, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e30519f-621b-45c1-a7f5-7f4fefa554c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb974fc-549f-4bbd-863b-1e0c8a8b3298, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8644211807836175204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204864421180783617520486442118078361752048644211807836175204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96cbe834-1961-400c-ad81-423a76bb275e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96cbe834-1961-400c-ad81-423a76bb275e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14815238953152068941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941148152389531520689411481523895315206894114815238953152068941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb974fc-549f-4bbd-863b-1e0c8a8b3298, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96cbe834-1961-400c-ad81-423a76bb275e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 029908cb-cd07-4607-abb1-abcbb0f81500, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 029908cb-cd07-4607-abb1-abcbb0f81500, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4382187138560008601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601438218713856000860143821871385600086014382187138560008601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f912dd17-6676-4025-a705-246fe05bebd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f912dd17-6676-4025-a705-246fe05bebd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17460705962999846456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456174607059629998464561746070596299984645617460705962999846456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 029908cb-cd07-4607-abb1-abcbb0f81500, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f912dd17-6676-4025-a705-246fe05bebd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc71e808-5b7b-465a-848e-76f2c29677c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e32c96c-e5ec-4684-a265-e83b2888478d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc71e808-5b7b-465a-848e-76f2c29677c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7819325495798873722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722781932549579887372278193254957988737227819325495798873722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e32c96c-e5ec-4684-a265-e83b2888478d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14035838282805850575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575140358382828058505751403583828280585057514035838282805850575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc71e808-5b7b-465a-848e-76f2c29677c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e32c96c-e5ec-4684-a265-e83b2888478d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b713d49b-6a4b-40a8-ba90-8afef461913b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde5a016-d6bf-42e6-b5ba-1e37e4b4f996, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b713d49b-6a4b-40a8-ba90-8afef461913b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11997007540571572674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674119970075405715726741199700754057157267411997007540571572674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde5a016-d6bf-42e6-b5ba-1e37e4b4f996, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8735856295803956551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551873585629580395655187358562958039565518735856295803956551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde5a016-d6bf-42e6-b5ba-1e37e4b4f996, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b713d49b-6a4b-40a8-ba90-8afef461913b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad8abef0-621c-4676-8c69-4d47755505bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83c86fb4-2db1-45ac-b2e7-cfccfc995039, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad8abef0-621c-4676-8c69-4d47755505bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910261766478290322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322991026176647829032299102617664782903229910261766478290322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83c86fb4-2db1-45ac-b2e7-cfccfc995039, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11864696807606739969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969118646968076067399691186469680760673996911864696807606739969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad8abef0-621c-4676-8c69-4d47755505bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83c86fb4-2db1-45ac-b2e7-cfccfc995039, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c21c23-5fae-4587-9b59-422391cc04b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f45137-9ebd-4048-ab66-98bab91f7e12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c21c23-5fae-4587-9b59-422391cc04b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11567404258451608457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457115674042584516084571156740425845160845711567404258451608457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f45137-9ebd-4048-ab66-98bab91f7e12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627868017374246968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968962786801737424696896278680173742469689627868017374246968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c21c23-5fae-4587-9b59-422391cc04b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f45137-9ebd-4048-ab66-98bab91f7e12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d016f145-e0ba-4101-80ad-6630378a4ea8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eec71c9-1665-41b4-a684-0aaa3bbb7d6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d016f145-e0ba-4101-80ad-6630378a4ea8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4560035005865979646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646456003500586597964645600350058659796464560035005865979646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eec71c9-1665-41b4-a684-0aaa3bbb7d6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14816241684305574314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314148162416843055743141481624168430557431414816241684305574314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eec71c9-1665-41b4-a684-0aaa3bbb7d6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d016f145-e0ba-4101-80ad-6630378a4ea8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7f6a99d-57f9-40b1-9b56-70dcb4ae568d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7f6a99d-57f9-40b1-9b56-70dcb4ae568d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14699024152783084376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376146990241527830843761469902415278308437614699024152783084376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc1995f-fed3-40ce-b361-6c7207d2196f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc1995f-fed3-40ce-b361-6c7207d2196f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3963929199567353773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773396392919956735377339639291995673537733963929199567353773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7f6a99d-57f9-40b1-9b56-70dcb4ae568d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc1995f-fed3-40ce-b361-6c7207d2196f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069d5e11-1b66-48a2-89b9-92c1d3abd018, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069d5e11-1b66-48a2-89b9-92c1d3abd018, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318800386066655123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123331880038606665512333188003860666551233318800386066655123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda75364-ba7b-4256-8ba0-c474e3e418b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda75364-ba7b-4256-8ba0-c474e3e418b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18264420834501440968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968182644208345014409681826442083450144096818264420834501440968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069d5e11-1b66-48a2-89b9-92c1d3abd018, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33706c8d-96e7-46b9-87a1-f50d8abbb5f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33706c8d-96e7-46b9-87a1-f50d8abbb5f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14081371922965779889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889140813719229657798891408137192296577988914081371922965779889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda75364-ba7b-4256-8ba0-c474e3e418b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1b8098-0d59-42d7-adff-b7baf878ca47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1b8098-0d59-42d7-adff-b7baf878ca47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17066553649975956941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941170665536499759569411706655364997595694117066553649975956941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33706c8d-96e7-46b9-87a1-f50d8abbb5f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb34630-a950-4cdf-810e-deb5be3bc070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb34630-a950-4cdf-810e-deb5be3bc070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9352097354571580754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754935209735457158075493520973545715807549352097354571580754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1b8098-0d59-42d7-adff-b7baf878ca47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09d0b29-4931-459a-9bb8-bc2308b71880, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09d0b29-4931-459a-9bb8-bc2308b71880, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3298886318111510741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741329888631811151074132988863181115107413298886318111510741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb34630-a950-4cdf-810e-deb5be3bc070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae8a96d4-c9df-47d4-8170-721860ffdea1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8a96d4-c9df-47d4-8170-721860ffdea1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12788136850115029018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018127881368501150290181278813685011502901812788136850115029018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09d0b29-4931-459a-9bb8-bc2308b71880, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b146dafa-e629-4b79-9887-5894d358a54a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b146dafa-e629-4b79-9887-5894d358a54a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14797614656378337929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929147976146563783379291479761465637833792914797614656378337929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8a96d4-c9df-47d4-8170-721860ffdea1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30220826-e463-427b-804e-e38ea63444cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30220826-e463-427b-804e-e38ea63444cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2134952730127923296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296213495273012792329621349527301279232962134952730127923296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b146dafa-e629-4b79-9887-5894d358a54a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b262afd-287a-4af7-8de7-d0d5e41ad72f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b262afd-287a-4af7-8de7-d0d5e41ad72f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4341258565638035035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035434125856563803503543412585656380350354341258565638035035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30220826-e463-427b-804e-e38ea63444cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d37c1135-a10e-4b05-95f9-56781489b25a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d37c1135-a10e-4b05-95f9-56781489b25a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5099715507574006678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678509971550757400667850997155075740066785099715507574006678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b262afd-287a-4af7-8de7-d0d5e41ad72f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9928464d-9d58-457e-adf9-c44f39b847e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9928464d-9d58-457e-adf9-c44f39b847e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7925906411731749625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625792590641173174962579259064117317496257925906411731749625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d37c1135-a10e-4b05-95f9-56781489b25a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3a6e014-fcb7-41c8-8e0a-5d3d97341d07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3a6e014-fcb7-41c8-8e0a-5d3d97341d07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3098957384218456785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785309895738421845678530989573842184567853098957384218456785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9928464d-9d58-457e-adf9-c44f39b847e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6b7de9f-2891-4cb5-8fda-6cbffa08118e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b7de9f-2891-4cb5-8fda-6cbffa08118e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17246109273991056072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072172461092739910560721724610927399105607217246109273991056072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3a6e014-fcb7-41c8-8e0a-5d3d97341d07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb2a5f1f-5652-43a1-a814-f9918f856df4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb2a5f1f-5652-43a1-a814-f9918f856df4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3644904938821050758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758364490493882105075836449049388210507583644904938821050758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b7de9f-2891-4cb5-8fda-6cbffa08118e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9116c886-5aa4-4885-91de-82fd5899927c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9116c886-5aa4-4885-91de-82fd5899927c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15805408543014445566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566158054085430144455661580540854301444556615805408543014445566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb2a5f1f-5652-43a1-a814-f9918f856df4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b43a7b12-099e-4adb-a610-93d56f66d29f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b43a7b12-099e-4adb-a610-93d56f66d29f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14939641148573346835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835149396411485733468351493964114857334683514939641148573346835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9116c886-5aa4-4885-91de-82fd5899927c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a31b63-0612-4715-a2a6-7975c22113bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a31b63-0612-4715-a2a6-7975c22113bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2260722057562682231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231226072205756268223122607220575626822312260722057562682231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b43a7b12-099e-4adb-a610-93d56f66d29f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a31b63-0612-4715-a2a6-7975c22113bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca1f386a-ade9-4927-9634-516454001c00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a065a8-9e73-4862-97ee-9f4e3198aad9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca1f386a-ade9-4927-9634-516454001c00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3007604036353780731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731300760403635378073130076040363537807313007604036353780731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a065a8-9e73-4862-97ee-9f4e3198aad9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134682063932975808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808513468206393297580851346820639329758085134682063932975808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a065a8-9e73-4862-97ee-9f4e3198aad9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca1f386a-ade9-4927-9634-516454001c00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a14dff37-99a7-48ec-82eb-2a4870b5d38d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a14dff37-99a7-48ec-82eb-2a4870b5d38d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12954266823912245822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822129542668239122458221295426682391224582212954266823912245822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 858a576b-f4df-4f0b-a483-e82fbe44777e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 858a576b-f4df-4f0b-a483-e82fbe44777e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18246827321190437774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774182468273211904377741824682732119043777418246827321190437774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a14dff37-99a7-48ec-82eb-2a4870b5d38d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 858a576b-f4df-4f0b-a483-e82fbe44777e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b226c292-33bd-48b8-802e-eef4dad25d5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b226c292-33bd-48b8-802e-eef4dad25d5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3248224223375450210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210324822422337545021032482242233754502103248224223375450210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e7be941-061c-40ba-bef8-a965b27e55d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e7be941-061c-40ba-bef8-a965b27e55d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2648581918780440948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948264858191878044094826485819187804409482648581918780440948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e7be941-061c-40ba-bef8-a965b27e55d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef6a10db-13b2-471e-88b9-8392a46bd7ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b226c292-33bd-48b8-802e-eef4dad25d5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef6a10db-13b2-471e-88b9-8392a46bd7ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1603710735975492590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590160371073597549259016037107359754925901603710735975492590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79252673-d9e6-4ab6-bf14-a94a09618ba2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79252673-d9e6-4ab6-bf14-a94a09618ba2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14543238567723460672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672145432385677234606721454323856772346067214543238567723460672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef6a10db-13b2-471e-88b9-8392a46bd7ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79252673-d9e6-4ab6-bf14-a94a09618ba2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eafcf1d1-909f-409b-a4ed-dbaa9b49eebb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eafcf1d1-909f-409b-a4ed-dbaa9b49eebb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7370570745838423286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286737057074583842328673705707458384232867370570745838423286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 102a4e46-587b-4547-bef4-ae94917ac516, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 102a4e46-587b-4547-bef4-ae94917ac516, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9301804466791702134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134930180446679170213493018044667917021349301804466791702134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eafcf1d1-909f-409b-a4ed-dbaa9b49eebb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35bba09e-1c2e-44c9-a84f-ef0d2b4c7987, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35bba09e-1c2e-44c9-a84f-ef0d2b4c7987, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10299535135105034292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292102995351351050342921029953513510503429210299535135105034292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 102a4e46-587b-4547-bef4-ae94917ac516, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ff37e2e-8076-4a99-9273-688457148a00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ff37e2e-8076-4a99-9273-688457148a00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 751431249863091020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020751431249863091020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35bba09e-1c2e-44c9-a84f-ef0d2b4c7987, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68d8bcee-d51f-469c-bf79-bdfb90e37e6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68d8bcee-d51f-469c-bf79-bdfb90e37e6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17843269889608196517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517178432698896081965171784326988960819651717843269889608196517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ff37e2e-8076-4a99-9273-688457148a00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5aafe62-48e5-46b4-9ea5-0a388b4121ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5aafe62-48e5-46b4-9ea5-0a388b4121ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971882890075329790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790179718828900753297901797188289007532979017971882890075329790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68d8bcee-d51f-469c-bf79-bdfb90e37e6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db050397-2032-46c4-8c2b-92871f47fad3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db050397-2032-46c4-8c2b-92871f47fad3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3554369795066052840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840355436979506605284035543697950660528403554369795066052840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db050397-2032-46c4-8c2b-92871f47fad3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f841b0e-f20d-45a8-853a-5048ff437526, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f841b0e-f20d-45a8-853a-5048ff437526, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742293680084946801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801874229368008494680187422936800849468018742293680084946801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5aafe62-48e5-46b4-9ea5-0a388b4121ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27fabac7-c1dd-4686-ab2f-afad303687fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27fabac7-c1dd-4686-ab2f-afad303687fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8648352380836130592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592864835238083613059286483523808361305928648352380836130592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f841b0e-f20d-45a8-853a-5048ff437526, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f008a7-7125-4515-a465-54b59d385614, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f008a7-7125-4515-a465-54b59d385614, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11615220666943158844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844116152206669431588441161522066694315884411615220666943158844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27fabac7-c1dd-4686-ab2f-afad303687fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cca4f810-4d96-425d-8f8a-ec25618002fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca4f810-4d96-425d-8f8a-ec25618002fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1228220656892229773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773122822065689222977312282206568922297731228220656892229773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f008a7-7125-4515-a465-54b59d385614, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9222a8-c955-4a20-b7e8-dca9c1092759, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9222a8-c955-4a20-b7e8-dca9c1092759, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13659381539894908575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575136593815398949085751365938153989490857513659381539894908575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca4f810-4d96-425d-8f8a-ec25618002fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bcbdfe9-a606-458d-a81b-9d40e66d200c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bcbdfe9-a606-458d-a81b-9d40e66d200c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12053322983276162087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087120533229832761620871205332298327616208712053322983276162087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9222a8-c955-4a20-b7e8-dca9c1092759, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5eba657-8e11-4277-8a09-21caa856ceae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5eba657-8e11-4277-8a09-21caa856ceae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10647761370047474373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373106477613700474743731064776137004747437310647761370047474373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bcbdfe9-a606-458d-a81b-9d40e66d200c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aaae961-a815-4d2b-bb27-4c3ed3d56973, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aaae961-a815-4d2b-bb27-4c3ed3d56973, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17510136915364960059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059175101369153649600591751013691536496005917510136915364960059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5eba657-8e11-4277-8a09-21caa856ceae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5764f7e-078f-49bc-b3e8-c94e6037dc4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5764f7e-078f-49bc-b3e8-c94e6037dc4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12848156379860967581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581128481563798609675811284815637986096758112848156379860967581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aaae961-a815-4d2b-bb27-4c3ed3d56973, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edb3d77f-4311-4a69-8983-7e419aab85ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edb3d77f-4311-4a69-8983-7e419aab85ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6885554099231931549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549688555409923193154968855540992319315496885554099231931549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5764f7e-078f-49bc-b3e8-c94e6037dc4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48753139-9b7b-4d24-8cfc-4a91b8c37611, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48753139-9b7b-4d24-8cfc-4a91b8c37611, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14582750904900275090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090145827509049002750901458275090490027509014582750904900275090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edb3d77f-4311-4a69-8983-7e419aab85ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35bd0e3-d706-47c0-8d1d-f529329c0e42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35bd0e3-d706-47c0-8d1d-f529329c0e42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6998388430497596874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874699838843049759687469983884304975968746998388430497596874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48753139-9b7b-4d24-8cfc-4a91b8c37611, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a8c08c1-9df3-48de-bce5-a0fcc10f1fae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a8c08c1-9df3-48de-bce5-a0fcc10f1fae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9550805525779287797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797955080552577928779795508055257792877979550805525779287797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35bd0e3-d706-47c0-8d1d-f529329c0e42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc5028ac-ddb4-4cc7-aa37-3f81e260c0a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5028ac-ddb4-4cc7-aa37-3f81e260c0a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269732098207089498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498326973209820708949832697320982070894983269732098207089498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a8c08c1-9df3-48de-bce5-a0fcc10f1fae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f655a5e4-c8da-4827-aac6-ccadbc5bd1eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f655a5e4-c8da-4827-aac6-ccadbc5bd1eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12975721941593569543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543129757219415935695431297572194159356954312975721941593569543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5028ac-ddb4-4cc7-aa37-3f81e260c0a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6553c4fa-af28-4745-912f-b8a3fa6755fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6553c4fa-af28-4745-912f-b8a3fa6755fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688741423158759130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130176887414231587591301768874142315875913017688741423158759130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f655a5e4-c8da-4827-aac6-ccadbc5bd1eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acc82e03-dc8c-42d8-96dd-e89c52cf6659, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acc82e03-dc8c-42d8-96dd-e89c52cf6659, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11688447519360773686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686116884475193607736861168844751936077368611688447519360773686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6553c4fa-af28-4745-912f-b8a3fa6755fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76d53244-0877-4bf4-98e4-93d8a726ba90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76d53244-0877-4bf4-98e4-93d8a726ba90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1212204731793922668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668121220473179392266812122047317939226681212204731793922668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acc82e03-dc8c-42d8-96dd-e89c52cf6659, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 433dde84-e171-42df-a395-c068517209a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 433dde84-e171-42df-a395-c068517209a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833835363025476696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696168338353630254766961683383536302547669616833835363025476696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76d53244-0877-4bf4-98e4-93d8a726ba90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e657f5f-40a3-4774-92b3-d3b78a771dfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e657f5f-40a3-4774-92b3-d3b78a771dfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16354467085401517255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255163544670854015172551635446708540151725516354467085401517255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 433dde84-e171-42df-a395-c068517209a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15959f18-5f12-462f-9d85-da4dd238145b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15959f18-5f12-462f-9d85-da4dd238145b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3368863107867681526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526336886310786768152633688631078676815263368863107867681526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e657f5f-40a3-4774-92b3-d3b78a771dfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd3d077a-eacf-49ef-957a-e621d2989239, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd3d077a-eacf-49ef-957a-e621d2989239, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5574812687748149120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120557481268774814912055748126877481491205574812687748149120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15959f18-5f12-462f-9d85-da4dd238145b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b57c1f0-f2c0-4c62-a7eb-901f6bcafa62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b57c1f0-f2c0-4c62-a7eb-901f6bcafa62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4098883766923910456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456409888376692391045640988837669239104564098883766923910456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd3d077a-eacf-49ef-957a-e621d2989239, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba85aeda-b95f-4f1c-846c-da37f7a7ca40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba85aeda-b95f-4f1c-846c-da37f7a7ca40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 840023059427712065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065840023059427712065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b57c1f0-f2c0-4c62-a7eb-901f6bcafa62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa124bd-ce6c-447d-b184-5d81e7efbc75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa124bd-ce6c-447d-b184-5d81e7efbc75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3594615978215226619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619359461597821522661935946159782152266193594615978215226619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba85aeda-b95f-4f1c-846c-da37f7a7ca40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92fa5eda-d904-40df-9a26-431d4d23b42e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92fa5eda-d904-40df-9a26-431d4d23b42e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5945706661889811590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590594570666188981159059457066618898115905945706661889811590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa124bd-ce6c-447d-b184-5d81e7efbc75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aba106d-3dca-45cf-b1c0-a50f9e940104, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aba106d-3dca-45cf-b1c0-a50f9e940104, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12361999014590914621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621123619990145909146211236199901459091462112361999014590914621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92fa5eda-d904-40df-9a26-431d4d23b42e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b05a4aa-b936-4881-acd6-865fbeac7b53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b05a4aa-b936-4881-acd6-865fbeac7b53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6807341475679114166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166680734147567911416668073414756791141666807341475679114166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aba106d-3dca-45cf-b1c0-a50f9e940104, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fb69367-6166-41a7-beb9-6f241d1d098f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fb69367-6166-41a7-beb9-6f241d1d098f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17002751945587361322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322170027519455873613221700275194558736132217002751945587361322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b05a4aa-b936-4881-acd6-865fbeac7b53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55c6d88f-35fb-40a8-9d59-3b77dc1843b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c6d88f-35fb-40a8-9d59-3b77dc1843b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18035498930712653361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361180354989307126533611803549893071265336118035498930712653361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fb69367-6166-41a7-beb9-6f241d1d098f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527b381c-8ed4-4244-bea2-4b3dec5ae71f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527b381c-8ed4-4244-bea2-4b3dec5ae71f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14016628457650526109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109140166284576505261091401662845765052610914016628457650526109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527b381c-8ed4-4244-bea2-4b3dec5ae71f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc84d97a-6259-4a86-afee-961df4f983b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc84d97a-6259-4a86-afee-961df4f983b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548386225241187205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205155483862252411872051554838622524118720515548386225241187205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c6d88f-35fb-40a8-9d59-3b77dc1843b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df108265-b716-4517-a62b-d0b44629fba4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df108265-b716-4517-a62b-d0b44629fba4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535323867543688332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332653532386754368833265353238675436883326535323867543688332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc84d97a-6259-4a86-afee-961df4f983b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13a98ef4-4906-4667-934d-1f36eb58164b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a98ef4-4906-4667-934d-1f36eb58164b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666784217814881721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721266678421781488172126667842178148817212666784217814881721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df108265-b716-4517-a62b-d0b44629fba4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 334211e4-f379-4323-825a-777d7df364a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 334211e4-f379-4323-825a-777d7df364a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10769087288002470452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452107690872880024704521076908728800247045210769087288002470452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a98ef4-4906-4667-934d-1f36eb58164b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e15861df-e8bd-440e-947f-62ebaed7d44f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e15861df-e8bd-440e-947f-62ebaed7d44f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5680111304434149855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855568011130443414985556801113044341498555680111304434149855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 334211e4-f379-4323-825a-777d7df364a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28784943-3fec-4e92-bf94-a895080244fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28784943-3fec-4e92-bf94-a895080244fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14853443904021561423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423148534439040215614231485344390402156142314853443904021561423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e15861df-e8bd-440e-947f-62ebaed7d44f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95d7eefe-2621-4d80-a8c2-40f1d89eb01d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95d7eefe-2621-4d80-a8c2-40f1d89eb01d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13311630834903932972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972133116308349039329721331163083490393297213311630834903932972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28784943-3fec-4e92-bf94-a895080244fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35392d66-eadb-418b-a8b0-7ebb7240f2de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35392d66-eadb-418b-a8b0-7ebb7240f2de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7415844083743228815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815741584408374322881574158440837432288157415844083743228815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95d7eefe-2621-4d80-a8c2-40f1d89eb01d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ab20e37-2329-4527-93d4-890f80dd96c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ab20e37-2329-4527-93d4-890f80dd96c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1420854512895731570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570142085451289573157014208545128957315701420854512895731570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35392d66-eadb-418b-a8b0-7ebb7240f2de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e71712b2-5556-4368-a279-0370b269a71a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e71712b2-5556-4368-a279-0370b269a71a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 256762019260541829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829256762019260541829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ab20e37-2329-4527-93d4-890f80dd96c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c83c3d3e-bfbc-49b1-bd7d-01501e163a30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c83c3d3e-bfbc-49b1-bd7d-01501e163a30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7503775436096968421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421750377543609696842175037754360969684217503775436096968421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e71712b2-5556-4368-a279-0370b269a71a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eda3135-d34c-47ae-acdf-1dc20edb81a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c83c3d3e-bfbc-49b1-bd7d-01501e163a30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eda3135-d34c-47ae-acdf-1dc20edb81a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 251235860623197005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005251235860623197005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8efbdf0-345d-4c21-838f-7a99f0b9e293, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8efbdf0-345d-4c21-838f-7a99f0b9e293, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12880024183196103455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455128800241831961034551288002418319610345512880024183196103455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eda3135-d34c-47ae-acdf-1dc20edb81a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 963d287f-5463-444b-af46-b6fdcc425339, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8efbdf0-345d-4c21-838f-7a99f0b9e293, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 963d287f-5463-444b-af46-b6fdcc425339, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18411378783062658805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805184113787830626588051841137878306265880518411378783062658805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7fd1df7-50ec-4a53-b050-c0f15ba71ea9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7fd1df7-50ec-4a53-b050-c0f15ba71ea9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424529455589454929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929442452945558945492944245294555894549294424529455589454929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 963d287f-5463-444b-af46-b6fdcc425339, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4deb6a99-c5c6-4586-93e4-2af5d87f4cba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7fd1df7-50ec-4a53-b050-c0f15ba71ea9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4deb6a99-c5c6-4586-93e4-2af5d87f4cba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10275894343969467474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474102758943439694674741027589434396946747410275894343969467474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209bb174-5af4-47d8-9edc-62af14b27109, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209bb174-5af4-47d8-9edc-62af14b27109, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17297735853482201394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394172977358534822013941729773585348220139417297735853482201394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4deb6a99-c5c6-4586-93e4-2af5d87f4cba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d5fa96e-3b9b-48f1-a10c-d06f23fb5d5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209bb174-5af4-47d8-9edc-62af14b27109, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d5fa96e-3b9b-48f1-a10c-d06f23fb5d5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6436440046605130967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967643644004660513096764364400466051309676436440046605130967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1bf40ef-1c55-42f5-bae9-7644bf44a72b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1bf40ef-1c55-42f5-bae9-7644bf44a72b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 648601049765819569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569648601049765819569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d5fa96e-3b9b-48f1-a10c-d06f23fb5d5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1bf40ef-1c55-42f5-bae9-7644bf44a72b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa4d3e22-7ff2-42f9-ac3b-92e9bead388b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa4d3e22-7ff2-42f9-ac3b-92e9bead388b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15802984528456131374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374158029845284561313741580298452845613137415802984528456131374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 824c2086-6ee1-454d-bebc-668eb393830a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 824c2086-6ee1-454d-bebc-668eb393830a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5257852625517303718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718525785262551730371852578526255173037185257852625517303718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa4d3e22-7ff2-42f9-ac3b-92e9bead388b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 824c2086-6ee1-454d-bebc-668eb393830a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a4fd8b3-8bb9-46e4-804c-31927dd1b907, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e1a3b87-902c-4418-94b4-30be58ac35cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a4fd8b3-8bb9-46e4-804c-31927dd1b907, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166100480629785219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219131661004806297852191316610048062978521913166100480629785219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e1a3b87-902c-4418-94b4-30be58ac35cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6047173431299123509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509604717343129912350960471734312991235096047173431299123509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a4fd8b3-8bb9-46e4-804c-31927dd1b907, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e1a3b87-902c-4418-94b4-30be58ac35cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37ca44c-1766-4492-8d7a-3cb92bd523ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d341c7f-201d-4b58-a6ce-cbc1318b863e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37ca44c-1766-4492-8d7a-3cb92bd523ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4566968646024012999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999456696864602401299945669686460240129994566968646024012999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d341c7f-201d-4b58-a6ce-cbc1318b863e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9252324778186489815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815925232477818648981592523247781864898159252324778186489815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37ca44c-1766-4492-8d7a-3cb92bd523ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf736b0-9827-431c-9daa-e9d19fe7e8cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf736b0-9827-431c-9daa-e9d19fe7e8cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 293567577912288630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630293567577912288630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d341c7f-201d-4b58-a6ce-cbc1318b863e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d91cc4-b668-4303-aa04-e4f00f52582d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d91cc4-b668-4303-aa04-e4f00f52582d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 66116732749035740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6611673274903574066116732749035740661167327490357406611673274903574066116732749035740661167327490357406611673274903574066116732749035740661167327490357406611673274903574066116732749035740661167327490357406611673274903574066116732749035740661167327490357406611673274903574066116732749035740661167327490357406611673274903574066116732749035740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf736b0-9827-431c-9daa-e9d19fe7e8cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d686e2ae-5eb6-4ae3-b219-f07e2a56385d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d686e2ae-5eb6-4ae3-b219-f07e2a56385d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7744742480611709231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231774474248061170923177447424806117092317744742480611709231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d91cc4-b668-4303-aa04-e4f00f52582d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b56c7339-e107-43db-a57b-4497cf91a2e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b56c7339-e107-43db-a57b-4497cf91a2e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4366405727918208178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178436640572791820817843664057279182081784366405727918208178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d686e2ae-5eb6-4ae3-b219-f07e2a56385d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e4d197-632b-47be-984d-4c10369ccfc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e4d197-632b-47be-984d-4c10369ccfc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823101037511794995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995382310103751179499538231010375117949953823101037511794995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b56c7339-e107-43db-a57b-4497cf91a2e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a07e9c71-6ed0-4797-92da-42b552efd14d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a07e9c71-6ed0-4797-92da-42b552efd14d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1445232421982226535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535144523242198222653514452324219822265351445232421982226535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e4d197-632b-47be-984d-4c10369ccfc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77aeff1a-3e8e-4eb7-970d-a37bd3e82038, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77aeff1a-3e8e-4eb7-970d-a37bd3e82038, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10481373129768584916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916104813731297685849161048137312976858491610481373129768584916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a07e9c71-6ed0-4797-92da-42b552efd14d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e699e0-5d41-486b-b797-a454acf901c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e699e0-5d41-486b-b797-a454acf901c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3752769239100653263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263375276923910065326337527692391006532633752769239100653263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77aeff1a-3e8e-4eb7-970d-a37bd3e82038, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ac4ecd8-dfcd-4c18-86e4-e655cb2824a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ac4ecd8-dfcd-4c18-86e4-e655cb2824a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11681017037334652405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405116810170373346524051168101703733465240511681017037334652405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e699e0-5d41-486b-b797-a454acf901c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f77f4089-a4f3-44c6-b4e3-2aea15631e47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77f4089-a4f3-44c6-b4e3-2aea15631e47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543432473875942441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441154343247387594244115434324738759424411543432473875942441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ac4ecd8-dfcd-4c18-86e4-e655cb2824a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77f4089-a4f3-44c6-b4e3-2aea15631e47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dbcf06b-dbc9-4e65-8e9a-114a92699022, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbcf06b-dbc9-4e65-8e9a-114a92699022, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5702379505649402820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820570237950564940282057023795056494028205702379505649402820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d96d0e-0beb-4fc4-913a-204be3e60ab0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d96d0e-0beb-4fc4-913a-204be3e60ab0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6019425145280517929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929601942514528051792960194251452805179296019425145280517929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbcf06b-dbc9-4e65-8e9a-114a92699022, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d96d0e-0beb-4fc4-913a-204be3e60ab0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d78a210-9825-4e09-b294-4ec45db725d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d78a210-9825-4e09-b294-4ec45db725d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6865686074138625165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165686568607413862516568656860741386251656865686074138625165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb4b7681-04ab-4592-91de-c462b7302246, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb4b7681-04ab-4592-91de-c462b7302246, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9101861144018576520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520910186114401857652091018611440185765209101861144018576520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb4b7681-04ab-4592-91de-c462b7302246, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f107cfd9-6db0-43ce-8de2-1851e6067c38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f107cfd9-6db0-43ce-8de2-1851e6067c38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2109987818376078686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686210998781837607868621099878183760786862109987818376078686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d78a210-9825-4e09-b294-4ec45db725d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8441acc-40d1-45a3-8570-766b82c3f4b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8441acc-40d1-45a3-8570-766b82c3f4b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554884182658946824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824655488418265894682465548841826589468246554884182658946824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f107cfd9-6db0-43ce-8de2-1851e6067c38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbeb8c9-1c2c-467a-8a2c-b6e85ca705cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbeb8c9-1c2c-467a-8a2c-b6e85ca705cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10897987999687666205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205108979879996876662051089798799968766620510897987999687666205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8441acc-40d1-45a3-8570-766b82c3f4b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d78486-7ee2-4c97-b428-499bf236b1de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d78486-7ee2-4c97-b428-499bf236b1de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15202455144742481290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290152024551447424812901520245514474248129015202455144742481290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbeb8c9-1c2c-467a-8a2c-b6e85ca705cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2ba0ff3-a4ed-4c52-ad33-435bbee7cfb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ba0ff3-a4ed-4c52-ad33-435bbee7cfb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4867834300416275141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141486783430041627514148678343004162751414867834300416275141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d78486-7ee2-4c97-b428-499bf236b1de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06558dc9-da4c-4c86-a70d-603a7bead464, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06558dc9-da4c-4c86-a70d-603a7bead464, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1989156063471470290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290198915606347147029019891560634714702901989156063471470290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ba0ff3-a4ed-4c52-ad33-435bbee7cfb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38b2836-8f3b-4b70-87a1-8a742807b7a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38b2836-8f3b-4b70-87a1-8a742807b7a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781170559142780847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847177811705591427808471778117055914278084717781170559142780847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06558dc9-da4c-4c86-a70d-603a7bead464, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd4f53b-f559-4f89-8dca-1ff5cfdd5887, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd4f53b-f559-4f89-8dca-1ff5cfdd5887, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17675359759893168663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663176753597598931686631767535975989316866317675359759893168663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38b2836-8f3b-4b70-87a1-8a742807b7a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fde1d1-3d6c-4cc5-a996-b08c6d185ba0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fde1d1-3d6c-4cc5-a996-b08c6d185ba0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5534572505053972257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257553457250505397225755345725050539722575534572505053972257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd4f53b-f559-4f89-8dca-1ff5cfdd5887, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c0964f-a4d5-4f6a-8231-2c13e43e5288, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c0964f-a4d5-4f6a-8231-2c13e43e5288, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1253789777663229393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393125378977766322939312537897776632293931253789777663229393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fde1d1-3d6c-4cc5-a996-b08c6d185ba0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c74a59bb-c028-4c61-b2a7-62374118510b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74a59bb-c028-4c61-b2a7-62374118510b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 140482213362759078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078140482213362759078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c0964f-a4d5-4f6a-8231-2c13e43e5288, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a093d147-be67-4a37-a089-8bd4a6a87391, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74a59bb-c028-4c61-b2a7-62374118510b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a093d147-be67-4a37-a089-8bd4a6a87391, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780510092369132831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831278051009236913283127805100923691328312780510092369132831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1302fd03-9064-4aa1-981e-7596759ddc1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1302fd03-9064-4aa1-981e-7596759ddc1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11629532933260903642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642116295329332609036421162953293326090364211629532933260903642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a093d147-be67-4a37-a089-8bd4a6a87391, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1302fd03-9064-4aa1-981e-7596759ddc1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42443e66-1fa4-439c-bb26-7d054b637f8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e54e3184-e989-480b-83db-a30b85253ff5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42443e66-1fa4-439c-bb26-7d054b637f8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17130961555303621554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554171309615553036215541713096155530362155417130961555303621554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54e3184-e989-480b-83db-a30b85253ff5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752921092598178009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009475292109259817800947529210925981780094752921092598178009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54e3184-e989-480b-83db-a30b85253ff5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42443e66-1fa4-439c-bb26-7d054b637f8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e3c0674-0101-460d-b00d-c1da375a9008, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e3c0674-0101-460d-b00d-c1da375a9008, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17805447450617263161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161178054474506172631611780544745061726316117805447450617263161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01b1e71-d147-453a-87bb-3bea4b0850f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01b1e71-d147-453a-87bb-3bea4b0850f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5894379287744802154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154589437928774480215458943792877448021545894379287744802154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e3c0674-0101-460d-b00d-c1da375a9008, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01b1e71-d147-453a-87bb-3bea4b0850f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1379d5a-c2ad-45fc-9c46-3fdc81e0629d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1379d5a-c2ad-45fc-9c46-3fdc81e0629d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12573652673573056979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979125736526735730569791257365267357305697912573652673573056979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a168895e-b12b-4d81-9c11-ef4c9aed511d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a168895e-b12b-4d81-9c11-ef4c9aed511d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3949863993546071944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944394986399354607194439498639935460719443949863993546071944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1379d5a-c2ad-45fc-9c46-3fdc81e0629d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d44de8-65a9-4fdf-9de8-96176738bc6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d44de8-65a9-4fdf-9de8-96176738bc6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2053655021626769315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315205365502162676931520536550216267693152053655021626769315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a168895e-b12b-4d81-9c11-ef4c9aed511d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73c2f2a6-b949-4fd4-826f-8604a68bf27b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73c2f2a6-b949-4fd4-826f-8604a68bf27b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12620755491302747883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883126207554913027478831262075549130274788312620755491302747883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d44de8-65a9-4fdf-9de8-96176738bc6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73c2f2a6-b949-4fd4-826f-8604a68bf27b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dbae41c-d942-4304-8fc9-21d35936524a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dbae41c-d942-4304-8fc9-21d35936524a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893730300368696624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624389373030036869662438937303003686966243893730300368696624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d47bc06-23ee-480f-88ce-c152d38815c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d47bc06-23ee-480f-88ce-c152d38815c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6914374058329820465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465691437405832982046569143740583298204656914374058329820465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dbae41c-d942-4304-8fc9-21d35936524a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70784af2-9c98-4ca4-a9fe-2d00c38b89ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70784af2-9c98-4ca4-a9fe-2d00c38b89ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13635978002076886224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224136359780020768862241363597800207688622413635978002076886224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d47bc06-23ee-480f-88ce-c152d38815c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc7442f-11f5-482c-956f-69420ba27b20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc7442f-11f5-482c-956f-69420ba27b20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977593666999270597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597997759366699927059799775936669992705979977593666999270597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70784af2-9c98-4ca4-a9fe-2d00c38b89ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdafa1d5-6168-45a5-9634-c51174a8d0f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdafa1d5-6168-45a5-9634-c51174a8d0f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18213338524068622104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104182133385240686221041821333852406862210418213338524068622104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc7442f-11f5-482c-956f-69420ba27b20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 078367bc-f0a6-4db0-a4bf-ba3781382f22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdafa1d5-6168-45a5-9634-c51174a8d0f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 078367bc-f0a6-4db0-a4bf-ba3781382f22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6574503267642748696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696657450326764274869665745032676427486966574503267642748696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8370254a-0b31-4a3b-871c-ce25f6608ef0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8370254a-0b31-4a3b-871c-ce25f6608ef0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7753473093138361460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460775347309313836146077534730931383614607753473093138361460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 078367bc-f0a6-4db0-a4bf-ba3781382f22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0740f41c-3150-4fa0-ae43-cf4f3ef7edde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8370254a-0b31-4a3b-871c-ce25f6608ef0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0740f41c-3150-4fa0-ae43-cf4f3ef7edde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7892047697238936260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260789204769723893626078920476972389362607892047697238936260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80adc428-98e6-4bfa-b979-e480478de024, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80adc428-98e6-4bfa-b979-e480478de024, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9428229958665357160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160942822995866535716094282299586653571609428229958665357160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0740f41c-3150-4fa0-ae43-cf4f3ef7edde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18942791-9e41-4b5b-87b5-fa21ba287dd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80adc428-98e6-4bfa-b979-e480478de024, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18942791-9e41-4b5b-87b5-fa21ba287dd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2302830518949334303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303230283051894933430323028305189493343032302830518949334303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4db7a584-16ae-4ad1-989a-c90cd765bc4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db7a584-16ae-4ad1-989a-c90cd765bc4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11283855379081613536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536112838553790816135361128385537908161353611283855379081613536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18942791-9e41-4b5b-87b5-fa21ba287dd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d5d8d0-a81c-4a31-bc0e-84b0b8fa6f52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d5d8d0-a81c-4a31-bc0e-84b0b8fa6f52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9209419549503928405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405920941954950392840592094195495039284059209419549503928405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db7a584-16ae-4ad1-989a-c90cd765bc4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f632c67-8b50-4bc4-9c4c-0902c11c0358, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f632c67-8b50-4bc4-9c4c-0902c11c0358, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16819888828942794446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446168198888289427944461681988882894279444616819888828942794446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f632c67-8b50-4bc4-9c4c-0902c11c0358, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd74fdec-87ac-4c3d-a4f8-366c461b4699, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd74fdec-87ac-4c3d-a4f8-366c461b4699, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18136659598154218491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491181366595981542184911813665959815421849118136659598154218491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d5d8d0-a81c-4a31-bc0e-84b0b8fa6f52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 733a384c-6a6d-4bf5-a557-76614e9f4586, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 733a384c-6a6d-4bf5-a557-76614e9f4586, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2277744409795695151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151227774440979569515122777444097956951512277744409795695151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 733a384c-6a6d-4bf5-a557-76614e9f4586, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e947371-4f60-40b9-ac71-bbc72b292baf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e947371-4f60-40b9-ac71-bbc72b292baf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358401092107456208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208183584010921074562081835840109210745620818358401092107456208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd74fdec-87ac-4c3d-a4f8-366c461b4699, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f12f3cf-1d72-41af-9a94-896b7088754a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f12f3cf-1d72-41af-9a94-896b7088754a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2685822543262658542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542268582254326265854226858225432626585422685822543262658542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e947371-4f60-40b9-ac71-bbc72b292baf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bbb4f64-63a7-4360-a724-c71a0adcb2bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bbb4f64-63a7-4360-a724-c71a0adcb2bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15430099439267548887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887154300994392675488871543009943926754888715430099439267548887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f12f3cf-1d72-41af-9a94-896b7088754a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065f6ead-b181-4896-9b07-792890a54455, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065f6ead-b181-4896-9b07-792890a54455, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17572982667564659802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802175729826675646598021757298266756465980217572982667564659802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bbb4f64-63a7-4360-a724-c71a0adcb2bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47df6f90-4270-4acd-8e4a-a52e70b393e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47df6f90-4270-4acd-8e4a-a52e70b393e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363896335253444817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817143638963352534448171436389633525344481714363896335253444817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065f6ead-b181-4896-9b07-792890a54455, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f55b9d0-b8ca-407c-a12b-436e15cc41dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f55b9d0-b8ca-407c-a12b-436e15cc41dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12354831512574723229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229123548315125747232291235483151257472322912354831512574723229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47df6f90-4270-4acd-8e4a-a52e70b393e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f55b9d0-b8ca-407c-a12b-436e15cc41dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad87f76-b453-4a5d-ae0f-a4bdc517cb7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad87f76-b453-4a5d-ae0f-a4bdc517cb7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6143214471981750752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752614321447198175075261432144719817507526143214471981750752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e379638-5c20-4065-94ae-562ff0d21818, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e379638-5c20-4065-94ae-562ff0d21818, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13612500948542806580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580136125009485428065801361250094854280658013612500948542806580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad87f76-b453-4a5d-ae0f-a4bdc517cb7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eb1d132-47a8-48b4-a584-610c635fa5c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eb1d132-47a8-48b4-a584-610c635fa5c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068463172730771423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423130684631727307714231306846317273077142313068463172730771423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e379638-5c20-4065-94ae-562ff0d21818, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 142bab75-37f8-4431-b7b3-bbace3d80aa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 142bab75-37f8-4431-b7b3-bbace3d80aa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243747987285533872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872152437479872855338721524374798728553387215243747987285533872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eb1d132-47a8-48b4-a584-610c635fa5c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ed05463-e39c-4058-8af7-bc4b53dd4a5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 142bab75-37f8-4431-b7b3-bbace3d80aa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ed05463-e39c-4058-8af7-bc4b53dd4a5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3755589912400170282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282375558991240017028237555899124001702823755589912400170282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09d0ba6-49ae-4994-8247-dc4931825ebc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09d0ba6-49ae-4994-8247-dc4931825ebc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 262085103509250742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742262085103509250742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ed05463-e39c-4058-8af7-bc4b53dd4a5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5146bfa-160a-426d-a3aa-157752401a80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09d0ba6-49ae-4994-8247-dc4931825ebc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5146bfa-160a-426d-a3aa-157752401a80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13796297774914319202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202137962977749143192021379629777491431920213796297774914319202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c5d4d1-e1b4-429f-b032-1165e1ebd0d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c5d4d1-e1b4-429f-b032-1165e1ebd0d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14496009248084592569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569144960092480845925691449600924808459256914496009248084592569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5146bfa-160a-426d-a3aa-157752401a80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834ae82d-107c-4179-8af5-fae5215bf829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834ae82d-107c-4179-8af5-fae5215bf829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3974170095828905942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942397417009582890594239741700958289059423974170095828905942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c5d4d1-e1b4-429f-b032-1165e1ebd0d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbae7935-5938-4f6a-8cb8-3d0275244b3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbae7935-5938-4f6a-8cb8-3d0275244b3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1291068023922547537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537129106802392254753712910680239225475371291068023922547537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834ae82d-107c-4179-8af5-fae5215bf829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ac897c8-c497-4b21-b0fa-e09be4677b67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac897c8-c497-4b21-b0fa-e09be4677b67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143816071514208163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163914381607151420816391438160715142081639143816071514208163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbae7935-5938-4f6a-8cb8-3d0275244b3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8693400-ef11-40db-bd66-7ba387acb87a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8693400-ef11-40db-bd66-7ba387acb87a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8094037566646377230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230809403756664637723080940375666463772308094037566646377230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac897c8-c497-4b21-b0fa-e09be4677b67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a094af-4971-4d65-a8e0-dd831b1f26cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a094af-4971-4d65-a8e0-dd831b1f26cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6002811920666257119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119600281192066625711960028119206662571196002811920666257119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8693400-ef11-40db-bd66-7ba387acb87a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74964823-6b02-4205-9bbb-f410bfec85ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74964823-6b02-4205-9bbb-f410bfec85ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9381406928359170094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094938140692835917009493814069283591700949381406928359170094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a094af-4971-4d65-a8e0-dd831b1f26cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcc93ad0-5ce2-4379-becb-a93ae476c9ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcc93ad0-5ce2-4379-becb-a93ae476c9ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11102800612464753807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807111028006124647538071110280061246475380711102800612464753807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74964823-6b02-4205-9bbb-f410bfec85ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6edecb9-31c9-42f2-99a6-07e330a66ca9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6edecb9-31c9-42f2-99a6-07e330a66ca9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9932608738972449129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129993260873897244912999326087389724491299932608738972449129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcc93ad0-5ce2-4379-becb-a93ae476c9ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54638e55-5c8e-4250-b62a-cff731054fc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54638e55-5c8e-4250-b62a-cff731054fc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8118994763562077936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936811899476356207793681189947635620779368118994763562077936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6edecb9-31c9-42f2-99a6-07e330a66ca9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e48493-60c3-4f3a-803f-8247c9b8f34a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54638e55-5c8e-4250-b62a-cff731054fc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e48493-60c3-4f3a-803f-8247c9b8f34a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4401632919421242441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441440163291942124244144016329194212424414401632919421242441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6fc17c-cd9b-4ce4-ba33-e6c43a1de2e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6fc17c-cd9b-4ce4-ba33-e6c43a1de2e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2488635576661321411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411248863557666132141124886355766613214112488635576661321411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e48493-60c3-4f3a-803f-8247c9b8f34a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6fc17c-cd9b-4ce4-ba33-e6c43a1de2e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e0cfec4-97df-441e-8b89-7ce8fbfa15c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e0cfec4-97df-441e-8b89-7ce8fbfa15c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13456172123269138169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169134561721232691381691345617212326913816913456172123269138169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce2bee47-77e3-4e4e-b340-a520bd7b492a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2bee47-77e3-4e4e-b340-a520bd7b492a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9765293346653353335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335976529334665335333597652933466533533359765293346653353335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2bee47-77e3-4e4e-b340-a520bd7b492a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e0cfec4-97df-441e-8b89-7ce8fbfa15c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a258c08-c98d-4348-a583-6dbba8fff871, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a258c08-c98d-4348-a583-6dbba8fff871, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11091726472357385588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588110917264723573855881109172647235738558811091726472357385588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a0f0c4b-d81b-403c-a90b-406b2dde0004, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a0f0c4b-d81b-403c-a90b-406b2dde0004, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108357320112521215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215810835732011252121581083573201125212158108357320112521215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a258c08-c98d-4348-a583-6dbba8fff871, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a0f0c4b-d81b-403c-a90b-406b2dde0004, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57048594-4184-4478-a7ba-a0b64d7c238b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57048594-4184-4478-a7ba-a0b64d7c238b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1174735256760582906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906117473525676058290611747352567605829061174735256760582906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2baf4266-ab1b-4d4e-8ba2-ff83b35aa269, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2baf4266-ab1b-4d4e-8ba2-ff83b35aa269, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9638782301162781312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312963878230116278131296387823011627813129638782301162781312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57048594-4184-4478-a7ba-a0b64d7c238b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2baf4266-ab1b-4d4e-8ba2-ff83b35aa269, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f6f9e88-22aa-4653-a571-1ebfe161bbd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f6f9e88-22aa-4653-a571-1ebfe161bbd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15424367500951415388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388154243675009514153881542436750095141538815424367500951415388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ab3e67-0dfb-4aa3-863d-a5931b79d2a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ab3e67-0dfb-4aa3-863d-a5931b79d2a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12062771645527798372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372120627716455277983721206277164552779837212062771645527798372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ab3e67-0dfb-4aa3-863d-a5931b79d2a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f6f9e88-22aa-4653-a571-1ebfe161bbd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdbf750e-0344-4107-ad9a-852be8b9fd56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdbf750e-0344-4107-ad9a-852be8b9fd56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3094256174059939995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995309425617405993999530942561740599399953094256174059939995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eda9275-3b26-49bd-beb1-fafa41d17077, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eda9275-3b26-49bd-beb1-fafa41d17077, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555943028781590750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750125559430287815907501255594302878159075012555943028781590750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdbf750e-0344-4107-ad9a-852be8b9fd56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eda9275-3b26-49bd-beb1-fafa41d17077, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab3951a3-3e97-4d57-a36a-a516f9638d5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b92c53ff-b6cc-44e1-b40f-f88ab8283271, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab3951a3-3e97-4d57-a36a-a516f9638d5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329446235980541494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494632944623598054149463294462359805414946329446235980541494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92c53ff-b6cc-44e1-b40f-f88ab8283271, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5482972831600018100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100548297283160001810054829728316000181005482972831600018100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92c53ff-b6cc-44e1-b40f-f88ab8283271, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab3951a3-3e97-4d57-a36a-a516f9638d5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ef3be9-d210-43cf-98af-bdfc10f3d119, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ef3be9-d210-43cf-98af-bdfc10f3d119, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2217104866338513335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335221710486633851333522171048663385133352217104866338513335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff8677b-f3e7-4985-99ad-dde7c36a94ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff8677b-f3e7-4985-99ad-dde7c36a94ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566203659540542914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914856620365954054291485662036595405429148566203659540542914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff8677b-f3e7-4985-99ad-dde7c36a94ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7498ef3-92cf-408f-ba17-a16b3a70140d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ef3be9-d210-43cf-98af-bdfc10f3d119, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ece64b9-824a-4608-a2b6-53f723e65dc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7498ef3-92cf-408f-ba17-a16b3a70140d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16020791590909120434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434160207915909091204341602079159090912043416020791590909120434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ece64b9-824a-4608-a2b6-53f723e65dc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242292143068959073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073424229214306895907342422921430689590734242292143068959073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7498ef3-92cf-408f-ba17-a16b3a70140d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ece64b9-824a-4608-a2b6-53f723e65dc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24d667c6-4e65-45da-8eba-0c1ae8eb0334, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48ad159e-8a48-438e-9a7d-ac598a513eb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24d667c6-4e65-45da-8eba-0c1ae8eb0334, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3991564641071112966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966399156464107111296639915646410711129663991564641071112966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48ad159e-8a48-438e-9a7d-ac598a513eb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13758357607202914954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954137583576072029149541375835760720291495413758357607202914954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24d667c6-4e65-45da-8eba-0c1ae8eb0334, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48ad159e-8a48-438e-9a7d-ac598a513eb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a3bb05e-af0d-45aa-b466-17eb9e69770d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a3bb05e-af0d-45aa-b466-17eb9e69770d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2529608758471588899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899252960875847158889925296087584715888992529608758471588899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f007435-6097-4d42-a865-a6b6fba28cbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f007435-6097-4d42-a865-a6b6fba28cbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5636866425424280911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911563686642542428091156368664254242809115636866425424280911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a3bb05e-af0d-45aa-b466-17eb9e69770d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66e2af29-1497-4882-bd82-0abf85ddd264, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66e2af29-1497-4882-bd82-0abf85ddd264, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3660307506714716384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384366030750671471638436603075067147163843660307506714716384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f007435-6097-4d42-a865-a6b6fba28cbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976ba35c-c045-4285-ad3b-e1d02cf6a285, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976ba35c-c045-4285-ad3b-e1d02cf6a285, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12305935622344662137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137123059356223446621371230593562234466213712305935622344662137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66e2af29-1497-4882-bd82-0abf85ddd264, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e16ebd-82c9-48b9-b079-ff3d6d9da9dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976ba35c-c045-4285-ad3b-e1d02cf6a285, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e16ebd-82c9-48b9-b079-ff3d6d9da9dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14558813132616803598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598145588131326168035981455881313261680359814558813132616803598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b5d422e-21de-46b4-bb8e-0aa276fded10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b5d422e-21de-46b4-bb8e-0aa276fded10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15950502260194941915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915159505022601949419151595050226019494191515950502260194941915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e16ebd-82c9-48b9-b079-ff3d6d9da9dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94693360-a9f4-4ccc-b5cb-d67cf977aed3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94693360-a9f4-4ccc-b5cb-d67cf977aed3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938966215784667550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550993896621578466755099389662157846675509938966215784667550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b5d422e-21de-46b4-bb8e-0aa276fded10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d866495f-cdbe-4f06-a861-a97a9cb77ccb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d866495f-cdbe-4f06-a861-a97a9cb77ccb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9083442594733391011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011908344259473339101190834425947333910119083442594733391011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94693360-a9f4-4ccc-b5cb-d67cf977aed3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eac0a26e-7b22-442d-84f8-b329d08edf9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eac0a26e-7b22-442d-84f8-b329d08edf9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11161390385133113312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312111613903851331133121116139038513311331211161390385133113312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d866495f-cdbe-4f06-a861-a97a9cb77ccb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f4e790-77f7-4567-8a4d-3e3e87e2afb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f4e790-77f7-4567-8a4d-3e3e87e2afb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14619077047665240414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414146190770476652404141461907704766524041414619077047665240414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eac0a26e-7b22-442d-84f8-b329d08edf9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffc1056-0412-4cf1-bec5-85708b3d5e2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffc1056-0412-4cf1-bec5-85708b3d5e2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1052830738877678853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853105283073887767885310528307388776788531052830738877678853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f4e790-77f7-4567-8a4d-3e3e87e2afb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71cf1bd0-493f-4604-b126-0b1a9c7baeb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71cf1bd0-493f-4604-b126-0b1a9c7baeb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10389835098388666916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916103898350983886669161038983509838866691610389835098388666916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffc1056-0412-4cf1-bec5-85708b3d5e2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d8de54-e714-4bbe-b160-57f48de91795, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d8de54-e714-4bbe-b160-57f48de91795, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130674217810422941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941313067421781042294131306742178104229413130674217810422941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71cf1bd0-493f-4604-b126-0b1a9c7baeb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf071fd0-3bc0-4c0b-a629-c997843eee44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf071fd0-3bc0-4c0b-a629-c997843eee44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9720687431367848153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153972068743136784815397206874313678481539720687431367848153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d8de54-e714-4bbe-b160-57f48de91795, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 299f7df9-b646-44cc-bf0f-083d46b84a9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299f7df9-b646-44cc-bf0f-083d46b84a9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14257922533421669995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995142579225334216699951425792253342166999514257922533421669995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299f7df9-b646-44cc-bf0f-083d46b84a9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9966660-148a-4ad9-99a5-8b494ba83d82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9966660-148a-4ad9-99a5-8b494ba83d82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10063060577155422950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950100630605771554229501006306057715542295010063060577155422950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf071fd0-3bc0-4c0b-a629-c997843eee44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98f5f96e-ee5e-4640-b5d4-86572636791e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f5f96e-ee5e-4640-b5d4-86572636791e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16179955660437975726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726161799556604379757261617995566043797572616179955660437975726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9966660-148a-4ad9-99a5-8b494ba83d82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444fffac-0b1d-4222-87a7-458e9e253dae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444fffac-0b1d-4222-87a7-458e9e253dae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1955483831044089006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006195548383104408900619554838310440890061955483831044089006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f5f96e-ee5e-4640-b5d4-86572636791e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc340ced-6fcb-46df-a05e-f6ec85a2f07d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc340ced-6fcb-46df-a05e-f6ec85a2f07d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10856899266012386659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659108568992660123866591085689926601238665910856899266012386659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444fffac-0b1d-4222-87a7-458e9e253dae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef590b6-ec9e-4a9c-8cb1-45ba425c670f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef590b6-ec9e-4a9c-8cb1-45ba425c670f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17990822751868836086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086179908227518688360861799082275186883608617990822751868836086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc340ced-6fcb-46df-a05e-f6ec85a2f07d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db76b36-d01c-48e9-9d7a-b82b63586cfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db76b36-d01c-48e9-9d7a-b82b63586cfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9726745208467391153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153972674520846739115397267452084673911539726745208467391153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef590b6-ec9e-4a9c-8cb1-45ba425c670f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f75f05-c0d6-4600-b0eb-0a86c9ada572, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f75f05-c0d6-4600-b0eb-0a86c9ada572, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 281229382096143781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781281229382096143781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db76b36-d01c-48e9-9d7a-b82b63586cfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f0f0a2f-a564-4b7e-a66b-fe4c16c66586, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f0f0a2f-a564-4b7e-a66b-fe4c16c66586, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13880811070871553800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800138808110708715538001388081107087155380013880811070871553800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f75f05-c0d6-4600-b0eb-0a86c9ada572, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12248afb-e1d6-436a-87c9-1a35b526dda9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12248afb-e1d6-436a-87c9-1a35b526dda9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8862220997910061712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712886222099791006171288622209979100617128862220997910061712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f0f0a2f-a564-4b7e-a66b-fe4c16c66586, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e5b25a0-6d58-43a2-beeb-7f0910e7baa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e5b25a0-6d58-43a2-beeb-7f0910e7baa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1523407086495373809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809152340708649537380915234070864953738091523407086495373809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12248afb-e1d6-436a-87c9-1a35b526dda9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13bb50e9-c38f-4cbf-ae25-8b621274eed2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13bb50e9-c38f-4cbf-ae25-8b621274eed2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011671907740066008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008201167190774006600820116719077400660082011671907740066008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e5b25a0-6d58-43a2-beeb-7f0910e7baa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b5767a1-a9ef-4344-af4b-836aafa76dea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b5767a1-a9ef-4344-af4b-836aafa76dea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9947657404187675674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674994765740418767567499476574041876756749947657404187675674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13bb50e9-c38f-4cbf-ae25-8b621274eed2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ba9e23-3851-411b-a95c-1cbe384dd96f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ba9e23-3851-411b-a95c-1cbe384dd96f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8720658698387316115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115872065869838731611587206586983873161158720658698387316115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b5767a1-a9ef-4344-af4b-836aafa76dea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b39eee8-cf7e-4805-a0ed-1f3145f4f46e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b39eee8-cf7e-4805-a0ed-1f3145f4f46e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7281523888748612705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705728152388874861270572815238887486127057281523888748612705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ba9e23-3851-411b-a95c-1cbe384dd96f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d4d1aa-0887-45ba-abc7-a7186e32e78e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d4d1aa-0887-45ba-abc7-a7186e32e78e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17392616477470620149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149173926164774706201491739261647747062014917392616477470620149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b39eee8-cf7e-4805-a0ed-1f3145f4f46e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151dd266-2d58-4627-80e6-a0f1bde9f072, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151dd266-2d58-4627-80e6-a0f1bde9f072, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1906781272364001951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951190678127236400195119067812723640019511906781272364001951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d4d1aa-0887-45ba-abc7-a7186e32e78e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6dfec3-6f8f-4e97-85bc-58e9c47f152b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6dfec3-6f8f-4e97-85bc-58e9c47f152b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12129608986534430506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506121296089865344305061212960898653443050612129608986534430506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151dd266-2d58-4627-80e6-a0f1bde9f072, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 912eccc4-168f-42b5-b0fb-e402bd27bde3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912eccc4-168f-42b5-b0fb-e402bd27bde3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13097307873774743746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746130973078737747437461309730787377474374613097307873774743746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6dfec3-6f8f-4e97-85bc-58e9c47f152b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e79478ff-1804-4644-abd3-27c4ee8c0a93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79478ff-1804-4644-abd3-27c4ee8c0a93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5331849156986472800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800533184915698647280053318491569864728005331849156986472800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912eccc4-168f-42b5-b0fb-e402bd27bde3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6376cebf-c44d-4646-9f74-d744273c078e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6376cebf-c44d-4646-9f74-d744273c078e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8799226782530395158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158879922678253039515887992267825303951588799226782530395158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79478ff-1804-4644-abd3-27c4ee8c0a93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960b0987-b034-4bd8-a668-601607ddffd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960b0987-b034-4bd8-a668-601607ddffd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1213865800138098786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786121386580013809878612138658001380987861213865800138098786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6376cebf-c44d-4646-9f74-d744273c078e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d23bf1b-ca47-4473-be59-779524914144, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d23bf1b-ca47-4473-be59-779524914144, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15023393401124352172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172150233934011243521721502339340112435217215023393401124352172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960b0987-b034-4bd8-a668-601607ddffd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d63e1a92-9591-445a-89a1-f654e32bc06d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63e1a92-9591-445a-89a1-f654e32bc06d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4594437488779967004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004459443748877996700445944374887799670044594437488779967004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d23bf1b-ca47-4473-be59-779524914144, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b31209b6-b5b6-4b72-b18b-8c5b1090ce09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63e1a92-9591-445a-89a1-f654e32bc06d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b31209b6-b5b6-4b72-b18b-8c5b1090ce09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13631506333215441772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772136315063332154417721363150633321544177213631506333215441772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7ffddf8-f1ed-4d0f-8681-717deb0d95ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7ffddf8-f1ed-4d0f-8681-717deb0d95ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1229908769593669901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901122990876959366990112299087695936699011229908769593669901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b31209b6-b5b6-4b72-b18b-8c5b1090ce09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 959c8390-724a-4501-a2f5-d995b3366596, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 959c8390-724a-4501-a2f5-d995b3366596, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15601448284083761774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774156014482840837617741560144828408376177415601448284083761774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7ffddf8-f1ed-4d0f-8681-717deb0d95ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9184bd83-d713-49a7-89c8-9582a082842b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9184bd83-d713-49a7-89c8-9582a082842b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11201903700419007420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420112019037004190074201120190370041900742011201903700419007420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 959c8390-724a-4501-a2f5-d995b3366596, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81b529c-9945-4a1e-bd12-fb1cf7ff3e17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81b529c-9945-4a1e-bd12-fb1cf7ff3e17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6553288647109533908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908655328864710953390865532886471095339086553288647109533908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9184bd83-d713-49a7-89c8-9582a082842b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c2d77e-ddcb-4134-b8ac-f0e5ca3c2bbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c2d77e-ddcb-4134-b8ac-f0e5ca3c2bbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15228164331534611323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323152281643315346113231522816433153461132315228164331534611323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81b529c-9945-4a1e-bd12-fb1cf7ff3e17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c2d77e-ddcb-4134-b8ac-f0e5ca3c2bbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 193a1f51-8a78-4744-ba92-853823370090, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15af7c92-9dcf-4567-847b-e6737332b9bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 193a1f51-8a78-4744-ba92-853823370090, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17189769201422257914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914171897692014222579141718976920142225791417189769201422257914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15af7c92-9dcf-4567-847b-e6737332b9bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6452532039219308355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355645253203921930835564525320392193083556452532039219308355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15af7c92-9dcf-4567-847b-e6737332b9bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fb1412a-438e-4540-9fcc-e1ffa0500ba0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb1412a-438e-4540-9fcc-e1ffa0500ba0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8429398372967505342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342842939837296750534284293983729675053428429398372967505342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 193a1f51-8a78-4744-ba92-853823370090, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33e5c02f-8ac1-4f70-823f-cc95cdb21e19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33e5c02f-8ac1-4f70-823f-cc95cdb21e19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5085004934620227469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469508500493462022746950850049346202274695085004934620227469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb1412a-438e-4540-9fcc-e1ffa0500ba0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfc04b4-77c9-417e-a06e-2047f45c3e1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfc04b4-77c9-417e-a06e-2047f45c3e1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4512001293190214176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176451200129319021417645120012931902141764512001293190214176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33e5c02f-8ac1-4f70-823f-cc95cdb21e19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2136feca-c3e7-4d9f-9f47-f79d148ce798, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2136feca-c3e7-4d9f-9f47-f79d148ce798, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5264353215005638018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018526435321500563801852643532150056380185264353215005638018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfc04b4-77c9-417e-a06e-2047f45c3e1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2136feca-c3e7-4d9f-9f47-f79d148ce798, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07869f75-d482-46af-af19-8719303abf82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8963ed09-d1d8-457a-b50a-def083ff2e64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07869f75-d482-46af-af19-8719303abf82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4335857760047396705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705433585776004739670543358577600473967054335857760047396705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8963ed09-d1d8-457a-b50a-def083ff2e64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409056371887144748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748640905637188714474864090563718871447486409056371887144748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07869f75-d482-46af-af19-8719303abf82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8963ed09-d1d8-457a-b50a-def083ff2e64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9dbfb2-550a-488b-b7a8-f52c39218745, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab7d3956-168a-459f-a4d7-cc6c57df0dfd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9dbfb2-550a-488b-b7a8-f52c39218745, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7084901053775977242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242708490105377597724270849010537759772427084901053775977242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7d3956-168a-459f-a4d7-cc6c57df0dfd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14815234663010868765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765148152346630108687651481523466301086876514815234663010868765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9dbfb2-550a-488b-b7a8-f52c39218745, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7d3956-168a-459f-a4d7-cc6c57df0dfd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee1c2b5b-63f8-4744-897f-b3889b06ea32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee1c2b5b-63f8-4744-897f-b3889b06ea32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5838809889367206019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019583880988936720601958388098893672060195838809889367206019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2db51dd-8cb3-4d88-9b56-d4a6e752b0a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2db51dd-8cb3-4d88-9b56-d4a6e752b0a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2557977096782533518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518255797709678253351825579770967825335182557977096782533518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee1c2b5b-63f8-4744-897f-b3889b06ea32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d1b2ff8-3ae2-4dce-8ab6-8b4e623ff7e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2db51dd-8cb3-4d88-9b56-d4a6e752b0a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1b2ff8-3ae2-4dce-8ab6-8b4e623ff7e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1820101506727708095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095182010150672770809518201015067277080951820101506727708095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c26c762-4f17-4006-a95c-8ed7aa40bba1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c26c762-4f17-4006-a95c-8ed7aa40bba1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7165090810572623435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435716509081057262343571650908105726234357165090810572623435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1b2ff8-3ae2-4dce-8ab6-8b4e623ff7e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c26c762-4f17-4006-a95c-8ed7aa40bba1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec097d49-985e-442e-8721-bbc6fc4257fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec097d49-985e-442e-8721-bbc6fc4257fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5474758626426118057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057547475862642611805754747586264261180575474758626426118057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217f1ce4-16bf-4e59-b02c-bca8c3557823, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217f1ce4-16bf-4e59-b02c-bca8c3557823, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12124066813279539517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517121240668132795395171212406681327953951712124066813279539517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec097d49-985e-442e-8721-bbc6fc4257fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217f1ce4-16bf-4e59-b02c-bca8c3557823, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22fdfe3d-4411-4eaa-b623-87856d7d9b79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22fdfe3d-4411-4eaa-b623-87856d7d9b79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7150932488107529757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757715093248810752975771509324881075297577150932488107529757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a181bad-e620-4d0c-8de9-db375f1ffc46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a181bad-e620-4d0c-8de9-db375f1ffc46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9076178684428256722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722907617868442825672290761786844282567229076178684428256722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22fdfe3d-4411-4eaa-b623-87856d7d9b79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a181bad-e620-4d0c-8de9-db375f1ffc46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b54dac38-4fa7-4ab8-9b7b-89b7b5e54628, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abef27d4-489d-49d8-a5c1-a3d52b8d34dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b54dac38-4fa7-4ab8-9b7b-89b7b5e54628, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3766097252759902721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721376609725275990272137660972527599027213766097252759902721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abef27d4-489d-49d8-a5c1-a3d52b8d34dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13860953021040811575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575138609530210408115751386095302104081157513860953021040811575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abef27d4-489d-49d8-a5c1-a3d52b8d34dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152fae00-071b-448f-9899-e0d0b68dd853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152fae00-071b-448f-9899-e0d0b68dd853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3929220700482274266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266392922070048227426639292207004822742663929220700482274266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b54dac38-4fa7-4ab8-9b7b-89b7b5e54628, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74c68bab-2196-428e-91b7-11500ff7cd7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c68bab-2196-428e-91b7-11500ff7cd7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1308794165959858559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559130879416595985855913087941659598585591308794165959858559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152fae00-071b-448f-9899-e0d0b68dd853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32b09c61-c420-48ac-9098-c2fb684da8f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32b09c61-c420-48ac-9098-c2fb684da8f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13524041391479371415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415135240413914793714151352404139147937141513524041391479371415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c68bab-2196-428e-91b7-11500ff7cd7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede0c443-9369-449d-8165-f7a0a5058b10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede0c443-9369-449d-8165-f7a0a5058b10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6768494345536579637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637676849434553657963767684943455365796376768494345536579637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32b09c61-c420-48ac-9098-c2fb684da8f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbb3c91c-490c-490f-a327-6fc0c15d0682, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede0c443-9369-449d-8165-f7a0a5058b10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbb3c91c-490c-490f-a327-6fc0c15d0682, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146092953430085012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012614609295343008501261460929534300850126146092953430085012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 466af57a-aff5-486b-b454-bfbbbed0fbd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 466af57a-aff5-486b-b454-bfbbbed0fbd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11707108329859156231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231117071083298591562311170710832985915623111707108329859156231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbb3c91c-490c-490f-a327-6fc0c15d0682, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301a8efd-da9b-46b7-bdee-37bd2d7c4352, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 466af57a-aff5-486b-b454-bfbbbed0fbd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301a8efd-da9b-46b7-bdee-37bd2d7c4352, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16022184005230195185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185160221840052301951851602218400523019518516022184005230195185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325bd06f-c71e-48ef-bbb9-ebbf822a7d21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325bd06f-c71e-48ef-bbb9-ebbf822a7d21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12565542969054041949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949125655429690540419491256554296905404194912565542969054041949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301a8efd-da9b-46b7-bdee-37bd2d7c4352, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325bd06f-c71e-48ef-bbb9-ebbf822a7d21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb4b88fa-d030-448f-970a-9f91f300d1f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb4b88fa-d030-448f-970a-9f91f300d1f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992972818738566807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807499297281873856680749929728187385668074992972818738566807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1e34c18-e05d-4b03-aa1e-4a4053b3a1c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1e34c18-e05d-4b03-aa1e-4a4053b3a1c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206162621414074384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384206162621414074384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb4b88fa-d030-448f-970a-9f91f300d1f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1e34c18-e05d-4b03-aa1e-4a4053b3a1c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1601141b-10b5-4272-9f2a-7833b6419c5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4065b14-7b73-47aa-a024-31081de6eb42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1601141b-10b5-4272-9f2a-7833b6419c5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10256659947901360090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090102566599479013600901025665994790136009010256659947901360090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4065b14-7b73-47aa-a024-31081de6eb42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996716718307794983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983399671671830779498339967167183077949833996716718307794983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1601141b-10b5-4272-9f2a-7833b6419c5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4065b14-7b73-47aa-a024-31081de6eb42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab4b5ad7-4f7a-48f9-a938-3184b13a2578, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d755488b-78ce-4fcf-8e23-47636aa1f28d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab4b5ad7-4f7a-48f9-a938-3184b13a2578, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 85323672551714668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8532367255171466885323672551714668853236725517146688532367255171466885323672551714668853236725517146688532367255171466885323672551714668853236725517146688532367255171466885323672551714668853236725517146688532367255171466885323672551714668853236725517146688532367255171466885323672551714668853236725517146688532367255171466885323672551714668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d755488b-78ce-4fcf-8e23-47636aa1f28d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4443253553244964942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942444325355324496494244432535532449649424443253553244964942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab4b5ad7-4f7a-48f9-a938-3184b13a2578, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d755488b-78ce-4fcf-8e23-47636aa1f28d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc3d8fd-d1e1-4381-b31d-97a6010a7e1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc3d8fd-d1e1-4381-b31d-97a6010a7e1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180733633588452245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245171807336335884522451718073363358845224517180733633588452245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e0269c4-99aa-440a-9cec-5c942e9e9f2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e0269c4-99aa-440a-9cec-5c942e9e9f2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104428112987842429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429111044281129878424291110442811298784242911104428112987842429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc3d8fd-d1e1-4381-b31d-97a6010a7e1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e0269c4-99aa-440a-9cec-5c942e9e9f2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c307978-c31f-4038-8b32-908ef6f31229, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abc4ab15-0c89-4563-b81c-da8a3fd7c189, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c307978-c31f-4038-8b32-908ef6f31229, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9877362136083666622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622987736213608366662298773621360836666229877362136083666622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abc4ab15-0c89-4563-b81c-da8a3fd7c189, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1455451230977747333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333145545123097774733314554512309777473331455451230977747333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c307978-c31f-4038-8b32-908ef6f31229, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abc4ab15-0c89-4563-b81c-da8a3fd7c189, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9285b9cb-16a6-4954-ad69-ab98c9c95147, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb9bacfa-fb0f-4e01-91c6-25f0b7294a84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9285b9cb-16a6-4954-ad69-ab98c9c95147, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1627449541241698166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166162744954124169816616274495412416981661627449541241698166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb9bacfa-fb0f-4e01-91c6-25f0b7294a84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2835377827489379406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406283537782748937940628353778274893794062835377827489379406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9285b9cb-16a6-4954-ad69-ab98c9c95147, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb9bacfa-fb0f-4e01-91c6-25f0b7294a84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d4a9be6-ace5-4dc0-b3c1-ddfe904d6aab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d4a9be6-ace5-4dc0-b3c1-ddfe904d6aab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4029776072584322430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430402977607258432243040297760725843224304029776072584322430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f19072-4f42-42e1-999e-a472d45df863, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f19072-4f42-42e1-999e-a472d45df863, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17993376484181870838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838179933764841818708381799337648418187083817993376484181870838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d4a9be6-ace5-4dc0-b3c1-ddfe904d6aab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f19072-4f42-42e1-999e-a472d45df863, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33504814-e5fd-4486-907c-2aaccbccd53e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40959ede-ca50-414a-a25f-f95e273cdd39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33504814-e5fd-4486-907c-2aaccbccd53e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12884754579466579315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315128847545794665793151288475457946657931512884754579466579315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40959ede-ca50-414a-a25f-f95e273cdd39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16319067901249548129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129163190679012495481291631906790124954812916319067901249548129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33504814-e5fd-4486-907c-2aaccbccd53e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40959ede-ca50-414a-a25f-f95e273cdd39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0453988-4c77-4bd9-8496-998c946462a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc9e696-fa06-4024-8241-8853b9a49714, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0453988-4c77-4bd9-8496-998c946462a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16439665227173893284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284164396652271738932841643966522717389328416439665227173893284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc9e696-fa06-4024-8241-8853b9a49714, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8650405420262097262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262865040542026209726286504054202620972628650405420262097262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0453988-4c77-4bd9-8496-998c946462a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceeb56d3-ea03-4882-82ca-853029d09084, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc9e696-fa06-4024-8241-8853b9a49714, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceeb56d3-ea03-4882-82ca-853029d09084, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1686580647544053960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960168658064754405396016865806475440539601686580647544053960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5656479f-0c3c-462c-a4ae-0142de1966eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5656479f-0c3c-462c-a4ae-0142de1966eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5208133734733951395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395520813373473395139552081337347339513955208133734733951395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceeb56d3-ea03-4882-82ca-853029d09084, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5656479f-0c3c-462c-a4ae-0142de1966eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1664381-bab1-4521-a5bc-6679da841c8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1664381-bab1-4521-a5bc-6679da841c8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15331342235437892797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797153313422354378927971533134223543789279715331342235437892797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60918d82-2374-4f97-8c2c-27cc7d13d641, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60918d82-2374-4f97-8c2c-27cc7d13d641, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14310934853854481398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398143109348538544813981431093485385448139814310934853854481398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1664381-bab1-4521-a5bc-6679da841c8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cbaad52-07a2-423d-b1a0-fd3b302f345a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cbaad52-07a2-423d-b1a0-fd3b302f345a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10086359447477342180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180100863594474773421801008635944747734218010086359447477342180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60918d82-2374-4f97-8c2c-27cc7d13d641, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d56f36-1886-425e-89dd-10539efe4778, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d56f36-1886-425e-89dd-10539efe4778, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683742667026489574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574126837426670264895741268374266702648957412683742667026489574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cbaad52-07a2-423d-b1a0-fd3b302f345a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c58d13-01cc-4330-a5c8-6ba7853f0286, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c58d13-01cc-4330-a5c8-6ba7853f0286, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3772807322808510334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334377280732280851033437728073228085103343772807322808510334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d56f36-1886-425e-89dd-10539efe4778, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9ca08e-1bc4-4d3a-8719-9b85f1c2ae3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9ca08e-1bc4-4d3a-8719-9b85f1c2ae3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8825506095137538359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359882550609513753835988255060951375383598825506095137538359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c58d13-01cc-4330-a5c8-6ba7853f0286, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f58cb5da-b987-4afa-8e55-c9321b6b8e57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f58cb5da-b987-4afa-8e55-c9321b6b8e57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418348826543486067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067841834882654348606784183488265434860678418348826543486067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9ca08e-1bc4-4d3a-8719-9b85f1c2ae3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bef9dcd7-c239-4045-8582-362af629b517, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef9dcd7-c239-4045-8582-362af629b517, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 700164466505597403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403700164466505597403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f58cb5da-b987-4afa-8e55-c9321b6b8e57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4bfbc7d-9f3d-4cdb-93c1-e0c6bdad7863, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bfbc7d-9f3d-4cdb-93c1-e0c6bdad7863, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11159321470416035167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167111593214704160351671115932147041603516711159321470416035167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef9dcd7-c239-4045-8582-362af629b517, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b26f161-ea4c-4d2e-be2f-6be536c54892, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b26f161-ea4c-4d2e-be2f-6be536c54892, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682349129071446264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264126823491290714462641268234912907144626412682349129071446264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bfbc7d-9f3d-4cdb-93c1-e0c6bdad7863, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a20444-d5ad-411b-bbe4-cf4c40fe32ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a20444-d5ad-411b-bbe4-cf4c40fe32ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14900931959766866583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583149009319597668665831490093195976686658314900931959766866583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b26f161-ea4c-4d2e-be2f-6be536c54892, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84c15016-eb84-4204-afb5-0f29ea99ba51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84c15016-eb84-4204-afb5-0f29ea99ba51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17717908330741027898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898177179083307410278981771790833074102789817717908330741027898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a20444-d5ad-411b-bbe4-cf4c40fe32ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f209de-1490-4412-9e77-ab61d3a91b55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f209de-1490-4412-9e77-ab61d3a91b55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11635671640061685530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530116356716400616855301163567164006168553011635671640061685530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84c15016-eb84-4204-afb5-0f29ea99ba51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a945485a-84c1-4dd3-87d9-733a42b0c64f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a945485a-84c1-4dd3-87d9-733a42b0c64f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10739200119096505370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370107392001190965053701073920011909650537010739200119096505370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f209de-1490-4412-9e77-ab61d3a91b55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa37ce1-27df-46c5-9797-9d74daf3feb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa37ce1-27df-46c5-9797-9d74daf3feb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15384411050949426420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420153844110509494264201538441105094942642015384411050949426420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a945485a-84c1-4dd3-87d9-733a42b0c64f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 141f8e5b-1288-4a49-91e2-c57b73eb9aae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 141f8e5b-1288-4a49-91e2-c57b73eb9aae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414098437445781225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225174140984374457812251741409843744578122517414098437445781225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa37ce1-27df-46c5-9797-9d74daf3feb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d173579-9edd-4f7c-a2e6-db917d576c19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d173579-9edd-4f7c-a2e6-db917d576c19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9724855687658803114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114972485568765880311497248556876588031149724855687658803114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 141f8e5b-1288-4a49-91e2-c57b73eb9aae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dd6e274-6856-4433-a354-2e9816281388, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dd6e274-6856-4433-a354-2e9816281388, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 876656325922972616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616876656325922972616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d173579-9edd-4f7c-a2e6-db917d576c19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, debd964e-971a-456a-8077-634ea196755a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, debd964e-971a-456a-8077-634ea196755a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6198000622154659545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545619800062215465954561980006221546595456198000622154659545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dd6e274-6856-4433-a354-2e9816281388, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305587af-285c-485c-a685-431a4b504c0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305587af-285c-485c-a685-431a4b504c0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245458548527214806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806124545854852721480612454585485272148061245458548527214806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, debd964e-971a-456a-8077-634ea196755a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63d37dc5-7b54-4922-b974-7b2e81229302, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63d37dc5-7b54-4922-b974-7b2e81229302, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3812865319645070238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238381286531964507023838128653196450702383812865319645070238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305587af-285c-485c-a685-431a4b504c0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b21c8d09-4a57-496e-9452-8cfc35cdb84d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63d37dc5-7b54-4922-b974-7b2e81229302, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b21c8d09-4a57-496e-9452-8cfc35cdb84d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806580381107124353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353380658038110712435338065803811071243533806580381107124353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2230ff50-7da0-4694-86fa-e33b26e73269, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2230ff50-7da0-4694-86fa-e33b26e73269, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1000842813950423244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244100084281395042324410008428139504232441000842813950423244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b21c8d09-4a57-496e-9452-8cfc35cdb84d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 275064f0-dbd1-402f-83b9-29fae9455574, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275064f0-dbd1-402f-83b9-29fae9455574, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10646076279358275949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949106460762793582759491064607627935827594910646076279358275949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2230ff50-7da0-4694-86fa-e33b26e73269, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c3f50e0-8d81-49a0-847c-59c2399de485, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c3f50e0-8d81-49a0-847c-59c2399de485, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379753584226566810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810937975358422656681093797535842265668109379753584226566810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275064f0-dbd1-402f-83b9-29fae9455574, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47bc2d82-c188-4fe3-83fd-476c6f69d4ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47bc2d82-c188-4fe3-83fd-476c6f69d4ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4880145289015420879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879488014528901542087948801452890154208794880145289015420879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c3f50e0-8d81-49a0-847c-59c2399de485, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53089c36-931f-42cf-bc9a-6fd8810982b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53089c36-931f-42cf-bc9a-6fd8810982b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12514670694397986696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696125146706943979866961251467069439798669612514670694397986696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47bc2d82-c188-4fe3-83fd-476c6f69d4ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17e0f8b9-eb6c-4045-9f07-a486c9ddd9a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53089c36-931f-42cf-bc9a-6fd8810982b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e0f8b9-eb6c-4045-9f07-a486c9ddd9a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14040764669008568036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036140407646690085680361404076466900856803614040764669008568036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b762f70-4152-4ad0-9f7e-6982d27afa66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b762f70-4152-4ad0-9f7e-6982d27afa66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308777315517940134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134103087773155179401341030877731551794013410308777315517940134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e0f8b9-eb6c-4045-9f07-a486c9ddd9a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6b1619-85dd-461f-b52f-3f83b469a5b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b762f70-4152-4ad0-9f7e-6982d27afa66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6b1619-85dd-461f-b52f-3f83b469a5b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5816442421826001727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727581644242182600172758164424218260017275816442421826001727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a9e1e26-60c6-44a5-9438-2a880ad18840, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9e1e26-60c6-44a5-9438-2a880ad18840, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 447687795209734121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121447687795209734121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6b1619-85dd-461f-b52f-3f83b469a5b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f76b7aa-0dd4-4700-94ed-9d17f0a3795d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f76b7aa-0dd4-4700-94ed-9d17f0a3795d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2084472874100679197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197208447287410067919720844728741006791972084472874100679197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9e1e26-60c6-44a5-9438-2a880ad18840, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468e797d-6c3e-49c2-9031-4d5df12cfb22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468e797d-6c3e-49c2-9031-4d5df12cfb22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12668969632783104116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116126689696327831041161266896963278310411612668969632783104116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f76b7aa-0dd4-4700-94ed-9d17f0a3795d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 587c200c-7daf-47fe-83f1-b2e52d729e5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 587c200c-7daf-47fe-83f1-b2e52d729e5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10229674654245471095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095102296746542454710951022967465424547109510229674654245471095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468e797d-6c3e-49c2-9031-4d5df12cfb22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd51ced2-cea9-44b1-a4b1-9265d1264da5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd51ced2-cea9-44b1-a4b1-9265d1264da5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5011468868367046089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089501146886836704608950114688683670460895011468868367046089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 587c200c-7daf-47fe-83f1-b2e52d729e5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8839c63c-c3e2-4989-8c33-05fd64448bbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8839c63c-c3e2-4989-8c33-05fd64448bbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13611950023310078841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841136119500233100788411361195002331007884113611950023310078841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd51ced2-cea9-44b1-a4b1-9265d1264da5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48c48f7-6419-45d7-97a0-9369a379590d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48c48f7-6419-45d7-97a0-9369a379590d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297369545307713306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306152973695453077133061529736954530771330615297369545307713306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8839c63c-c3e2-4989-8c33-05fd64448bbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3b68b78-2e4e-4a9b-b419-48b790b72c83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3b68b78-2e4e-4a9b-b419-48b790b72c83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13595442801669655035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035135954428016696550351359544280166965503513595442801669655035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48c48f7-6419-45d7-97a0-9369a379590d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b434f4c-30ec-4d0f-9735-41bf29620044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b434f4c-30ec-4d0f-9735-41bf29620044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1968984007317124653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653196898400731712465319689840073171246531968984007317124653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b434f4c-30ec-4d0f-9735-41bf29620044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52e987b2-8778-466e-8635-641f0a10aceb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3b68b78-2e4e-4a9b-b419-48b790b72c83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52e987b2-8778-466e-8635-641f0a10aceb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000033988177380425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425900003398817738042590000339881773804259000033988177380425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5541c480-436d-4c05-9cb2-14fbb16ac214, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5541c480-436d-4c05-9cb2-14fbb16ac214, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183543467429814544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544818354346742981454481835434674298145448183543467429814544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52e987b2-8778-466e-8635-641f0a10aceb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a305808-eb19-41da-8a52-b60d8f0aaab4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a305808-eb19-41da-8a52-b60d8f0aaab4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11356716716273207709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709113567167162732077091135671671627320770911356716716273207709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5541c480-436d-4c05-9cb2-14fbb16ac214, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 264ca7a7-2d9e-45ed-8bef-8f805b63b3fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 264ca7a7-2d9e-45ed-8bef-8f805b63b3fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4740673286020627045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045474067328602062704547406732860206270454740673286020627045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a305808-eb19-41da-8a52-b60d8f0aaab4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 191a8d2e-fb2e-46aa-8fed-e1fb4af487a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 191a8d2e-fb2e-46aa-8fed-e1fb4af487a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3627069092181147015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015362706909218114701536270690921811470153627069092181147015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 264ca7a7-2d9e-45ed-8bef-8f805b63b3fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aaa8275-46b4-4b99-807c-45a8d631b829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aaa8275-46b4-4b99-807c-45a8d631b829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980295563852974239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239119802955638529742391198029556385297423911980295563852974239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 191a8d2e-fb2e-46aa-8fed-e1fb4af487a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2617dcb-7233-4e84-83e1-37ac84a0d80f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2617dcb-7233-4e84-83e1-37ac84a0d80f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2051479068659638991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991205147906865963899120514790686596389912051479068659638991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aaa8275-46b4-4b99-807c-45a8d631b829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96558c97-5bbd-4e2e-959a-a5f92a96ee39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96558c97-5bbd-4e2e-959a-a5f92a96ee39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14204496227755834562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562142044962277558345621420449622775583456214204496227755834562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2617dcb-7233-4e84-83e1-37ac84a0d80f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af4764e-feeb-4b38-901e-561e06ada75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af4764e-feeb-4b38-901e-561e06ada75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4919506587203382162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162491950658720338216249195065872033821624919506587203382162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96558c97-5bbd-4e2e-959a-a5f92a96ee39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bc7f0e3-a597-4c2c-a897-4a81d38985a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bc7f0e3-a597-4c2c-a897-4a81d38985a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2126592857362285624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624212659285736228562421265928573622856242126592857362285624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af4764e-feeb-4b38-901e-561e06ada75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cdacff6-4837-41ae-b43f-4255b237c9cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cdacff6-4837-41ae-b43f-4255b237c9cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 323335295066997714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714323335295066997714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bc7f0e3-a597-4c2c-a897-4a81d38985a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e79f885d-63f3-4e2b-8f2c-6e0d83fb6cb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79f885d-63f3-4e2b-8f2c-6e0d83fb6cb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4039729179977815380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380403972917997781538040397291799778153804039729179977815380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cdacff6-4837-41ae-b43f-4255b237c9cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f5485d0-1bd5-4b1f-9721-5f9663c6625f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f5485d0-1bd5-4b1f-9721-5f9663c6625f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8457378715460049801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801845737871546004980184573787154600498018457378715460049801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79f885d-63f3-4e2b-8f2c-6e0d83fb6cb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e57c2e51-0620-4634-a575-fe7116eaff3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e57c2e51-0620-4634-a575-fe7116eaff3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3420476321215591546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546342047632121559154634204763212155915463420476321215591546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f5485d0-1bd5-4b1f-9721-5f9663c6625f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fbed743-51bf-49f2-828c-54f9880a5044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fbed743-51bf-49f2-828c-54f9880a5044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8943153128708404290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290894315312870840429089431531287084042908943153128708404290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e57c2e51-0620-4634-a575-fe7116eaff3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8f587a-5929-4077-9431-350cdee2abed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8f587a-5929-4077-9431-350cdee2abed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 118346041949063679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679118346041949063679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fbed743-51bf-49f2-828c-54f9880a5044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d23cc0-db31-476c-91d7-ebf56b391694, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d23cc0-db31-476c-91d7-ebf56b391694, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16716260142833648639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639167162601428336486391671626014283364863916716260142833648639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8f587a-5929-4077-9431-350cdee2abed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f808aad5-3ec6-42bb-bc31-8363a329f869, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f808aad5-3ec6-42bb-bc31-8363a329f869, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13177641327823913973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973131776413278239139731317764132782391397313177641327823913973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d23cc0-db31-476c-91d7-ebf56b391694, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f780c049-127a-4769-9f6b-af940530c2bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f780c049-127a-4769-9f6b-af940530c2bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11914610247239720591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591119146102472397205911191461024723972059111914610247239720591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f808aad5-3ec6-42bb-bc31-8363a329f869, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51ad88a-8504-46f6-b6ac-69a603641cd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51ad88a-8504-46f6-b6ac-69a603641cd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135150613554566550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550913515061355456655091351506135545665509135150613554566550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f780c049-127a-4769-9f6b-af940530c2bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aa78f08-b1b8-4a89-b177-18c27ba7add2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa78f08-b1b8-4a89-b177-18c27ba7add2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17475069410208473607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607174750694102084736071747506941020847360717475069410208473607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51ad88a-8504-46f6-b6ac-69a603641cd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2cfdb2f-e733-414a-97d1-b465814b8ca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2cfdb2f-e733-414a-97d1-b465814b8ca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8318747119613273125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125831874711961327312583187471196132731258318747119613273125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa78f08-b1b8-4a89-b177-18c27ba7add2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22aa219b-bdc5-4967-b14b-2cfcd0190405, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22aa219b-bdc5-4967-b14b-2cfcd0190405, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3769403441347165211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211376940344134716521137694034413471652113769403441347165211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2cfdb2f-e733-414a-97d1-b465814b8ca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08445f09-68fd-431a-b21c-25744e78c52e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08445f09-68fd-431a-b21c-25744e78c52e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1194185135964004021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021119418513596400402111941851359640040211194185135964004021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22aa219b-bdc5-4967-b14b-2cfcd0190405, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42a86e28-a693-46e3-a7b7-4af48a4c8b82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42a86e28-a693-46e3-a7b7-4af48a4c8b82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14616967982342636589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589146169679823426365891461696798234263658914616967982342636589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08445f09-68fd-431a-b21c-25744e78c52e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43a5aec-459d-473b-ab42-40681a91bf84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43a5aec-459d-473b-ab42-40681a91bf84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5106886569175460958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958510688656917546095851068865691754609585106886569175460958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42a86e28-a693-46e3-a7b7-4af48a4c8b82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5432726-12f7-473a-ae3b-9f6892d8aede, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5432726-12f7-473a-ae3b-9f6892d8aede, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13886590875248216519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519138865908752482165191388659087524821651913886590875248216519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43a5aec-459d-473b-ab42-40681a91bf84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 885f0c01-b3e1-4b9c-ba40-52001d53c20f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 885f0c01-b3e1-4b9c-ba40-52001d53c20f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12258709579777653177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177122587095797776531771225870957977765317712258709579777653177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5432726-12f7-473a-ae3b-9f6892d8aede, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 519dbcbf-86bd-4ef5-92d3-80d9d7b8af0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 519dbcbf-86bd-4ef5-92d3-80d9d7b8af0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096170995336991165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165609617099533699116560961709953369911656096170995336991165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 885f0c01-b3e1-4b9c-ba40-52001d53c20f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a43a5cbc-4a78-4a7c-8a97-ddebcbd78a30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a43a5cbc-4a78-4a7c-8a97-ddebcbd78a30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5505599734369940328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328550559973436994032855055997343699403285505599734369940328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 519dbcbf-86bd-4ef5-92d3-80d9d7b8af0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5dbda09-1a3b-4f3f-a493-666c7da5d3d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5dbda09-1a3b-4f3f-a493-666c7da5d3d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 317289342053380086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086317289342053380086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a43a5cbc-4a78-4a7c-8a97-ddebcbd78a30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271dc16c-3305-48f3-ad04-2129a4e41c74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271dc16c-3305-48f3-ad04-2129a4e41c74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7970478250750681602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602797047825075068160279704782507506816027970478250750681602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5dbda09-1a3b-4f3f-a493-666c7da5d3d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2252bbe-2709-419c-a327-b19f9dcf9695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2252bbe-2709-419c-a327-b19f9dcf9695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16957365740740194476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476169573657407401944761695736574074019447616957365740740194476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271dc16c-3305-48f3-ad04-2129a4e41c74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 167661e5-e533-4b4f-9c41-b97a07b6aaee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 167661e5-e533-4b4f-9c41-b97a07b6aaee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9268854778586927519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519926885477858692751992688547785869275199268854778586927519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2252bbe-2709-419c-a327-b19f9dcf9695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab17199-d9e6-43b2-8c06-f1300ef46654, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab17199-d9e6-43b2-8c06-f1300ef46654, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6251291398214206201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201625129139821420620162512913982142062016251291398214206201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 167661e5-e533-4b4f-9c41-b97a07b6aaee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f5981f-1bf5-48ef-aaa8-6b3ff8570e2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f5981f-1bf5-48ef-aaa8-6b3ff8570e2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4675068017376281166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166467506801737628116646750680173762811664675068017376281166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab17199-d9e6-43b2-8c06-f1300ef46654, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f5981f-1bf5-48ef-aaa8-6b3ff8570e2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0fa06ce-05d2-44f9-b0c0-81e511675217, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0fa06ce-05d2-44f9-b0c0-81e511675217, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517558543880967414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414651755854388096741465175585438809674146517558543880967414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dca5a51-c268-4cf2-be33-55d11280965e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dca5a51-c268-4cf2-be33-55d11280965e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8043213297194124814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814804321329719412481480432132971941248148043213297194124814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0fa06ce-05d2-44f9-b0c0-81e511675217, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dca5a51-c268-4cf2-be33-55d11280965e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b503ffb-4be2-4733-983d-55ba4d286ddf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0017dc-0748-4bf6-8dcd-831001a81e56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b503ffb-4be2-4733-983d-55ba4d286ddf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7743777907000318799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799774377790700031879977437779070003187997743777907000318799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0017dc-0748-4bf6-8dcd-831001a81e56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13326654533444293434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434133266545334442934341332665453344429343413326654533444293434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b503ffb-4be2-4733-983d-55ba4d286ddf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0017dc-0748-4bf6-8dcd-831001a81e56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f172267-cc29-498a-b18e-70659a33664b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88532f01-feb2-4e73-98b0-6c4b7c1f2540, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f172267-cc29-498a-b18e-70659a33664b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15324811118095465153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153153248111180954651531532481111809546515315324811118095465153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88532f01-feb2-4e73-98b0-6c4b7c1f2540, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13349924947324424007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007133499249473244240071334992494732442400713349924947324424007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f172267-cc29-498a-b18e-70659a33664b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88532f01-feb2-4e73-98b0-6c4b7c1f2540, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89ef5bbe-2e52-4ab7-8e48-5a54d8a00887, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed67f7c-36ec-49bf-91a3-2c1b2f5b2368, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89ef5bbe-2e52-4ab7-8e48-5a54d8a00887, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13809762985211651553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553138097629852116515531380976298521165155313809762985211651553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed67f7c-36ec-49bf-91a3-2c1b2f5b2368, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7278179616470085403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403727817961647008540372781796164700854037278179616470085403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed67f7c-36ec-49bf-91a3-2c1b2f5b2368, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89ef5bbe-2e52-4ab7-8e48-5a54d8a00887, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8935c358-d02d-4a8a-bce9-18d1b2d39a97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3c2239c-437e-480c-9d66-5dddd4827ac6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8935c358-d02d-4a8a-bce9-18d1b2d39a97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3713174642744549731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731371317464274454973137131746427445497313713174642744549731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c2239c-437e-480c-9d66-5dddd4827ac6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16157847473952531333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333161578474739525313331615784747395253133316157847473952531333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c2239c-437e-480c-9d66-5dddd4827ac6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8935c358-d02d-4a8a-bce9-18d1b2d39a97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48eccd7-f3b3-49ce-8981-bbd98ca7dae9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48eccd7-f3b3-49ce-8981-bbd98ca7dae9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603032851254068803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803560303285125406880356030328512540688035603032851254068803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a612dd3-35bd-40df-a636-ebf227b17543, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a612dd3-35bd-40df-a636-ebf227b17543, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10878598071923627264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264108785980719236272641087859807192362726410878598071923627264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48eccd7-f3b3-49ce-8981-bbd98ca7dae9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa7844c-75b9-4974-bcf5-ea16670d9887, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa7844c-75b9-4974-bcf5-ea16670d9887, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1546779494682510564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564154677949468251056415467794946825105641546779494682510564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a612dd3-35bd-40df-a636-ebf227b17543, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9240fc3-05de-4b2e-afdd-1a107f479de5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9240fc3-05de-4b2e-afdd-1a107f479de5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11540145566253101266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266115401455662531012661154014556625310126611540145566253101266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa7844c-75b9-4974-bcf5-ea16670d9887, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f534ebf0-c8dd-4255-bee4-d7142e80200c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9240fc3-05de-4b2e-afdd-1a107f479de5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f534ebf0-c8dd-4255-bee4-d7142e80200c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13662926362483134213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213136629263624831342131366292636248313421313662926362483134213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 619a5b0e-0580-4dc3-8592-15b8fd0e7f86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 619a5b0e-0580-4dc3-8592-15b8fd0e7f86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 765753038891437150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150765753038891437150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f534ebf0-c8dd-4255-bee4-d7142e80200c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3c0e25b-3ec4-47a6-9c0c-67b8feefd0cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 619a5b0e-0580-4dc3-8592-15b8fd0e7f86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3c0e25b-3ec4-47a6-9c0c-67b8feefd0cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8521175938410844210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210852117593841084421085211759384108442108521175938410844210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1fb2fdc-574b-4942-ba62-4fd356ff71f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1fb2fdc-574b-4942-ba62-4fd356ff71f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667056589232598967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967966705658923259896796670565892325989679667056589232598967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3c0e25b-3ec4-47a6-9c0c-67b8feefd0cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b434e0a3-b3cb-46ac-b60c-69facc3f7820, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1fb2fdc-574b-4942-ba62-4fd356ff71f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b434e0a3-b3cb-46ac-b60c-69facc3f7820, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308964308090686779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779103089643080906867791030896430809068677910308964308090686779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 713366f6-a1b3-4ee3-ba47-6d426b88fa7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 713366f6-a1b3-4ee3-ba47-6d426b88fa7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3747581277192761079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079374758127719276107937475812771927610793747581277192761079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b434e0a3-b3cb-46ac-b60c-69facc3f7820, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 713366f6-a1b3-4ee3-ba47-6d426b88fa7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b0d8327-af12-4ad0-ae28-aecbe125a2a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b0d8327-af12-4ad0-ae28-aecbe125a2a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1959541844187464392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392195954184418746439219595418441874643921959541844187464392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98893a03-bb55-489d-94c5-a5127c9a03a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98893a03-bb55-489d-94c5-a5127c9a03a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554048242596667131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131655404824259666713165540482425966671316554048242596667131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b0d8327-af12-4ad0-ae28-aecbe125a2a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98893a03-bb55-489d-94c5-a5127c9a03a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d2e1c2-2203-4f75-bf50-bf0a9f9bc494, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d2e1c2-2203-4f75-bf50-bf0a9f9bc494, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8610909555562399970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970861090955556239997086109095555623999708610909555562399970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6f5363-e967-4552-918b-ccc4dd60b43a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6f5363-e967-4552-918b-ccc4dd60b43a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15056911152136301073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073150569111521363010731505691115213630107315056911152136301073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d2e1c2-2203-4f75-bf50-bf0a9f9bc494, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7b54d3-a5d0-4532-ae91-04ba6b1a4e52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7b54d3-a5d0-4532-ae91-04ba6b1a4e52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3746493884653854897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897374649388465385489737464938846538548973746493884653854897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6f5363-e967-4552-918b-ccc4dd60b43a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7b54d3-a5d0-4532-ae91-04ba6b1a4e52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eee8da0-1c4d-4d13-ae1c-232728bffdc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eee8da0-1c4d-4d13-ae1c-232728bffdc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7408725133968500104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104740872513396850010474087251339685001047408725133968500104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd46cb6-3cd5-463f-a615-9696fcdd21c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd46cb6-3cd5-463f-a615-9696fcdd21c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17432041390363579034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034174320413903635790341743204139036357903417432041390363579034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd46cb6-3cd5-463f-a615-9696fcdd21c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eee8da0-1c4d-4d13-ae1c-232728bffdc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb06449a-b3c4-440c-8ce1-ef2320401ca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb06449a-b3c4-440c-8ce1-ef2320401ca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9678979558963082039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039967897955896308203996789795589630820399678979558963082039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6fcac1a-0a5e-45d2-97cc-60b1f28fe8b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6fcac1a-0a5e-45d2-97cc-60b1f28fe8b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14109010950588375874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874141090109505883758741410901095058837587414109010950588375874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb06449a-b3c4-440c-8ce1-ef2320401ca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b4cf436-9845-407a-bd6d-11653c2191f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b4cf436-9845-407a-bd6d-11653c2191f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17613074478042323737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737176130744780423237371761307447804232373717613074478042323737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6fcac1a-0a5e-45d2-97cc-60b1f28fe8b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f9d991-86cf-4008-8615-a3af656d35e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f9d991-86cf-4008-8615-a3af656d35e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513533686341801009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009135135336863418010091351353368634180100913513533686341801009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b4cf436-9845-407a-bd6d-11653c2191f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f9d991-86cf-4008-8615-a3af656d35e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bcb1043-83ce-490b-941e-418baf1cead3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bcb1043-83ce-490b-941e-418baf1cead3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5575602633484384089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089557560263348438408955756026334843840895575602633484384089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b86e8122-ee1e-4195-8ce9-0876d35ebd66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b86e8122-ee1e-4195-8ce9-0876d35ebd66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16244051849939331433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433162440518499393314331624405184993933143316244051849939331433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bcb1043-83ce-490b-941e-418baf1cead3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b86e8122-ee1e-4195-8ce9-0876d35ebd66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbef325d-3253-4958-8b55-106c213b9d63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbef325d-3253-4958-8b55-106c213b9d63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13862321590719595530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530138623215907195955301386232159071959553013862321590719595530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71fba3b7-ec90-448f-a83b-783098bbae59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71fba3b7-ec90-448f-a83b-783098bbae59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10505669175282999391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391105056691752829993911050566917528299939110505669175282999391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbef325d-3253-4958-8b55-106c213b9d63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71fba3b7-ec90-448f-a83b-783098bbae59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a64ced29-a26a-4b2e-ab34-2bfb97db45a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64ced29-a26a-4b2e-ab34-2bfb97db45a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8245051689268887731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731824505168926888773182450516892688877318245051689268887731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 243743d4-a01d-4450-a6a2-a15f23cea719, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 243743d4-a01d-4450-a6a2-a15f23cea719, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10903715184716535432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432109037151847165354321090371518471653543210903715184716535432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64ced29-a26a-4b2e-ab34-2bfb97db45a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 243743d4-a01d-4450-a6a2-a15f23cea719, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afec5612-4d8f-47e0-94a8-6053b80b3a59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afec5612-4d8f-47e0-94a8-6053b80b3a59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16017612200087913380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380160176122000879133801601761220008791338016017612200087913380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a262cf56-19aa-444a-8674-60af739310ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a262cf56-19aa-444a-8674-60af739310ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12836698694735517809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809128366986947355178091283669869473551780912836698694735517809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afec5612-4d8f-47e0-94a8-6053b80b3a59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5894e0ea-247b-49fb-8d0b-005330f3a428, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a262cf56-19aa-444a-8674-60af739310ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5894e0ea-247b-49fb-8d0b-005330f3a428, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254997142110533782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782152549971421105337821525499714211053378215254997142110533782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f15d8a-b83a-4fb9-8ada-2121a83b1791, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f15d8a-b83a-4fb9-8ada-2121a83b1791, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636670734622487453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453166366707346224874531663667073462248745316636670734622487453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5894e0ea-247b-49fb-8d0b-005330f3a428, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc612787-0bcd-4906-950c-2ca12b9faf1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f15d8a-b83a-4fb9-8ada-2121a83b1791, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc612787-0bcd-4906-950c-2ca12b9faf1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12768177918323089526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526127681779183230895261276817791832308952612768177918323089526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 443484c3-fdff-4d40-b735-034c91729f47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 443484c3-fdff-4d40-b735-034c91729f47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11526800241982987176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176115268002419829871761152680024198298717611526800241982987176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc612787-0bcd-4906-950c-2ca12b9faf1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f98a4073-9b40-445b-9e90-82857a8b570b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f98a4073-9b40-445b-9e90-82857a8b570b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11469449021719723076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076114694490217197230761146944902171972307611469449021719723076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 443484c3-fdff-4d40-b735-034c91729f47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e1eec23-a7c4-4bd2-806b-37a231c6054b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1eec23-a7c4-4bd2-806b-37a231c6054b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10508207684261125802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802105082076842611258021050820768426112580210508207684261125802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f98a4073-9b40-445b-9e90-82857a8b570b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5e858b-21dc-4887-8a79-67cbf57f58a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5e858b-21dc-4887-8a79-67cbf57f58a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8991019576862123056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056899101957686212305689910195768621230568991019576862123056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1eec23-a7c4-4bd2-806b-37a231c6054b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948c7138-afa8-42cf-af91-5fc0e4a74f05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948c7138-afa8-42cf-af91-5fc0e4a74f05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309860404094533198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198430986040409453319843098604040945331984309860404094533198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5e858b-21dc-4887-8a79-67cbf57f58a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11906ca-150f-471c-b703-baaeaed5c1fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11906ca-150f-471c-b703-baaeaed5c1fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 848693761836464082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082848693761836464082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948c7138-afa8-42cf-af91-5fc0e4a74f05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11906ca-150f-471c-b703-baaeaed5c1fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cdd3816-c86c-4c73-a00d-94ebc09a6043, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cdd3816-c86c-4c73-a00d-94ebc09a6043, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9701767237575771858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858970176723757577185897017672375757718589701767237575771858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eea838c-80b7-47d4-a122-06c4fa9f649f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eea838c-80b7-47d4-a122-06c4fa9f649f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13891773247001496425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425138917732470014964251389177324700149642513891773247001496425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cdd3816-c86c-4c73-a00d-94ebc09a6043, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eea838c-80b7-47d4-a122-06c4fa9f649f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f36d8ae7-ddda-4316-83ff-be1b663206a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf8fc26-477f-409a-91d2-94541e440fd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf8fc26-477f-409a-91d2-94541e440fd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1173195138494284060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060117319513849428406011731951384942840601173195138494284060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36d8ae7-ddda-4316-83ff-be1b663206a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9002846372984995615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615900284637298499561590028463729849956159002846372984995615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36d8ae7-ddda-4316-83ff-be1b663206a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf8fc26-477f-409a-91d2-94541e440fd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c3e23e-384c-4202-901f-1b9d48535c43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 293d445d-0910-48c8-8daf-0b5412a20ec9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c3e23e-384c-4202-901f-1b9d48535c43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12775855044816464631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631127758550448164646311277585504481646463112775855044816464631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 293d445d-0910-48c8-8daf-0b5412a20ec9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9544112223013646175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175954411222301364617595441122230136461759544112223013646175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c3e23e-384c-4202-901f-1b9d48535c43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 293d445d-0910-48c8-8daf-0b5412a20ec9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7eaee9cc-37e6-424d-bafe-a67b2e079c47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fbb1308-49db-47db-bc45-2c6c12ff99d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7eaee9cc-37e6-424d-bafe-a67b2e079c47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16561403251124459089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089165614032511244590891656140325112445908916561403251124459089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fbb1308-49db-47db-bc45-2c6c12ff99d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11235404648961709140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140112354046489617091401123540464896170914011235404648961709140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7eaee9cc-37e6-424d-bafe-a67b2e079c47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582d3744-29c0-4e88-97d9-ad6e582bb6d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582d3744-29c0-4e88-97d9-ad6e582bb6d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12825443897575559914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914128254438975755599141282544389757555991412825443897575559914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fbb1308-49db-47db-bc45-2c6c12ff99d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bef839a-e63c-419e-96fd-c88777d9bdd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bef839a-e63c-419e-96fd-c88777d9bdd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111493422857130275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275211149342285713027521114934228571302752111493422857130275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582d3744-29c0-4e88-97d9-ad6e582bb6d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c0a7530-983f-48f9-ba21-143f87abc537, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c0a7530-983f-48f9-ba21-143f87abc537, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17887282628423729109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109178872826284237291091788728262842372910917887282628423729109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bef839a-e63c-419e-96fd-c88777d9bdd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be6b6f2-452e-4e07-a8e9-7dec3c481b24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be6b6f2-452e-4e07-a8e9-7dec3c481b24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17886436054830229300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300178864360548302293001788643605483022930017886436054830229300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c0a7530-983f-48f9-ba21-143f87abc537, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aa09b53-1c80-42a1-aabd-7e83c9d53622, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be6b6f2-452e-4e07-a8e9-7dec3c481b24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aa09b53-1c80-42a1-aabd-7e83c9d53622, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4550769772345606213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213455076977234560621345507697723456062134550769772345606213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7413eb5a-ef8a-427f-80b4-fd16f7c1039a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7413eb5a-ef8a-427f-80b4-fd16f7c1039a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12313955862054846070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070123139558620548460701231395586205484607012313955862054846070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aa09b53-1c80-42a1-aabd-7e83c9d53622, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7413eb5a-ef8a-427f-80b4-fd16f7c1039a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8712a3cc-9a81-44f1-80c9-e783b6707a37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8712a3cc-9a81-44f1-80c9-e783b6707a37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10901116681939210604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604109011166819392106041090111668193921060410901116681939210604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b6c1b6-d3a6-4cb6-bfa9-5b5b45db48ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b6c1b6-d3a6-4cb6-bfa9-5b5b45db48ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2497889415468871021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021249788941546887102124978894154688710212497889415468871021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8712a3cc-9a81-44f1-80c9-e783b6707a37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b6c1b6-d3a6-4cb6-bfa9-5b5b45db48ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0e96f3-05e9-413c-858e-9aa16f6339fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80add87c-a712-40d7-bcca-9cf6ccc57ea7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0e96f3-05e9-413c-858e-9aa16f6339fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12419800176822582436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436124198001768225824361241980017682258243612419800176822582436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80add87c-a712-40d7-bcca-9cf6ccc57ea7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10178508531242736672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672101785085312427366721017850853124273667210178508531242736672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0e96f3-05e9-413c-858e-9aa16f6339fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80add87c-a712-40d7-bcca-9cf6ccc57ea7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1015a39a-c434-4764-b437-3d1d0805af38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1015a39a-c434-4764-b437-3d1d0805af38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7308985035568522996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996730898503556852299673089850355685229967308985035568522996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd879b8e-3d93-4ed3-b5ca-7bc6c9598f01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd879b8e-3d93-4ed3-b5ca-7bc6c9598f01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14745293647685125280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280147452936476851252801474529364768512528014745293647685125280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1015a39a-c434-4764-b437-3d1d0805af38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39641410-ec7f-4640-935f-64df2ed08b4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39641410-ec7f-4640-935f-64df2ed08b4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1893260997697990153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153189326099769799015318932609976979901531893260997697990153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd879b8e-3d93-4ed3-b5ca-7bc6c9598f01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6189259-def2-48b4-a947-3bbddcf15b0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6189259-def2-48b4-a947-3bbddcf15b0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8763756909124789055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055876375690912478905587637569091247890558763756909124789055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6189259-def2-48b4-a947-3bbddcf15b0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2ae3591-04b1-4358-9b56-f21de031c6d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ae3591-04b1-4358-9b56-f21de031c6d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12071408289834730317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317120714082898347303171207140828983473031712071408289834730317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39641410-ec7f-4640-935f-64df2ed08b4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e2bdf2-2fd9-4176-8298-7100b4e608fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e2bdf2-2fd9-4176-8298-7100b4e608fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 880701458472714534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534880701458472714534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ae3591-04b1-4358-9b56-f21de031c6d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21db3ffd-bd26-4984-ade9-78d0805120ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21db3ffd-bd26-4984-ade9-78d0805120ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 688408424992057157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157688408424992057157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e2bdf2-2fd9-4176-8298-7100b4e608fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b99ed05-9bf2-4894-8e10-6e86b7d4d5ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21db3ffd-bd26-4984-ade9-78d0805120ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4b9f83e-f762-485e-b0ad-ce371dbecada, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4b9f83e-f762-485e-b0ad-ce371dbecada, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2679669015196727098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098267966901519672709826796690151967270982679669015196727098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b99ed05-9bf2-4894-8e10-6e86b7d4d5ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17122861449954687914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914171228614499546879141712286144995468791417122861449954687914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4b9f83e-f762-485e-b0ad-ce371dbecada, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48342831-3944-4330-b09b-6e1fae76a01f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48342831-3944-4330-b09b-6e1fae76a01f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15092837839532951373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373150928378395329513731509283783953295137315092837839532951373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b99ed05-9bf2-4894-8e10-6e86b7d4d5ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ac5df5e-46e6-4d64-b2f6-7a5e3e48f703, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ac5df5e-46e6-4d64-b2f6-7a5e3e48f703, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9216268918082197597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597921626891808219759792162689180821975979216268918082197597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48342831-3944-4330-b09b-6e1fae76a01f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ac5df5e-46e6-4d64-b2f6-7a5e3e48f703, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e468cafd-0cc3-4b3f-aa28-47888953f550, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e468cafd-0cc3-4b3f-aa28-47888953f550, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10505859179579652457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457105058591795796524571050585917957965245710505859179579652457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5269f4-0103-4bce-a77d-5a89db121f66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5269f4-0103-4bce-a77d-5a89db121f66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 922959007682947489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489922959007682947489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e468cafd-0cc3-4b3f-aa28-47888953f550, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf4cf24-a81a-4a2e-951c-4d21a92a25b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf4cf24-a81a-4a2e-951c-4d21a92a25b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7092245594502884683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683709224559450288468370922455945028846837092245594502884683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5269f4-0103-4bce-a77d-5a89db121f66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b7f833f-4a75-40a6-bba4-56eeeb167988, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b7f833f-4a75-40a6-bba4-56eeeb167988, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1457189967052895598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598145718996705289559814571899670528955981457189967052895598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf4cf24-a81a-4a2e-951c-4d21a92a25b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b7f833f-4a75-40a6-bba4-56eeeb167988, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad9a0cba-38e7-46c7-8e74-fc8cdee89eb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad9a0cba-38e7-46c7-8e74-fc8cdee89eb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5206460047310578821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821520646004731057882152064600473105788215206460047310578821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1db40fe-8e51-4d44-890d-91d459436620, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1db40fe-8e51-4d44-890d-91d459436620, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17781230689897841847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847177812306898978418471778123068989784184717781230689897841847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad9a0cba-38e7-46c7-8e74-fc8cdee89eb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1db40fe-8e51-4d44-890d-91d459436620, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13ac44fc-1a91-47b7-8e4d-7f1c538ca3f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13ac44fc-1a91-47b7-8e4d-7f1c538ca3f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8184723670203730718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718818472367020373071881847236702037307188184723670203730718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca2bd536-c162-4632-8c9f-54ebe8f8ddbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca2bd536-c162-4632-8c9f-54ebe8f8ddbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3905630111674998584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584390563011167499858439056301116749985843905630111674998584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13ac44fc-1a91-47b7-8e4d-7f1c538ca3f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d939f18-da10-4b84-b727-05e5bf76c565, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d939f18-da10-4b84-b727-05e5bf76c565, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5908992861274661816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816590899286127466181659089928612746618165908992861274661816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca2bd536-c162-4632-8c9f-54ebe8f8ddbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2e489f2-eda0-4b4e-88af-029d7b837108, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2e489f2-eda0-4b4e-88af-029d7b837108, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799650084771323930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930479965008477132393047996500847713239304799650084771323930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d939f18-da10-4b84-b727-05e5bf76c565, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfb9bdc-b394-4bb9-a7d2-874ae1107a70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfb9bdc-b394-4bb9-a7d2-874ae1107a70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10373734755669122910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910103737347556691229101037373475566912291010373734755669122910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2e489f2-eda0-4b4e-88af-029d7b837108, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d08d7b-e85d-4cfe-b215-3eb5e79cce38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d08d7b-e85d-4cfe-b215-3eb5e79cce38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2154539433776098641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641215453943377609864121545394337760986412154539433776098641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfb9bdc-b394-4bb9-a7d2-874ae1107a70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 028cad0e-72ef-43d4-a98f-7a1cc3af32ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d08d7b-e85d-4cfe-b215-3eb5e79cce38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028cad0e-72ef-43d4-a98f-7a1cc3af32ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6538768286481876359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359653876828648187635965387682864818763596538768286481876359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 985a809c-4b2e-4b37-b735-9b8babaf4934, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985a809c-4b2e-4b37-b735-9b8babaf4934, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15904001124931498356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356159040011249314983561590400112493149835615904001124931498356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028cad0e-72ef-43d4-a98f-7a1cc3af32ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a6d61f-db9c-416b-b761-8a0e507e4d6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a6d61f-db9c-416b-b761-8a0e507e4d6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338562307151281752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752123385623071512817521233856230715128175212338562307151281752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985a809c-4b2e-4b37-b735-9b8babaf4934, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2797bb45-99ca-4f5b-8af1-a7e2db39f8e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2797bb45-99ca-4f5b-8af1-a7e2db39f8e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2580431453763801459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459258043145376380145925804314537638014592580431453763801459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a6d61f-db9c-416b-b761-8a0e507e4d6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f4869d-8372-4b8f-8202-b8d35270bfc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f4869d-8372-4b8f-8202-b8d35270bfc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390985377400566217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217339098537740056621733909853774005662173390985377400566217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2797bb45-99ca-4f5b-8af1-a7e2db39f8e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba292b43-ad69-4435-bf0f-645a2ccba68e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba292b43-ad69-4435-bf0f-645a2ccba68e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 549998527354370234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234549998527354370234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f4869d-8372-4b8f-8202-b8d35270bfc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba292b43-ad69-4435-bf0f-645a2ccba68e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30fdec12-4eaa-4d43-9a80-f423bb77e074, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fdec12-4eaa-4d43-9a80-f423bb77e074, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1770593831708747861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861177059383170874786117705938317087478611770593831708747861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ee6cd4-88d1-4306-ba79-dc85e20109dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ee6cd4-88d1-4306-ba79-dc85e20109dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18036517397223761842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842180365173972237618421803651739722376184218036517397223761842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fdec12-4eaa-4d43-9a80-f423bb77e074, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ee6cd4-88d1-4306-ba79-dc85e20109dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 550a212a-008f-4340-9414-5c20d1202e7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 550a212a-008f-4340-9414-5c20d1202e7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256122185065125889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889182561221850651258891825612218506512588918256122185065125889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cee8ed39-ebe8-4160-ba2b-01baa268543a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cee8ed39-ebe8-4160-ba2b-01baa268543a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3327749343277449648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648332774934327744964833277493432774496483327749343277449648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cee8ed39-ebe8-4160-ba2b-01baa268543a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 550a212a-008f-4340-9414-5c20d1202e7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2deb9549-979c-4d17-b1ac-ea9ada6172d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1d7b9de-75c3-4316-b45f-a0c42afa99a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2deb9549-979c-4d17-b1ac-ea9ada6172d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4050912578642355020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020405091257864235502040509125786423550204050912578642355020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1d7b9de-75c3-4316-b45f-a0c42afa99a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14517786100670819457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457145177861006708194571451778610067081945714517786100670819457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2deb9549-979c-4d17-b1ac-ea9ada6172d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1d7b9de-75c3-4316-b45f-a0c42afa99a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dea7d75-f1c9-4b0e-9f59-67a57f2fa49e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6dcc0bb-a5e0-4992-82a9-613c936d9ef8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dea7d75-f1c9-4b0e-9f59-67a57f2fa49e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5876728035702983797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797587672803570298379758767280357029837975876728035702983797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6dcc0bb-a5e0-4992-82a9-613c936d9ef8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 19907668236099724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1990766823609972419907668236099724199076682360997241990766823609972419907668236099724199076682360997241990766823609972419907668236099724199076682360997241990766823609972419907668236099724199076682360997241990766823609972419907668236099724199076682360997241990766823609972419907668236099724199076682360997241990766823609972419907668236099724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6dcc0bb-a5e0-4992-82a9-613c936d9ef8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dea7d75-f1c9-4b0e-9f59-67a57f2fa49e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 111bb167-90f6-42b3-b791-39d8a11765b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99c41a6b-0789-4f60-b23b-34077fc625b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 111bb167-90f6-42b3-b791-39d8a11765b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124912184120459149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149812491218412045914981249121841204591498124912184120459149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c41a6b-0789-4f60-b23b-34077fc625b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003975145254519265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265600397514525451926560039751452545192656003975145254519265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c41a6b-0789-4f60-b23b-34077fc625b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 111bb167-90f6-42b3-b791-39d8a11765b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13e9edd7-16c4-4311-8f42-f161a1f7910e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7107d52c-a750-485f-9517-2dcc0fac2501, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e9edd7-16c4-4311-8f42-f161a1f7910e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11014961120784547846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846110149611207845478461101496112078454784611014961120784547846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7107d52c-a750-485f-9517-2dcc0fac2501, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14998947575151284871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871149989475751512848711499894757515128487114998947575151284871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7107d52c-a750-485f-9517-2dcc0fac2501, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f491cf92-1a11-429b-95d8-4618fe7e2653, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e9edd7-16c4-4311-8f42-f161a1f7910e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f491cf92-1a11-429b-95d8-4618fe7e2653, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14405883656731545283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283144058836567315452831440588365673154528314405883656731545283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22ed1c65-0e5f-455a-8b7f-ee3570cc1c6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ed1c65-0e5f-455a-8b7f-ee3570cc1c6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5453248486455969453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453545324848645596945354532484864559694535453248486455969453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ed1c65-0e5f-455a-8b7f-ee3570cc1c6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d01ad2c4-f820-41a6-9ee8-cfc813970e1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01ad2c4-f820-41a6-9ee8-cfc813970e1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10699310919901347517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517106993109199013475171069931091990134751710699310919901347517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f491cf92-1a11-429b-95d8-4618fe7e2653, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08494851-33f2-44de-a412-b9851efb122a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08494851-33f2-44de-a412-b9851efb122a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11401070996959588965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965114010709969595889651140107099695958896511401070996959588965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01ad2c4-f820-41a6-9ee8-cfc813970e1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b14593e-1894-4da0-9cfb-420df5e1c670, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b14593e-1894-4da0-9cfb-420df5e1c670, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7587309788140410812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812758730978814041081275873097881404108127587309788140410812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08494851-33f2-44de-a412-b9851efb122a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d89122-37a8-4e57-80db-2d8400ac8bb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d89122-37a8-4e57-80db-2d8400ac8bb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15949501744817884272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272159495017448178842721594950174481788427215949501744817884272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b14593e-1894-4da0-9cfb-420df5e1c670, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c815606b-546c-46b0-ba81-4a3291e1e6dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c815606b-546c-46b0-ba81-4a3291e1e6dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14180201774364017646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646141802017743640176461418020177436401764614180201774364017646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d89122-37a8-4e57-80db-2d8400ac8bb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b74dd7c-6d9b-4f30-a1f8-7d55262b5e80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b74dd7c-6d9b-4f30-a1f8-7d55262b5e80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16646569254528729834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834166465692545287298341664656925452872983416646569254528729834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c815606b-546c-46b0-ba81-4a3291e1e6dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922cccd0-5a20-4522-a355-7200881c397f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922cccd0-5a20-4522-a355-7200881c397f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6306072980025707428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428630607298002570742863060729800257074286306072980025707428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b74dd7c-6d9b-4f30-a1f8-7d55262b5e80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301a8eab-507e-4330-b681-d6941b7add42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301a8eab-507e-4330-b681-d6941b7add42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6345894439931734287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287634589443993173428763458944399317342876345894439931734287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922cccd0-5a20-4522-a355-7200881c397f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ca0a8be-3d78-432c-b9a2-02fff99ea634, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca0a8be-3d78-432c-b9a2-02fff99ea634, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7651733301136627318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318765173330113662731876517333011366273187651733301136627318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301a8eab-507e-4330-b681-d6941b7add42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72f37f3-928c-4a29-be4f-b3e0e2df244b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72f37f3-928c-4a29-be4f-b3e0e2df244b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8048005077687740577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577804800507768774057780480050776877405778048005077687740577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca0a8be-3d78-432c-b9a2-02fff99ea634, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2cd8930-edf7-4262-ab9c-cf1e70559157, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2cd8930-edf7-4262-ab9c-cf1e70559157, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8047489594006687657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657804748959400668765780474895940066876578047489594006687657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72f37f3-928c-4a29-be4f-b3e0e2df244b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e10ee30a-24e6-4300-a9fe-0af5661468b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e10ee30a-24e6-4300-a9fe-0af5661468b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6857508046656279509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509685750804665627950968575080466562795096857508046656279509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2cd8930-edf7-4262-ab9c-cf1e70559157, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab77e09-f1c5-4728-ab13-ad8728977b15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab77e09-f1c5-4728-ab13-ad8728977b15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8570454629097429123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123857045462909742912385704546290974291238570454629097429123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e10ee30a-24e6-4300-a9fe-0af5661468b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c00f475-44fd-44f8-ad81-9dd159c707a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c00f475-44fd-44f8-ad81-9dd159c707a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3037678345082185444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444303767834508218544430376783450821854443037678345082185444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab77e09-f1c5-4728-ab13-ad8728977b15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8678b8-9bc0-4699-8081-6c008c0d2f72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8678b8-9bc0-4699-8081-6c008c0d2f72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8942271718201686874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874894227171820168687489422717182016868748942271718201686874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c00f475-44fd-44f8-ad81-9dd159c707a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a412b5c3-7b72-4959-9e33-11728809e9ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a412b5c3-7b72-4959-9e33-11728809e9ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11483571985397607419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419114835719853976074191148357198539760741911483571985397607419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8678b8-9bc0-4699-8081-6c008c0d2f72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daa0cd5d-3576-4173-b4a3-44d5c19f1fc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daa0cd5d-3576-4173-b4a3-44d5c19f1fc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16484705441442985967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967164847054414429859671648470544144298596716484705441442985967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a412b5c3-7b72-4959-9e33-11728809e9ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c80695-e9ef-41c6-b362-fb2808aec7c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c80695-e9ef-41c6-b362-fb2808aec7c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6010844669202658602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602601084466920265860260108446692026586026010844669202658602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daa0cd5d-3576-4173-b4a3-44d5c19f1fc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c17f6e-5045-454b-a931-8e2fd2f46735, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c17f6e-5045-454b-a931-8e2fd2f46735, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457464921020073766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766745746492102007376674574649210200737667457464921020073766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c80695-e9ef-41c6-b362-fb2808aec7c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 892bb077-268c-4140-9217-c00bb80cccea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 892bb077-268c-4140-9217-c00bb80cccea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6385484453924348129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129638548445392434812963854844539243481296385484453924348129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c17f6e-5045-454b-a931-8e2fd2f46735, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5cc7ec4-f323-4f87-84e0-f4ef9c48dacb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5cc7ec4-f323-4f87-84e0-f4ef9c48dacb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13159561215892191349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349131595612158921913491315956121589219134913159561215892191349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 892bb077-268c-4140-9217-c00bb80cccea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9685467b-771e-4821-8b08-7b2cc0589337, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9685467b-771e-4821-8b08-7b2cc0589337, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2320124751619840799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799232012475161984079923201247516198407992320124751619840799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5cc7ec4-f323-4f87-84e0-f4ef9c48dacb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0376ed47-c723-4f68-8dc5-d68beb61235b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0376ed47-c723-4f68-8dc5-d68beb61235b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3852513178543730130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130385251317854373013038525131785437301303852513178543730130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9685467b-771e-4821-8b08-7b2cc0589337, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c5f3cf5-5ac6-4a0f-84c9-6749846b85fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c5f3cf5-5ac6-4a0f-84c9-6749846b85fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12595234016349385633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633125952340163493856331259523401634938563312595234016349385633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0376ed47-c723-4f68-8dc5-d68beb61235b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2fe9586-37c9-40c2-9542-e5ef59ea2a99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2fe9586-37c9-40c2-9542-e5ef59ea2a99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16247682410244389848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848162476824102443898481624768241024438984816247682410244389848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c5f3cf5-5ac6-4a0f-84c9-6749846b85fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 518344f3-810f-4a18-a3e3-410ba05660e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518344f3-810f-4a18-a3e3-410ba05660e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17472514862492864356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356174725148624928643561747251486249286435617472514862492864356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2fe9586-37c9-40c2-9542-e5ef59ea2a99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d62989-249c-4da8-8ca8-41e6a4195040, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d62989-249c-4da8-8ca8-41e6a4195040, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4525382933807991124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124452538293380799112445253829338079911244525382933807991124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518344f3-810f-4a18-a3e3-410ba05660e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49de63b4-e88e-4f19-9f9a-5a2551e1d43a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d62989-249c-4da8-8ca8-41e6a4195040, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4104a6d-49da-4198-9fed-5fd18f1f7550, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4104a6d-49da-4198-9fed-5fd18f1f7550, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15533967999524882656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656155339679995248826561553396799952488265615533967999524882656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49de63b4-e88e-4f19-9f9a-5a2551e1d43a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16571590173472688019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019165715901734726880191657159017347268801916571590173472688019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4104a6d-49da-4198-9fed-5fd18f1f7550, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46e43a2e-f519-46e2-9cf4-bdff8ed31a15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46e43a2e-f519-46e2-9cf4-bdff8ed31a15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12696946495708607551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551126969464957086075511269694649570860755112696946495708607551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49de63b4-e88e-4f19-9f9a-5a2551e1d43a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 656141df-7691-4bf6-b5ec-f7d876596595, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 656141df-7691-4bf6-b5ec-f7d876596595, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16774571765504757101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101167745717655047571011677457176550475710116774571765504757101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46e43a2e-f519-46e2-9cf4-bdff8ed31a15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25f7a8e1-856e-4549-a215-37ef69dac90f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25f7a8e1-856e-4549-a215-37ef69dac90f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10645666286135757501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501106456662861357575011064566628613575750110645666286135757501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 656141df-7691-4bf6-b5ec-f7d876596595, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3de9e86-34e1-4f93-9a6f-d005affef809, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3de9e86-34e1-4f93-9a6f-d005affef809, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011927629945900230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230201192762994590023020119276299459002302011927629945900230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25f7a8e1-856e-4549-a215-37ef69dac90f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842af80c-3ce3-46be-b703-e5ad7c0d6d96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842af80c-3ce3-46be-b703-e5ad7c0d6d96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436993760223598400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400174369937602235984001743699376022359840017436993760223598400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3de9e86-34e1-4f93-9a6f-d005affef809, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1232567-9ed6-4fb4-b92f-62a09c3dd599, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1232567-9ed6-4fb4-b92f-62a09c3dd599, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151395533309926693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693151395533309926693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842af80c-3ce3-46be-b703-e5ad7c0d6d96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 592acfa4-ae89-477e-970c-b52df4618bce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 592acfa4-ae89-477e-970c-b52df4618bce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11138446779579282250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250111384467795792822501113844677957928225011138446779579282250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1232567-9ed6-4fb4-b92f-62a09c3dd599, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7bb90b-bc37-476c-85fd-e1fa61e40f41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7bb90b-bc37-476c-85fd-e1fa61e40f41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16500798058423495546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546165007980584234955461650079805842349554616500798058423495546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 592acfa4-ae89-477e-970c-b52df4618bce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab13722-ba97-478e-8921-9c9b86bfcb27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab13722-ba97-478e-8921-9c9b86bfcb27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8352151388903755720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720835215138890375572083521513889037557208352151388903755720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7bb90b-bc37-476c-85fd-e1fa61e40f41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0618c666-9714-401e-832e-f8faa1800209, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0618c666-9714-401e-832e-f8faa1800209, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042116138518444445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445704211613851844444570421161385184444457042116138518444445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab13722-ba97-478e-8921-9c9b86bfcb27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0096deec-be66-412f-a06d-2f584f7e3bb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0096deec-be66-412f-a06d-2f584f7e3bb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1838364087344713596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596183836408734471359618383640873447135961838364087344713596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0618c666-9714-401e-832e-f8faa1800209, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a02da1eb-2daf-4992-953d-d9dc07477958, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a02da1eb-2daf-4992-953d-d9dc07477958, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9325177723068408486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486932517772306840848693251777230684084869325177723068408486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0096deec-be66-412f-a06d-2f584f7e3bb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f86432-8c15-4fa2-afaa-9ddce7d982b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f86432-8c15-4fa2-afaa-9ddce7d982b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18444738918828784108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108184447389188287841081844473891882878410818444738918828784108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a02da1eb-2daf-4992-953d-d9dc07477958, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114c9758-0db1-450f-bcf0-fb3bfb1f2723, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f86432-8c15-4fa2-afaa-9ddce7d982b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114c9758-0db1-450f-bcf0-fb3bfb1f2723, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15306235881780434747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747153062358817804347471530623588178043474715306235881780434747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dd52427-59b5-48b2-b0de-8412fefa6b0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dd52427-59b5-48b2-b0de-8412fefa6b0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11024361651587690184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184110243616515876901841102436165158769018411024361651587690184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114c9758-0db1-450f-bcf0-fb3bfb1f2723, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bd2c449-2bb6-497c-a367-1f1198064999, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dd52427-59b5-48b2-b0de-8412fefa6b0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bd2c449-2bb6-497c-a367-1f1198064999, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011425032236280028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028201142503223628002820114250322362800282011425032236280028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a20571d1-79ae-4220-a395-d9bb79f6fc55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a20571d1-79ae-4220-a395-d9bb79f6fc55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17752142677091045760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760177521426770910457601775214267709104576017752142677091045760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bd2c449-2bb6-497c-a367-1f1198064999, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd8f44c-9c40-4e57-b849-61976304ac28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd8f44c-9c40-4e57-b849-61976304ac28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7362661059219100754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754736266105921910075473626610592191007547362661059219100754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a20571d1-79ae-4220-a395-d9bb79f6fc55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ffa0d3-c727-4d24-a019-2f118f2ba4ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ffa0d3-c727-4d24-a019-2f118f2ba4ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7038027879183302303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303703802787918330230370380278791833023037038027879183302303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd8f44c-9c40-4e57-b849-61976304ac28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f19607e9-6fd9-4bdf-8452-14cbb8056476, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f19607e9-6fd9-4bdf-8452-14cbb8056476, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13382248598967136820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820133822485989671368201338224859896713682013382248598967136820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ffa0d3-c727-4d24-a019-2f118f2ba4ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca6b1246-bcff-4410-bba5-e9beacf31512, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6b1246-bcff-4410-bba5-e9beacf31512, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14345597610751750880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880143455976107517508801434559761075175088014345597610751750880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f19607e9-6fd9-4bdf-8452-14cbb8056476, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d854a3bc-5822-4477-9058-e1629fcaba0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d854a3bc-5822-4477-9058-e1629fcaba0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2931431255398983552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552293143125539898355229314312553989835522931431255398983552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6b1246-bcff-4410-bba5-e9beacf31512, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e106a0f-7a14-4421-b7c7-abc1bda25c9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e106a0f-7a14-4421-b7c7-abc1bda25c9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805337292663464979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979680533729266346497968053372926634649796805337292663464979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d854a3bc-5822-4477-9058-e1629fcaba0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fcef92b-6e02-4d4e-923c-faf956af1704, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fcef92b-6e02-4d4e-923c-faf956af1704, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15945608093273068144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144159456080932730681441594560809327306814415945608093273068144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e106a0f-7a14-4421-b7c7-abc1bda25c9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3889647-4847-486b-8376-1abffa62afe4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3889647-4847-486b-8376-1abffa62afe4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541338219263627869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869165413382192636278691654133821926362786916541338219263627869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fcef92b-6e02-4d4e-923c-faf956af1704, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a631a153-8b2d-4342-b96e-e30eb283dd57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a631a153-8b2d-4342-b96e-e30eb283dd57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8226590355395561693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693822659035539556169382265903553955616938226590355395561693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3889647-4847-486b-8376-1abffa62afe4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4df35b6d-78c5-45ec-81cc-3afc6b0bf303, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4df35b6d-78c5-45ec-81cc-3afc6b0bf303, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3134621397354196155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155313462139735419615531346213973541961553134621397354196155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a631a153-8b2d-4342-b96e-e30eb283dd57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4c095f-0aba-4864-9f2b-470142a857b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4c095f-0aba-4864-9f2b-470142a857b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827312280526942481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481158273122805269424811582731228052694248115827312280526942481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4df35b6d-78c5-45ec-81cc-3afc6b0bf303, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f2a6d4-ba8c-4301-9266-c157edd4164d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f2a6d4-ba8c-4301-9266-c157edd4164d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9945000293439688647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647994500029343968864799450002934396886479945000293439688647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4c095f-0aba-4864-9f2b-470142a857b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0181702f-34e9-45d3-877c-221ed112e38a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0181702f-34e9-45d3-877c-221ed112e38a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7026268842694036859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859702626884269403685970262688426940368597026268842694036859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f2a6d4-ba8c-4301-9266-c157edd4164d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c07d2204-9c0b-454e-909b-55906b1f30b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07d2204-9c0b-454e-909b-55906b1f30b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16207884444956377052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052162078844449563770521620788444495637705216207884444956377052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0181702f-34e9-45d3-877c-221ed112e38a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efcc1cd2-052a-4397-bec0-71c622908fb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efcc1cd2-052a-4397-bec0-71c622908fb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4947082223205932138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138494708222320593213849470822232059321384947082223205932138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07d2204-9c0b-454e-909b-55906b1f30b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6401107c-c0e6-4146-8d11-7f98bc53a874, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6401107c-c0e6-4146-8d11-7f98bc53a874, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13084679217306301802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802130846792173063018021308467921730630180213084679217306301802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efcc1cd2-052a-4397-bec0-71c622908fb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3072cf3-21c6-4b05-b5f9-69dc1598463f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3072cf3-21c6-4b05-b5f9-69dc1598463f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14485653633229944275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275144856536332299442751448565363322994427514485653633229944275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6401107c-c0e6-4146-8d11-7f98bc53a874, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c28b1950-ffe1-4ef2-8d65-22303831d299, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c28b1950-ffe1-4ef2-8d65-22303831d299, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10516324635498199829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829105163246354981998291051632463549819982910516324635498199829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3072cf3-21c6-4b05-b5f9-69dc1598463f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c816cc3-d2b2-4a3c-9ce3-a73ffc89e147, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c816cc3-d2b2-4a3c-9ce3-a73ffc89e147, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17318323660995490016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016173183236609954900161731832366099549001617318323660995490016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c28b1950-ffe1-4ef2-8d65-22303831d299, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcffc024-4368-4eba-ab7c-d7a8d4276f51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcffc024-4368-4eba-ab7c-d7a8d4276f51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2542971229418138838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838254297122941813883825429712294181388382542971229418138838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c816cc3-d2b2-4a3c-9ce3-a73ffc89e147, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725427ec-60d3-4ef7-8aa1-6af39b5a9bcb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725427ec-60d3-4ef7-8aa1-6af39b5a9bcb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490763820562369813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813249076382056236981324907638205623698132490763820562369813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcffc024-4368-4eba-ab7c-d7a8d4276f51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2bfcd1-bce6-475e-afa3-bd3d18426563, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2bfcd1-bce6-475e-afa3-bd3d18426563, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12862477232546652114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114128624772325466521141286247723254665211412862477232546652114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725427ec-60d3-4ef7-8aa1-6af39b5a9bcb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f82c4b6-c49e-451b-a15f-398cd6e2e624, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f82c4b6-c49e-451b-a15f-398cd6e2e624, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11330701270387474526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526113307012703874745261133070127038747452611330701270387474526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2bfcd1-bce6-475e-afa3-bd3d18426563, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef102bb5-e9ce-478d-817d-61def14ec297, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef102bb5-e9ce-478d-817d-61def14ec297, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790756358169465581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581177907563581694655811779075635816946558117790756358169465581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f82c4b6-c49e-451b-a15f-398cd6e2e624, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cb09144-a721-4918-adae-820f16550804, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cb09144-a721-4918-adae-820f16550804, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117164206065683456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456511716420606568345651171642060656834565117164206065683456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef102bb5-e9ce-478d-817d-61def14ec297, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de8c2c7-3d89-4192-bbe7-eeeb1def803b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de8c2c7-3d89-4192-bbe7-eeeb1def803b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2222704370616200598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598222270437061620059822227043706162005982222704370616200598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cb09144-a721-4918-adae-820f16550804, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33ed2ea5-6be5-45b9-af2c-175fbd0941fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ed2ea5-6be5-45b9-af2c-175fbd0941fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17572155959045842709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709175721559590458427091757215595904584270917572155959045842709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de8c2c7-3d89-4192-bbe7-eeeb1def803b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83d62f43-e194-49c5-85b3-f59851989a0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83d62f43-e194-49c5-85b3-f59851989a0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13657382246620434169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169136573822466204341691365738224662043416913657382246620434169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ed2ea5-6be5-45b9-af2c-175fbd0941fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a80734-d4d1-40e7-8c26-161f779a8c44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a80734-d4d1-40e7-8c26-161f779a8c44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419526294887034616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616241952629488703461624195262948870346162419526294887034616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83d62f43-e194-49c5-85b3-f59851989a0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74ba204d-1a4f-4a46-895f-da1e9965ed4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74ba204d-1a4f-4a46-895f-da1e9965ed4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11145174933087804861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861111451749330878048611114517493308780486111145174933087804861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a80734-d4d1-40e7-8c26-161f779a8c44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74ba204d-1a4f-4a46-895f-da1e9965ed4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26c6dea-7eee-4c9a-bcaf-0d1d9d42e79a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26c6dea-7eee-4c9a-bcaf-0d1d9d42e79a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15026781001857225773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773150267810018572257731502678100185722577315026781001857225773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f86884b0-36c5-4c6e-894d-469239c08eee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f86884b0-36c5-4c6e-894d-469239c08eee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14974809057993864063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063149748090579938640631497480905799386406314974809057993864063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26c6dea-7eee-4c9a-bcaf-0d1d9d42e79a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f86884b0-36c5-4c6e-894d-469239c08eee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06080297-14b1-4d9b-a703-699b7e3dabda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06080297-14b1-4d9b-a703-699b7e3dabda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16260369055129666244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244162603690551296662441626036905512966624416260369055129666244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76063e03-3cfc-4efd-ae32-d57935e67bb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76063e03-3cfc-4efd-ae32-d57935e67bb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 573745102350522950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950573745102350522950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76063e03-3cfc-4efd-ae32-d57935e67bb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06080297-14b1-4d9b-a703-699b7e3dabda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b45110e5-ca5c-4bd1-a58f-06f0c1357f0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e390c0-6612-4453-88dd-b6c94d307ffc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45110e5-ca5c-4bd1-a58f-06f0c1357f0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9739146314235024475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475973914631423502447597391463142350244759739146314235024475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e390c0-6612-4453-88dd-b6c94d307ffc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2175983009287546140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140217598300928754614021759830092875461402175983009287546140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45110e5-ca5c-4bd1-a58f-06f0c1357f0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e390c0-6612-4453-88dd-b6c94d307ffc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8e61bf-1d6b-4466-a3ea-97d99053a751, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd20605-b404-4a25-a599-ee3c07fd9eef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8e61bf-1d6b-4466-a3ea-97d99053a751, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839378969408135195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195148393789694081351951483937896940813519514839378969408135195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd20605-b404-4a25-a599-ee3c07fd9eef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2418657027476150919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919241865702747615091924186570274761509192418657027476150919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8e61bf-1d6b-4466-a3ea-97d99053a751, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd20605-b404-4a25-a599-ee3c07fd9eef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92b80273-979f-40c2-8ec7-01090d440ac2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92b80273-979f-40c2-8ec7-01090d440ac2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 398933460888229269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269398933460888229269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be2157fe-86c1-47dd-88fb-9ff0886d4a7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be2157fe-86c1-47dd-88fb-9ff0886d4a7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4524316310805922563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563452431631080592256345243163108059225634524316310805922563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92b80273-979f-40c2-8ec7-01090d440ac2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be2157fe-86c1-47dd-88fb-9ff0886d4a7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 066826b1-b557-4124-afdb-cc8309c58dcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e979612-b0e9-495e-8cf4-0c9b59309a9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e979612-b0e9-495e-8cf4-0c9b59309a9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3584364918998276956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956358436491899827695635843649189982769563584364918998276956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066826b1-b557-4124-afdb-cc8309c58dcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17459522349792045878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878174595223497920458781745952234979204587817459522349792045878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066826b1-b557-4124-afdb-cc8309c58dcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e979612-b0e9-495e-8cf4-0c9b59309a9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00c0425b-a3fa-4171-b69f-a0e81f15f013, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d02ed27-cd19-4b8d-8288-bd8cc8ec2571, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c0425b-a3fa-4171-b69f-a0e81f15f013, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6131503608340693676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676613150360834069367661315036083406936766131503608340693676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d02ed27-cd19-4b8d-8288-bd8cc8ec2571, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515332805460221047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047151533280546022104715153328054602210471515332805460221047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c0425b-a3fa-4171-b69f-a0e81f15f013, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d02ed27-cd19-4b8d-8288-bd8cc8ec2571, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39056faf-8266-4d6a-871d-57eeb5cf5662, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39056faf-8266-4d6a-871d-57eeb5cf5662, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8300996127037546842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842830099612703754684283009961270375468428300996127037546842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f962fa3-f3c0-46ec-82a5-0d288491c443, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f962fa3-f3c0-46ec-82a5-0d288491c443, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15286563254579948510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510152865632545799485101528656325457994851015286563254579948510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f962fa3-f3c0-46ec-82a5-0d288491c443, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39056faf-8266-4d6a-871d-57eeb5cf5662, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44abcac8-32e1-43a8-b58b-11dc5772feeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44abcac8-32e1-43a8-b58b-11dc5772feeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18310279958398189592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592183102799583981895921831027995839818959218310279958398189592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcfdc1fd-cf8f-4cb9-964e-47df34608656, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcfdc1fd-cf8f-4cb9-964e-47df34608656, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7485093728870473876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876748509372887047387674850937288704738767485093728870473876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44abcac8-32e1-43a8-b58b-11dc5772feeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcfdc1fd-cf8f-4cb9-964e-47df34608656, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bc7978-e961-4def-9b36-0bfd78281f93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 217cd057-84dc-4c10-9495-e20399decaa7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bc7978-e961-4def-9b36-0bfd78281f93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12892123158774341878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878128921231587743418781289212315877434187812892123158774341878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 217cd057-84dc-4c10-9495-e20399decaa7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14488528008096360958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958144885280080963609581448852800809636095814488528008096360958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bc7978-e961-4def-9b36-0bfd78281f93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 217cd057-84dc-4c10-9495-e20399decaa7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 357456d5-6c3d-462c-844b-9c17b0322c71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 357456d5-6c3d-462c-844b-9c17b0322c71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4722285445156796956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956472228544515679695647222854451567969564722285445156796956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53e0b12-9921-465b-8e4f-1a35b8da7dd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53e0b12-9921-465b-8e4f-1a35b8da7dd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13680002837061933902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902136800028370619339021368000283706193390213680002837061933902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 357456d5-6c3d-462c-844b-9c17b0322c71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e830486f-cfec-4092-9dd4-c2a88c40a82e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e830486f-cfec-4092-9dd4-c2a88c40a82e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2926027316896415673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673292602731689641567329260273168964156732926027316896415673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53e0b12-9921-465b-8e4f-1a35b8da7dd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad3a136-68c3-4188-9a69-0157e40218a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad3a136-68c3-4188-9a69-0157e40218a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337417734717450531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531933741773471745053193374177347174505319337417734717450531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e830486f-cfec-4092-9dd4-c2a88c40a82e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2ebe0d-af79-49de-9433-26b7404f16e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2ebe0d-af79-49de-9433-26b7404f16e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16795769906176561522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522167957699061765615221679576990617656152216795769906176561522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad3a136-68c3-4188-9a69-0157e40218a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93266d66-6c87-4317-96a9-4e63a9204eb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93266d66-6c87-4317-96a9-4e63a9204eb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16885626387249300295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295168856263872493002951688562638724930029516885626387249300295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2ebe0d-af79-49de-9433-26b7404f16e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f336f8-14bf-4b66-9442-2e76079fec18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f336f8-14bf-4b66-9442-2e76079fec18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17364802990043382744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744173648029900433827441736480299004338274417364802990043382744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f336f8-14bf-4b66-9442-2e76079fec18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd375234-318e-41bc-9fb9-f774a32b5aa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd375234-318e-41bc-9fb9-f774a32b5aa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14184531318957920705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705141845313189579207051418453131895792070514184531318957920705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93266d66-6c87-4317-96a9-4e63a9204eb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3784e145-1184-4648-a552-42d4596ce6c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3784e145-1184-4648-a552-42d4596ce6c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14549053647393634157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157145490536473936341571454905364739363415714549053647393634157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd375234-318e-41bc-9fb9-f774a32b5aa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c6a42d-3a4e-47b1-8de5-df35eb4c8a85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c6a42d-3a4e-47b1-8de5-df35eb4c8a85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466919602017651498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498466919602017651498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3784e145-1184-4648-a552-42d4596ce6c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e17e7e-b56a-46a9-9515-9c1bca5e9315, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e17e7e-b56a-46a9-9515-9c1bca5e9315, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8695709741824075143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143869570974182407514386957097418240751438695709741824075143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c6a42d-3a4e-47b1-8de5-df35eb4c8a85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5019bea9-e7ec-47b7-b195-d4f93cadc73a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5019bea9-e7ec-47b7-b195-d4f93cadc73a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12682101183102508300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300126821011831025083001268210118310250830012682101183102508300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e17e7e-b56a-46a9-9515-9c1bca5e9315, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d92f07d-3471-4805-93ea-f5f51ccd5307, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d92f07d-3471-4805-93ea-f5f51ccd5307, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9161697357953039873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873916169735795303987391616973579530398739161697357953039873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5019bea9-e7ec-47b7-b195-d4f93cadc73a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d6def43-e281-4836-8dc1-74697513f58e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6def43-e281-4836-8dc1-74697513f58e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4692162426639756137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137469216242663975613746921624266397561374692162426639756137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d92f07d-3471-4805-93ea-f5f51ccd5307, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8800a67-a6d8-43da-86d4-cf7cdf7d1db6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8800a67-a6d8-43da-86d4-cf7cdf7d1db6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14070348559856729598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598140703485598567295981407034855985672959814070348559856729598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6def43-e281-4836-8dc1-74697513f58e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8422a73-9667-42b8-9f0d-3e3d231b94f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8422a73-9667-42b8-9f0d-3e3d231b94f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17431301985395870174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174174313019853958701741743130198539587017417431301985395870174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8800a67-a6d8-43da-86d4-cf7cdf7d1db6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6142f249-8caa-47ab-936e-9e0e703dc8b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6142f249-8caa-47ab-936e-9e0e703dc8b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12025976611535375582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582120259766115353755821202597661153537558212025976611535375582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8422a73-9667-42b8-9f0d-3e3d231b94f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08980fbd-7461-42b8-9ee8-3659c35def71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08980fbd-7461-42b8-9ee8-3659c35def71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041943073628587535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535140419430736285875351404194307362858753514041943073628587535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6142f249-8caa-47ab-936e-9e0e703dc8b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08980fbd-7461-42b8-9ee8-3659c35def71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31b0531d-3114-419c-bb92-c65b04a80b2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31b0531d-3114-419c-bb92-c65b04a80b2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160762185061381712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712171607621850613817121716076218506138171217160762185061381712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f934e0cd-e038-4e20-b1fa-1863aebc31b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f934e0cd-e038-4e20-b1fa-1863aebc31b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17923363495199597664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664179233634951995976641792336349519959766417923363495199597664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31b0531d-3114-419c-bb92-c65b04a80b2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f934e0cd-e038-4e20-b1fa-1863aebc31b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fc72c4-16f3-404c-aaca-757f5d1f4559, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e2358d-128d-4477-9961-e847bfd2a45c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fc72c4-16f3-404c-aaca-757f5d1f4559, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786971527381523589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589117869715273815235891178697152738152358911786971527381523589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e2358d-128d-4477-9961-e847bfd2a45c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12831925536250310704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704128319255362503107041283192553625031070412831925536250310704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e2358d-128d-4477-9961-e847bfd2a45c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fc72c4-16f3-404c-aaca-757f5d1f4559, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab90075c-9f8c-4f1d-abb9-841efe1fe293, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab90075c-9f8c-4f1d-abb9-841efe1fe293, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7124994223986090464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464712499422398609046471249942239860904647124994223986090464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47b822e-c9ec-4b26-afc1-d8b0ae74e902, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47b822e-c9ec-4b26-afc1-d8b0ae74e902, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2125631245663852861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861212563124566385286121256312456638528612125631245663852861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab90075c-9f8c-4f1d-abb9-841efe1fe293, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11c6556a-601e-49db-9b80-b1d308b42a2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11c6556a-601e-49db-9b80-b1d308b42a2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12268630509433754433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433122686305094337544331226863050943375443312268630509433754433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47b822e-c9ec-4b26-afc1-d8b0ae74e902, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3ff91f-ea00-481c-9528-210a2e41d977, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3ff91f-ea00-481c-9528-210a2e41d977, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13539081065630047034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034135390810656300470341353908106563004703413539081065630047034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11c6556a-601e-49db-9b80-b1d308b42a2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65e673d0-0dd6-433d-b2c3-8ff19a3f877e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65e673d0-0dd6-433d-b2c3-8ff19a3f877e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2964214538434763137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137296421453843476313729642145384347631372964214538434763137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3ff91f-ea00-481c-9528-210a2e41d977, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acf05370-bf72-43fc-a287-8def9806e202, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acf05370-bf72-43fc-a287-8def9806e202, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15369255124143073483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483153692551241430734831536925512414307348315369255124143073483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65e673d0-0dd6-433d-b2c3-8ff19a3f877e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec656d27-d694-484e-8216-2997cb9755fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec656d27-d694-484e-8216-2997cb9755fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6498443415881512308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308649844341588151230864984434158815123086498443415881512308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acf05370-bf72-43fc-a287-8def9806e202, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e388eda4-61c8-43ff-9a1d-def67f858433, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e388eda4-61c8-43ff-9a1d-def67f858433, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17759981733498169805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805177599817334981698051775998173349816980517759981733498169805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec656d27-d694-484e-8216-2997cb9755fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0292556-2651-40f7-95ba-9a095f679db4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0292556-2651-40f7-95ba-9a095f679db4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5688346583297327348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348568834658329732734856883465832973273485688346583297327348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e388eda4-61c8-43ff-9a1d-def67f858433, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3897ac16-ec05-48d0-8d06-1cf7d795f72c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3897ac16-ec05-48d0-8d06-1cf7d795f72c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11434243135412465422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422114342431354124654221143424313541246542211434243135412465422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0292556-2651-40f7-95ba-9a095f679db4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c4b48d-7999-4d86-a89c-15a9d8eb7305, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c4b48d-7999-4d86-a89c-15a9d8eb7305, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10282958045731750059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059102829580457317500591028295804573175005910282958045731750059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3897ac16-ec05-48d0-8d06-1cf7d795f72c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 060f0f73-aad8-4058-b81e-d030b2d26f77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 060f0f73-aad8-4058-b81e-d030b2d26f77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5381311169633446278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278538131116963344627853813111696334462785381311169633446278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c4b48d-7999-4d86-a89c-15a9d8eb7305, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d66b003-9daf-461d-8e6e-4b5c265cdbed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d66b003-9daf-461d-8e6e-4b5c265cdbed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6609370290220212685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685660937029022021268566093702902202126856609370290220212685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 060f0f73-aad8-4058-b81e-d030b2d26f77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012fd7d3-1201-48ab-b421-d2113723cdc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012fd7d3-1201-48ab-b421-d2113723cdc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8164118744022130672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672816411874402213067281641187440221306728164118744022130672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d66b003-9daf-461d-8e6e-4b5c265cdbed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50ae56ea-61eb-4f38-9888-c71b9ec7654f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ae56ea-61eb-4f38-9888-c71b9ec7654f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17051788774306110074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074170517887743061100741705178877430611007417051788774306110074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012fd7d3-1201-48ab-b421-d2113723cdc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 044346e1-674a-4061-8acb-8189543548d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044346e1-674a-4061-8acb-8189543548d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16720322535069606550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550167203225350696065501672032253506960655016720322535069606550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ae56ea-61eb-4f38-9888-c71b9ec7654f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cda3cad-3f30-4eaf-affd-d9f0e608c252, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cda3cad-3f30-4eaf-affd-d9f0e608c252, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326479618289963414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414932647961828996341493264796182899634149326479618289963414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044346e1-674a-4061-8acb-8189543548d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa828348-706b-4d51-a326-e75675398df3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa828348-706b-4d51-a326-e75675398df3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4707673858672153023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023470767385867215302347076738586721530234707673858672153023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cda3cad-3f30-4eaf-affd-d9f0e608c252, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a638872-ec49-4ad8-814a-fd12001366f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a638872-ec49-4ad8-814a-fd12001366f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17139632710111005145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145171396327101110051451713963271011100514517139632710111005145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa828348-706b-4d51-a326-e75675398df3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e043889-6b57-4d49-9aa9-fb87e697212d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e043889-6b57-4d49-9aa9-fb87e697212d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413427291925987454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454941342729192598745494134272919259874549413427291925987454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a638872-ec49-4ad8-814a-fd12001366f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af80c831-6d66-4f32-be48-1a1a0c496eb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af80c831-6d66-4f32-be48-1a1a0c496eb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 495271589179807191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191495271589179807191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e043889-6b57-4d49-9aa9-fb87e697212d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3372da71-5381-4d51-a330-a1e7dfe7dc6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3372da71-5381-4d51-a330-a1e7dfe7dc6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 206353761849187586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586206353761849187586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af80c831-6d66-4f32-be48-1a1a0c496eb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 863e6216-e457-46d7-ae54-f1b3213546cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863e6216-e457-46d7-ae54-f1b3213546cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3839780688475299056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056383978068847529905638397806884752990563839780688475299056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3372da71-5381-4d51-a330-a1e7dfe7dc6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d1c87eb-cfc1-480a-ad7a-486752bd08f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d1c87eb-cfc1-480a-ad7a-486752bd08f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9351023750891445587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587935102375089144558793510237508914455879351023750891445587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863e6216-e457-46d7-ae54-f1b3213546cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342f1f8b-237b-42c0-9584-019e7cd76510, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342f1f8b-237b-42c0-9584-019e7cd76510, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12570692498010655008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008125706924980106550081257069249801065500812570692498010655008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d1c87eb-cfc1-480a-ad7a-486752bd08f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbd4ee59-8b7b-48c0-a414-62b2b000bfc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbd4ee59-8b7b-48c0-a414-62b2b000bfc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9880153166833809098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098988015316683380909898801531668338090989880153166833809098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342f1f8b-237b-42c0-9584-019e7cd76510, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc28d038-f344-4a3b-af85-9aa04061f970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbd4ee59-8b7b-48c0-a414-62b2b000bfc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc28d038-f344-4a3b-af85-9aa04061f970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14092344446291116751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751140923444462911167511409234444629111675114092344446291116751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0634a1a-4014-47dc-a92e-dbbb75dd41e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0634a1a-4014-47dc-a92e-dbbb75dd41e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14587286151259512441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441145872861512595124411458728615125951244114587286151259512441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc28d038-f344-4a3b-af85-9aa04061f970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd5627c4-af1a-4da6-b197-dd9f499d5e97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0634a1a-4014-47dc-a92e-dbbb75dd41e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd5627c4-af1a-4da6-b197-dd9f499d5e97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17695623613511159893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893176956236135111598931769562361351115989317695623613511159893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b487f4d0-cd04-4157-afcf-f10fbcf7bd64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b487f4d0-cd04-4157-afcf-f10fbcf7bd64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13359742753831913699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699133597427538319136991335974275383191369913359742753831913699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd5627c4-af1a-4da6-b197-dd9f499d5e97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1a4396f-4616-4ebb-af66-632e899e2510, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b487f4d0-cd04-4157-afcf-f10fbcf7bd64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1a4396f-4616-4ebb-af66-632e899e2510, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8301415353507610389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389830141535350761038983014153535076103898301415353507610389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c61c9b78-a7e9-4313-9f79-a9b10043ed08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c61c9b78-a7e9-4313-9f79-a9b10043ed08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8302249913330769864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864830224991333076986483022499133307698648302249913330769864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1a4396f-4616-4ebb-af66-632e899e2510, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c61c9b78-a7e9-4313-9f79-a9b10043ed08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee425a49-f785-4979-96d9-a3d49cac54a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10196bd8-0072-4f07-a17c-e3851a17a235, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee425a49-f785-4979-96d9-a3d49cac54a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12449262971144427049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049124492629711444270491244926297114442704912449262971144427049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10196bd8-0072-4f07-a17c-e3851a17a235, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9571444393171957093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093957144439317195709395714443931719570939571444393171957093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee425a49-f785-4979-96d9-a3d49cac54a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10196bd8-0072-4f07-a17c-e3851a17a235, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44b9784e-4872-4f38-8025-ea3d29e5ded0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8dd1b8e-2de2-474b-b95d-c8852aef4ace, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b9784e-4872-4f38-8025-ea3d29e5ded0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8672654170344552228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228867265417034455222886726541703445522288672654170344552228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8dd1b8e-2de2-474b-b95d-c8852aef4ace, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5255623347012500872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872525562334701250087252556233470125008725255623347012500872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8dd1b8e-2de2-474b-b95d-c8852aef4ace, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b9784e-4872-4f38-8025-ea3d29e5ded0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acac98c9-6957-486b-9132-e52f0b082893, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acac98c9-6957-486b-9132-e52f0b082893, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887673641228963527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527488767364122896352748876736412289635274887673641228963527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ed2fde-2e76-44a7-8a3d-9d2c51f4c1cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ed2fde-2e76-44a7-8a3d-9d2c51f4c1cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9965134355553696064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064996513435555369606499651343555536960649965134355553696064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acac98c9-6957-486b-9132-e52f0b082893, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 961beebb-eacc-41da-b7ff-cfddb5f19d5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ed2fde-2e76-44a7-8a3d-9d2c51f4c1cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 961beebb-eacc-41da-b7ff-cfddb5f19d5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8696760752399665364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364869676075239966536486967607523996653648696760752399665364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d913fdb3-f354-4602-96bc-9fadda01eef5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d913fdb3-f354-4602-96bc-9fadda01eef5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7211848112034947980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980721184811203494798072118481120349479807211848112034947980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 961beebb-eacc-41da-b7ff-cfddb5f19d5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4408dd21-2775-4118-9ee4-a992e83a5132, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4408dd21-2775-4118-9ee4-a992e83a5132, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16858355572752468305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305168583555727524683051685835557275246830516858355572752468305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d913fdb3-f354-4602-96bc-9fadda01eef5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a68c051-59e2-410e-8e92-22384dc9e47d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a68c051-59e2-410e-8e92-22384dc9e47d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8108808541397603111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111810880854139760311181088085413976031118108808541397603111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4408dd21-2775-4118-9ee4-a992e83a5132, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2549c48e-c715-4d0b-973f-399cbd81e6d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a68c051-59e2-410e-8e92-22384dc9e47d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2549c48e-c715-4d0b-973f-399cbd81e6d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407836472107202476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476640783647210720247664078364721072024766407836472107202476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d127a437-3ff6-4ba2-99c0-bb4618576a80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d127a437-3ff6-4ba2-99c0-bb4618576a80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6330251049148821688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688633025104914882168863302510491488216886330251049148821688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2549c48e-c715-4d0b-973f-399cbd81e6d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e391672b-f5ef-4606-b4fc-60e876995919, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e391672b-f5ef-4606-b4fc-60e876995919, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2330260622384562925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925233026062238456292523302606223845629252330260622384562925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d127a437-3ff6-4ba2-99c0-bb4618576a80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0162f4a9-cec8-4e1b-9ad9-363043c197e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0162f4a9-cec8-4e1b-9ad9-363043c197e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2094726544666267244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244209472654466626724420947265446662672442094726544666267244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e391672b-f5ef-4606-b4fc-60e876995919, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a74065-1ecc-4076-981d-0bd84bce3903, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a74065-1ecc-4076-981d-0bd84bce3903, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7752430789039872250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250775243078903987225077524307890398722507752430789039872250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0162f4a9-cec8-4e1b-9ad9-363043c197e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f02aacb7-b7f3-4334-8158-1669e2208bd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f02aacb7-b7f3-4334-8158-1669e2208bd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13930687779967479532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532139306877799674795321393068777996747953213930687779967479532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a74065-1ecc-4076-981d-0bd84bce3903, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3097572a-95f9-4d28-8787-f245a7642070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3097572a-95f9-4d28-8787-f245a7642070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567264551268404378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378135672645512684043781356726455126840437813567264551268404378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f02aacb7-b7f3-4334-8158-1669e2208bd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1307886f-c675-4a86-8e12-83ef5abec43a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1307886f-c675-4a86-8e12-83ef5abec43a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7870491049796325441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441787049104979632544178704910497963254417870491049796325441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3097572a-95f9-4d28-8787-f245a7642070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1307886f-c675-4a86-8e12-83ef5abec43a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d94ef644-31f1-4ed1-b649-8b9ec7e7fc41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152aff11-fd3b-489b-9c67-5446e74da6e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94ef644-31f1-4ed1-b649-8b9ec7e7fc41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16917504911004751721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721169175049110047517211691750491100475172116917504911004751721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152aff11-fd3b-489b-9c67-5446e74da6e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841444954969547174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174168414449549695471741684144495496954717416841444954969547174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94ef644-31f1-4ed1-b649-8b9ec7e7fc41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b6a7605-dc79-46b6-be9e-c97bd89d600e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b6a7605-dc79-46b6-be9e-c97bd89d600e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12645384735383240441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441126453847353832404411264538473538324044112645384735383240441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152aff11-fd3b-489b-9c67-5446e74da6e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b6a7605-dc79-46b6-be9e-c97bd89d600e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa364495-0eb1-41b6-9256-9c89e18413d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 633c0db3-0f44-4932-b80b-8ed3a5039f03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa364495-0eb1-41b6-9256-9c89e18413d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1897082364600450774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774189708236460045077418970823646004507741897082364600450774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633c0db3-0f44-4932-b80b-8ed3a5039f03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11614158964347867162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162116141589643478671621161415896434786716211614158964347867162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633c0db3-0f44-4932-b80b-8ed3a5039f03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 969337ad-815f-40fc-8024-fcedce14d858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 969337ad-815f-40fc-8024-fcedce14d858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772487815409063769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769107724878154090637691077248781540906376910772487815409063769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa364495-0eb1-41b6-9256-9c89e18413d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71911488-a655-42b4-ba5d-64a74b19b2fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71911488-a655-42b4-ba5d-64a74b19b2fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14448542975018396737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737144485429750183967371444854297501839673714448542975018396737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 969337ad-815f-40fc-8024-fcedce14d858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a20a56-f539-43d5-9c36-a751e36a0ed7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a20a56-f539-43d5-9c36-a751e36a0ed7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2190048446700884250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250219004844670088425021900484467008842502190048446700884250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a20a56-f539-43d5-9c36-a751e36a0ed7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b79ed499-70ee-410a-8e2b-59cd03b7e0e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b79ed499-70ee-410a-8e2b-59cd03b7e0e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 173782836496536372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372173782836496536372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71911488-a655-42b4-ba5d-64a74b19b2fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56def2f0-ea79-4b39-8634-db719189c771, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56def2f0-ea79-4b39-8634-db719189c771, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10042531141717812382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382100425311417178123821004253114171781238210042531141717812382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b79ed499-70ee-410a-8e2b-59cd03b7e0e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470b7852-7d35-47c0-ae7e-b2ee3e2cd6f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470b7852-7d35-47c0-ae7e-b2ee3e2cd6f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13431062169072533925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925134310621690725339251343106216907253392513431062169072533925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56def2f0-ea79-4b39-8634-db719189c771, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac71e2d6-97ab-4174-8127-119bd5c809e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac71e2d6-97ab-4174-8127-119bd5c809e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11243722273827088525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525112437222738270885251124372227382708852511243722273827088525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470b7852-7d35-47c0-ae7e-b2ee3e2cd6f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11a8c6a-27d3-4812-a4dd-53455c576876, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11a8c6a-27d3-4812-a4dd-53455c576876, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9488821217194077953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953948882121719407795394888212171940779539488821217194077953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac71e2d6-97ab-4174-8127-119bd5c809e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb0d6d3e-aaee-4f3d-922e-3c519c83c169, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0d6d3e-aaee-4f3d-922e-3c519c83c169, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12190474266509506659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659121904742665095066591219047426650950665912190474266509506659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11a8c6a-27d3-4812-a4dd-53455c576876, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c088ca8-6987-4787-96d1-d143ab87e37a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c088ca8-6987-4787-96d1-d143ab87e37a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16196919907350642310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310161969199073506423101619691990735064231016196919907350642310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0d6d3e-aaee-4f3d-922e-3c519c83c169, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f155e1a1-65f2-4a4f-a78c-9f41e2f7a5fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f155e1a1-65f2-4a4f-a78c-9f41e2f7a5fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11709082047650661731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731117090820476506617311170908204765066173111709082047650661731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c088ca8-6987-4787-96d1-d143ab87e37a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 292f11ef-5bfa-43ad-959a-092c12affc2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 292f11ef-5bfa-43ad-959a-092c12affc2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6035766361505560932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932603576636150556093260357663615055609326035766361505560932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f155e1a1-65f2-4a4f-a78c-9f41e2f7a5fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27b51af1-abcb-4a93-8767-bc6b8e8a8f7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b51af1-abcb-4a93-8767-bc6b8e8a8f7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214504659378078572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572142145046593780785721421450465937807857214214504659378078572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 292f11ef-5bfa-43ad-959a-092c12affc2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 789bacbd-d2a1-47f2-ab23-411cd87efca9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 789bacbd-d2a1-47f2-ab23-411cd87efca9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6394629339572490185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185639462933957249018563946293395724901856394629339572490185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b51af1-abcb-4a93-8767-bc6b8e8a8f7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fb9fca4-9899-4510-a6d4-c9480b2253a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fb9fca4-9899-4510-a6d4-c9480b2253a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746931596463063487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487147469315964630634871474693159646306348714746931596463063487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 789bacbd-d2a1-47f2-ab23-411cd87efca9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f7612db-23c3-48d5-a438-b939aa5bc778, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f7612db-23c3-48d5-a438-b939aa5bc778, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15765432554215395977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977157654325542153959771576543255421539597715765432554215395977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fb9fca4-9899-4510-a6d4-c9480b2253a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b662b8-d3c5-4873-a82b-27dfb640968a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b662b8-d3c5-4873-a82b-27dfb640968a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7217220188053111796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796721722018805311179672172201880531117967217220188053111796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f7612db-23c3-48d5-a438-b939aa5bc778, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fed6e9db-9bda-45bf-bd3f-7bd4f44d969b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed6e9db-9bda-45bf-bd3f-7bd4f44d969b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12397592456826643739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739123975924568266437391239759245682664373912397592456826643739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b662b8-d3c5-4873-a82b-27dfb640968a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f67465a9-8b58-4520-a937-e3e890108765, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f67465a9-8b58-4520-a937-e3e890108765, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 245176180292477369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369245176180292477369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed6e9db-9bda-45bf-bd3f-7bd4f44d969b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23ee60b3-4576-49ba-8dd5-06c8a0f98ab4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ee60b3-4576-49ba-8dd5-06c8a0f98ab4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8656670071447950658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658865667007144795065886566700714479506588656670071447950658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f67465a9-8b58-4520-a937-e3e890108765, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cace0d1e-8870-4943-a109-270910f6c1fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cace0d1e-8870-4943-a109-270910f6c1fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13714488432130168879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879137144884321301688791371448843213016887913714488432130168879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ee60b3-4576-49ba-8dd5-06c8a0f98ab4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f24ca3bf-f10f-48db-b17e-e34582f9d62b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24ca3bf-f10f-48db-b17e-e34582f9d62b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827780032961777341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341158277800329617773411582778003296177734115827780032961777341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cace0d1e-8870-4943-a109-270910f6c1fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 385189b4-139b-4d8d-890a-b0c7804f837b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 385189b4-139b-4d8d-890a-b0c7804f837b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18073116280621702838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838180731162806217028381807311628062170283818073116280621702838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24ca3bf-f10f-48db-b17e-e34582f9d62b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02255d8d-499e-48ca-8da2-135c215b91cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02255d8d-499e-48ca-8da2-135c215b91cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17303676299328670312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312173036762993286703121730367629932867031217303676299328670312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 385189b4-139b-4d8d-890a-b0c7804f837b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e53e98-ea4f-410d-adbb-d41c8c1634fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e53e98-ea4f-410d-adbb-d41c8c1634fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10596163887465291647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647105961638874652916471059616388746529164710596163887465291647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02255d8d-499e-48ca-8da2-135c215b91cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a29e4573-df07-4145-96e5-842a86b53e8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a29e4573-df07-4145-96e5-842a86b53e8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6952775512572184062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062695277551257218406269527755125721840626952775512572184062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e53e98-ea4f-410d-adbb-d41c8c1634fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20f28588-4fc6-4c58-a39c-38fec842e2d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20f28588-4fc6-4c58-a39c-38fec842e2d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9566443116678583287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287956644311667858328795664431166785832879566443116678583287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a29e4573-df07-4145-96e5-842a86b53e8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96634cb2-4a59-48e5-b327-a31c23842533, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96634cb2-4a59-48e5-b327-a31c23842533, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5739740752587715480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480573974075258771548057397407525877154805739740752587715480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20f28588-4fc6-4c58-a39c-38fec842e2d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7deea7ea-71e4-4475-a6ee-c8abc028c0d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7deea7ea-71e4-4475-a6ee-c8abc028c0d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1851604133979977410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410185160413397997741018516041339799774101851604133979977410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96634cb2-4a59-48e5-b327-a31c23842533, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7deea7ea-71e4-4475-a6ee-c8abc028c0d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc0ac9c-dd4c-4fc1-91ac-1b7f6fc73ac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc0ac9c-dd4c-4fc1-91ac-1b7f6fc73ac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768175129765632875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875176817512976563287517681751297656328751768175129765632875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b59dd8-9990-4d8f-b969-f9811070b4ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b59dd8-9990-4d8f-b969-f9811070b4ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3706066369912553136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136370606636991255313637060663699125531363706066369912553136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b59dd8-9990-4d8f-b969-f9811070b4ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84ac712c-1036-4758-b134-2a5cdce3ccc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84ac712c-1036-4758-b134-2a5cdce3ccc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3167804282391759921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921316780428239175992131678042823917599213167804282391759921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc0ac9c-dd4c-4fc1-91ac-1b7f6fc73ac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a24ddaeb-acc1-42ab-ab2b-b9ac7ee3c13c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a24ddaeb-acc1-42ab-ab2b-b9ac7ee3c13c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7618110627826331642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642761811062782633164276181106278263316427618110627826331642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84ac712c-1036-4758-b134-2a5cdce3ccc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1145232-0cc6-471b-9a21-5e0849e7c1f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1145232-0cc6-471b-9a21-5e0849e7c1f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16605101464028723873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873166051014640287238731660510146402872387316605101464028723873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a24ddaeb-acc1-42ab-ab2b-b9ac7ee3c13c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b7096eb-a4c6-4a63-99b0-3acb62a2095f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7096eb-a4c6-4a63-99b0-3acb62a2095f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2922959650195719080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080292295965019571908029229596501957190802922959650195719080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1145232-0cc6-471b-9a21-5e0849e7c1f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3e1c30-e1d2-487d-a394-4b14230a3801, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3e1c30-e1d2-487d-a394-4b14230a3801, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15507839115675914153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153155078391156759141531550783911567591415315507839115675914153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7096eb-a4c6-4a63-99b0-3acb62a2095f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f8647ec-a9ab-4da2-9a38-beea168a1ea8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f8647ec-a9ab-4da2-9a38-beea168a1ea8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4568244703802566153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153456824470380256615345682447038025661534568244703802566153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3e1c30-e1d2-487d-a394-4b14230a3801, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6485bde2-1547-468a-bed0-e0c648f93f3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6485bde2-1547-468a-bed0-e0c648f93f3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080981431153505589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589908098143115350558990809814311535055899080981431153505589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f8647ec-a9ab-4da2-9a38-beea168a1ea8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a01655f2-2f3b-4158-acbf-834c3e4e365a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a01655f2-2f3b-4158-acbf-834c3e4e365a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186967768222161006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006171869677682221610061718696776822216100617186967768222161006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6485bde2-1547-468a-bed0-e0c648f93f3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c553145-6146-4996-9c2c-79d2acdb24db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c553145-6146-4996-9c2c-79d2acdb24db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505723412875056077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077150572341287505607715057234128750560771505723412875056077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a01655f2-2f3b-4158-acbf-834c3e4e365a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c553145-6146-4996-9c2c-79d2acdb24db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc3ec9e-2406-4f04-b261-38fa22ae60ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc3ec9e-2406-4f04-b261-38fa22ae60ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13900090705098549549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549139000907050985495491390009070509854954913900090705098549549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd10e2fa-23cd-422d-b84c-7eb22ca4b667, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd10e2fa-23cd-422d-b84c-7eb22ca4b667, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5134703187489649252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252513470318748964925251347031874896492525134703187489649252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc3ec9e-2406-4f04-b261-38fa22ae60ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f47bec-5dfe-4f66-a532-4a0eea9be34b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd10e2fa-23cd-422d-b84c-7eb22ca4b667, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f47bec-5dfe-4f66-a532-4a0eea9be34b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14285458117551464645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645142854581175514646451428545811755146464514285458117551464645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97535598-e513-422c-8106-5e3e71dd1977, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97535598-e513-422c-8106-5e3e71dd1977, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16711043903296639111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111167110439032966391111671104390329663911116711043903296639111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f47bec-5dfe-4f66-a532-4a0eea9be34b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97535598-e513-422c-8106-5e3e71dd1977, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c93b998-82a6-497e-b518-26f888bccf9a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c93b998-82a6-497e-b518-26f888bccf9a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8097337967339950814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814809733796733995081480973379673399508148097337967339950814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cf671e7-e007-4f63-965e-ca5398efca18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf671e7-e007-4f63-965e-ca5398efca18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4626566208939157755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755462656620893915775546265662089391577554626566208939157755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c93b998-82a6-497e-b518-26f888bccf9a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf671e7-e007-4f63-965e-ca5398efca18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c36dac52-e851-42bc-a477-5cacf96ee0af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f6eb104-cf4c-4ede-b75f-1197958494dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c36dac52-e851-42bc-a477-5cacf96ee0af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9907080929762183310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310990708092976218331099070809297621833109907080929762183310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f6eb104-cf4c-4ede-b75f-1197958494dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4246101600211603312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312424610160021160331242461016002116033124246101600211603312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f6eb104-cf4c-4ede-b75f-1197958494dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c36dac52-e851-42bc-a477-5cacf96ee0af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa3f4624-04d6-433d-a894-d59639156ae8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff44916-2a84-4b7b-b17b-f6a07ff27a0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3f4624-04d6-433d-a894-d59639156ae8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17299250910883288888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888172992509108832888881729925091088328888817299250910883288888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff44916-2a84-4b7b-b17b-f6a07ff27a0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1791940001548729693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693179194000154872969317919400015487296931791940001548729693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff44916-2a84-4b7b-b17b-f6a07ff27a0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae78c73e-b9be-4a9e-a3de-f46cbd154d15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3f4624-04d6-433d-a894-d59639156ae8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae78c73e-b9be-4a9e-a3de-f46cbd154d15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543848305778088912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912155438483057780889121554384830577808891215543848305778088912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6edf275-c4dd-4346-8842-d36079233f73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6edf275-c4dd-4346-8842-d36079233f73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757377884337890952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952875737788433789095287573778843378909528757377884337890952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae78c73e-b9be-4a9e-a3de-f46cbd154d15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6edf275-c4dd-4346-8842-d36079233f73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55272d10-8e2c-4dae-a658-b1e95c561f71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1810db0e-cb76-4fca-96d3-e0bfcb75221f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55272d10-8e2c-4dae-a658-b1e95c561f71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10207335750937876545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545102073357509378765451020733575093787654510207335750937876545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1810db0e-cb76-4fca-96d3-e0bfcb75221f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2900038286475144148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148290003828647514414829000382864751441482900038286475144148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55272d10-8e2c-4dae-a658-b1e95c561f71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1810db0e-cb76-4fca-96d3-e0bfcb75221f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03ca49ed-a64e-4ef8-822e-6de755642989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014d9965-5d39-411b-a332-4518c2ee444f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03ca49ed-a64e-4ef8-822e-6de755642989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17426623859928717582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582174266238599287175821742662385992871758217426623859928717582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014d9965-5d39-411b-a332-4518c2ee444f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14460506885853180845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845144605068858531808451446050688585318084514460506885853180845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03ca49ed-a64e-4ef8-822e-6de755642989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014d9965-5d39-411b-a332-4518c2ee444f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b1984c-9104-46ba-bda5-b18b6510f720, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5769d086-a3d9-41c5-b568-b6db5a8d2886, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b1984c-9104-46ba-bda5-b18b6510f720, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7736211265681271233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233773621126568127123377362112656812712337736211265681271233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5769d086-a3d9-41c5-b568-b6db5a8d2886, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2099839987039830898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898209983998703983089820998399870398308982099839987039830898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5769d086-a3d9-41c5-b568-b6db5a8d2886, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1287d5dd-bbf8-476c-81b9-50567ea78b99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1287d5dd-bbf8-476c-81b9-50567ea78b99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15609817509653793841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841156098175096537938411560981750965379384115609817509653793841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b1984c-9104-46ba-bda5-b18b6510f720, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20bba2b5-3805-4a67-8104-b70e0fa0688e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20bba2b5-3805-4a67-8104-b70e0fa0688e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3144983320927959441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441314498332092795944131449833209279594413144983320927959441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1287d5dd-bbf8-476c-81b9-50567ea78b99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c04c6531-8b5d-4827-bea6-7e32a33138cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04c6531-8b5d-4827-bea6-7e32a33138cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4139677729225499874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874413967772922549987441396777292254998744139677729225499874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20bba2b5-3805-4a67-8104-b70e0fa0688e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed1962d6-e80b-4072-8a49-3b268951a08d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed1962d6-e80b-4072-8a49-3b268951a08d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5584040763426316861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861558404076342631686155840407634263168615584040763426316861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04c6531-8b5d-4827-bea6-7e32a33138cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45041936-28b1-4361-84a8-9abe4568b09f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45041936-28b1-4361-84a8-9abe4568b09f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2052715342624255555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555205271534262425555520527153426242555552052715342624255555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed1962d6-e80b-4072-8a49-3b268951a08d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbd8f3d7-1eea-4aca-9b5d-1ed03b9cdb2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbd8f3d7-1eea-4aca-9b5d-1ed03b9cdb2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15946885628018594024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024159468856280185940241594688562801859402415946885628018594024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45041936-28b1-4361-84a8-9abe4568b09f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610b6e5b-2e45-4d23-a0bd-a07ae7ab2337, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610b6e5b-2e45-4d23-a0bd-a07ae7ab2337, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6958517018258012895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895695851701825801289569585170182580128956958517018258012895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbd8f3d7-1eea-4aca-9b5d-1ed03b9cdb2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3db9f05-bce3-4b7e-876d-ccfdbeef17e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3db9f05-bce3-4b7e-876d-ccfdbeef17e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080020618148721504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504508002061814872150450800206181487215045080020618148721504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610b6e5b-2e45-4d23-a0bd-a07ae7ab2337, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51e3ce4d-f310-489e-84d5-36033bcdf4cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51e3ce4d-f310-489e-84d5-36033bcdf4cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 226501279811088367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367226501279811088367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3db9f05-bce3-4b7e-876d-ccfdbeef17e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6228109-b0bb-46d3-ad72-c97ff3431a67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6228109-b0bb-46d3-ad72-c97ff3431a67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720033099653682084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084372003309965368208437200330996536820843720033099653682084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6228109-b0bb-46d3-ad72-c97ff3431a67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26dd4d32-262f-47c9-a2a5-d03b093fefc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26dd4d32-262f-47c9-a2a5-d03b093fefc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4968409833545442252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252496840983354544225249684098335454422524968409833545442252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51e3ce4d-f310-489e-84d5-36033bcdf4cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26dd4d32-262f-47c9-a2a5-d03b093fefc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9045f97c-5034-411a-afed-b84d38a39b6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9045f97c-5034-411a-afed-b84d38a39b6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17545846396222004543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543175458463962220045431754584639622200454317545846396222004543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a2a27b-5317-4070-917e-4538d8d8a913, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a2a27b-5317-4070-917e-4538d8d8a913, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3918085660118953993 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993391808566011895399339180856601189539933918085660118953993" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9045f97c-5034-411a-afed-b84d38a39b6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71c47f43-f760-4e78-96df-92ac46a1d86b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71c47f43-f760-4e78-96df-92ac46a1d86b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910294323624715168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168991029432362471516899102943236247151689910294323624715168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a2a27b-5317-4070-917e-4538d8d8a913, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf225409-a806-49a2-a17e-783d67cf030b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf225409-a806-49a2-a17e-783d67cf030b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17468336654746495103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103174683366547464951031746833665474649510317468336654746495103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71c47f43-f760-4e78-96df-92ac46a1d86b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf225409-a806-49a2-a17e-783d67cf030b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6e99b3-e6d3-4e26-af0f-2374b8f9574f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6e99b3-e6d3-4e26-af0f-2374b8f9574f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3292042741135249770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770329204274113524977032920427411352497703292042741135249770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a46aa676-f94a-43e3-b015-a819637128d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a46aa676-f94a-43e3-b015-a819637128d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16905633792251608073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073169056337922516080731690563379225160807316905633792251608073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6e99b3-e6d3-4e26-af0f-2374b8f9574f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a46aa676-f94a-43e3-b015-a819637128d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd18ba29-c1c8-41b7-960a-45c554b958ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba8eec28-ee72-47fa-bbe9-97fea5b0954a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd18ba29-c1c8-41b7-960a-45c554b958ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5877240194006902983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983587724019400690298358772401940069029835877240194006902983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8eec28-ee72-47fa-bbe9-97fea5b0954a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183429281678826107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107718342928167882610771834292816788261077183429281678826107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8eec28-ee72-47fa-bbe9-97fea5b0954a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd18ba29-c1c8-41b7-960a-45c554b958ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d00572c6-a2f5-4124-9627-4e0c595d9dbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d00572c6-a2f5-4124-9627-4e0c595d9dbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8882440767738306011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011888244076773830601188824407677383060118882440767738306011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4dc2f75-6bab-4a6b-887a-86c37915f272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4dc2f75-6bab-4a6b-887a-86c37915f272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3422054061889804453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453342205406188980445334220540618898044533422054061889804453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d00572c6-a2f5-4124-9627-4e0c595d9dbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77b5028b-bbad-4e08-8065-b7f0141280f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77b5028b-bbad-4e08-8065-b7f0141280f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4088865926968298132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132408886592696829813240888659269682981324088865926968298132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4dc2f75-6bab-4a6b-887a-86c37915f272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ba83272-6c5b-4df9-b064-106323fddd59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ba83272-6c5b-4df9-b064-106323fddd59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175241726304337575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575617524172630433757561752417263043375756175241726304337575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77b5028b-bbad-4e08-8065-b7f0141280f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a739f0ab-8351-46d5-b939-73544f647a6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a739f0ab-8351-46d5-b939-73544f647a6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17055064814127015921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921170550648141270159211705506481412701592117055064814127015921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ba83272-6c5b-4df9-b064-106323fddd59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72eb4263-0658-402c-bf05-37ae2693b97f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72eb4263-0658-402c-bf05-37ae2693b97f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 772098993862680378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378772098993862680378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a739f0ab-8351-46d5-b939-73544f647a6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4d1dd97-7966-4f46-a572-bc62ab251c89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d1dd97-7966-4f46-a572-bc62ab251c89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5416825808192255082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082541682580819225508254168258081922550825416825808192255082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72eb4263-0658-402c-bf05-37ae2693b97f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68593e66-dfa7-4865-abaa-c52645c5c6c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68593e66-dfa7-4865-abaa-c52645c5c6c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4504010330256128537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537450401033025612853745040103302561285374504010330256128537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d1dd97-7966-4f46-a572-bc62ab251c89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed645c83-49a1-45a4-b80c-6c56cfacec5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed645c83-49a1-45a4-b80c-6c56cfacec5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7518321571634230322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322751832157163423032275183215716342303227518321571634230322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68593e66-dfa7-4865-abaa-c52645c5c6c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1929823e-44a5-46ed-a150-2c2316b73486, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1929823e-44a5-46ed-a150-2c2316b73486, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5846748886751135804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804584674888675113580458467488867511358045846748886751135804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed645c83-49a1-45a4-b80c-6c56cfacec5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91631f40-9d07-43f5-911c-79acd56cc89b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91631f40-9d07-43f5-911c-79acd56cc89b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8808107105930885676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676880810710593088567688081071059308856768808107105930885676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1929823e-44a5-46ed-a150-2c2316b73486, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d8aa33-6703-48ac-8791-30e83a9eaa50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d8aa33-6703-48ac-8791-30e83a9eaa50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11454349767876641274 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274114543497678766412741145434976787664127411454349767876641274" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91631f40-9d07-43f5-911c-79acd56cc89b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a57bdb-926d-45f4-b4da-814c1754c83d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a57bdb-926d-45f4-b4da-814c1754c83d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 930645086117515130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130930645086117515130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d8aa33-6703-48ac-8791-30e83a9eaa50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f69489c2-1727-4e5b-80bc-981ffa206f75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69489c2-1727-4e5b-80bc-981ffa206f75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 577377638301708718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718577377638301708718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a57bdb-926d-45f4-b4da-814c1754c83d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 846c04fc-1ba6-4440-8ab3-ab7648801f5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846c04fc-1ba6-4440-8ab3-ab7648801f5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17249793836751123933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933172497938367511239331724979383675112393317249793836751123933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69489c2-1727-4e5b-80bc-981ffa206f75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69857dfa-6d81-4682-abe1-ce852ec2ce4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69857dfa-6d81-4682-abe1-ce852ec2ce4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2862675487266082430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430286267548726608243028626754872660824302862675487266082430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846c04fc-1ba6-4440-8ab3-ab7648801f5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9bab94e-c8b5-47bc-b1b4-3c60d3ed7d1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9bab94e-c8b5-47bc-b1b4-3c60d3ed7d1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17392651348539575533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533173926513485395755331739265134853957553317392651348539575533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69857dfa-6d81-4682-abe1-ce852ec2ce4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c3082f2-1b22-4d9b-8c73-20cdd2a68ef1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3082f2-1b22-4d9b-8c73-20cdd2a68ef1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14878317598349924385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385148783175983499243851487831759834992438514878317598349924385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9bab94e-c8b5-47bc-b1b4-3c60d3ed7d1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3082f2-1b22-4d9b-8c73-20cdd2a68ef1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdadcd26-7468-4f1d-abcd-ec7dcbc21046, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dccba920-c13c-41c7-a13b-b5d710ccd171, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdadcd26-7468-4f1d-abcd-ec7dcbc21046, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10598838068864776926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926105988380688647769261059883806886477692610598838068864776926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccba920-c13c-41c7-a13b-b5d710ccd171, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17949647251417166736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736179496472514171667361794964725141716673617949647251417166736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccba920-c13c-41c7-a13b-b5d710ccd171, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdadcd26-7468-4f1d-abcd-ec7dcbc21046, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bd5f6c9-74e4-4dde-b553-24ff65db04e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bd5f6c9-74e4-4dde-b553-24ff65db04e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7290857612446430523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523729085761244643052372908576124464305237290857612446430523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3440b07-245b-405b-b8bc-4e5f247cf0f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3440b07-245b-405b-b8bc-4e5f247cf0f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2623823830585380153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153262382383058538015326238238305853801532623823830585380153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bd5f6c9-74e4-4dde-b553-24ff65db04e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44b6f6b7-de3d-47c2-a0fa-f7c34691f167, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3440b07-245b-405b-b8bc-4e5f247cf0f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b6f6b7-de3d-47c2-a0fa-f7c34691f167, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14941282017163609502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502149412820171636095021494128201716360950214941282017163609502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33473c6a-14e1-4902-b7c7-8029076c6fa1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33473c6a-14e1-4902-b7c7-8029076c6fa1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5683120856104921690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690568312085610492169056831208561049216905683120856104921690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b6f6b7-de3d-47c2-a0fa-f7c34691f167, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33473c6a-14e1-4902-b7c7-8029076c6fa1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aee132e6-c1bb-40f5-9d47-1e00264a08fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93fa7b86-6236-4df1-903a-cb16c1b3f10d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aee132e6-c1bb-40f5-9d47-1e00264a08fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439638915126401435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435243963891512640143524396389151264014352439638915126401435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93fa7b86-6236-4df1-903a-cb16c1b3f10d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14004214764746551675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675140042147647465516751400421476474655167514004214764746551675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93fa7b86-6236-4df1-903a-cb16c1b3f10d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aee132e6-c1bb-40f5-9d47-1e00264a08fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba6a8e5b-a5ee-4166-be50-72daed2c96d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba6a8e5b-a5ee-4166-be50-72daed2c96d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12358700550532722927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927123587005505327229271235870055053272292712358700550532722927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a32b579-d499-499c-a953-9da95da66a44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a32b579-d499-499c-a953-9da95da66a44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15292341863749851638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638152923418637498516381529234186374985163815292341863749851638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a32b579-d499-499c-a953-9da95da66a44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ad1a04-317a-46aa-b867-80f29d429229, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ad1a04-317a-46aa-b867-80f29d429229, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9925180662685163100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100992518066268516310099251806626851631009925180662685163100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba6a8e5b-a5ee-4166-be50-72daed2c96d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb79e7df-7336-490a-ae74-6f0847db63d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ad1a04-317a-46aa-b867-80f29d429229, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb79e7df-7336-490a-ae74-6f0847db63d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3962538330584098722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722396253833058409872239625383305840987223962538330584098722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 478a37cb-fec6-45ff-9e69-0bfe2df94546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478a37cb-fec6-45ff-9e69-0bfe2df94546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4500507023874878195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195450050702387487819545005070238748781954500507023874878195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb79e7df-7336-490a-ae74-6f0847db63d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 560a5c44-caaa-400e-8fcd-96e598e80552, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478a37cb-fec6-45ff-9e69-0bfe2df94546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 560a5c44-caaa-400e-8fcd-96e598e80552, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16072470526807834426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426160724705268078344261607247052680783442616072470526807834426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c289054-c1e1-4e76-8790-c7ca6b7e9dbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c289054-c1e1-4e76-8790-c7ca6b7e9dbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5970172242718721694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694597017224271872169459701722427187216945970172242718721694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 560a5c44-caaa-400e-8fcd-96e598e80552, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c289054-c1e1-4e76-8790-c7ca6b7e9dbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e271d2f-dcb7-4867-96fd-d076084ce2b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83759766-58c5-4fc2-ad44-123d07989b86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83759766-58c5-4fc2-ad44-123d07989b86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13676780446071472605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605136767804460714726051367678044607147260513676780446071472605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e271d2f-dcb7-4867-96fd-d076084ce2b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008004917217695814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814500800491721769581450080049172176958145008004917217695814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83759766-58c5-4fc2-ad44-123d07989b86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f220167d-1efb-4458-acbe-d432dbba7705, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f220167d-1efb-4458-acbe-d432dbba7705, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4754998564124231423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423475499856412423142347549985641242314234754998564124231423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e271d2f-dcb7-4867-96fd-d076084ce2b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 749f8b58-477b-449b-90a5-510d922702b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 749f8b58-477b-449b-90a5-510d922702b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12023864779120052628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628120238647791200526281202386477912005262812023864779120052628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f220167d-1efb-4458-acbe-d432dbba7705, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 228ee3d4-b6b0-4eb9-988f-2731ac5fd8f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 228ee3d4-b6b0-4eb9-988f-2731ac5fd8f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15774212487072951078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078157742124870729510781577421248707295107815774212487072951078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 749f8b58-477b-449b-90a5-510d922702b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe655b14-ba0f-40c9-9fc3-0d43ef6299ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe655b14-ba0f-40c9-9fc3-0d43ef6299ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4236399446058182796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796423639944605818279642363994460581827964236399446058182796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 228ee3d4-b6b0-4eb9-988f-2731ac5fd8f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9360ab-0f3c-4c78-8d48-924aa527f3e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9360ab-0f3c-4c78-8d48-924aa527f3e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460242424136855749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749114602424241368557491146024242413685574911460242424136855749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe655b14-ba0f-40c9-9fc3-0d43ef6299ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fd26607-ddec-4b2f-bb9f-10d5e5278cd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fd26607-ddec-4b2f-bb9f-10d5e5278cd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1864015113799232766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766186401511379923276618640151137992327661864015113799232766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9360ab-0f3c-4c78-8d48-924aa527f3e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2f8a799-73d6-4078-93a2-df05c4144372, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2f8a799-73d6-4078-93a2-df05c4144372, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13370396660860747212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212133703966608607472121337039666086074721213370396660860747212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fd26607-ddec-4b2f-bb9f-10d5e5278cd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 649c46bc-1805-45e1-b344-83d10600fc2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 649c46bc-1805-45e1-b344-83d10600fc2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17856340418392833273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273178563404183928332731785634041839283327317856340418392833273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2f8a799-73d6-4078-93a2-df05c4144372, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a4bb6f-71c7-410b-9265-7af8d689a352, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a4bb6f-71c7-410b-9265-7af8d689a352, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398810273524046345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345139881027352404634513988102735240463451398810273524046345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 649c46bc-1805-45e1-b344-83d10600fc2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50bb94fd-7271-4417-974b-78a39e08530e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50bb94fd-7271-4417-974b-78a39e08530e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15270033834425593881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881152700338344255938811527003383442559388115270033834425593881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a4bb6f-71c7-410b-9265-7af8d689a352, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bd6292d-d532-4a8c-adf1-92852b233e17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd6292d-d532-4a8c-adf1-92852b233e17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5677752126188986643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643567775212618898664356777521261889866435677752126188986643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50bb94fd-7271-4417-974b-78a39e08530e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25ca5680-d86c-4671-be20-808770f88553, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25ca5680-d86c-4671-be20-808770f88553, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14150576936600611749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749141505769366006117491415057693660061174914150576936600611749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd6292d-d532-4a8c-adf1-92852b233e17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b35f6d7-af8a-48bc-a08d-e31c6b8d715b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b35f6d7-af8a-48bc-a08d-e31c6b8d715b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2910596562199978450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450291059656219997845029105965621999784502910596562199978450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25ca5680-d86c-4671-be20-808770f88553, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9efe7d-1e6a-46ad-bae0-b72bce998448, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9efe7d-1e6a-46ad-bae0-b72bce998448, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1704494082861335288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288170449408286133528817044940828613352881704494082861335288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b35f6d7-af8a-48bc-a08d-e31c6b8d715b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 724c8c0b-3cf5-45b6-89c9-d8874c2fae3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724c8c0b-3cf5-45b6-89c9-d8874c2fae3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3106360910602026424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424310636091060202642431063609106020264243106360910602026424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9efe7d-1e6a-46ad-bae0-b72bce998448, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c84ddc29-92f9-4973-af86-62dc63b03cd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84ddc29-92f9-4973-af86-62dc63b03cd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6059620709715163797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797605962070971516379760596207097151637976059620709715163797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724c8c0b-3cf5-45b6-89c9-d8874c2fae3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d6e173b-68f1-4030-a5c6-a01bc8116167, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6e173b-68f1-4030-a5c6-a01bc8116167, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16314105326951192028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028163141053269511920281631410532695119202816314105326951192028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84ddc29-92f9-4973-af86-62dc63b03cd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb591e60-19d2-4c4f-a558-8aa26e8befbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb591e60-19d2-4c4f-a558-8aa26e8befbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3982651119420679864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864398265111942067986439826511194206798643982651119420679864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6e173b-68f1-4030-a5c6-a01bc8116167, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54c3efa9-fce7-493d-a8a3-dd9e92eb0dad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54c3efa9-fce7-493d-a8a3-dd9e92eb0dad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15530515269210454188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188155305152692104541881553051526921045418815530515269210454188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb591e60-19d2-4c4f-a558-8aa26e8befbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f6bd9cd-0274-490f-bac6-092a05c8e04b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6bd9cd-0274-490f-bac6-092a05c8e04b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14705913988168216654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654147059139881682166541470591398816821665414705913988168216654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54c3efa9-fce7-493d-a8a3-dd9e92eb0dad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e1925a0-30bb-4722-a444-01533354f414, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e1925a0-30bb-4722-a444-01533354f414, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2706864029631380839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839270686402963138083927068640296313808392706864029631380839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6bd9cd-0274-490f-bac6-092a05c8e04b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f005481-e6fc-424d-8e1f-41fc159cb3ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f005481-e6fc-424d-8e1f-41fc159cb3ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4470884469814747521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521447088446981474752144708844698147475214470884469814747521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e1925a0-30bb-4722-a444-01533354f414, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70674140-f186-407e-9060-85a1bcf48670, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70674140-f186-407e-9060-85a1bcf48670, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731377749603221298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298673137774960322129867313777496032212986731377749603221298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70674140-f186-407e-9060-85a1bcf48670, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e98eeaa-dcc4-4990-8e14-febd78668b5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e98eeaa-dcc4-4990-8e14-febd78668b5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17885134918336783163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163178851349183367831631788513491833678316317885134918336783163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f005481-e6fc-424d-8e1f-41fc159cb3ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e98eeaa-dcc4-4990-8e14-febd78668b5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a405f7c0-f54d-424b-a313-d7112037fe6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03703937-36a5-4cc9-b6c7-5e20da0152b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a405f7c0-f54d-424b-a313-d7112037fe6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9972418530108982845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845997241853010898284599724185301089828459972418530108982845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03703937-36a5-4cc9-b6c7-5e20da0152b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12372236729206832436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436123722367292068324361237223672920683243612372236729206832436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a405f7c0-f54d-424b-a313-d7112037fe6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03703937-36a5-4cc9-b6c7-5e20da0152b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ed65177-4543-484d-8775-ce3ba17888a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf9b211-2356-4f4e-883d-0a8253dc38eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ed65177-4543-484d-8775-ce3ba17888a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775799321564710094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094117757993215647100941177579932156471009411775799321564710094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf9b211-2356-4f4e-883d-0a8253dc38eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10971044078970049985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985109710440789700499851097104407897004998510971044078970049985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ed65177-4543-484d-8775-ce3ba17888a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf9b211-2356-4f4e-883d-0a8253dc38eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a007483a-b4df-4ec7-9279-8e9d785d939c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a007483a-b4df-4ec7-9279-8e9d785d939c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9757367341042466605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605975736734104246660597573673410424666059757367341042466605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7527ea2e-251b-44e5-baa8-785f874012cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7527ea2e-251b-44e5-baa8-785f874012cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3309084072674342143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143330908407267434214333090840726743421433309084072674342143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a007483a-b4df-4ec7-9279-8e9d785d939c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37fdc479-1796-4b90-a7b1-e56e66c0679b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37fdc479-1796-4b90-a7b1-e56e66c0679b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16185859547454705606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606161858595474547056061618585954745470560616185859547454705606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7527ea2e-251b-44e5-baa8-785f874012cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3adbc553-a04d-45a6-8023-146779035fd0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3adbc553-a04d-45a6-8023-146779035fd0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11080756916103841601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601110807569161038416011108075691610384160111080756916103841601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37fdc479-1796-4b90-a7b1-e56e66c0679b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b820944-5853-4948-ba2c-6dd464a95f66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b820944-5853-4948-ba2c-6dd464a95f66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100160679223307174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174100160679223307174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3adbc553-a04d-45a6-8023-146779035fd0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2528b19f-2bf3-4ac1-b011-3093dcb5f7da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2528b19f-2bf3-4ac1-b011-3093dcb5f7da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7215986188542041836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836721598618854204183672159861885420418367215986188542041836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b820944-5853-4948-ba2c-6dd464a95f66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a53b929-d551-459e-9986-52cfd48e40b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a53b929-d551-459e-9986-52cfd48e40b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 424316967506740846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846424316967506740846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2528b19f-2bf3-4ac1-b011-3093dcb5f7da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e162942-e13b-4053-9c33-5135050c2c9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e162942-e13b-4053-9c33-5135050c2c9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10166474062890341452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452101664740628903414521016647406289034145210166474062890341452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a53b929-d551-459e-9986-52cfd48e40b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b24ee7-bed4-4d44-97d1-b77d8818900b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b24ee7-bed4-4d44-97d1-b77d8818900b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8467233792919741538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538846723379291974153884672337929197415388467233792919741538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e162942-e13b-4053-9c33-5135050c2c9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02071dc4-de8b-455e-a13f-c33cc2225b6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02071dc4-de8b-455e-a13f-c33cc2225b6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13845534655854664180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180138455346558546641801384553465585466418013845534655854664180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b24ee7-bed4-4d44-97d1-b77d8818900b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c2c90f3-72b7-4894-b142-1e068c3ffef7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2c90f3-72b7-4894-b142-1e068c3ffef7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7131424589176865886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886713142458917686588671314245891768658867131424589176865886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02071dc4-de8b-455e-a13f-c33cc2225b6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90d56bac-a37a-4026-bc44-783a234ba52e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90d56bac-a37a-4026-bc44-783a234ba52e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13769599266337954410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410137695992663379544101376959926633795441013769599266337954410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2c90f3-72b7-4894-b142-1e068c3ffef7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0ccf93a-cd8a-427c-a27c-3bdfb2f3d6e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0ccf93a-cd8a-427c-a27c-3bdfb2f3d6e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5513787221904402415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415551378722190440241555137872219044024155513787221904402415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90d56bac-a37a-4026-bc44-783a234ba52e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8719a429-f5f1-44d5-a686-8e4ba56f21b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8719a429-f5f1-44d5-a686-8e4ba56f21b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10746109314649444504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504107461093146494445041074610931464944450410746109314649444504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0ccf93a-cd8a-427c-a27c-3bdfb2f3d6e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b658d78-0dc2-4cdb-9e8e-439c4d1c7bbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b658d78-0dc2-4cdb-9e8e-439c4d1c7bbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1032739287568470987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987103273928756847098710327392875684709871032739287568470987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8719a429-f5f1-44d5-a686-8e4ba56f21b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e295b834-de73-430b-9991-d6edd82d1a24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e295b834-de73-430b-9991-d6edd82d1a24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15852232546739591309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309158522325467395913091585223254673959130915852232546739591309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b658d78-0dc2-4cdb-9e8e-439c4d1c7bbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fe32e6f-507a-441b-af61-42edbb262b68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fe32e6f-507a-441b-af61-42edbb262b68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2650340856294771004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004265034085629477100426503408562947710042650340856294771004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e295b834-de73-430b-9991-d6edd82d1a24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fe32e6f-507a-441b-af61-42edbb262b68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b845e82a-ad00-437d-ad5b-20fd4de494f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b845e82a-ad00-437d-ad5b-20fd4de494f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382845368493891003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003638284536849389100363828453684938910036382845368493891003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09164813-df3b-4faa-bea1-336a08477fed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09164813-df3b-4faa-bea1-336a08477fed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5129950470409919194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194512995047040991919451299504704099191945129950470409919194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09164813-df3b-4faa-bea1-336a08477fed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b845e82a-ad00-437d-ad5b-20fd4de494f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff9229f5-73a3-4e78-858d-756a4b6122d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff9229f5-73a3-4e78-858d-756a4b6122d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5957736573737202357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357595773657373720235759577365737372023575957736573737202357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1200dd0-3957-4877-a0b9-7a3f5c892f1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1200dd0-3957-4877-a0b9-7a3f5c892f1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16389738393516652212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212163897383935166522121638973839351665221216389738393516652212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff9229f5-73a3-4e78-858d-756a4b6122d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9ae6c17-6f9c-49e3-b8dc-65f4c254d891, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1200dd0-3957-4877-a0b9-7a3f5c892f1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ae6c17-6f9c-49e3-b8dc-65f4c254d891, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6222595161811685758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758622259516181168575862225951618116857586222595161811685758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52ba91cf-cd70-473a-a016-4cdb62410b78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ba91cf-cd70-473a-a016-4cdb62410b78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5353917782743504479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479535391778274350447953539177827435044795353917782743504479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ae6c17-6f9c-49e3-b8dc-65f4c254d891, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa279d8-146d-474c-8482-cec12265c6a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa279d8-146d-474c-8482-cec12265c6a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15911009785213658743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743159110097852136587431591100978521365874315911009785213658743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ba91cf-cd70-473a-a016-4cdb62410b78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5cbce19-367f-4bee-a261-05c90e0ae61c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5cbce19-367f-4bee-a261-05c90e0ae61c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11363842556509667774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774113638425565096677741136384255650966777411363842556509667774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa279d8-146d-474c-8482-cec12265c6a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e62f61a-f5ee-4341-aaab-4a45d9f8c728, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e62f61a-f5ee-4341-aaab-4a45d9f8c728, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4443151179385138336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336444315117938513833644431511793851383364443151179385138336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5cbce19-367f-4bee-a261-05c90e0ae61c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18b90b30-1d63-4fe5-a275-bdbd192f114e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b90b30-1d63-4fe5-a275-bdbd192f114e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16737850341880610130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130167378503418806101301673785034188061013016737850341880610130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e62f61a-f5ee-4341-aaab-4a45d9f8c728, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8d8fea4-2f80-483c-918c-7821b01c7e80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8d8fea4-2f80-483c-918c-7821b01c7e80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17522321700908277746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746175223217009082777461752232170090827774617522321700908277746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b90b30-1d63-4fe5-a275-bdbd192f114e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f85b94c6-94b4-4320-a9e1-7926d376fb9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f85b94c6-94b4-4320-a9e1-7926d376fb9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16330505943688512118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118163305059436885121181633050594368851211816330505943688512118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8d8fea4-2f80-483c-918c-7821b01c7e80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfdd558-7013-40ee-aeaa-c0748839df0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfdd558-7013-40ee-aeaa-c0748839df0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13637650187474041080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080136376501874740410801363765018747404108013637650187474041080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f85b94c6-94b4-4320-a9e1-7926d376fb9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffb03f24-a2f5-4210-84cd-7fb5d48fc692, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffb03f24-a2f5-4210-84cd-7fb5d48fc692, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10055833725667309720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720100558337256673097201005583372566730972010055833725667309720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfdd558-7013-40ee-aeaa-c0748839df0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffb03f24-a2f5-4210-84cd-7fb5d48fc692, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f700b56-60af-45ec-980b-cc1c2932bcbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc150a5a-d51c-4ad2-b467-a651e389d364, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f700b56-60af-45ec-980b-cc1c2932bcbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 838148914364561409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409838148914364561409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc150a5a-d51c-4ad2-b467-a651e389d364, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5181559391961157758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758518155939196115775851815593919611577585181559391961157758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f700b56-60af-45ec-980b-cc1c2932bcbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc150a5a-d51c-4ad2-b467-a651e389d364, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5211e0f-bb2b-40f0-810b-2698a6cc4a86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5211e0f-bb2b-40f0-810b-2698a6cc4a86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3975810892126626913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913397581089212662691339758108921266269133975810892126626913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96c2459b-cc27-4f9f-83cb-485fa3714ff9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96c2459b-cc27-4f9f-83cb-485fa3714ff9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7371678505628434714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714737167850562843471473716785056284347147371678505628434714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5211e0f-bb2b-40f0-810b-2698a6cc4a86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96c2459b-cc27-4f9f-83cb-485fa3714ff9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f843693b-3c20-42a2-9bfa-ea0ef892a25b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e9e8280-ee06-4b0a-b974-90dc66ae3068, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f843693b-3c20-42a2-9bfa-ea0ef892a25b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812176118547549103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103181217611854754910318121761185475491031812176118547549103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e9e8280-ee06-4b0a-b974-90dc66ae3068, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7242026609784690582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582724202660978469058272420266097846905827242026609784690582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f843693b-3c20-42a2-9bfa-ea0ef892a25b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761a093a-0e81-481b-a26c-a2c0a1ca326b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761a093a-0e81-481b-a26c-a2c0a1ca326b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12736806967934326223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223127368069679343262231273680696793432622312736806967934326223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e9e8280-ee06-4b0a-b974-90dc66ae3068, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95dd314e-c98f-476d-b763-158f94cdd943, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95dd314e-c98f-476d-b763-158f94cdd943, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6997002441657030012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012699700244165703001269970024416570300126997002441657030012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761a093a-0e81-481b-a26c-a2c0a1ca326b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0649a652-6262-47e7-a326-cdf58a987181, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0649a652-6262-47e7-a326-cdf58a987181, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16476163915971630136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136164761639159716301361647616391597163013616476163915971630136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95dd314e-c98f-476d-b763-158f94cdd943, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f3135c8-548f-425b-b7e8-1f9599c61f38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3135c8-548f-425b-b7e8-1f9599c61f38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 674953374709003881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881674953374709003881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0649a652-6262-47e7-a326-cdf58a987181, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5d3e812-4441-4c41-83c4-450c2fd86f9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5d3e812-4441-4c41-83c4-450c2fd86f9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 920723094659543085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085920723094659543085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3135c8-548f-425b-b7e8-1f9599c61f38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5393bfea-95f9-47f4-845e-6ace293a5cb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5393bfea-95f9-47f4-845e-6ace293a5cb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18109437094504842273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273181094370945048422731810943709450484227318109437094504842273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5d3e812-4441-4c41-83c4-450c2fd86f9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dbe6909-d5f9-4e57-a6cd-c2e54952003c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dbe6909-d5f9-4e57-a6cd-c2e54952003c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14122003506701973680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680141220035067019736801412200350670197368014122003506701973680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5393bfea-95f9-47f4-845e-6ace293a5cb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d48d7a35-bce0-425f-8926-ddeb44b809a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dbe6909-d5f9-4e57-a6cd-c2e54952003c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4002972-bf64-43e8-bb7c-b19ed3093a3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d48d7a35-bce0-425f-8926-ddeb44b809a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10703721350812664804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804107037213508126648041070372135081266480410703721350812664804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4002972-bf64-43e8-bb7c-b19ed3093a3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5127273746155190575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575512727374615519057551272737461551905755127273746155190575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4002972-bf64-43e8-bb7c-b19ed3093a3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d6078f3-796e-4bcd-ab62-b1ba92931503, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d6078f3-796e-4bcd-ab62-b1ba92931503, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3480325550053180200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200348032555005318020034803255500531802003480325550053180200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d48d7a35-bce0-425f-8926-ddeb44b809a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e11fde9-9578-4b23-a5c6-2105caba33ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e11fde9-9578-4b23-a5c6-2105caba33ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6149230400791847783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783614923040079184778361492304007918477836149230400791847783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d6078f3-796e-4bcd-ab62-b1ba92931503, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6042b792-2992-4ad2-a869-3578e2b521d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6042b792-2992-4ad2-a869-3578e2b521d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10789993259661361780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780107899932596613617801078999325966136178010789993259661361780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e11fde9-9578-4b23-a5c6-2105caba33ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73e9a0eb-2b0a-4593-ae6a-1f31b71614a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73e9a0eb-2b0a-4593-ae6a-1f31b71614a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145503814102717354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354181455038141027173541814550381410271735418145503814102717354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6042b792-2992-4ad2-a869-3578e2b521d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73e9a0eb-2b0a-4593-ae6a-1f31b71614a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85633351-855e-41a6-b2ca-19116ce1999e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85633351-855e-41a6-b2ca-19116ce1999e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258985185671355544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544258985185671355544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130452a1-30c0-4685-af56-465580cbea5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130452a1-30c0-4685-af56-465580cbea5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11752685086304568440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440117526850863045684401175268508630456844011752685086304568440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85633351-855e-41a6-b2ca-19116ce1999e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130452a1-30c0-4685-af56-465580cbea5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54894efa-400d-4573-92b5-55fa966326cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03963cbf-091b-4fbd-a766-8590afead327, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54894efa-400d-4573-92b5-55fa966326cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 215689703419428594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594215689703419428594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03963cbf-091b-4fbd-a766-8590afead327, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252940628767137208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208182529406287671372081825294062876713720818252940628767137208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54894efa-400d-4573-92b5-55fa966326cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f796d90-7f8c-413c-a06e-46a926c6a23e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f796d90-7f8c-413c-a06e-46a926c6a23e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17157974202111151368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368171579742021111513681715797420211115136817157974202111151368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03963cbf-091b-4fbd-a766-8590afead327, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3850b4c-6f2d-4be8-9139-2369206d95a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3850b4c-6f2d-4be8-9139-2369206d95a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2369166013181315382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382236916601318131538223691660131813153822369166013181315382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f796d90-7f8c-413c-a06e-46a926c6a23e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3850b4c-6f2d-4be8-9139-2369206d95a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ef0d19-5f59-4258-a88e-9f42d8c8dcc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c15460c-c9af-4a18-b898-c765d1d7d3d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ef0d19-5f59-4258-a88e-9f42d8c8dcc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997722480861965516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516599772248086196551659977224808619655165997722480861965516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c15460c-c9af-4a18-b898-c765d1d7d3d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699126338400506732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732269912633840050673226991263384005067322699126338400506732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c15460c-c9af-4a18-b898-c765d1d7d3d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c31db8e-c4ef-4753-9ce0-69959f0ea452, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c31db8e-c4ef-4753-9ce0-69959f0ea452, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834964303949053619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619128349643039490536191283496430394905361912834964303949053619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ef0d19-5f59-4258-a88e-9f42d8c8dcc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b281e19-612b-4200-a4e5-9f4bfae16175, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b281e19-612b-4200-a4e5-9f4bfae16175, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7461650727813855626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626746165072781385562674616507278138556267461650727813855626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c31db8e-c4ef-4753-9ce0-69959f0ea452, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ebe6277-7b02-4fe4-a40e-840f2a0e0268, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebe6277-7b02-4fe4-a40e-840f2a0e0268, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3179375367634952577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577317937536763495257731793753676349525773179375367634952577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b281e19-612b-4200-a4e5-9f4bfae16175, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3e0478c-a9ba-4304-a9f9-dcc80a0c59a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3e0478c-a9ba-4304-a9f9-dcc80a0c59a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5738406763229187813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813573840676322918781357384067632291878135738406763229187813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebe6277-7b02-4fe4-a40e-840f2a0e0268, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc630a8-6b19-4656-b2a5-6b3272350d22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc630a8-6b19-4656-b2a5-6b3272350d22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6623777977564391138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138662377797756439113866237779775643911386623777977564391138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3e0478c-a9ba-4304-a9f9-dcc80a0c59a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3669219-6762-437b-986c-1ea857aa8a3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3669219-6762-437b-986c-1ea857aa8a3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311500709057361837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837131150070905736183713115007090573618371311500709057361837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc630a8-6b19-4656-b2a5-6b3272350d22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c918f66-0860-4b78-84ad-e309e6f1ee58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c918f66-0860-4b78-84ad-e309e6f1ee58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15988458715306218138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138159884587153062181381598845871530621813815988458715306218138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3669219-6762-437b-986c-1ea857aa8a3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 791f5ad9-bb65-44b0-a60b-39e58a96467a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 791f5ad9-bb65-44b0-a60b-39e58a96467a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16387027073571915429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429163870270735719154291638702707357191542916387027073571915429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c918f66-0860-4b78-84ad-e309e6f1ee58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7747a71c-d4be-4959-820d-b49e733d42a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7747a71c-d4be-4959-820d-b49e733d42a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656597266515512960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960126565972665155129601265659726651551296012656597266515512960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 791f5ad9-bb65-44b0-a60b-39e58a96467a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a29413b-f3bd-4d5a-8305-6c2552001b84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a29413b-f3bd-4d5a-8305-6c2552001b84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7658574122607153108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108765857412260715310876585741226071531087658574122607153108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7747a71c-d4be-4959-820d-b49e733d42a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78e05c16-be9c-443e-a0ba-6d7eb79c9384, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78e05c16-be9c-443e-a0ba-6d7eb79c9384, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7464341964029787531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531746434196402978753174643419640297875317464341964029787531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a29413b-f3bd-4d5a-8305-6c2552001b84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa7a9e4-24f7-4fcd-a687-94a5f8d25f11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa7a9e4-24f7-4fcd-a687-94a5f8d25f11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5017728436625668331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331501772843662566833150177284366256683315017728436625668331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78e05c16-be9c-443e-a0ba-6d7eb79c9384, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa7a9e4-24f7-4fcd-a687-94a5f8d25f11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3088c86-06ed-49d0-90bd-308022549901, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5e7bf8-bc86-48c2-8249-947ff183b209, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3088c86-06ed-49d0-90bd-308022549901, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10927902618139196786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786109279026181391967861092790261813919678610927902618139196786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5e7bf8-bc86-48c2-8249-947ff183b209, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12988744462562913037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037129887444625629130371298874446256291303712988744462562913037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3088c86-06ed-49d0-90bd-308022549901, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5e7bf8-bc86-48c2-8249-947ff183b209, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bca0ffaf-d1f0-463e-b21a-13cd5cf16233, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca0ffaf-d1f0-463e-b21a-13cd5cf16233, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3915617896357638144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144391561789635763814439156178963576381443915617896357638144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6308c73-1842-4a0b-97da-3fb7391bc1f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6308c73-1842-4a0b-97da-3fb7391bc1f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13883258569421541988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988138832585694215419881388325856942154198813883258569421541988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca0ffaf-d1f0-463e-b21a-13cd5cf16233, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47401222-46b4-4991-b419-1137b8a4a10c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6308c73-1842-4a0b-97da-3fb7391bc1f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47401222-46b4-4991-b419-1137b8a4a10c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2392077485752207054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054239207748575220705423920774857522070542392077485752207054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 155b6855-acbe-4076-9127-f6c030a3a4c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 155b6855-acbe-4076-9127-f6c030a3a4c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4025362135035953845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845402536213503595384540253621350359538454025362135035953845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47401222-46b4-4991-b419-1137b8a4a10c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54130bff-01d5-4519-8e31-5e9a19d54da2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54130bff-01d5-4519-8e31-5e9a19d54da2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14657494454515831821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821146574944545158318211465749445451583182114657494454515831821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 155b6855-acbe-4076-9127-f6c030a3a4c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2798d35-762c-4743-9908-c808a1a1aa10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2798d35-762c-4743-9908-c808a1a1aa10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6309702345315333588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588630970234531533358863097023453153335886309702345315333588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54130bff-01d5-4519-8e31-5e9a19d54da2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 475c5edf-510d-4900-8ef2-455bdc8f2b42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 475c5edf-510d-4900-8ef2-455bdc8f2b42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4932002784968763253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253493200278496876325349320027849687632534932002784968763253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2798d35-762c-4743-9908-c808a1a1aa10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33713270-8b54-433c-bed2-55e099f31493, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33713270-8b54-433c-bed2-55e099f31493, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15055829070111293331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331150558290701112933311505582907011129333115055829070111293331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 475c5edf-510d-4900-8ef2-455bdc8f2b42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18ce9c98-764a-41ee-8fcd-f32771c31022, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18ce9c98-764a-41ee-8fcd-f32771c31022, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17943977931910948627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627179439779319109486271794397793191094862717943977931910948627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33713270-8b54-433c-bed2-55e099f31493, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7b9c53c-d115-4c0a-bc0c-f4667f726499, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7b9c53c-d115-4c0a-bc0c-f4667f726499, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905173805637418023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023790517380563741802379051738056374180237905173805637418023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18ce9c98-764a-41ee-8fcd-f32771c31022, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb8ab6d-eb0e-4b8e-b019-07747d747db5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb8ab6d-eb0e-4b8e-b019-07747d747db5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13306130333817526056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056133061303338175260561330613033381752605613306130333817526056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7b9c53c-d115-4c0a-bc0c-f4667f726499, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1dfcddb-1dcf-470a-b42a-026a0ea19f5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1dfcddb-1dcf-470a-b42a-026a0ea19f5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12683438212858833863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863126834382128588338631268343821285883386312683438212858833863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb8ab6d-eb0e-4b8e-b019-07747d747db5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfecb2e4-249a-4221-a0c9-d78af32c9f9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfecb2e4-249a-4221-a0c9-d78af32c9f9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4588288906197842925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925458828890619784292545882889061978429254588288906197842925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1dfcddb-1dcf-470a-b42a-026a0ea19f5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add3a0e0-5dde-4964-87ec-6a5ee68cb04f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add3a0e0-5dde-4964-87ec-6a5ee68cb04f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17235918779568912807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807172359187795689128071723591877956891280717235918779568912807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfecb2e4-249a-4221-a0c9-d78af32c9f9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e651cbf3-0d56-4d9b-8654-eabce37452bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e651cbf3-0d56-4d9b-8654-eabce37452bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15330393979309630827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827153303939793096308271533039397930963082715330393979309630827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add3a0e0-5dde-4964-87ec-6a5ee68cb04f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e269254-c6f9-4678-bbeb-861184da80ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e269254-c6f9-4678-bbeb-861184da80ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16256944720363083316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316162569447203630833161625694472036308331616256944720363083316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e651cbf3-0d56-4d9b-8654-eabce37452bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b097be4-b059-4d92-ae04-247723da6a4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b097be4-b059-4d92-ae04-247723da6a4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2628659003611031025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025262865900361103102526286590036110310252628659003611031025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e269254-c6f9-4678-bbeb-861184da80ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 390fa969-48f2-47f8-b1b1-7c7ceba50cbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 390fa969-48f2-47f8-b1b1-7c7ceba50cbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10360298985003262648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648103602989850032626481036029898500326264810360298985003262648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b097be4-b059-4d92-ae04-247723da6a4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67587455-4ffe-4e08-9c41-97884c700d3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67587455-4ffe-4e08-9c41-97884c700d3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11244459161118263199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199112444591611182631991124445916111826319911244459161118263199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 390fa969-48f2-47f8-b1b1-7c7ceba50cbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c72b4798-923a-4942-be60-f3d439d236b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c72b4798-923a-4942-be60-f3d439d236b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326773338337286203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203173267733383372862031732677333833728620317326773338337286203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67587455-4ffe-4e08-9c41-97884c700d3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a74d236b-f201-4404-88db-83126b44d458, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74d236b-f201-4404-88db-83126b44d458, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5565530434832695848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848556553043483269584855655304348326958485565530434832695848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c72b4798-923a-4942-be60-f3d439d236b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74d236b-f201-4404-88db-83126b44d458, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40098e87-ef5b-4775-a4ae-13c0e38b0583, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62962136-e26f-4d66-bf71-8058ec4651af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40098e87-ef5b-4775-a4ae-13c0e38b0583, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4999648508749710560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560499964850874971056049996485087497105604999648508749710560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62962136-e26f-4d66-bf71-8058ec4651af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14064362946233559947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947140643629462335599471406436294623355994714064362946233559947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40098e87-ef5b-4775-a4ae-13c0e38b0583, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e8f6d68-c1ea-428a-91b7-e91f2839e0a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e8f6d68-c1ea-428a-91b7-e91f2839e0a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2409096040221630200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200240909604022163020024090960402216302002409096040221630200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62962136-e26f-4d66-bf71-8058ec4651af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b528b5e4-ce18-4d85-9036-a79b9ed1c205, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b528b5e4-ce18-4d85-9036-a79b9ed1c205, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4584555292784788957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957458455529278478895745845552927847889574584555292784788957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b528b5e4-ce18-4d85-9036-a79b9ed1c205, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b39de24b-921a-4a39-98cf-d738e71eab0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b39de24b-921a-4a39-98cf-d738e71eab0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5176571578858324774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774517657157885832477451765715788583247745176571578858324774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e8f6d68-c1ea-428a-91b7-e91f2839e0a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 910f623b-c0e9-4eb5-b31a-782caf5ceddf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910f623b-c0e9-4eb5-b31a-782caf5ceddf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6342414477161127045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045634241447716112704563424144771611270456342414477161127045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b39de24b-921a-4a39-98cf-d738e71eab0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88696e88-2212-4856-9d7d-f5234a46f1a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88696e88-2212-4856-9d7d-f5234a46f1a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12292932904813596547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547122929329048135965471229293290481359654712292932904813596547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910f623b-c0e9-4eb5-b31a-782caf5ceddf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa9052aa-d299-4aa0-a80a-e7e32be285f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88696e88-2212-4856-9d7d-f5234a46f1a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9052aa-d299-4aa0-a80a-e7e32be285f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11045062056784023108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108110450620567840231081104506205678402310811045062056784023108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fe1a52b-e320-472e-b4da-7ac279dd4619, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fe1a52b-e320-472e-b4da-7ac279dd4619, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14883679846263990891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891148836798462639908911488367984626399089114883679846263990891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9052aa-d299-4aa0-a80a-e7e32be285f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cccaf62-1dd0-4290-bb6a-eedb6e09f877, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cccaf62-1dd0-4290-bb6a-eedb6e09f877, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17599988248695395245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245175999882486953952451759998824869539524517599988248695395245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fe1a52b-e320-472e-b4da-7ac279dd4619, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a3363f-2417-485b-88f4-2003ba56f0a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a3363f-2417-485b-88f4-2003ba56f0a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4682977777313450674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674468297777731345067446829777773134506744682977777313450674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cccaf62-1dd0-4290-bb6a-eedb6e09f877, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c52ff36-3af6-48b3-a829-9c48879675a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c52ff36-3af6-48b3-a829-9c48879675a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8904082795939702468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468890408279593970246889040827959397024688904082795939702468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a3363f-2417-485b-88f4-2003ba56f0a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efe6ef4c-eab3-4bcc-969d-41dd6d6504ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efe6ef4c-eab3-4bcc-969d-41dd6d6504ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331004847259242151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151183310048472592421511833100484725924215118331004847259242151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c52ff36-3af6-48b3-a829-9c48879675a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f43735-e026-4d79-acd1-740d5de39c48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f43735-e026-4d79-acd1-740d5de39c48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2062215427066411285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285206221542706641128520622154270664112852062215427066411285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efe6ef4c-eab3-4bcc-969d-41dd6d6504ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1c99644-3fc0-436f-9654-e1caf88a8858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1c99644-3fc0-436f-9654-e1caf88a8858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1954037315764039717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717195403731576403971719540373157640397171954037315764039717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f43735-e026-4d79-acd1-740d5de39c48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b8b6b9f-bc58-455e-8067-eb42fa220d08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b8b6b9f-bc58-455e-8067-eb42fa220d08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7099569925059581225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225709956992505958122570995699250595812257099569925059581225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1c99644-3fc0-436f-9654-e1caf88a8858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb90aaf-8a58-41ce-8801-0c139f56eb0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb90aaf-8a58-41ce-8801-0c139f56eb0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15558997090898472263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263155589970908984722631555899709089847226315558997090898472263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b8b6b9f-bc58-455e-8067-eb42fa220d08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9146f349-7365-4384-8d61-0e0c7ff8c72a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9146f349-7365-4384-8d61-0e0c7ff8c72a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972031262831442675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675197203126283144267519720312628314426751972031262831442675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb90aaf-8a58-41ce-8801-0c139f56eb0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f128ae50-4ecf-4bb5-bf0b-cd7a17b1fd6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f128ae50-4ecf-4bb5-bf0b-cd7a17b1fd6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12916853714346105893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893129168537143461058931291685371434610589312916853714346105893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9146f349-7365-4384-8d61-0e0c7ff8c72a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dec76fd-ffb2-42e9-918f-54f7edd1cf1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dec76fd-ffb2-42e9-918f-54f7edd1cf1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13684337983568448033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033136843379835684480331368433798356844803313684337983568448033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f128ae50-4ecf-4bb5-bf0b-cd7a17b1fd6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8902404-73b9-490d-b76b-a3600a0fc1b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8902404-73b9-490d-b76b-a3600a0fc1b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2463993310814795777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777246399331081479577724639933108147957772463993310814795777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dec76fd-ffb2-42e9-918f-54f7edd1cf1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01f39c6f-9753-45dc-9671-6840035e8b34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01f39c6f-9753-45dc-9671-6840035e8b34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6890426356831256728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728689042635683125672868904263568312567286890426356831256728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8902404-73b9-490d-b76b-a3600a0fc1b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760b32e4-ff23-4178-bf8a-806e0be2720c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760b32e4-ff23-4178-bf8a-806e0be2720c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 43191176465671939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "4319117646567193943191176465671939431911764656719394319117646567193943191176465671939431911764656719394319117646567193943191176465671939431911764656719394319117646567193943191176465671939431911764656719394319117646567193943191176465671939431911764656719394319117646567193943191176465671939431911764656719394319117646567193943191176465671939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01f39c6f-9753-45dc-9671-6840035e8b34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760b32e4-ff23-4178-bf8a-806e0be2720c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be08f606-83cf-4b1b-b97a-feadc2a7e096, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f89f22-460a-4bd9-b916-521361936c23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f89f22-460a-4bd9-b916-521361936c23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3860406125445092772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772386040612544509277238604061254450927723860406125445092772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be08f606-83cf-4b1b-b97a-feadc2a7e096, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18034926187505803325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325180349261875058033251803492618750580332518034926187505803325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be08f606-83cf-4b1b-b97a-feadc2a7e096, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe7681f-c427-48c8-a437-175f4c8fee77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe7681f-c427-48c8-a437-175f4c8fee77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10917896726643899590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590109178967266438995901091789672664389959010917896726643899590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f89f22-460a-4bd9-b916-521361936c23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fba3f0ea-0d0b-4067-b5d2-e20558cd88c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba3f0ea-0d0b-4067-b5d2-e20558cd88c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14125528316759422590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590141255283167594225901412552831675942259014125528316759422590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe7681f-c427-48c8-a437-175f4c8fee77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0727591-c836-4f6f-ad0d-cb295039e94f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0727591-c836-4f6f-ad0d-cb295039e94f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13937083872083156664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664139370838720831566641393708387208315666413937083872083156664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba3f0ea-0d0b-4067-b5d2-e20558cd88c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0727591-c836-4f6f-ad0d-cb295039e94f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 568b109a-3001-4c50-858a-8d0be482d8ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568b109a-3001-4c50-858a-8d0be482d8ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1672709647074216619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619167270964707421661916727096470742166191672709647074216619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fb64462-3332-4481-bead-9995f903de4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fb64462-3332-4481-bead-9995f903de4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12119242009121636617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617121192420091216366171211924200912163661712119242009121636617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568b109a-3001-4c50-858a-8d0be482d8ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 707644f0-1b97-4e44-913b-4ae463746c73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fb64462-3332-4481-bead-9995f903de4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 707644f0-1b97-4e44-913b-4ae463746c73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18029630160559280387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387180296301605592803871802963016055928038718029630160559280387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f1761e-cdc6-479a-b13e-4c277b54751f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f1761e-cdc6-479a-b13e-4c277b54751f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5239151639960510021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021523915163996051002152391516399605100215239151639960510021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 707644f0-1b97-4e44-913b-4ae463746c73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f1761e-cdc6-479a-b13e-4c277b54751f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84344655-ba31-4f61-91fe-7e65c7511908, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1acbad07-03f2-450f-9617-3a5c379e06ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84344655-ba31-4f61-91fe-7e65c7511908, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9746336829095320539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539974633682909532053997463368290953205399746336829095320539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1acbad07-03f2-450f-9617-3a5c379e06ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17457732431372091130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130174577324313720911301745773243137209113017457732431372091130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1acbad07-03f2-450f-9617-3a5c379e06ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7acaa6b6-4d88-4db9-9f5b-cbf7c58ce71c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7acaa6b6-4d88-4db9-9f5b-cbf7c58ce71c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10229377837176206655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655102293778371762066551022937783717620665510229377837176206655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84344655-ba31-4f61-91fe-7e65c7511908, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acc862c-866f-402a-997a-8ececac15947, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acc862c-866f-402a-997a-8ececac15947, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17465246878736865088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088174652468787368650881746524687873686508817465246878736865088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7acaa6b6-4d88-4db9-9f5b-cbf7c58ce71c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acc862c-866f-402a-997a-8ececac15947, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7047b661-f59a-4de5-aca8-a6ad22d50931, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7047b661-f59a-4de5-aca8-a6ad22d50931, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 635483139421412099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099635483139421412099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df8c2ce1-bbf3-41de-a40d-59e51ba6e6f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df8c2ce1-bbf3-41de-a40d-59e51ba6e6f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6733375186458605927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927673337518645860592767333751864586059276733375186458605927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7047b661-f59a-4de5-aca8-a6ad22d50931, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df8c2ce1-bbf3-41de-a40d-59e51ba6e6f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca56e9ef-f1ea-42a3-b155-83586f2858eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98246313-f9dc-411c-b5f1-d5d0e38e0644, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca56e9ef-f1ea-42a3-b155-83586f2858eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18437754055213755344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344184377540552137553441843775405521375534418437754055213755344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98246313-f9dc-411c-b5f1-d5d0e38e0644, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15622238731894423845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845156222387318944238451562223873189442384515622238731894423845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98246313-f9dc-411c-b5f1-d5d0e38e0644, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60aaad87-48b1-4b85-89ce-735bff91e617, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60aaad87-48b1-4b85-89ce-735bff91e617, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6114128952524000393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393611412895252400039361141289525240003936114128952524000393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca56e9ef-f1ea-42a3-b155-83586f2858eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e463a18b-a6ac-44a1-be4c-f463075911f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e463a18b-a6ac-44a1-be4c-f463075911f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15780441034811275127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127157804410348112751271578044103481127512715780441034811275127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60aaad87-48b1-4b85-89ce-735bff91e617, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b24e02-175d-4250-a701-592f96c826bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b24e02-175d-4250-a701-592f96c826bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16833141212574474186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186168331412125744741861683314121257447418616833141212574474186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e463a18b-a6ac-44a1-be4c-f463075911f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b2b6fe8-05fa-4c84-a801-28ea73f616ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b2b6fe8-05fa-4c84-a801-28ea73f616ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15707664145571076343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343157076641455710763431570766414557107634315707664145571076343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b24e02-175d-4250-a701-592f96c826bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41caaa00-d17e-44b7-9f33-128a8508463b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41caaa00-d17e-44b7-9f33-128a8508463b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056839245109493454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454100568392451094934541005683924510949345410056839245109493454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b2b6fe8-05fa-4c84-a801-28ea73f616ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263d9fc6-36fe-4d01-b6ef-c36621ed2186, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263d9fc6-36fe-4d01-b6ef-c36621ed2186, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2156398403945109784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784215639840394510978421563984039451097842156398403945109784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41caaa00-d17e-44b7-9f33-128a8508463b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9490b19-e7c2-4b75-b637-860251dad609, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9490b19-e7c2-4b75-b637-860251dad609, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 780940150013555612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612780940150013555612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263d9fc6-36fe-4d01-b6ef-c36621ed2186, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16af8f86-41e3-4e19-9329-e8a657a6fcdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16af8f86-41e3-4e19-9329-e8a657a6fcdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8874940321167351910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910887494032116735191088749403211673519108874940321167351910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9490b19-e7c2-4b75-b637-860251dad609, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0abed65f-9c2e-4fb0-ae0c-22b7fcc3ce88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abed65f-9c2e-4fb0-ae0c-22b7fcc3ce88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16033911332732674033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033160339113327326740331603391133273267403316033911332732674033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16af8f86-41e3-4e19-9329-e8a657a6fcdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abed65f-9c2e-4fb0-ae0c-22b7fcc3ce88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f7d562-fbe0-4839-8b2b-7698384fb6a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ca68b1-b8cc-4aa1-9538-34c0328c19cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f7d562-fbe0-4839-8b2b-7698384fb6a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13200887089917341063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063132008870899173410631320088708991734106313200887089917341063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ca68b1-b8cc-4aa1-9538-34c0328c19cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14624925383166207433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433146249253831662074331462492538316620743314624925383166207433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f7d562-fbe0-4839-8b2b-7698384fb6a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06340a19-8da1-454b-930f-1a2841476bef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06340a19-8da1-454b-930f-1a2841476bef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6452527681353231937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937645252768135323193764525276813532319376452527681353231937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06340a19-8da1-454b-930f-1a2841476bef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b517fc76-1e80-43b9-a85f-84db552684d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b517fc76-1e80-43b9-a85f-84db552684d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780423831578073268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268478042383157807326847804238315780732684780423831578073268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ca68b1-b8cc-4aa1-9538-34c0328c19cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55d535c5-5d0e-4b71-b2a6-c1a6737a64db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d535c5-5d0e-4b71-b2a6-c1a6737a64db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 885171502707344512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512885171502707344512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b517fc76-1e80-43b9-a85f-84db552684d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51241d7a-dd8c-443f-8137-40104ea60353, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51241d7a-dd8c-443f-8137-40104ea60353, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5074796717447900494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494507479671744790049450747967174479004945074796717447900494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d535c5-5d0e-4b71-b2a6-c1a6737a64db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ec40a84-f663-48b4-8cce-0009ab824e94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ec40a84-f663-48b4-8cce-0009ab824e94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15569829984694329198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198155698299846943291981556982998469432919815569829984694329198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51241d7a-dd8c-443f-8137-40104ea60353, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548feac1-b5ee-4be6-b57d-09e0473be1e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548feac1-b5ee-4be6-b57d-09e0473be1e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 774013555160070818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818774013555160070818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ec40a84-f663-48b4-8cce-0009ab824e94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbc2d37d-1107-4870-9618-255bb16f7633, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc2d37d-1107-4870-9618-255bb16f7633, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3988636834382105991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991398863683438210599139886368343821059913988636834382105991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548feac1-b5ee-4be6-b57d-09e0473be1e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45ef04e0-346c-4e7c-af8a-5a64d6c811ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45ef04e0-346c-4e7c-af8a-5a64d6c811ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15908753074651915181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181159087530746519151811590875307465191518115908753074651915181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc2d37d-1107-4870-9618-255bb16f7633, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 091a6af4-06dc-4f29-8472-d48b85edbe91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 091a6af4-06dc-4f29-8472-d48b85edbe91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14093211266491750533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533140932112664917505331409321126649175053314093211266491750533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45ef04e0-346c-4e7c-af8a-5a64d6c811ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8249a4e2-9b3a-4b7d-b2bf-1cffe284fb7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8249a4e2-9b3a-4b7d-b2bf-1cffe284fb7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12291758731302319926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926122917587313023199261229175873130231992612291758731302319926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 091a6af4-06dc-4f29-8472-d48b85edbe91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b59d0d0-20e1-40c4-a28b-3c8c27482b35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b59d0d0-20e1-40c4-a28b-3c8c27482b35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295309315203087025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025329530931520308702532953093152030870253295309315203087025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8249a4e2-9b3a-4b7d-b2bf-1cffe284fb7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab317cc4-81ad-4273-bf19-f9ccadec1c5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab317cc4-81ad-4273-bf19-f9ccadec1c5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2620916603361283986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986262091660336128398626209166033612839862620916603361283986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b59d0d0-20e1-40c4-a28b-3c8c27482b35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94322526-d304-42a5-8107-d75b35e13c09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94322526-d304-42a5-8107-d75b35e13c09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6975385560724528029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029697538556072452802969753855607245280296975385560724528029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab317cc4-81ad-4273-bf19-f9ccadec1c5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73a2f6f2-ebcb-4c67-a4b6-bda1fb9336c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73a2f6f2-ebcb-4c67-a4b6-bda1fb9336c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8884942008376454648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648888494200837645464888849420083764546488884942008376454648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94322526-d304-42a5-8107-d75b35e13c09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cb5ba09-8ce3-4dac-a664-47982d8c0762, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cb5ba09-8ce3-4dac-a664-47982d8c0762, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6456567061972521520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520645656706197252152064565670619725215206456567061972521520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73a2f6f2-ebcb-4c67-a4b6-bda1fb9336c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69c68cca-5ea1-4046-97bd-9eee9b318e01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69c68cca-5ea1-4046-97bd-9eee9b318e01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6608284710605535289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289660828471060553528966082847106055352896608284710605535289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cb5ba09-8ce3-4dac-a664-47982d8c0762, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba4d24c1-d6df-4074-9763-8bdc4eb58ca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba4d24c1-d6df-4074-9763-8bdc4eb58ca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3852171180610350460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460385217118061035046038521711806103504603852171180610350460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69c68cca-5ea1-4046-97bd-9eee9b318e01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c127ba8-da16-4618-bf2a-32b1544f021b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c127ba8-da16-4618-bf2a-32b1544f021b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16594239609206288054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054165942396092062880541659423960920628805416594239609206288054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba4d24c1-d6df-4074-9763-8bdc4eb58ca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1344cbf-74d6-46e4-878b-4ee7996818aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1344cbf-74d6-46e4-878b-4ee7996818aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850658913691997419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419168506589136919974191685065891369199741916850658913691997419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c127ba8-da16-4618-bf2a-32b1544f021b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dc64d16-9340-4e98-88a1-5984ea83293b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dc64d16-9340-4e98-88a1-5984ea83293b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321280961533735511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511163212809615337355111632128096153373551116321280961533735511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1344cbf-74d6-46e4-878b-4ee7996818aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d14db978-cc75-498e-9e01-defaae7433b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d14db978-cc75-498e-9e01-defaae7433b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8466854217210836193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193846685421721083619384668542172108361938466854217210836193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dc64d16-9340-4e98-88a1-5984ea83293b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf3bc0ce-b66d-4ee3-b787-bb80e0620356, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf3bc0ce-b66d-4ee3-b787-bb80e0620356, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284560821980857777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777228456082198085777722845608219808577772284560821980857777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf3bc0ce-b66d-4ee3-b787-bb80e0620356, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 544d0bd1-5ed0-4e1d-9295-4341c8fcd630, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d14db978-cc75-498e-9e01-defaae7433b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ddf3dd-8437-40e7-9979-02562b7b167e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ddf3dd-8437-40e7-9979-02562b7b167e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 590386464323688590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590590386464323688590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 544d0bd1-5ed0-4e1d-9295-4341c8fcd630, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17266543649889838989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989172665436498898389891726654364988983898917266543649889838989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ddf3dd-8437-40e7-9979-02562b7b167e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68852ab6-34bb-45d5-9558-c00c2cf5600c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68852ab6-34bb-45d5-9558-c00c2cf5600c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17212117599671586883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883172121175996715868831721211759967158688317212117599671586883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 544d0bd1-5ed0-4e1d-9295-4341c8fcd630, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4c92ec1-cb6b-4126-87e5-5eeb4dcb7ead, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c92ec1-cb6b-4126-87e5-5eeb4dcb7ead, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287908794061754700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700172879087940617547001728790879406175470017287908794061754700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c92ec1-cb6b-4126-87e5-5eeb4dcb7ead, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a384ef2-1b24-4986-9038-198bd5d4a0d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a384ef2-1b24-4986-9038-198bd5d4a0d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14484327021823826407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407144843270218238264071448432702182382640714484327021823826407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68852ab6-34bb-45d5-9558-c00c2cf5600c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b262688a-6854-47e8-bff4-a2dd5c9d2e19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b262688a-6854-47e8-bff4-a2dd5c9d2e19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6174834054663665675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675617483405466366567561748340546636656756174834054663665675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a384ef2-1b24-4986-9038-198bd5d4a0d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c6f4538-e50b-4ffc-91d6-9713719b1765, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c6f4538-e50b-4ffc-91d6-9713719b1765, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10233745532655918847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847102337455326559188471023374553265591884710233745532655918847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b262688a-6854-47e8-bff4-a2dd5c9d2e19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 192b8afb-1b30-4842-b394-534c4444a500, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192b8afb-1b30-4842-b394-534c4444a500, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8121393565273016635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635812139356527301663581213935652730166358121393565273016635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c6f4538-e50b-4ffc-91d6-9713719b1765, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9e8a82-f763-42c8-b80b-32329d6449df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9e8a82-f763-42c8-b80b-32329d6449df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17777697357593021253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253177776973575930212531777769735759302125317777697357593021253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192b8afb-1b30-4842-b394-534c4444a500, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e75620aa-2bac-4135-928b-3cd25262cf31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e75620aa-2bac-4135-928b-3cd25262cf31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8026883317275903555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555802688331727590355580268833172759035558026883317275903555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9e8a82-f763-42c8-b80b-32329d6449df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 338a55a9-94c6-407a-a3c8-91ceb1960d76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 338a55a9-94c6-407a-a3c8-91ceb1960d76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5450426261668913252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252545042626166891325254504262616689132525450426261668913252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e75620aa-2bac-4135-928b-3cd25262cf31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fae047f2-9cb7-49a4-ac88-bb04f9430d74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fae047f2-9cb7-49a4-ac88-bb04f9430d74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8029289753843749168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168802928975384374916880292897538437491688029289753843749168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 338a55a9-94c6-407a-a3c8-91ceb1960d76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 184af15f-e509-4d4a-9fcf-3dc9eafbe2a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 184af15f-e509-4d4a-9fcf-3dc9eafbe2a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14838604348986999476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476148386043489869994761483860434898699947614838604348986999476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fae047f2-9cb7-49a4-ac88-bb04f9430d74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda2afbe-58fe-42d9-917e-781f8c628046, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda2afbe-58fe-42d9-917e-781f8c628046, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14386401409942353311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311143864014099423533111438640140994235331114386401409942353311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 184af15f-e509-4d4a-9fcf-3dc9eafbe2a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c280cc5-861d-49b5-a8d4-4ab1f208c463, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c280cc5-861d-49b5-a8d4-4ab1f208c463, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13062030455214888180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180130620304552148881801306203045521488818013062030455214888180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda2afbe-58fe-42d9-917e-781f8c628046, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae05901d-b9f0-4a0a-b47b-3e5f2d17003d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae05901d-b9f0-4a0a-b47b-3e5f2d17003d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2991569689661973269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269299156968966197326929915696896619732692991569689661973269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c280cc5-861d-49b5-a8d4-4ab1f208c463, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b94b247-6cbe-4659-bd2c-3d2a91f79209, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b94b247-6cbe-4659-bd2c-3d2a91f79209, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2003700278996519804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804200370027899651980420037002789965198042003700278996519804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae05901d-b9f0-4a0a-b47b-3e5f2d17003d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b62261c2-ea32-45cf-913e-2f250c1a60c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b62261c2-ea32-45cf-913e-2f250c1a60c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13954004195706099574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574139540041957060995741395400419570609957413954004195706099574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b94b247-6cbe-4659-bd2c-3d2a91f79209, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f71d29b2-0887-4151-bf12-6ed821e059d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f71d29b2-0887-4151-bf12-6ed821e059d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7220287104778598327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327722028710477859832772202871047785983277220287104778598327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b62261c2-ea32-45cf-913e-2f250c1a60c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 810c6403-2aaa-4de1-99fc-9f10d0c40fdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f71d29b2-0887-4151-bf12-6ed821e059d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810c6403-2aaa-4de1-99fc-9f10d0c40fdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243066718306324603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603102430667183063246031024306671830632460310243066718306324603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf5bc72d-ca8a-47b7-8453-22506b26acb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf5bc72d-ca8a-47b7-8453-22506b26acb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402742727327762660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660174027427273277626601740274272732776266017402742727327762660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf5bc72d-ca8a-47b7-8453-22506b26acb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb7a81b-4b11-4f90-a3f9-6fafe2cbf8c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb7a81b-4b11-4f90-a3f9-6fafe2cbf8c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9245346212302265792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792924534621230226579292453462123022657929245346212302265792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810c6403-2aaa-4de1-99fc-9f10d0c40fdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15c4ac78-2207-4753-8a8f-cd781d8b53fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15c4ac78-2207-4753-8a8f-cd781d8b53fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8938343557736193411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411893834355773619341189383435577361934118938343557736193411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb7a81b-4b11-4f90-a3f9-6fafe2cbf8c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7b936b9-84dd-4d4f-be9f-c7cd672e1e08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7b936b9-84dd-4d4f-be9f-c7cd672e1e08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7127324982575099423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423712732498257509942371273249825750994237127324982575099423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15c4ac78-2207-4753-8a8f-cd781d8b53fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a809288-a996-4e8d-b341-529a0a90e8ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a809288-a996-4e8d-b341-529a0a90e8ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14214506200542643490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490142145062005426434901421450620054264349014214506200542643490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7b936b9-84dd-4d4f-be9f-c7cd672e1e08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9f8c363-e43a-4891-b947-59bc01d53a14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f8c363-e43a-4891-b947-59bc01d53a14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10058841549488751870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870100588415494887518701005884154948875187010058841549488751870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a809288-a996-4e8d-b341-529a0a90e8ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b74313da-557a-4040-87d8-18ec11a5a300, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74313da-557a-4040-87d8-18ec11a5a300, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4552149192846007305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305455214919284600730545521491928460073054552149192846007305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f8c363-e43a-4891-b947-59bc01d53a14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3648ad-5c4a-4bfc-a23e-e327a8828342, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74313da-557a-4040-87d8-18ec11a5a300, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3648ad-5c4a-4bfc-a23e-e327a8828342, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9627689928024173428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428962768992802417342896276899280241734289627689928024173428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be43443c-0d98-475b-b285-7ffc4dcfe2d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be43443c-0d98-475b-b285-7ffc4dcfe2d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12494560738676691785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785124945607386766917851249456073867669178512494560738676691785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3648ad-5c4a-4bfc-a23e-e327a8828342, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eaec615-cb2c-4cae-bc18-eafec31f57e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eaec615-cb2c-4cae-bc18-eafec31f57e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12141727598854022657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657121417275988540226571214172759885402265712141727598854022657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be43443c-0d98-475b-b285-7ffc4dcfe2d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f623384-aa45-4b47-a596-e6ced13964db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f623384-aa45-4b47-a596-e6ced13964db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2475847424228252855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855247584742422825285524758474242282528552475847424228252855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eaec615-cb2c-4cae-bc18-eafec31f57e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 093fa642-6c66-4578-b7d8-a671c53835fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093fa642-6c66-4578-b7d8-a671c53835fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156983123886574901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901101569831238865749011015698312388657490110156983123886574901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f623384-aa45-4b47-a596-e6ced13964db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ab8df11-d1c2-4ff9-871e-341ec815f4dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ab8df11-d1c2-4ff9-871e-341ec815f4dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1532048113644832534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534153204811364483253415320481136448325341532048113644832534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093fa642-6c66-4578-b7d8-a671c53835fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ab8df11-d1c2-4ff9-871e-341ec815f4dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca11524f-d7ac-4f83-9436-207eb7d2b5fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca11524f-d7ac-4f83-9436-207eb7d2b5fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3156735874963883592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592315673587496388359231567358749638835923156735874963883592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fecf7826-7251-4e28-9511-829aade20e46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecf7826-7251-4e28-9511-829aade20e46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 316155222453889411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411316155222453889411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca11524f-d7ac-4f83-9436-207eb7d2b5fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0fb8718-1aba-4680-812e-9b5f8c1fcb8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fb8718-1aba-4680-812e-9b5f8c1fcb8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6994638688506588554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554699463868850658855469946386885065885546994638688506588554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecf7826-7251-4e28-9511-829aade20e46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c66f4b3-e890-4fad-a952-1be679320a98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c66f4b3-e890-4fad-a952-1be679320a98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5777210785008185170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170577721078500818517057772107850081851705777210785008185170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fb8718-1aba-4680-812e-9b5f8c1fcb8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e94b31-b927-4f6a-aeee-180c93d3b521, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e94b31-b927-4f6a-aeee-180c93d3b521, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17579353182992183802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802175793531829921838021757935318299218380217579353182992183802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c66f4b3-e890-4fad-a952-1be679320a98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1278c7ee-5508-4d6e-bb9d-1a84e7e45de3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1278c7ee-5508-4d6e-bb9d-1a84e7e45de3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925082747347561838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838292508274734756183829250827473475618382925082747347561838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e94b31-b927-4f6a-aeee-180c93d3b521, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041fedce-d7a6-4810-b462-e19193ff76a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041fedce-d7a6-4810-b462-e19193ff76a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14036458550461688109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109140364585504616881091403645855046168810914036458550461688109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1278c7ee-5508-4d6e-bb9d-1a84e7e45de3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a4dc49-c95a-4b7c-8d67-0f997ff071fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a4dc49-c95a-4b7c-8d67-0f997ff071fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2253446153069468584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584225344615306946858422534461530694685842253446153069468584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041fedce-d7a6-4810-b462-e19193ff76a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19f7aeb0-ca11-4b61-9fb4-eeff6ae818f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f7aeb0-ca11-4b61-9fb4-eeff6ae818f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11005809453591944268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268110058094535919442681100580945359194426811005809453591944268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a4dc49-c95a-4b7c-8d67-0f997ff071fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6a04fe-7e46-4b76-abd9-0f0107fb7523, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6a04fe-7e46-4b76-abd9-0f0107fb7523, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2390984010655108528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528239098401065510852823909840106551085282390984010655108528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f7aeb0-ca11-4b61-9fb4-eeff6ae818f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df3f8339-eddc-4578-bb56-87a41ffa3a02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df3f8339-eddc-4578-bb56-87a41ffa3a02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2706319270801756947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947270631927080175694727063192708017569472706319270801756947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6a04fe-7e46-4b76-abd9-0f0107fb7523, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ff2e10-a23a-464f-b128-3432723c78be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ff2e10-a23a-464f-b128-3432723c78be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3912043725025742292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292391204372502574229239120437250257422923912043725025742292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df3f8339-eddc-4578-bb56-87a41ffa3a02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d78ccd3-5a87-432e-a091-58440091ba1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d78ccd3-5a87-432e-a091-58440091ba1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 80804757586119991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8080475758611999180804757586119991808047575861199918080475758611999180804757586119991808047575861199918080475758611999180804757586119991808047575861199918080475758611999180804757586119991808047575861199918080475758611999180804757586119991808047575861199918080475758611999180804757586119991808047575861199918080475758611999180804757586119991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ff2e10-a23a-464f-b128-3432723c78be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eece271-6243-45a9-ab5a-a4d4db753b16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d78ccd3-5a87-432e-a091-58440091ba1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ac098c-553e-4b46-a56a-87903a0ebab2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ac098c-553e-4b46-a56a-87903a0ebab2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10926854483743199196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196109268544837431991961092685448374319919610926854483743199196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eece271-6243-45a9-ab5a-a4d4db753b16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502674859159464711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711145026748591594647111450267485915946471114502674859159464711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ac098c-553e-4b46-a56a-87903a0ebab2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3395eb9f-5a49-45cd-9799-97002cf32dba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3395eb9f-5a49-45cd-9799-97002cf32dba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10529507184017197211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211105295071840171972111052950718401719721110529507184017197211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eece271-6243-45a9-ab5a-a4d4db753b16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0815c3-e5f3-4cbb-8f96-0823ec8baa2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0815c3-e5f3-4cbb-8f96-0823ec8baa2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7335424699025866876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876733542469902586687673354246990258668767335424699025866876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3395eb9f-5a49-45cd-9799-97002cf32dba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f205ea81-6c7a-4894-8d1d-195e710dba14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f205ea81-6c7a-4894-8d1d-195e710dba14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13818678309890196767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767138186783098901967671381867830989019676713818678309890196767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0815c3-e5f3-4cbb-8f96-0823ec8baa2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435a6cfb-f624-4368-8cf6-bf197138e65e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435a6cfb-f624-4368-8cf6-bf197138e65e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15462565785735042478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478154625657857350424781546256578573504247815462565785735042478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435a6cfb-f624-4368-8cf6-bf197138e65e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaff4ee-0b2e-4ac0-b904-c2b657484371, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaff4ee-0b2e-4ac0-b904-c2b657484371, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4361853337718672241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241436185333771867224143618533377186722414361853337718672241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f205ea81-6c7a-4894-8d1d-195e710dba14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2958653a-6090-4d6d-ae09-a14501074694, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2958653a-6090-4d6d-ae09-a14501074694, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6517870857608803028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028651787085760880302865178708576088030286517870857608803028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaff4ee-0b2e-4ac0-b904-c2b657484371, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86e71c97-5b28-40ac-90bf-a5a61f52fb04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86e71c97-5b28-40ac-90bf-a5a61f52fb04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5671398963553487935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935567139896355348793556713989635534879355671398963553487935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2958653a-6090-4d6d-ae09-a14501074694, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8947e0cf-eabf-4b64-8bae-c4b5e2b446ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8947e0cf-eabf-4b64-8bae-c4b5e2b446ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17360109971893802128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128173601099718938021281736010997189380212817360109971893802128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86e71c97-5b28-40ac-90bf-a5a61f52fb04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c4a987d-a9a5-4fd4-ae6d-163a684aa43f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c4a987d-a9a5-4fd4-ae6d-163a684aa43f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2172237707207644184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184217223770720764418421722377072076441842172237707207644184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8947e0cf-eabf-4b64-8bae-c4b5e2b446ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1148239d-27e1-45d0-8c7f-dc856f878425, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1148239d-27e1-45d0-8c7f-dc856f878425, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16875538716307688781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781168755387163076887811687553871630768878116875538716307688781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c4a987d-a9a5-4fd4-ae6d-163a684aa43f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d77b148a-03c8-426d-89d1-55456530e5c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d77b148a-03c8-426d-89d1-55456530e5c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17209431923733666284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284172094319237336662841720943192373366628417209431923733666284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1148239d-27e1-45d0-8c7f-dc856f878425, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c26ce0f-1809-4cea-9c04-f2e5f4fa34a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c26ce0f-1809-4cea-9c04-f2e5f4fa34a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5245681649277007826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826524568164927700782652456816492770078265245681649277007826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d77b148a-03c8-426d-89d1-55456530e5c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40f68dc-dac4-4eb5-90a5-e6df8f39b926, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40f68dc-dac4-4eb5-90a5-e6df8f39b926, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4514145556367032010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010451414555636703201045141455563670320104514145556367032010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c26ce0f-1809-4cea-9c04-f2e5f4fa34a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c989c9f8-f8f6-4cb8-b5cf-bb733376962e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c989c9f8-f8f6-4cb8-b5cf-bb733376962e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2867159976165188839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839286715997616518883928671599761651888392867159976165188839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40f68dc-dac4-4eb5-90a5-e6df8f39b926, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de793ff4-f63f-4c91-bfce-4c1bef9e8748, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de793ff4-f63f-4c91-bfce-4c1bef9e8748, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2128416373628059307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307212841637362805930721284163736280593072128416373628059307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c989c9f8-f8f6-4cb8-b5cf-bb733376962e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de793ff4-f63f-4c91-bfce-4c1bef9e8748, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d22854-401a-404b-abb7-85ee4583d7f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee4fc7cc-3204-4a02-956c-46e39b3ac87f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee4fc7cc-3204-4a02-956c-46e39b3ac87f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10849731959491582455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455108497319594915824551084973195949158245510849731959491582455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d22854-401a-404b-abb7-85ee4583d7f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5071745913070298238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238507174591307029823850717459130702982385071745913070298238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee4fc7cc-3204-4a02-956c-46e39b3ac87f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66189919-d75a-4e93-a7c6-4161a0c62a8e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66189919-d75a-4e93-a7c6-4161a0c62a8e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6835089465173831233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233683508946517383123368350894651738312336835089465173831233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d22854-401a-404b-abb7-85ee4583d7f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b096a23-63e8-4ce4-8d8a-fa89b07a1eb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b096a23-63e8-4ce4-8d8a-fa89b07a1eb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12497706220288914315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315124977062202889143151249770622028891431512497706220288914315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66189919-d75a-4e93-a7c6-4161a0c62a8e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0163b8e9-09c0-4b6b-8198-5a477a45db80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b096a23-63e8-4ce4-8d8a-fa89b07a1eb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0163b8e9-09c0-4b6b-8198-5a477a45db80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4442894521733435732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732444289452173343573244428945217334357324442894521733435732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25b74fba-0cc2-4625-803c-f9fcf044da12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25b74fba-0cc2-4625-803c-f9fcf044da12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937995563630631527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527193799556363063152719379955636306315271937995563630631527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25b74fba-0cc2-4625-803c-f9fcf044da12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0163b8e9-09c0-4b6b-8198-5a477a45db80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42ce1c68-dbd7-4b05-b7a9-8445e3f4c96c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b609694-2ccf-4651-b3ce-f5becf724b8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42ce1c68-dbd7-4b05-b7a9-8445e3f4c96c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1863351882234840379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379186335188223484037918633518822348403791863351882234840379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b609694-2ccf-4651-b3ce-f5becf724b8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15414169140675410984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984154141691406754109841541416914067541098415414169140675410984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42ce1c68-dbd7-4b05-b7a9-8445e3f4c96c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22312883-d08d-4c43-9c24-06082689eb00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b609694-2ccf-4651-b3ce-f5becf724b8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22312883-d08d-4c43-9c24-06082689eb00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5546366803960488794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794554636680396048879455463668039604887945546366803960488794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9489401-0a9c-4634-9881-711de1695902, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9489401-0a9c-4634-9881-711de1695902, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3636653354255243129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129363665335425524312936366533542552431293636653354255243129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22312883-d08d-4c43-9c24-06082689eb00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96febf5-ba1d-499c-abd9-b914b007d033, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96febf5-ba1d-499c-abd9-b914b007d033, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5461727906365822686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686546172790636582268654617279063658226865461727906365822686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9489401-0a9c-4634-9881-711de1695902, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d82bf4-7bb4-4aea-9fb7-faf2656b4c8e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d82bf4-7bb4-4aea-9fb7-faf2656b4c8e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2773135135404724656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656277313513540472465627731351354047246562773135135404724656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96febf5-ba1d-499c-abd9-b914b007d033, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b8642df-bf59-488a-9e38-969d05efa3c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b8642df-bf59-488a-9e38-969d05efa3c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241876773896074002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002132418767738960740021324187677389607400213241876773896074002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d82bf4-7bb4-4aea-9fb7-faf2656b4c8e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e6fe327-d12e-4cee-b95a-210861d2d4b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e6fe327-d12e-4cee-b95a-210861d2d4b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6050914471165672989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989605091447116567298960509144711656729896050914471165672989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b8642df-bf59-488a-9e38-969d05efa3c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41386a54-1691-4597-a2e5-94d06fc4342d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41386a54-1691-4597-a2e5-94d06fc4342d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4485995398827026298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298448599539882702629844859953988270262984485995398827026298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e6fe327-d12e-4cee-b95a-210861d2d4b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bbf0ac8-cb48-4cd0-8787-e6dcb2644e2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bbf0ac8-cb48-4cd0-8787-e6dcb2644e2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6772360475215533774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774677236047521553377467723604752155337746772360475215533774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41386a54-1691-4597-a2e5-94d06fc4342d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bbf0ac8-cb48-4cd0-8787-e6dcb2644e2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 482f3419-5286-4b80-9cad-d8e68c32d0f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 482f3419-5286-4b80-9cad-d8e68c32d0f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11506624957473276006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006115066249574732760061150662495747327600611506624957473276006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68cec3f-c5b6-4333-9a98-3ef8e32064c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68cec3f-c5b6-4333-9a98-3ef8e32064c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289645643736705466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466102896456437367054661028964564373670546610289645643736705466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 482f3419-5286-4b80-9cad-d8e68c32d0f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30f9dfae-4f68-46a3-a0cf-17bc4dbbf19c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30f9dfae-4f68-46a3-a0cf-17bc4dbbf19c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14679034248864573917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917146790342488645739171467903424886457391714679034248864573917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68cec3f-c5b6-4333-9a98-3ef8e32064c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5df93d1f-2b12-4d99-bc75-d601dd14f539, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df93d1f-2b12-4d99-bc75-d601dd14f539, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709632082137214396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396370963208213721439637096320821372143963709632082137214396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30f9dfae-4f68-46a3-a0cf-17bc4dbbf19c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36791886-e44b-4983-8f93-5175f41e6bf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36791886-e44b-4983-8f93-5175f41e6bf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2367930603815127227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227236793060381512722723679306038151272272367930603815127227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df93d1f-2b12-4d99-bc75-d601dd14f539, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92883821-a716-4eca-9c1a-9bd7c95417db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92883821-a716-4eca-9c1a-9bd7c95417db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7062888479189426729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729706288847918942672970628884791894267297062888479189426729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36791886-e44b-4983-8f93-5175f41e6bf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0dd2630-1e89-429d-b3c3-0cdca7d12891, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0dd2630-1e89-429d-b3c3-0cdca7d12891, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4743770820497117617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617474377082049711761747437708204971176174743770820497117617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92883821-a716-4eca-9c1a-9bd7c95417db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af61a841-445a-4f5b-a403-52e365d145fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af61a841-445a-4f5b-a403-52e365d145fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17203187696028932513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513172031876960289325131720318769602893251317203187696028932513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0dd2630-1e89-429d-b3c3-0cdca7d12891, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3be4e2c-c772-48e4-91b2-04147b2b67cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3be4e2c-c772-48e4-91b2-04147b2b67cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12966934926105184526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526129669349261051845261296693492610518452612966934926105184526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af61a841-445a-4f5b-a403-52e365d145fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62dc27a-2fe9-4172-9a24-04003e20cd24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62dc27a-2fe9-4172-9a24-04003e20cd24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10016324500829710661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661100163245008297106611001632450082971066110016324500829710661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3be4e2c-c772-48e4-91b2-04147b2b67cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe4aa24-acab-4953-be97-dbce038ae70c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe4aa24-acab-4953-be97-dbce038ae70c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996800370396755312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312399680037039675531239968003703967553123996800370396755312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62dc27a-2fe9-4172-9a24-04003e20cd24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f072d321-bb98-4ce1-bef6-ee2caa07e366, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f072d321-bb98-4ce1-bef6-ee2caa07e366, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13108348219937369745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745131083482199373697451310834821993736974513108348219937369745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe4aa24-acab-4953-be97-dbce038ae70c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf901a1-6129-4d62-a100-799a4ab7bdc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf901a1-6129-4d62-a100-799a4ab7bdc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2178749483276761384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384217874948327676138421787494832767613842178749483276761384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f072d321-bb98-4ce1-bef6-ee2caa07e366, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf901a1-6129-4d62-a100-799a4ab7bdc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a91e117b-6151-4f8d-93a3-c8678432786d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a91e117b-6151-4f8d-93a3-c8678432786d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15595447813517550971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971155954478135175509711559544781351755097115595447813517550971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdfeabfa-4699-4f3f-9828-945e338ca72e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdfeabfa-4699-4f3f-9828-945e338ca72e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814389816136731783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783881438981613673178388143898161367317838814389816136731783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a91e117b-6151-4f8d-93a3-c8678432786d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90049e63-1fff-4bd2-8453-fa1ef1f6d760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90049e63-1fff-4bd2-8453-fa1ef1f6d760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7084223421365752865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865708422342136575286570842234213657528657084223421365752865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90049e63-1fff-4bd2-8453-fa1ef1f6d760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f30ae8bd-1ddc-429d-aab9-1e34c41481c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f30ae8bd-1ddc-429d-aab9-1e34c41481c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447948740377672285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285644794874037767228564479487403776722856447948740377672285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f30ae8bd-1ddc-429d-aab9-1e34c41481c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4597b018-2aaf-424f-a43f-51bb115efe37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdfeabfa-4699-4f3f-9828-945e338ca72e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4597b018-2aaf-424f-a43f-51bb115efe37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13530250858932951845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845135302508589329518451353025085893295184513530250858932951845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcef156-d095-4d0b-b62c-3ce47614ab10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcef156-d095-4d0b-b62c-3ce47614ab10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7944530817701935034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034794453081770193503479445308177019350347944530817701935034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4597b018-2aaf-424f-a43f-51bb115efe37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcef156-d095-4d0b-b62c-3ce47614ab10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301e1fd4-f686-4e74-beea-5e86c5e2301f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301e1fd4-f686-4e74-beea-5e86c5e2301f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17732799784086786893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893177327997840867868931773279978408678689317732799784086786893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48dab6f-57bb-4250-8049-55c984cf7b58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48dab6f-57bb-4250-8049-55c984cf7b58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14450357128927021340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340144503571289270213401445035712892702134014450357128927021340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301e1fd4-f686-4e74-beea-5e86c5e2301f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29375827-88e3-4f27-b69f-87dc36e44611, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29375827-88e3-4f27-b69f-87dc36e44611, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5759360792719795814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814575936079271979581457593607927197958145759360792719795814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48dab6f-57bb-4250-8049-55c984cf7b58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f81e533-02a4-4c12-9aa2-cc2b7582d1fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f81e533-02a4-4c12-9aa2-cc2b7582d1fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 195276643244273817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817195276643244273817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29375827-88e3-4f27-b69f-87dc36e44611, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3db24434-eade-4cb7-a6dc-9b11944456e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db24434-eade-4cb7-a6dc-9b11944456e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15955266954021811926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926159552669540218119261595526695402181192615955266954021811926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f81e533-02a4-4c12-9aa2-cc2b7582d1fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d3d06d-f380-4ae5-b094-41cf495427f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d3d06d-f380-4ae5-b094-41cf495427f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13563093464499819577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577135630934644998195771356309346449981957713563093464499819577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db24434-eade-4cb7-a6dc-9b11944456e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453fec3b-fbf5-4859-9314-acc6f0809322, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453fec3b-fbf5-4859-9314-acc6f0809322, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12123019750121684769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769121230197501216847691212301975012168476912123019750121684769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d3d06d-f380-4ae5-b094-41cf495427f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbf01a0a-b6cc-46ff-9fbb-cf6453768299, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbf01a0a-b6cc-46ff-9fbb-cf6453768299, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4850325037067050672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672485032503706705067248503250370670506724850325037067050672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453fec3b-fbf5-4859-9314-acc6f0809322, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f040130-8357-4c87-aa2b-6e8d84bab52e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbf01a0a-b6cc-46ff-9fbb-cf6453768299, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78973d0c-6fd7-418e-af54-af8e7f42debc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78973d0c-6fd7-418e-af54-af8e7f42debc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16926980714572302800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800169269807145723028001692698071457230280016926980714572302800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f040130-8357-4c87-aa2b-6e8d84bab52e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938765729680338169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169139387657296803381691393876572968033816913938765729680338169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f040130-8357-4c87-aa2b-6e8d84bab52e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eb6d69b-786f-4924-9765-a49e29da8719, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eb6d69b-786f-4924-9765-a49e29da8719, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8405530250110180666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666840553025011018066684055302501101806668405530250110180666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78973d0c-6fd7-418e-af54-af8e7f42debc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5660816-9d09-4cce-948a-99f3129c1718, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5660816-9d09-4cce-948a-99f3129c1718, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7003077686940076766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766700307768694007676670030776869400767667003077686940076766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eb6d69b-786f-4924-9765-a49e29da8719, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d05d2b0b-28c3-4155-a2df-0d3a81c7ff9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d05d2b0b-28c3-4155-a2df-0d3a81c7ff9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6726865586144492941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941672686558614449294167268655861444929416726865586144492941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5660816-9d09-4cce-948a-99f3129c1718, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8e907a-136d-49e3-a995-adaa77724b34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8e907a-136d-49e3-a995-adaa77724b34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10756076216967489097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097107560762169674890971075607621696748909710756076216967489097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d05d2b0b-28c3-4155-a2df-0d3a81c7ff9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b60221f-e2c4-49c1-874e-e04c23e890f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b60221f-e2c4-49c1-874e-e04c23e890f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7504807593936937444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444750480759393693744475048075939369374447504807593936937444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8e907a-136d-49e3-a995-adaa77724b34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c35a45be-74c1-4fe1-a33a-d987f3d4b34d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35a45be-74c1-4fe1-a33a-d987f3d4b34d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17765440640071036006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006177654406400710360061776544064007103600617765440640071036006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b60221f-e2c4-49c1-874e-e04c23e890f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794f7556-3d0f-4ea9-a445-5eea5a616204, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794f7556-3d0f-4ea9-a445-5eea5a616204, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7964450576931250774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774796445057693125077479644505769312507747964450576931250774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35a45be-74c1-4fe1-a33a-d987f3d4b34d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0500e5f8-0f06-428a-b5c8-f60284ff4242, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0500e5f8-0f06-428a-b5c8-f60284ff4242, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8005780908270956870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870800578090827095687080057809082709568708005780908270956870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794f7556-3d0f-4ea9-a445-5eea5a616204, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44bb1ee3-d3ed-4488-9227-f65cf16f0760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44bb1ee3-d3ed-4488-9227-f65cf16f0760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8986094092040132958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958898609409204013295889860940920401329588986094092040132958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0500e5f8-0f06-428a-b5c8-f60284ff4242, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b13db484-48ab-4ff3-b707-cf0da676819f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b13db484-48ab-4ff3-b707-cf0da676819f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000617392541181644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644100006173925411816441000061739254118164410000617392541181644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44bb1ee3-d3ed-4488-9227-f65cf16f0760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda431a2-1ea7-4fee-aade-caa83ac85e5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda431a2-1ea7-4fee-aade-caa83ac85e5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12282971398521962409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409122829713985219624091228297139852196240912282971398521962409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b13db484-48ab-4ff3-b707-cf0da676819f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f1a20a4-64fe-45bb-a03d-266578f64ec2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f1a20a4-64fe-45bb-a03d-266578f64ec2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357037858724568608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608535703785872456860853570378587245686085357037858724568608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda431a2-1ea7-4fee-aade-caa83ac85e5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4053b7eb-f2b6-47b0-a095-8436e5cb7dea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4053b7eb-f2b6-47b0-a095-8436e5cb7dea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1756593902587543095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095175659390258754309517565939025875430951756593902587543095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f1a20a4-64fe-45bb-a03d-266578f64ec2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9e002e-07e4-464d-ab0b-c7c09eb53338, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9e002e-07e4-464d-ab0b-c7c09eb53338, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488631061511160405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405748863106151116040574886310615111604057488631061511160405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4053b7eb-f2b6-47b0-a095-8436e5cb7dea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72ee1cc1-388f-4dd4-9adf-ac2418121c55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72ee1cc1-388f-4dd4-9adf-ac2418121c55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3032771724512271466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466303277172451227146630327717245122714663032771724512271466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72ee1cc1-388f-4dd4-9adf-ac2418121c55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78c1cabf-dd1a-48b6-8411-30f0ac7ce14a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78c1cabf-dd1a-48b6-8411-30f0ac7ce14a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 354987807922563168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168354987807922563168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9e002e-07e4-464d-ab0b-c7c09eb53338, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7551c4cf-c907-4aad-8910-d18b014bf12c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7551c4cf-c907-4aad-8910-d18b014bf12c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2111526889852829700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700211152688985282970021115268898528297002111526889852829700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7551c4cf-c907-4aad-8910-d18b014bf12c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 426db5fc-044a-4ee0-ba4a-51ce6057d4ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 426db5fc-044a-4ee0-ba4a-51ce6057d4ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3976901420515615017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017397690142051561501739769014205156150173976901420515615017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78c1cabf-dd1a-48b6-8411-30f0ac7ce14a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec610b30-9c9f-4186-bdec-6516464df673, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec610b30-9c9f-4186-bdec-6516464df673, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2618953104463152149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149261895310446315214926189531044631521492618953104463152149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 426db5fc-044a-4ee0-ba4a-51ce6057d4ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc935c5b-6287-47b7-8b57-eaaf78cc6639, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc935c5b-6287-47b7-8b57-eaaf78cc6639, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9546010473479479805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805954601047347947980595460104734794798059546010473479479805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec610b30-9c9f-4186-bdec-6516464df673, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b660573-7066-40bc-8f0b-b0f76878cf37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b660573-7066-40bc-8f0b-b0f76878cf37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248638756667776571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571162486387566677765711624863875666777657116248638756667776571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b660573-7066-40bc-8f0b-b0f76878cf37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 185ad222-9203-421d-8be5-bb0c0ef5cf6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 185ad222-9203-421d-8be5-bb0c0ef5cf6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8365584327528478116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116836558432752847811683655843275284781168365584327528478116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc935c5b-6287-47b7-8b57-eaaf78cc6639, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5e54ec0-f2b8-4bf9-87d3-b516e9d07f52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5e54ec0-f2b8-4bf9-87d3-b516e9d07f52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9841834923062958727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727984183492306295872798418349230629587279841834923062958727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 185ad222-9203-421d-8be5-bb0c0ef5cf6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a1666e-c3d8-46ba-b1bb-3c06d6fb511e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a1666e-c3d8-46ba-b1bb-3c06d6fb511e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953101338646649308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308195310133864664930819531013386466493081953101338646649308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5e54ec0-f2b8-4bf9-87d3-b516e9d07f52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 299247ee-a028-46b9-b4cf-edb7382dafe6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a1666e-c3d8-46ba-b1bb-3c06d6fb511e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61253356-05ae-4319-94e2-2be0e87070c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299247ee-a028-46b9-b4cf-edb7382dafe6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7538115168958756200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200753811516895875620075381151689587562007538115168958756200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61253356-05ae-4319-94e2-2be0e87070c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13602673733402350549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549136026737334023505491360267373340235054913602673733402350549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299247ee-a028-46b9-b4cf-edb7382dafe6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61253356-05ae-4319-94e2-2be0e87070c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fd7c704-f2d1-4938-98d2-dc445c673789, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fd7c704-f2d1-4938-98d2-dc445c673789, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505672752561767497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497150567275256176749715056727525617674971505672752561767497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5800875c-aed5-4b46-a964-a204e3cc7ce7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5800875c-aed5-4b46-a964-a204e3cc7ce7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12909455853415413913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913129094558534154139131290945585341541391312909455853415413913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fd7c704-f2d1-4938-98d2-dc445c673789, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 644e415c-4911-40c9-a6c0-9372381dc491, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 644e415c-4911-40c9-a6c0-9372381dc491, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826826071696002174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174782682607169600217478268260716960021747826826071696002174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5800875c-aed5-4b46-a964-a204e3cc7ce7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ec43d9a-2d10-46c7-8127-aaf037123ee0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ec43d9a-2d10-46c7-8127-aaf037123ee0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2533420850567336480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480253342085056733648025334208505673364802533420850567336480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 644e415c-4911-40c9-a6c0-9372381dc491, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bd15419-988f-475d-8956-d0c5d547e133, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bd15419-988f-475d-8956-d0c5d547e133, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14481053221661084401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401144810532216610844011448105322166108440114481053221661084401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ec43d9a-2d10-46c7-8127-aaf037123ee0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4283a1d8-493f-4a2e-b8f3-78442b3312b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4283a1d8-493f-4a2e-b8f3-78442b3312b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5339410563886185996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996533941056388618599653394105638861859965339410563886185996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bd15419-988f-475d-8956-d0c5d547e133, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 757a04d7-d749-4b0e-a943-cfd6994c8b3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 757a04d7-d749-4b0e-a943-cfd6994c8b3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568322436839365948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948155683224368393659481556832243683936594815568322436839365948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4283a1d8-493f-4a2e-b8f3-78442b3312b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebf218d1-c57e-41e7-84a8-93e26c44f222, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebf218d1-c57e-41e7-84a8-93e26c44f222, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731650700767354705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705973165070076735470597316507007673547059731650700767354705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 757a04d7-d749-4b0e-a943-cfd6994c8b3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, daf96557-57e4-4518-8a95-21adbc5e382a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, daf96557-57e4-4518-8a95-21adbc5e382a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18382111746075067217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217183821117460750672171838211174607506721718382111746075067217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebf218d1-c57e-41e7-84a8-93e26c44f222, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f897fe-514d-48cd-a4e6-2aef4ff927fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f897fe-514d-48cd-a4e6-2aef4ff927fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10750773244758903003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003107507732447589030031075077324475890300310750773244758903003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, daf96557-57e4-4518-8a95-21adbc5e382a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aab87e2-f425-46a6-b6c8-3fe8d272a247, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aab87e2-f425-46a6-b6c8-3fe8d272a247, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4621685276460925275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275462168527646092527546216852764609252754621685276460925275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f897fe-514d-48cd-a4e6-2aef4ff927fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4729dc8a-5a45-400b-82ed-0b0aaa5dcdc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4729dc8a-5a45-400b-82ed-0b0aaa5dcdc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12101430468901497500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500121014304689014975001210143046890149750012101430468901497500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aab87e2-f425-46a6-b6c8-3fe8d272a247, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1536dbd2-7305-453b-9949-c405cc933cc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1536dbd2-7305-453b-9949-c405cc933cc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13942414618796794621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621139424146187967946211394241461879679462113942414618796794621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4729dc8a-5a45-400b-82ed-0b0aaa5dcdc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe7283f-0603-4c5e-b85e-16ba2c7db505, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe7283f-0603-4c5e-b85e-16ba2c7db505, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13923374933970861862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862139233749339708618621392337493397086186213923374933970861862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1536dbd2-7305-453b-9949-c405cc933cc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73d2d328-3327-45a1-a986-bc8b9f8e2fcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73d2d328-3327-45a1-a986-bc8b9f8e2fcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1630672724186420301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301163067272418642030116306727241864203011630672724186420301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe7283f-0603-4c5e-b85e-16ba2c7db505, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d4b6bf-133a-4fd8-beb4-5d1b29e87975, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d4b6bf-133a-4fd8-beb4-5d1b29e87975, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1987538981659692573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573198753898165969257319875389816596925731987538981659692573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73d2d328-3327-45a1-a986-bc8b9f8e2fcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5630a01-c24a-4a61-abd7-8f9c4e256adf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5630a01-c24a-4a61-abd7-8f9c4e256adf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7154875901977707362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362715487590197770736271548759019777073627154875901977707362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d4b6bf-133a-4fd8-beb4-5d1b29e87975, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ec7df4-d56f-4bbc-beb2-ee4200c4115a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ec7df4-d56f-4bbc-beb2-ee4200c4115a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12792632502826131929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929127926325028261319291279263250282613192912792632502826131929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5630a01-c24a-4a61-abd7-8f9c4e256adf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11fa5afc-7526-4117-9e99-82c31b1cc772, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11fa5afc-7526-4117-9e99-82c31b1cc772, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12142067089669306322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322121420670896693063221214206708966930632212142067089669306322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ec7df4-d56f-4bbc-beb2-ee4200c4115a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c254f65-4775-4f34-891c-780f3da8047d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c254f65-4775-4f34-891c-780f3da8047d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891813351048386490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490989181335104838649098918133510483864909891813351048386490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11fa5afc-7526-4117-9e99-82c31b1cc772, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156b90a8-00d3-49bf-ba0f-024f0c2069c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156b90a8-00d3-49bf-ba0f-024f0c2069c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11042722044714240982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982110427220447142409821104272204471424098211042722044714240982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c254f65-4775-4f34-891c-780f3da8047d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e1b2d44-618d-4d4f-9b76-97e864c6c27f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e1b2d44-618d-4d4f-9b76-97e864c6c27f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8985371870896866975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975898537187089686697589853718708968669758985371870896866975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156b90a8-00d3-49bf-ba0f-024f0c2069c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6890d0a4-0464-457d-8e1b-5ae82563e762, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6890d0a4-0464-457d-8e1b-5ae82563e762, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096929450791930026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026809692945079193002680969294507919300268096929450791930026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e1b2d44-618d-4d4f-9b76-97e864c6c27f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac9af309-7e83-48ae-acc6-3a73421e2cc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac9af309-7e83-48ae-acc6-3a73421e2cc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15970973400396426929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929159709734003964269291597097340039642692915970973400396426929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6890d0a4-0464-457d-8e1b-5ae82563e762, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b42c393f-a966-4b08-9112-838f0d85ddd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42c393f-a966-4b08-9112-838f0d85ddd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9412615753561372507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507941261575356137250794126157535613725079412615753561372507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac9af309-7e83-48ae-acc6-3a73421e2cc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f51fa87-d791-4a2c-b1a9-c3e8ea8fba3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f51fa87-d791-4a2c-b1a9-c3e8ea8fba3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12676808339997815518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518126768083399978155181267680833999781551812676808339997815518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42c393f-a966-4b08-9112-838f0d85ddd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7512264-7b7e-4f8f-bf8f-8c2561bf2038, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7512264-7b7e-4f8f-bf8f-8c2561bf2038, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8993258299509845791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791899325829950984579189932582995098457918993258299509845791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f51fa87-d791-4a2c-b1a9-c3e8ea8fba3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc97a55-2be6-4de3-b3c2-c7ba8ae09f79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc97a55-2be6-4de3-b3c2-c7ba8ae09f79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227414282387234907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907922741428238723490792274142823872349079227414282387234907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7512264-7b7e-4f8f-bf8f-8c2561bf2038, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba4b2e8-06be-4fb8-ba31-482c48a9d053, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc97a55-2be6-4de3-b3c2-c7ba8ae09f79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eac1032-7264-47e7-9bab-9c7f46b91581, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eac1032-7264-47e7-9bab-9c7f46b91581, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5899131522887034276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276589913152288703427658991315228870342765899131522887034276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba4b2e8-06be-4fb8-ba31-482c48a9d053, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14287421164493933158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158142874211644939331581428742116449393315814287421164493933158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eac1032-7264-47e7-9bab-9c7f46b91581, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f82997d-2e5f-41f2-97cd-6fdaefa8a546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f82997d-2e5f-41f2-97cd-6fdaefa8a546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12208140910989577387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387122081409109895773871220814091098957738712208140910989577387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba4b2e8-06be-4fb8-ba31-482c48a9d053, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a80811-4c78-4547-af3e-229ad2516058, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a80811-4c78-4547-af3e-229ad2516058, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16565482080654700289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289165654820806547002891656548208065470028916565482080654700289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f82997d-2e5f-41f2-97cd-6fdaefa8a546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948e3bb8-a6d5-40c5-bba3-146f681c71e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a80811-4c78-4547-af3e-229ad2516058, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948e3bb8-a6d5-40c5-bba3-146f681c71e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6464017816401420811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811646401781640142081164640178164014208116464017816401420811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1556f121-bb8c-4787-8519-d2510a109eb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1556f121-bb8c-4787-8519-d2510a109eb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11950065903413627466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466119500659034136274661195006590341362746611950065903413627466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948e3bb8-a6d5-40c5-bba3-146f681c71e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9f3574f-8860-4a1b-b352-599c582a5dec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9f3574f-8860-4a1b-b352-599c582a5dec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 581718646682196515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515581718646682196515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9f3574f-8860-4a1b-b352-599c582a5dec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c67580be-a3d2-46f7-86a6-5918e609bc78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c67580be-a3d2-46f7-86a6-5918e609bc78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2639758622320849051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051263975862232084905126397586223208490512639758622320849051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1556f121-bb8c-4787-8519-d2510a109eb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0fddc0-1ab8-4d26-86e0-7dcc866411dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0fddc0-1ab8-4d26-86e0-7dcc866411dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708036713590747847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847270803671359074784727080367135907478472708036713590747847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c67580be-a3d2-46f7-86a6-5918e609bc78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35728621-2c80-4924-8da7-f53ec37058d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35728621-2c80-4924-8da7-f53ec37058d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8137867818963754852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852813786781896375485281378678189637548528137867818963754852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35728621-2c80-4924-8da7-f53ec37058d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c6dccba-7fef-46e3-9971-1a9ef3378866, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c6dccba-7fef-46e3-9971-1a9ef3378866, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15170543256835216828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828151705432568352168281517054325683521682815170543256835216828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0fddc0-1ab8-4d26-86e0-7dcc866411dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c53d0b-8947-4f2a-bc6c-fdae1fa39acd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c53d0b-8947-4f2a-bc6c-fdae1fa39acd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15406295281610117025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025154062952816101170251540629528161011702515406295281610117025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c6dccba-7fef-46e3-9971-1a9ef3378866, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50ae21ca-a2b8-4c0b-8622-22305c2d7fe9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ae21ca-a2b8-4c0b-8622-22305c2d7fe9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7713209320904786347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347771320932090478634777132093209047863477713209320904786347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c53d0b-8947-4f2a-bc6c-fdae1fa39acd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 310a96e4-7529-4712-ab1a-c47aefae0029, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310a96e4-7529-4712-ab1a-c47aefae0029, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5229989039894495722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722522998903989449572252299890398944957225229989039894495722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ae21ca-a2b8-4c0b-8622-22305c2d7fe9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39a8eed5-8c16-4ead-a343-f7debf55a5a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39a8eed5-8c16-4ead-a343-f7debf55a5a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391417616640854533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533239141761664085453323914176166408545332391417616640854533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 310a96e4-7529-4712-ab1a-c47aefae0029, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4652d992-ed24-4f80-aa91-fc33f0405b76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4652d992-ed24-4f80-aa91-fc33f0405b76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9662397808283199687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687966239780828319968796623978082831996879662397808283199687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39a8eed5-8c16-4ead-a343-f7debf55a5a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efd72187-3ce7-43bc-a032-672269516e0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efd72187-3ce7-43bc-a032-672269516e0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17078253868814988259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259170782538688149882591707825386881498825917078253868814988259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4652d992-ed24-4f80-aa91-fc33f0405b76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a49a10-4ada-4e88-9834-0e4c12f81724, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a49a10-4ada-4e88-9834-0e4c12f81724, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572117789673302555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555572117789673302555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efd72187-3ce7-43bc-a032-672269516e0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 124f8b86-e451-4ccd-9be7-08199104cb47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 124f8b86-e451-4ccd-9be7-08199104cb47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9173829767288117730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730917382976728811773091738297672881177309173829767288117730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a49a10-4ada-4e88-9834-0e4c12f81724, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98bf8f24-99ff-44f3-96d0-4dd38bf99171, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bf8f24-99ff-44f3-96d0-4dd38bf99171, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202447739607117651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651220244773960711765122024477396071176512202447739607117651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 124f8b86-e451-4ccd-9be7-08199104cb47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e45430af-3b6e-45f3-8d23-bf4ce44c4856, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45430af-3b6e-45f3-8d23-bf4ce44c4856, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10535115289114497065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065105351152891144970651053511528911449706510535115289114497065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bf8f24-99ff-44f3-96d0-4dd38bf99171, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cce51fb2-f149-4544-a842-74d26d89b272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cce51fb2-f149-4544-a842-74d26d89b272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9002182759896226963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963900218275989622696390021827598962269639002182759896226963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45430af-3b6e-45f3-8d23-bf4ce44c4856, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d195e4f8-75ea-4592-bac6-4219c4f49794, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d195e4f8-75ea-4592-bac6-4219c4f49794, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16608931796320009753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753166089317963200097531660893179632000975316608931796320009753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cce51fb2-f149-4544-a842-74d26d89b272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25575c78-3d0c-4073-9428-1d0f2d767da6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25575c78-3d0c-4073-9428-1d0f2d767da6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541746045017272429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429125417460450172724291254174604501727242912541746045017272429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d195e4f8-75ea-4592-bac6-4219c4f49794, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdef8cc7-e747-497b-b832-ec5351787856, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdef8cc7-e747-497b-b832-ec5351787856, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14189991237528379047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047141899912375283790471418999123752837904714189991237528379047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25575c78-3d0c-4073-9428-1d0f2d767da6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3240310a-9ccc-4ed4-9881-3a719e0db695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3240310a-9ccc-4ed4-9881-3a719e0db695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12971827351189327610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610129718273511893276101297182735118932761012971827351189327610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdef8cc7-e747-497b-b832-ec5351787856, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 593d504b-e85c-4832-abd5-ab767a72c9b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 593d504b-e85c-4832-abd5-ab767a72c9b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15958699880474254184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184159586998804742541841595869988047425418415958699880474254184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3240310a-9ccc-4ed4-9881-3a719e0db695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc49a985-1a9d-41a0-b2ff-1ad2128f871b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc49a985-1a9d-41a0-b2ff-1ad2128f871b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17554803524325611222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222175548035243256112221755480352432561122217554803524325611222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 593d504b-e85c-4832-abd5-ab767a72c9b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8fc6d2-8b1c-469f-ac21-12b6e4ceeb49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8fc6d2-8b1c-469f-ac21-12b6e4ceeb49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16407437732521972020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020164074377325219720201640743773252197202016407437732521972020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc49a985-1a9d-41a0-b2ff-1ad2128f871b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8fc6d2-8b1c-469f-ac21-12b6e4ceeb49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82f71e18-a500-45d9-a431-d0ecd97947c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82f71e18-a500-45d9-a431-d0ecd97947c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4961903791903602889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889496190379190360288949619037919036028894961903791903602889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f4d1a0c-833e-49ce-af66-af76a52a54da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f4d1a0c-833e-49ce-af66-af76a52a54da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518746903349392019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019251874690334939201925187469033493920192518746903349392019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82f71e18-a500-45d9-a431-d0ecd97947c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cd90df3-614d-4598-9a1c-91c09d230314, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cd90df3-614d-4598-9a1c-91c09d230314, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16117242497552738595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595161172424975527385951611724249755273859516117242497552738595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f4d1a0c-833e-49ce-af66-af76a52a54da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8bf8d7-a901-4f6c-8f24-8d69cba19c0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8bf8d7-a901-4f6c-8f24-8d69cba19c0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14363305348722047081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081143633053487220470811436330534872204708114363305348722047081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cd90df3-614d-4598-9a1c-91c09d230314, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a84ec99a-7fc7-4fb2-abf2-37c5b387baf9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8bf8d7-a901-4f6c-8f24-8d69cba19c0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84ec99a-7fc7-4fb2-abf2-37c5b387baf9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3502030431275882828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828350203043127588282835020304312758828283502030431275882828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 392cf5be-973b-4554-bad3-305a0eaa0831, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 392cf5be-973b-4554-bad3-305a0eaa0831, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6110303214171300565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565611030321417130056561103032141713005656110303214171300565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84ec99a-7fc7-4fb2-abf2-37c5b387baf9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09af2a2f-be79-402a-8dfb-4c46aba38cea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09af2a2f-be79-402a-8dfb-4c46aba38cea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5758015789464865442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442575801578946486544257580157894648654425758015789464865442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 392cf5be-973b-4554-bad3-305a0eaa0831, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af1492a2-ec03-4268-8131-b6405b57e940, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af1492a2-ec03-4268-8131-b6405b57e940, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9019015519094231704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704901901551909423170490190155190942317049019015519094231704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09af2a2f-be79-402a-8dfb-4c46aba38cea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3eabe6f-a7e5-4ea2-accc-12da1bf18a1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3eabe6f-a7e5-4ea2-accc-12da1bf18a1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1101317649973939681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681110131764997393968111013176499739396811101317649973939681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af1492a2-ec03-4268-8131-b6405b57e940, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b96222c8-d15e-4c4a-af97-8222ea1778f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b96222c8-d15e-4c4a-af97-8222ea1778f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18182250459953230763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763181822504599532307631818225045995323076318182250459953230763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3eabe6f-a7e5-4ea2-accc-12da1bf18a1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45e3b8cb-43f3-454b-9555-cab3b5de11ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45e3b8cb-43f3-454b-9555-cab3b5de11ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16305681621128149168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168163056816211281491681630568162112814916816305681621128149168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b96222c8-d15e-4c4a-af97-8222ea1778f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a9d238d-9b2d-41b5-a8f6-9789b38a8ea3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9d238d-9b2d-41b5-a8f6-9789b38a8ea3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11151341417640109237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237111513414176401092371115134141764010923711151341417640109237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45e3b8cb-43f3-454b-9555-cab3b5de11ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 530e1c46-8471-4229-80bb-f54c242af785, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 530e1c46-8471-4229-80bb-f54c242af785, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15891620525833469908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908158916205258334699081589162052583346990815891620525833469908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9d238d-9b2d-41b5-a8f6-9789b38a8ea3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91c5978-702d-466e-ad68-f143552b9323, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91c5978-702d-466e-ad68-f143552b9323, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17594408596854559332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332175944085968545593321759440859685455933217594408596854559332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 530e1c46-8471-4229-80bb-f54c242af785, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65787ccf-49b8-4dea-b329-7bec551635f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65787ccf-49b8-4dea-b329-7bec551635f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16811956791623947089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089168119567916239470891681195679162394708916811956791623947089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91c5978-702d-466e-ad68-f143552b9323, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee37a3f1-f20d-418c-932e-7253ed883fe2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee37a3f1-f20d-418c-932e-7253ed883fe2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423859518012473641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641174238595180124736411742385951801247364117423859518012473641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65787ccf-49b8-4dea-b329-7bec551635f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee37a3f1-f20d-418c-932e-7253ed883fe2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4236fd2f-e073-4c2d-9d57-256104492887, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29421dce-5184-4bf4-b58d-75bb78d24592, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4236fd2f-e073-4c2d-9d57-256104492887, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12754365315110584489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489127543653151105844891275436531511058448912754365315110584489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29421dce-5184-4bf4-b58d-75bb78d24592, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309617000625043840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840430961700062504384043096170006250438404309617000625043840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29421dce-5184-4bf4-b58d-75bb78d24592, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a5a4a35-930e-46c1-8241-1b71927ded03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a5a4a35-930e-46c1-8241-1b71927ded03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13841871920961150226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226138418719209611502261384187192096115022613841871920961150226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4236fd2f-e073-4c2d-9d57-256104492887, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a889acf-1678-484e-8c59-08b5ba49f4dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a889acf-1678-484e-8c59-08b5ba49f4dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1327147218560338848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848132714721856033884813271472185603388481327147218560338848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a5a4a35-930e-46c1-8241-1b71927ded03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62dfdc7-5761-4710-b1a5-4adcdd50971f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62dfdc7-5761-4710-b1a5-4adcdd50971f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6545454676222278181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181654545467622227818165454546762222781816545454676222278181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a889acf-1678-484e-8c59-08b5ba49f4dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd06e48-472a-4b4f-9f81-79b860d881de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd06e48-472a-4b4f-9f81-79b860d881de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14446560522475972699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699144465605224759726991444656052247597269914446560522475972699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62dfdc7-5761-4710-b1a5-4adcdd50971f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e05d99a9-6396-4ba1-b820-40dc373a3c69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e05d99a9-6396-4ba1-b820-40dc373a3c69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7226681805373736551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551722668180537373655172266818053737365517226681805373736551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd06e48-472a-4b4f-9f81-79b860d881de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf45c37-2b5e-40f7-ae32-1725af025770, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf45c37-2b5e-40f7-ae32-1725af025770, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17783949365350369752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752177839493653503697521778394936535036975217783949365350369752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e05d99a9-6396-4ba1-b820-40dc373a3c69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0b5c768-e5b3-44fd-94c4-204172dba432, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0b5c768-e5b3-44fd-94c4-204172dba432, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7735016894360144591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591773501689436014459177350168943601445917735016894360144591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf45c37-2b5e-40f7-ae32-1725af025770, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 251985cd-778b-4398-ae25-831ed7993556, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 251985cd-778b-4398-ae25-831ed7993556, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6004838579790489563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563600483857979048956360048385797904895636004838579790489563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0b5c768-e5b3-44fd-94c4-204172dba432, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23f3c6b2-42fc-4720-8c01-f205003bfac2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f3c6b2-42fc-4720-8c01-f205003bfac2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15336595263824243634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634153365952638242436341533659526382424363415336595263824243634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 251985cd-778b-4398-ae25-831ed7993556, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 779a8c2a-6cdc-4256-918e-04f992491713, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779a8c2a-6cdc-4256-918e-04f992491713, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187247651718642696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696121872476517186426961218724765171864269612187247651718642696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f3c6b2-42fc-4720-8c01-f205003bfac2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 973d71e8-c36d-4c31-885a-4061de81cd54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 973d71e8-c36d-4c31-885a-4061de81cd54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916943850618921430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430991694385061892143099169438506189214309916943850618921430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779a8c2a-6cdc-4256-918e-04f992491713, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 973d71e8-c36d-4c31-885a-4061de81cd54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed9a1c7a-d71e-412b-932e-28378d0d0351, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed9a1c7a-d71e-412b-932e-28378d0d0351, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1883070902601312144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144188307090260131214418830709026013121441883070902601312144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7121492a-c951-4a03-9a24-58be33b0fc85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7121492a-c951-4a03-9a24-58be33b0fc85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12796746937875845924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924127967469378758459241279674693787584592412796746937875845924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed9a1c7a-d71e-412b-932e-28378d0d0351, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56979fe6-9bfe-4056-aa00-41f1e8c40d60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56979fe6-9bfe-4056-aa00-41f1e8c40d60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10710436216340720346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346107104362163407203461071043621634072034610710436216340720346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7121492a-c951-4a03-9a24-58be33b0fc85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9caacfa-6157-43b1-9d4f-47f682ba14f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9caacfa-6157-43b1-9d4f-47f682ba14f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3281058068450327184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184328105806845032718432810580684503271843281058068450327184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56979fe6-9bfe-4056-aa00-41f1e8c40d60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49db82df-fd03-474c-be8f-4360d1842a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49db82df-fd03-474c-be8f-4360d1842a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481039330598680595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595748103933059868059574810393305986805957481039330598680595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9caacfa-6157-43b1-9d4f-47f682ba14f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e637f3-3305-45fb-b62c-894c535c4fab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e637f3-3305-45fb-b62c-894c535c4fab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4137552233187898959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959413755223318789895941375522331878989594137552233187898959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49db82df-fd03-474c-be8f-4360d1842a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb66faac-bfca-4ddf-a364-8240821cfd1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb66faac-bfca-4ddf-a364-8240821cfd1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7569884990691017010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010756988499069101701075698849906910170107569884990691017010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e637f3-3305-45fb-b62c-894c535c4fab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9d0947-4238-4ba1-a4c2-0125b26f1f51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9d0947-4238-4ba1-a4c2-0125b26f1f51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2813758314029396183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183281375831402939618328137583140293961832813758314029396183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb66faac-bfca-4ddf-a364-8240821cfd1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39299f5a-0b25-423c-b0d3-3c2f64aa9adf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39299f5a-0b25-423c-b0d3-3c2f64aa9adf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10064851096392909175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175100648510963929091751006485109639290917510064851096392909175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9d0947-4238-4ba1-a4c2-0125b26f1f51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8379de86-1703-4a25-aa0b-c5cb9514b1db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8379de86-1703-4a25-aa0b-c5cb9514b1db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12249456113025509889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889122494561130255098891224945611302550988912249456113025509889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39299f5a-0b25-423c-b0d3-3c2f64aa9adf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2737945-9112-4fd4-8e5f-6880ca3d5a2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2737945-9112-4fd4-8e5f-6880ca3d5a2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17050029453447120457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457170500294534471204571705002945344712045717050029453447120457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8379de86-1703-4a25-aa0b-c5cb9514b1db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80b66078-a28d-4df3-ac15-470937f0e850, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b66078-a28d-4df3-ac15-470937f0e850, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133792023094071060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060313379202309407106031337920230940710603133792023094071060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2737945-9112-4fd4-8e5f-6880ca3d5a2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efe6fce-2002-4a2d-8bf1-20b4882773dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efe6fce-2002-4a2d-8bf1-20b4882773dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14621203073534776359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359146212030735347763591462120307353477635914621203073534776359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b66078-a28d-4df3-ac15-470937f0e850, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb0fcc52-532e-45af-b322-27ea55e798b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb0fcc52-532e-45af-b322-27ea55e798b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7795880532334004680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680779588053233400468077958805323340046807795880532334004680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efe6fce-2002-4a2d-8bf1-20b4882773dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 043b9f6e-c6ac-4c63-b81c-5148e746a7c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 043b9f6e-c6ac-4c63-b81c-5148e746a7c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2484736510192442382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382248473651019244238224847365101924423822484736510192442382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 043b9f6e-c6ac-4c63-b81c-5148e746a7c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb0fcc52-532e-45af-b322-27ea55e798b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc05c111-6a85-4157-9f2f-5b38e36a44ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc05c111-6a85-4157-9f2f-5b38e36a44ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8744664121909757734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734874466412190975773487446641219097577348744664121909757734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 009a6083-5642-4ac5-8779-9274b43f257c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 009a6083-5642-4ac5-8779-9274b43f257c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2219265693224773527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527221926569322477352722192656932247735272219265693224773527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc05c111-6a85-4157-9f2f-5b38e36a44ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71c6b202-4cac-464b-8ea4-6b834e87bb92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71c6b202-4cac-464b-8ea4-6b834e87bb92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910253213164743983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983691025321316474398369102532131647439836910253213164743983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 009a6083-5642-4ac5-8779-9274b43f257c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c33b2a42-0dab-431c-94ee-f2facc9e8058, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33b2a42-0dab-431c-94ee-f2facc9e8058, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11034040893144546111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111110340408931445461111103404089314454611111034040893144546111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71c6b202-4cac-464b-8ea4-6b834e87bb92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 262b66b0-a674-46fa-9de8-fc30eb341d29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 262b66b0-a674-46fa-9de8-fc30eb341d29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3856193692361719240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240385619369236171924038561936923617192403856193692361719240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33b2a42-0dab-431c-94ee-f2facc9e8058, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b91785ac-2630-4cb6-9228-f560651c707d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b91785ac-2630-4cb6-9228-f560651c707d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12363254767704980816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816123632547677049808161236325476770498081612363254767704980816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 262b66b0-a674-46fa-9de8-fc30eb341d29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88fb16d2-e12f-447e-8fc3-f03243588b97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88fb16d2-e12f-447e-8fc3-f03243588b97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16202936833500326334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334162029368335003263341620293683350032633416202936833500326334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88fb16d2-e12f-447e-8fc3-f03243588b97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc16da77-d958-4ffb-85e3-2ef9f7168785, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc16da77-d958-4ffb-85e3-2ef9f7168785, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13561865137796645067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067135618651377966450671356186513779664506713561865137796645067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b91785ac-2630-4cb6-9228-f560651c707d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92daace1-6c1f-4b9c-ac3d-34912568eb7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92daace1-6c1f-4b9c-ac3d-34912568eb7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4655162240973986796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796465516224097398679646551622409739867964655162240973986796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc16da77-d958-4ffb-85e3-2ef9f7168785, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd9935f-3dc0-4d90-be69-3df189887a8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd9935f-3dc0-4d90-be69-3df189887a8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5920663280666250540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540592066328066625054059206632806662505405920663280666250540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92daace1-6c1f-4b9c-ac3d-34912568eb7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2b4fa9-0ffc-4500-a132-e1d3787c12b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd9935f-3dc0-4d90-be69-3df189887a8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2b4fa9-0ffc-4500-a132-e1d3787c12b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697358122696983312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312156973581226969833121569735812269698331215697358122696983312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bac2071-f953-411b-b2e5-12b3c7bf2ee5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bac2071-f953-411b-b2e5-12b3c7bf2ee5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13419647988218116455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455134196479882181164551341964798821811645513419647988218116455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2b4fa9-0ffc-4500-a132-e1d3787c12b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca660b8c-3d13-4d19-8b21-f0c5f9445431, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca660b8c-3d13-4d19-8b21-f0c5f9445431, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12353650731645202618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618123536507316452026181235365073164520261812353650731645202618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bac2071-f953-411b-b2e5-12b3c7bf2ee5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7adaa93-de7f-4f18-9e79-2fdaff2b214b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7adaa93-de7f-4f18-9e79-2fdaff2b214b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14398355880709600640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640143983558807096006401439835588070960064014398355880709600640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca660b8c-3d13-4d19-8b21-f0c5f9445431, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2b171b7-cbf0-489c-b4e2-c9fe50a6ce3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2b171b7-cbf0-489c-b4e2-c9fe50a6ce3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12656371254029345397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397126563712540293453971265637125402934539712656371254029345397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7adaa93-de7f-4f18-9e79-2fdaff2b214b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2db13fe7-c8c0-4498-bae7-b444cb71302a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2db13fe7-c8c0-4498-bae7-b444cb71302a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15555298960134842469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469155552989601348424691555529896013484246915555298960134842469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2b171b7-cbf0-489c-b4e2-c9fe50a6ce3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4e57b2-1970-4834-81c8-57abdb8da704, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4e57b2-1970-4834-81c8-57abdb8da704, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15535873171740267753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753155358731717402677531553587317174026775315535873171740267753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2db13fe7-c8c0-4498-bae7-b444cb71302a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ff4089f-1e99-401e-89a8-1d32ea155f51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ff4089f-1e99-401e-89a8-1d32ea155f51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2665899370763489049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049266589937076348904926658993707634890492665899370763489049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4e57b2-1970-4834-81c8-57abdb8da704, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fff9b6db-d716-4f31-922c-65eb8f229219, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff9b6db-d716-4f31-922c-65eb8f229219, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6679610721360618881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881667961072136061888166796107213606188816679610721360618881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ff4089f-1e99-401e-89a8-1d32ea155f51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a849ec11-a55a-4f6d-a91b-129767f35433, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a849ec11-a55a-4f6d-a91b-129767f35433, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14275477788717114065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065142754777887171140651427547778871711406514275477788717114065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff9b6db-d716-4f31-922c-65eb8f229219, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c369de9-3e3e-4a35-8994-94bc7fb4f80b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c369de9-3e3e-4a35-8994-94bc7fb4f80b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13172607674807022889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889131726076748070228891317260767480702288913172607674807022889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a849ec11-a55a-4f6d-a91b-129767f35433, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75382a2f-5d07-4e3b-8ef0-b618acde6529, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75382a2f-5d07-4e3b-8ef0-b618acde6529, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11406777852758203655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655114067778527582036551140677785275820365511406777852758203655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c369de9-3e3e-4a35-8994-94bc7fb4f80b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 938cc3a1-7e91-47ba-afbc-13748530c6a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938cc3a1-7e91-47ba-afbc-13748530c6a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16102173241217378680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680161021732412173786801610217324121737868016102173241217378680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75382a2f-5d07-4e3b-8ef0-b618acde6529, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc6c4a96-3121-4aca-a49a-42c16af445ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc6c4a96-3121-4aca-a49a-42c16af445ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14286843489753388958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958142868434897533889581428684348975338895814286843489753388958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938cc3a1-7e91-47ba-afbc-13748530c6a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8660167-c6f5-4266-a13f-099ccb70e33a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8660167-c6f5-4266-a13f-099ccb70e33a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2359082164653891266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266235908216465389126623590821646538912662359082164653891266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc6c4a96-3121-4aca-a49a-42c16af445ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52d2090-e442-4ca8-b0fd-0f616f11b019, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52d2090-e442-4ca8-b0fd-0f616f11b019, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13497642618031504525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525134976426180315045251349764261803150452513497642618031504525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8660167-c6f5-4266-a13f-099ccb70e33a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a06e07-da5c-4937-a254-d34b696c9f38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a06e07-da5c-4937-a254-d34b696c9f38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5352920109077065833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833535292010907706583353529201090770658335352920109077065833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52d2090-e442-4ca8-b0fd-0f616f11b019, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b544534-3486-4178-b890-981ed7525a6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b544534-3486-4178-b890-981ed7525a6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1630916764405950609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609163091676440595060916309167644059506091630916764405950609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a06e07-da5c-4937-a254-d34b696c9f38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6de942e2-cedf-484e-ad85-c3be90876637, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de942e2-cedf-484e-ad85-c3be90876637, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10120384824089769868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868101203848240897698681012038482408976986810120384824089769868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b544534-3486-4178-b890-981ed7525a6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4fdb2b-4540-4cb3-9bed-cf4d04a983db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4fdb2b-4540-4cb3-9bed-cf4d04a983db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8176704212658017725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725817670421265801772581767042126580177258176704212658017725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de942e2-cedf-484e-ad85-c3be90876637, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3c3443c-b33e-426e-89fb-36bbb86e2d6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3c3443c-b33e-426e-89fb-36bbb86e2d6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1785541773711521012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012178554177371152101217855417737115210121785541773711521012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4fdb2b-4540-4cb3-9bed-cf4d04a983db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba2a485d-e09b-421c-87bd-a6a99bd8ef27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba2a485d-e09b-421c-87bd-a6a99bd8ef27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14453063007093307852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852144530630070933078521445306300709330785214453063007093307852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3c3443c-b33e-426e-89fb-36bbb86e2d6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ad539a2-809a-4c3e-984c-eab7be855491, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ad539a2-809a-4c3e-984c-eab7be855491, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12061111772483192660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660120611117724831926601206111177248319266012061111772483192660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba2a485d-e09b-421c-87bd-a6a99bd8ef27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98af4b9d-d290-460d-97b1-a1cb01e7cf2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98af4b9d-d290-460d-97b1-a1cb01e7cf2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9320471296616756884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884932047129661675688493204712966167568849320471296616756884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ad539a2-809a-4c3e-984c-eab7be855491, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df7d3713-d0e4-4307-914d-bfc649dcb742, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7d3713-d0e4-4307-914d-bfc649dcb742, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4993944152008132839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839499394415200813283949939441520081328394993944152008132839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98af4b9d-d290-460d-97b1-a1cb01e7cf2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa9bc35a-aa76-4705-85ad-11b287ff2e82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa9bc35a-aa76-4705-85ad-11b287ff2e82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13468364508641937048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048134683645086419370481346836450864193704813468364508641937048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7d3713-d0e4-4307-914d-bfc649dcb742, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f7a12dd-9081-40fe-8f7b-5d8c64776cd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f7a12dd-9081-40fe-8f7b-5d8c64776cd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16886214249570386507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507168862142495703865071688621424957038650716886214249570386507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa9bc35a-aa76-4705-85ad-11b287ff2e82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da65f2ec-645b-494a-a906-a6e2d9a7f3c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da65f2ec-645b-494a-a906-a6e2d9a7f3c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10852765467647093043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043108527654676470930431085276546764709304310852765467647093043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f7a12dd-9081-40fe-8f7b-5d8c64776cd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 785348c2-f050-4255-97af-01cfcfd72ad6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 785348c2-f050-4255-97af-01cfcfd72ad6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11926745710518110845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845119267457105181108451192674571051811084511926745710518110845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da65f2ec-645b-494a-a906-a6e2d9a7f3c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 785348c2-f050-4255-97af-01cfcfd72ad6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a294e765-507e-4838-8d15-a8e77748f0db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a294e765-507e-4838-8d15-a8e77748f0db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3353779408929304743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743335377940892930474333537794089293047433353779408929304743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d9bcf94-aac3-499f-8b85-32b819961b5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d9bcf94-aac3-499f-8b85-32b819961b5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7523241890340957962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962752324189034095796275232418903409579627523241890340957962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d9bcf94-aac3-499f-8b85-32b819961b5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50f6dc17-5dac-42dc-8f71-83c39a032e33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50f6dc17-5dac-42dc-8f71-83c39a032e33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686259197974395762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762968625919797439576296862591979743957629686259197974395762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a294e765-507e-4838-8d15-a8e77748f0db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7ee66f-0c4c-4eae-a41a-dcb65f78aaf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7ee66f-0c4c-4eae-a41a-dcb65f78aaf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057568769222224220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220605756876922222422060575687692222242206057568769222224220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50f6dc17-5dac-42dc-8f71-83c39a032e33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25cb3292-3994-42ec-bee3-55bce82396c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25cb3292-3994-42ec-bee3-55bce82396c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10694690269667026606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606106946902696670266061069469026966702660610694690269667026606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7ee66f-0c4c-4eae-a41a-dcb65f78aaf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eebe21d-057f-4be6-b678-6b1be49d6c7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eebe21d-057f-4be6-b678-6b1be49d6c7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14198376895337923855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855141983768953379238551419837689533792385514198376895337923855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25cb3292-3994-42ec-bee3-55bce82396c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe05d01-ac8e-4d8c-8c21-b4a7c1ec1b84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe05d01-ac8e-4d8c-8c21-b4a7c1ec1b84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2019458102721594395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395201945810272159439520194581027215943952019458102721594395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eebe21d-057f-4be6-b678-6b1be49d6c7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cbac46b-9b61-4941-b511-b8582e6c38c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cbac46b-9b61-4941-b511-b8582e6c38c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8272084194555363481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481827208419455536348182720841945553634818272084194555363481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe05d01-ac8e-4d8c-8c21-b4a7c1ec1b84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6259f0-7fc4-4934-b729-b5fac6e2f36b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6259f0-7fc4-4934-b729-b5fac6e2f36b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10431761628047905754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754104317616280479057541043176162804790575410431761628047905754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cbac46b-9b61-4941-b511-b8582e6c38c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a348e0e-5112-4a2a-b43f-8b5757b54402, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a348e0e-5112-4a2a-b43f-8b5757b54402, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4145383638608877328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328414538363860887732841453836386088773284145383638608877328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6259f0-7fc4-4934-b729-b5fac6e2f36b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cd40559-6d2d-46a7-b0e3-de887c9d676d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cd40559-6d2d-46a7-b0e3-de887c9d676d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16167445372648521528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528161674453726485215281616744537264852152816167445372648521528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a348e0e-5112-4a2a-b43f-8b5757b54402, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca19579-d1ed-4aec-adc2-3d32d742f454, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca19579-d1ed-4aec-adc2-3d32d742f454, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540176032672026729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729175401760326720267291754017603267202672917540176032672026729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cd40559-6d2d-46a7-b0e3-de887c9d676d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69a048b1-e699-4c70-9e24-6b48f90e4a19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a048b1-e699-4c70-9e24-6b48f90e4a19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569124629230939018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018156912462923093901815691246292309390181569124629230939018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a048b1-e699-4c70-9e24-6b48f90e4a19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab87b2f2-bb06-4f90-8d73-b8113403f122, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab87b2f2-bb06-4f90-8d73-b8113403f122, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035196988142320877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877203519698814232087720351969881423208772035196988142320877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca19579-d1ed-4aec-adc2-3d32d742f454, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f6b0a87-5b2c-449f-ad25-288b5027f750, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f6b0a87-5b2c-449f-ad25-288b5027f750, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10011580525108409339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339100115805251084093391001158052510840933910011580525108409339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab87b2f2-bb06-4f90-8d73-b8113403f122, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28ad2f4a-5dc1-4f83-b758-74dd281f1484, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28ad2f4a-5dc1-4f83-b758-74dd281f1484, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9045543832305561921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921904554383230556192190455438323055619219045543832305561921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f6b0a87-5b2c-449f-ad25-288b5027f750, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef03e1f-21f2-424a-9749-1aa0bac1856a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef03e1f-21f2-424a-9749-1aa0bac1856a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1647615283992934533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533164761528399293453316476152839929345331647615283992934533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28ad2f4a-5dc1-4f83-b758-74dd281f1484, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 409e1347-9bc8-4d2a-b4c4-9358f8a6c02c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 409e1347-9bc8-4d2a-b4c4-9358f8a6c02c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1116046821699102750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750111604682169910275011160468216991027501116046821699102750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef03e1f-21f2-424a-9749-1aa0bac1856a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aa351c4-36da-4f94-9f3c-19a05e221877, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa351c4-36da-4f94-9f3c-19a05e221877, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 356355518920834131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131356355518920834131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 409e1347-9bc8-4d2a-b4c4-9358f8a6c02c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d0b4c1-77c6-43d1-82ba-083c5744c011, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d0b4c1-77c6-43d1-82ba-083c5744c011, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12659741026931779206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206126597410269317792061265974102693177920612659741026931779206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa351c4-36da-4f94-9f3c-19a05e221877, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8dfce8d-c72d-4ab6-90dc-c8ec236c8d3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8dfce8d-c72d-4ab6-90dc-c8ec236c8d3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7144025668893188143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143714402566889318814371440256688931881437144025668893188143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d0b4c1-77c6-43d1-82ba-083c5744c011, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5abd2d16-fd9f-46d0-9497-59cfe39439d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5abd2d16-fd9f-46d0-9497-59cfe39439d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14411041767997907599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599144110417679979075991441104176799790759914411041767997907599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8dfce8d-c72d-4ab6-90dc-c8ec236c8d3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4db67a74-7333-43d6-b63d-5d71fe1a6ca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4db67a74-7333-43d6-b63d-5d71fe1a6ca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14467846955553713598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598144678469555537135981446784695555371359814467846955553713598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5abd2d16-fd9f-46d0-9497-59cfe39439d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76acd042-bbc6-4c21-a105-4ebe6074343e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76acd042-bbc6-4c21-a105-4ebe6074343e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18205248314787960824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824182052483147879608241820524831478796082418205248314787960824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4db67a74-7333-43d6-b63d-5d71fe1a6ca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98be324c-a81c-4a2c-bf79-f079da4a6b9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98be324c-a81c-4a2c-bf79-f079da4a6b9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1622585338750769986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986162258533875076998616225853387507699861622585338750769986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76acd042-bbc6-4c21-a105-4ebe6074343e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff990c37-7354-455f-b084-894a0f05fdbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff990c37-7354-455f-b084-894a0f05fdbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13429159706075496430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430134291597060754964301342915970607549643013429159706075496430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98be324c-a81c-4a2c-bf79-f079da4a6b9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ef3ba2-f77d-41f6-ba16-488aa6160013, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ef3ba2-f77d-41f6-ba16-488aa6160013, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17112185756322615115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115171121857563226151151711218575632261511517112185756322615115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff990c37-7354-455f-b084-894a0f05fdbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07181b56-fda5-4d70-9717-45ae9687c201, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07181b56-fda5-4d70-9717-45ae9687c201, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10801046793999612288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288108010467939996122881080104679399961228810801046793999612288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ef3ba2-f77d-41f6-ba16-488aa6160013, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecd6ddc6-233c-4b8e-8bf5-22aed61264e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecd6ddc6-233c-4b8e-8bf5-22aed61264e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10172331698275846714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714101723316982758467141017233169827584671410172331698275846714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07181b56-fda5-4d70-9717-45ae9687c201, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837d4ce5-b98a-41a1-afc3-2167f24cf01a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837d4ce5-b98a-41a1-afc3-2167f24cf01a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17315069386032064400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400173150693860320644001731506938603206440017315069386032064400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecd6ddc6-233c-4b8e-8bf5-22aed61264e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34fae952-c7e4-4a11-a1f0-f0e28f01d38c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34fae952-c7e4-4a11-a1f0-f0e28f01d38c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14827185269010124504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504148271852690101245041482718526901012450414827185269010124504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837d4ce5-b98a-41a1-afc3-2167f24cf01a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4c1d49-a486-45cd-9f01-1dac5f9920e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4c1d49-a486-45cd-9f01-1dac5f9920e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2647033220460322834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834264703322046032283426470332204603228342647033220460322834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34fae952-c7e4-4a11-a1f0-f0e28f01d38c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ff2f8b7-6d00-4352-bc3b-af205869b0e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ff2f8b7-6d00-4352-bc3b-af205869b0e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10776928700722600901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901107769287007226009011077692870072260090110776928700722600901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4c1d49-a486-45cd-9f01-1dac5f9920e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5910c97b-6a14-485a-a213-c1d93664116b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5910c97b-6a14-485a-a213-c1d93664116b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9735609277655511742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742973560927765551174297356092776555117429735609277655511742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ff2f8b7-6d00-4352-bc3b-af205869b0e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 974acb40-46a3-4ac4-884c-bcd30b30bd21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 974acb40-46a3-4ac4-884c-bcd30b30bd21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132598588584994645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645181325985885849946451813259858858499464518132598588584994645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5910c97b-6a14-485a-a213-c1d93664116b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc1d6c2f-272e-4c46-983e-e39a8d59d6e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1d6c2f-272e-4c46-983e-e39a8d59d6e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12726246664743099480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480127262466647430994801272624666474309948012726246664743099480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 974acb40-46a3-4ac4-884c-bcd30b30bd21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fda7332-6abb-465e-87e5-31d08fe7b925, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fda7332-6abb-465e-87e5-31d08fe7b925, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035518343169269593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593203551834316926959320355183431692695932035518343169269593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1d6c2f-272e-4c46-983e-e39a8d59d6e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda933e6-e32c-4f37-bfe9-89a2759967e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda933e6-e32c-4f37-bfe9-89a2759967e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 219733190961910592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592219733190961910592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fda7332-6abb-465e-87e5-31d08fe7b925, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d428f693-063e-4d33-bd50-20c9b0ff3467, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d428f693-063e-4d33-bd50-20c9b0ff3467, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18398675803857811067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067183986758038578110671839867580385781106718398675803857811067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda933e6-e32c-4f37-bfe9-89a2759967e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a867236-4ad0-49c9-b0d1-09f083a9bb98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a867236-4ad0-49c9-b0d1-09f083a9bb98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4895823963316203812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812489582396331620381248958239633162038124895823963316203812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d428f693-063e-4d33-bd50-20c9b0ff3467, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b09d40f-f405-4c11-afd7-904c8b5c4760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b09d40f-f405-4c11-afd7-904c8b5c4760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461858117017803852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852446185811701780385244618581170178038524461858117017803852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a867236-4ad0-49c9-b0d1-09f083a9bb98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 512a3bfc-dbee-4984-bb8a-3a720af61969, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 512a3bfc-dbee-4984-bb8a-3a720af61969, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5328804961498948301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301532880496149894830153288049614989483015328804961498948301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 512a3bfc-dbee-4984-bb8a-3a720af61969, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56301760-0fbc-4173-8b3e-ea19b38643e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56301760-0fbc-4173-8b3e-ea19b38643e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3369569284616708170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170336956928461670817033695692846167081703369569284616708170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b09d40f-f405-4c11-afd7-904c8b5c4760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c1df5d9-3e76-47aa-a678-d29b4779c08b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c1df5d9-3e76-47aa-a678-d29b4779c08b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9939469495162216164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164993946949516221616499394694951622161649939469495162216164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56301760-0fbc-4173-8b3e-ea19b38643e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd429449-a868-4a92-8e81-ff9f28fa46af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd429449-a868-4a92-8e81-ff9f28fa46af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18117562575758683024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024181175625757586830241811756257575868302418117562575758683024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c1df5d9-3e76-47aa-a678-d29b4779c08b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5981bcf4-254d-461e-8318-598e466fc132, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5981bcf4-254d-461e-8318-598e466fc132, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16433081675205162720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720164330816752051627201643308167520516272016433081675205162720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd429449-a868-4a92-8e81-ff9f28fa46af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc24621-9f2f-40d6-af50-a6f33998c27d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc24621-9f2f-40d6-af50-a6f33998c27d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1596880759681967055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055159688075968196705515968807596819670551596880759681967055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5981bcf4-254d-461e-8318-598e466fc132, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab6eef9-9cda-44f3-ab3b-3235c0fb0a75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab6eef9-9cda-44f3-ab3b-3235c0fb0a75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3283257601044101608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608328325760104410160832832576010441016083283257601044101608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc24621-9f2f-40d6-af50-a6f33998c27d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab7b20df-9ea4-477d-9fd0-6f572483ec84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab7b20df-9ea4-477d-9fd0-6f572483ec84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5755624046490602181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181575562404649060218157556240464906021815755624046490602181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab6eef9-9cda-44f3-ab3b-3235c0fb0a75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1306310-4972-4f14-8488-80d1aeb5db3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1306310-4972-4f14-8488-80d1aeb5db3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9194692562047248090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090919469256204724809091946925620472480909194692562047248090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab7b20df-9ea4-477d-9fd0-6f572483ec84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b010421-7152-4c33-a61d-0efd44f6e58a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b010421-7152-4c33-a61d-0efd44f6e58a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11689063647772487373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373116890636477724873731168906364777248737311689063647772487373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1306310-4972-4f14-8488-80d1aeb5db3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b010421-7152-4c33-a61d-0efd44f6e58a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f46655e5-1e60-40fe-988b-ad516e10ab1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b5c9db-8c24-4e48-959b-3a100581048c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b5c9db-8c24-4e48-959b-3a100581048c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603953000120241584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584560395300012024158456039530001202415845603953000120241584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f46655e5-1e60-40fe-988b-ad516e10ab1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17658719751302472162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162176587197513024721621765871975130247216217658719751302472162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b5c9db-8c24-4e48-959b-3a100581048c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f99e83-f3dd-4828-bf06-34841914f11a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f99e83-f3dd-4828-bf06-34841914f11a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9688665829468058497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497968866582946805849796886658294680584979688665829468058497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f46655e5-1e60-40fe-988b-ad516e10ab1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3f5168f-cc58-427f-9091-a58e94a858d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f5168f-cc58-427f-9091-a58e94a858d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540955128739897469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469105409551287398974691054095512873989746910540955128739897469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f99e83-f3dd-4828-bf06-34841914f11a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00e40a4d-41b9-4477-9374-9db05a02e9fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e40a4d-41b9-4477-9374-9db05a02e9fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10130197058401869184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184101301970584018691841013019705840186918410130197058401869184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f5168f-cc58-427f-9091-a58e94a858d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f283d383-a048-4420-8b02-87dd429d227e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f283d383-a048-4420-8b02-87dd429d227e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5278713887880562918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918527871388788056291852787138878805629185278713887880562918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e40a4d-41b9-4477-9374-9db05a02e9fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b2a9792-79ec-463b-906a-746a3373dd13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b2a9792-79ec-463b-906a-746a3373dd13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6915060930190543379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379691506093019054337969150609301905433796915060930190543379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f283d383-a048-4420-8b02-87dd429d227e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d88deeb-2586-4853-a2fa-71ff5abfaa6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d88deeb-2586-4853-a2fa-71ff5abfaa6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9177806524676338840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840917780652467633884091778065246763388409177806524676338840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b2a9792-79ec-463b-906a-746a3373dd13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f86e945-9d9b-4013-b803-6e3565a1401e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f86e945-9d9b-4013-b803-6e3565a1401e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11872690417944427061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061118726904179444270611187269041794442706111872690417944427061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d88deeb-2586-4853-a2fa-71ff5abfaa6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c7ceb5-3ecc-4a8c-8fa8-b0292dba7df8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c7ceb5-3ecc-4a8c-8fa8-b0292dba7df8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6575179309677261230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230657517930967726123065751793096772612306575179309677261230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f86e945-9d9b-4013-b803-6e3565a1401e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c7ceb5-3ecc-4a8c-8fa8-b0292dba7df8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fba5da31-d4d2-4a14-a1a7-4c804c5bc463, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba5da31-d4d2-4a14-a1a7-4c804c5bc463, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 996849250005466382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382996849250005466382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c2ab99c-443c-47b7-9ce8-a402dda1f75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2ab99c-443c-47b7-9ce8-a402dda1f75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9260187210049944906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906926018721004994490692601872100499449069260187210049944906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba5da31-d4d2-4a14-a1a7-4c804c5bc463, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46097561-a78d-45d1-b1fd-541c1b44ebdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46097561-a78d-45d1-b1fd-541c1b44ebdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 860929724747513846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846860929724747513846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2ab99c-443c-47b7-9ce8-a402dda1f75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64b4aa0b-2fae-461c-8d9d-88b987ebb6bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b4aa0b-2fae-461c-8d9d-88b987ebb6bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9402395242386668206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206940239524238666820694023952423866682069402395242386668206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46097561-a78d-45d1-b1fd-541c1b44ebdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb36e11-d767-4d62-9ba9-88220152bed4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb36e11-d767-4d62-9ba9-88220152bed4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2171403853867622032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032217140385386762203221714038538676220322171403853867622032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b4aa0b-2fae-461c-8d9d-88b987ebb6bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b48458-49fc-456d-a362-f841d19e83dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b48458-49fc-456d-a362-f841d19e83dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10358556287710031653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653103585562877100316531035855628771003165310358556287710031653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb36e11-d767-4d62-9ba9-88220152bed4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36caa64-5278-49fc-8048-3d4d07ff7d58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36caa64-5278-49fc-8048-3d4d07ff7d58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3497216704966570237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237349721670496657023734972167049665702373497216704966570237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b48458-49fc-456d-a362-f841d19e83dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a400fc38-8b1e-4cb7-8d5e-4a1610be0bd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a400fc38-8b1e-4cb7-8d5e-4a1610be0bd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16934017536124189332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332169340175361241893321693401753612418933216934017536124189332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36caa64-5278-49fc-8048-3d4d07ff7d58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08e3ab2e-cc67-460b-ae13-0b388d8ca0a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08e3ab2e-cc67-460b-ae13-0b388d8ca0a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6152414884826362921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921615241488482636292161524148848263629216152414884826362921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a400fc38-8b1e-4cb7-8d5e-4a1610be0bd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564104b8-baf1-48c3-94c7-44103a85c315, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564104b8-baf1-48c3-94c7-44103a85c315, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15900844081837431188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188159008440818374311881590084408183743118815900844081837431188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08e3ab2e-cc67-460b-ae13-0b388d8ca0a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e98ae1c4-fdbd-4ea1-ba01-9ee6765e7d5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e98ae1c4-fdbd-4ea1-ba01-9ee6765e7d5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 241519164394844534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534241519164394844534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564104b8-baf1-48c3-94c7-44103a85c315, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a89b98c-ea67-4999-b17b-5aec503e5ab3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a89b98c-ea67-4999-b17b-5aec503e5ab3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9675954043245991997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997967595404324599199796759540432459919979675954043245991997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e98ae1c4-fdbd-4ea1-ba01-9ee6765e7d5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83e06901-79ae-4615-ad02-c35b34b333f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83e06901-79ae-4615-ad02-c35b34b333f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285492411818220987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987122854924118182209871228549241181822098712285492411818220987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a89b98c-ea67-4999-b17b-5aec503e5ab3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a5ec55d-eb80-4f40-81df-d007d657b0a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a5ec55d-eb80-4f40-81df-d007d657b0a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17215802951609627347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347172158029516096273471721580295160962734717215802951609627347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83e06901-79ae-4615-ad02-c35b34b333f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8496513c-23d7-437d-9731-88a79f1c9931, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8496513c-23d7-437d-9731-88a79f1c9931, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17445872558256312723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723174458725582563127231744587255825631272317445872558256312723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a5ec55d-eb80-4f40-81df-d007d657b0a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b75ce2-54f9-4ac8-a89d-74da9898b581, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b75ce2-54f9-4ac8-a89d-74da9898b581, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11609527066703155721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721116095270667031557211160952706670315572111609527066703155721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8496513c-23d7-437d-9731-88a79f1c9931, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9156dd5-7c0d-4dcc-b029-84d657cc741b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9156dd5-7c0d-4dcc-b029-84d657cc741b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4527625297312369015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015452762529731236901545276252973123690154527625297312369015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b75ce2-54f9-4ac8-a89d-74da9898b581, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eba9b34-f39e-4818-bbb3-5dd2959e27b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eba9b34-f39e-4818-bbb3-5dd2959e27b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214211325740578567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567421421132574057856742142113257405785674214211325740578567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9156dd5-7c0d-4dcc-b029-84d657cc741b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6473730f-16cf-4daa-b929-ad793b49906f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eba9b34-f39e-4818-bbb3-5dd2959e27b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a57606b-0a33-4bdb-bc69-0ac636a3a023, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6473730f-16cf-4daa-b929-ad793b49906f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11109654656719338190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190111096546567193381901110965465671933819011109654656719338190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a57606b-0a33-4bdb-bc69-0ac636a3a023, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5180891191770889441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441518089119177088944151808911917708894415180891191770889441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6473730f-16cf-4daa-b929-ad793b49906f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9729e1d5-f513-4b40-9102-568b85c8f02f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9729e1d5-f513-4b40-9102-568b85c8f02f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545837015436525971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971854583701543652597185458370154365259718545837015436525971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a57606b-0a33-4bdb-bc69-0ac636a3a023, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 966c9260-94ea-4098-b401-7f427fbb17d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 966c9260-94ea-4098-b401-7f427fbb17d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782131837462408308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308177821318374624083081778213183746240830817782131837462408308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 966c9260-94ea-4098-b401-7f427fbb17d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9729e1d5-f513-4b40-9102-568b85c8f02f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d6869e-6e12-4f3a-a2ab-0ae1dda753f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d6869e-6e12-4f3a-a2ab-0ae1dda753f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9000096192459766954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954900009619245976695490000961924597669549000096192459766954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31754ae5-79a2-4614-9354-5f114c633abc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31754ae5-79a2-4614-9354-5f114c633abc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11383935164386325441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441113839351643863254411138393516438632544111383935164386325441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d6869e-6e12-4f3a-a2ab-0ae1dda753f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 302f8353-7134-4500-9165-4063639586ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 302f8353-7134-4500-9165-4063639586ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5997604630513579226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226599760463051357922659976046305135792265997604630513579226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31754ae5-79a2-4614-9354-5f114c633abc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8402601c-2432-4906-b340-56e4258d85c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8402601c-2432-4906-b340-56e4258d85c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5149587335458931962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962514958733545893196251495873354589319625149587335458931962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 302f8353-7134-4500-9165-4063639586ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e77ffb-0387-46c4-9722-5a1403fc3a06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e77ffb-0387-46c4-9722-5a1403fc3a06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10342101162574372219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219103421011625743722191034210116257437221910342101162574372219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8402601c-2432-4906-b340-56e4258d85c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e71bca6-75fb-4903-9805-c0c09f31abf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e71bca6-75fb-4903-9805-c0c09f31abf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7634012977413308005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005763401297741330800576340129774133080057634012977413308005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e77ffb-0387-46c4-9722-5a1403fc3a06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce2f84d4-1bd8-4f01-9c2f-20dada23056d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2f84d4-1bd8-4f01-9c2f-20dada23056d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2768263242475766290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290276826324247576629027682632424757662902768263242475766290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e71bca6-75fb-4903-9805-c0c09f31abf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c4bb362-d089-4a3f-9505-438a9cf2989b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c4bb362-d089-4a3f-9505-438a9cf2989b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3397891984303257328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328339789198430325732833978919843032573283397891984303257328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2f84d4-1bd8-4f01-9c2f-20dada23056d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 658113ae-8d9d-40cf-a338-39106725d36a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 658113ae-8d9d-40cf-a338-39106725d36a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13388183439174421964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964133881834391744219641338818343917442196413388183439174421964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c4bb362-d089-4a3f-9505-438a9cf2989b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72aeede-904f-4ff8-9154-b21e857ba6d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72aeede-904f-4ff8-9154-b21e857ba6d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13838450099511243623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623138384500995112436231383845009951124362313838450099511243623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 658113ae-8d9d-40cf-a338-39106725d36a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e95de2b-4a87-4629-b35a-e4154d6cd57e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e95de2b-4a87-4629-b35a-e4154d6cd57e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9279260212895411291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291927926021289541129192792602128954112919279260212895411291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72aeede-904f-4ff8-9154-b21e857ba6d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913fd394-9a1d-41d8-b5d1-877fb303dff5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913fd394-9a1d-41d8-b5d1-877fb303dff5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7250354188673948616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616725035418867394861672503541886739486167250354188673948616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e95de2b-4a87-4629-b35a-e4154d6cd57e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e67007d-f155-4734-a71e-90a93719dc8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e67007d-f155-4734-a71e-90a93719dc8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12329503541205297421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421123295035412052974211232950354120529742112329503541205297421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913fd394-9a1d-41d8-b5d1-877fb303dff5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c82edf6-43d8-4e1c-a803-bafc70ac4d61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e67007d-f155-4734-a71e-90a93719dc8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c82edf6-43d8-4e1c-a803-bafc70ac4d61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15228504834584099551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551152285048345840995511522850483458409955115228504834584099551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f69efa62-ad2b-415e-ab66-2ae66b52fd52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69efa62-ad2b-415e-ab66-2ae66b52fd52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6040190085903900614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614604019008590390061460401900859039006146040190085903900614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c82edf6-43d8-4e1c-a803-bafc70ac4d61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b036c4b2-2be2-4af4-aef6-e47d903981ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b036c4b2-2be2-4af4-aef6-e47d903981ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4137851032654065959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959413785103265406595941378510326540659594137851032654065959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69efa62-ad2b-415e-ab66-2ae66b52fd52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40f09b00-ac52-4bde-97ec-6b0d9ffd2d53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40f09b00-ac52-4bde-97ec-6b0d9ffd2d53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464908533903557036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036464908533903557036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b036c4b2-2be2-4af4-aef6-e47d903981ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52ef57b8-1360-4c0d-85a9-dc40859e3dd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52ef57b8-1360-4c0d-85a9-dc40859e3dd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12915961027287706457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457129159610272877064571291596102728770645712915961027287706457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40f09b00-ac52-4bde-97ec-6b0d9ffd2d53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6beac20-36c5-4af4-b5e7-d4744e364d4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6beac20-36c5-4af4-b5e7-d4744e364d4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2491027980918137422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422249102798091813742224910279809181374222491027980918137422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52ef57b8-1360-4c0d-85a9-dc40859e3dd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6beac20-36c5-4af4-b5e7-d4744e364d4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93046566-d7ed-4a3f-a400-16d854817398, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93046566-d7ed-4a3f-a400-16d854817398, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13287249167631121989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989132872491676311219891328724916763112198913287249167631121989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77d75287-3e8d-47a6-b5bb-c672e00cf072, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77d75287-3e8d-47a6-b5bb-c672e00cf072, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9466913026331746780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780946691302633174678094669130263317467809466913026331746780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93046566-d7ed-4a3f-a400-16d854817398, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6df69e-b8ba-42ae-a5c8-d71320088cee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6df69e-b8ba-42ae-a5c8-d71320088cee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3173431480511504809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809317343148051150480931734314805115048093173431480511504809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6df69e-b8ba-42ae-a5c8-d71320088cee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ebd00a4-b1d8-4242-b851-8e96d9587045, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebd00a4-b1d8-4242-b851-8e96d9587045, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2019562937471407307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307201956293747140730720195629374714073072019562937471407307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77d75287-3e8d-47a6-b5bb-c672e00cf072, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e2c7883-91d8-431a-a17c-e3b559891690, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e2c7883-91d8-431a-a17c-e3b559891690, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15285800380826512357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357152858003808265123571528580038082651235715285800380826512357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebd00a4-b1d8-4242-b851-8e96d9587045, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb55ba50-c375-4c39-9b23-0f4ac89019c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb55ba50-c375-4c39-9b23-0f4ac89019c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146215010133769157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157614621501013376915761462150101337691576146215010133769157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e2c7883-91d8-431a-a17c-e3b559891690, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1468ba2-f6f0-49e8-9e36-46f5ca4ad036, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1468ba2-f6f0-49e8-9e36-46f5ca4ad036, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488534527040896233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233164885345270408962331648853452704089623316488534527040896233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb55ba50-c375-4c39-9b23-0f4ac89019c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8b846d9-d60c-4708-949d-4abf56afeed8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b846d9-d60c-4708-949d-4abf56afeed8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8488108970989379775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775848810897098937977584881089709893797758488108970989379775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1468ba2-f6f0-49e8-9e36-46f5ca4ad036, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9177d650-900a-4c9f-9cd6-3843da060a32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9177d650-900a-4c9f-9cd6-3843da060a32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2196509854314617291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291219650985431461729121965098543146172912196509854314617291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b846d9-d60c-4708-949d-4abf56afeed8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ac7e7eb-3ef8-4472-8ab6-a8c38acb15d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ac7e7eb-3ef8-4472-8ab6-a8c38acb15d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2116352776470045260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260211635277647004526021163527764700452602116352776470045260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9177d650-900a-4c9f-9cd6-3843da060a32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a042e78-a7cb-47c4-a683-2049b7c23dbe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a042e78-a7cb-47c4-a683-2049b7c23dbe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12052972698646760517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517120529726986467605171205297269864676051712052972698646760517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ac7e7eb-3ef8-4472-8ab6-a8c38acb15d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7277d8f7-9d0f-4cc4-9830-6e151f837be2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7277d8f7-9d0f-4cc4-9830-6e151f837be2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9025984321888079221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221902598432188807922190259843218880792219025984321888079221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a042e78-a7cb-47c4-a683-2049b7c23dbe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7277d8f7-9d0f-4cc4-9830-6e151f837be2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97ac8cb7-20d8-4f5e-8fbb-c29dc1bd92ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9580ef21-d9b8-4516-8e19-2f56c314a8b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97ac8cb7-20d8-4f5e-8fbb-c29dc1bd92ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 821085893688870555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555821085893688870555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9580ef21-d9b8-4516-8e19-2f56c314a8b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342731652279963758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758173427316522799637581734273165227996375817342731652279963758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97ac8cb7-20d8-4f5e-8fbb-c29dc1bd92ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8a04df9-1f29-4a67-97df-771fb2ddc829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8a04df9-1f29-4a67-97df-771fb2ddc829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10207747019827481844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844102077470198274818441020774701982748184410207747019827481844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9580ef21-d9b8-4516-8e19-2f56c314a8b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7091ead4-541a-4b80-94a6-bab76595b74c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7091ead4-541a-4b80-94a6-bab76595b74c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5157279009376251053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053515727900937625105351572790093762510535157279009376251053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7091ead4-541a-4b80-94a6-bab76595b74c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8960ec92-36e0-4b7d-84a5-5565b0c9208d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8960ec92-36e0-4b7d-84a5-5565b0c9208d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15720711245803252193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193157207112458032521931572071124580325219315720711245803252193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8a04df9-1f29-4a67-97df-771fb2ddc829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01e53845-2ec8-44e1-9d0a-23c7f2195f40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01e53845-2ec8-44e1-9d0a-23c7f2195f40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9598147296810131000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000959814729681013100095981472968101310009598147296810131000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01e53845-2ec8-44e1-9d0a-23c7f2195f40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8960ec92-36e0-4b7d-84a5-5565b0c9208d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501477c7-98ac-4fe9-a5ff-09eab7e76308, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 729c77c9-38f0-4f50-b7b3-804222440987, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501477c7-98ac-4fe9-a5ff-09eab7e76308, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 260130604234922466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466260130604234922466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 729c77c9-38f0-4f50-b7b3-804222440987, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15521967827186310955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955155219678271863109551552196782718631095515521967827186310955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501477c7-98ac-4fe9-a5ff-09eab7e76308, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06746dd3-02fc-42b3-9bd7-544d9483f343, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 729c77c9-38f0-4f50-b7b3-804222440987, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65964b65-8fb5-45d7-92ca-7d0e18cefdb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06746dd3-02fc-42b3-9bd7-544d9483f343, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2722307673891040397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397272230767389104039727223076738910403972722307673891040397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65964b65-8fb5-45d7-92ca-7d0e18cefdb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12375680072440860360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360123756800724408603601237568007244086036012375680072440860360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_0
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, f974a9a4-b3b9-4ab1-a98d-360388039200, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, f974a9a4-b3b9-4ab1-a98d-360388039200, localhost:9886): request = { database: "/Root/test_simple_encryption_0" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, f974a9a4-b3b9-4ab1-a98d-360388039200, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 25884 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-djbupjqxve.auto.internal" port: 26181 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-djbupjqxve.auto.internal:26181, location , ssl: False>, <Endpoint ghrun-djbupjqxve.auto.internal:25884, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06746dd3-02fc-42b3-9bd7-544d9483f343, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1bb41c-3db1-4222-9d20-e360a000f077, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1bb41c-3db1-4222-9d20-e360a000f077, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11315619129872239972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972113156191298722399721131561912987223997211315619129872239972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65964b65-8fb5-45d7-92ca-7d0e18cefdb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f83c818-9a0f-4102-aa60-bbbbd6b11529, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f83c818-9a0f-4102-aa60-bbbbd6b11529, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16578291539197584356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356165782915391975843561657829153919758435616578291539197584356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1bb41c-3db1-4222-9d20-e360a000f077, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f63ab11b-fa93-4758-9966-517416570d3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f63ab11b-fa93-4758-9966-517416570d3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777030302015670239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239147770303020156702391477703030201567023914777030302015670239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f83c818-9a0f-4102-aa60-bbbbd6b11529, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c91f12c-3ef6-42ee-9032-97537d3c99a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c91f12c-3ef6-42ee-9032-97537d3c99a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6096301641880713490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490609630164188071349060963016418807134906096301641880713490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f63ab11b-fa93-4758-9966-517416570d3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8871e8c5-3a39-4800-9671-d7d1f5a55daf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8871e8c5-3a39-4800-9671-d7d1f5a55daf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13241566156809419288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288132415661568094192881324156615680941928813241566156809419288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c91f12c-3ef6-42ee-9032-97537d3c99a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e47382-cfc8-4422-8c9b-62a84ad455e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e47382-cfc8-4422-8c9b-62a84ad455e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4348567112565409142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142434856711256540914243485671125654091424348567112565409142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8871e8c5-3a39-4800-9671-d7d1f5a55daf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5028f03-2960-45b1-979b-5fb3c896293a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5028f03-2960-45b1-979b-5fb3c896293a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9537971305711145870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870953797130571114587095379713057111458709537971305711145870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e47382-cfc8-4422-8c9b-62a84ad455e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92080e4c-309c-4110-84d6-e1f39851494a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92080e4c-309c-4110-84d6-e1f39851494a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14119540549080027456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456141195405490800274561411954054908002745614119540549080027456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5028f03-2960-45b1-979b-5fb3c896293a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ec7e206-6741-4c88-8224-032e91140982, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ec7e206-6741-4c88-8224-032e91140982, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17495226575835593754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754174952265758355937541749522657583559375417495226575835593754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92080e4c-309c-4110-84d6-e1f39851494a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ec7e206-6741-4c88-8224-032e91140982, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e4e7f2e-431f-487e-b486-a44844109018, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e4e7f2e-431f-487e-b486-a44844109018, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3590046636221602068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068359004663622160206835900466362216020683590046636221602068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 780eb4ab-9dce-44d0-a14a-d27470adaa44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780eb4ab-9dce-44d0-a14a-d27470adaa44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8663653798414544380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380866365379841454438086636537984145443808663653798414544380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e4e7f2e-431f-487e-b486-a44844109018, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d502f6f4-8faa-45ea-a321-2e0d30fdfff0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780eb4ab-9dce-44d0-a14a-d27470adaa44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d502f6f4-8faa-45ea-a321-2e0d30fdfff0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509364751215855125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125165093647512158551251650936475121585512516509364751215855125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81535427-06e6-4752-a775-bb884abb7d73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81535427-06e6-4752-a775-bb884abb7d73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7230731457584034024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024723073145758403402472307314575840340247230731457584034024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d502f6f4-8faa-45ea-a321-2e0d30fdfff0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9948d60-3fa3-48d8-94f7-732738587282, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9948d60-3fa3-48d8-94f7-732738587282, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1396051725831496629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629139605172583149662913960517258314966291396051725831496629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81535427-06e6-4752-a775-bb884abb7d73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4ef2b91-0edd-49ca-a326-dab207654329, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4ef2b91-0edd-49ca-a326-dab207654329, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 357054119812433435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435357054119812433435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9948d60-3fa3-48d8-94f7-732738587282, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30675b5-0fca-4fa0-af2e-e7586995bf71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4ef2b91-0edd-49ca-a326-dab207654329, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30675b5-0fca-4fa0-af2e-e7586995bf71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2673215862452710897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897267321586245271089726732158624527108972673215862452710897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 335c90c6-73c2-42f1-b7be-2a3035e0e63e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 335c90c6-73c2-42f1-b7be-2a3035e0e63e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2533478124591813622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622253347812459181362225334781245918136222533478124591813622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30675b5-0fca-4fa0-af2e-e7586995bf71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a50f29f3-b31f-4175-95ae-ab0d6ca897f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a50f29f3-b31f-4175-95ae-ab0d6ca897f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15016071995388724708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708150160719953887247081501607199538872470815016071995388724708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 335c90c6-73c2-42f1-b7be-2a3035e0e63e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cce33f9a-240c-4cb9-92f5-b7de3d0b017e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cce33f9a-240c-4cb9-92f5-b7de3d0b017e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12834373758211526233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233128343737582115262331283437375821152623312834373758211526233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a50f29f3-b31f-4175-95ae-ab0d6ca897f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13244c4a-965d-4494-8fa2-a711da3da312, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13244c4a-965d-4494-8fa2-a711da3da312, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14391549278765388516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516143915492787653885161439154927876538851614391549278765388516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cce33f9a-240c-4cb9-92f5-b7de3d0b017e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec7780c0-0b18-44fa-bcf8-aad80708ccc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec7780c0-0b18-44fa-bcf8-aad80708ccc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10302357644262175417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417103023576442621754171030235764426217541710302357644262175417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13244c4a-965d-4494-8fa2-a711da3da312, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21e898ab-ad2c-42a1-9409-9f47664333de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21e898ab-ad2c-42a1-9409-9f47664333de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9938813016750549349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349993881301675054934999388130167505493499938813016750549349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec7780c0-0b18-44fa-bcf8-aad80708ccc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d94a0b6e-4669-43de-bc73-0dd6ec575661, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d94a0b6e-4669-43de-bc73-0dd6ec575661, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5087284060002149206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206508728406000214920650872840600021492065087284060002149206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21e898ab-ad2c-42a1-9409-9f47664333de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4196159d-1852-4a1c-983f-b9e33505c1a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4196159d-1852-4a1c-983f-b9e33505c1a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725054786015203789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789177250547860152037891772505478601520378917725054786015203789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d94a0b6e-4669-43de-bc73-0dd6ec575661, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9095253a-7df5-42a8-a0f5-98ac1589d09b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9095253a-7df5-42a8-a0f5-98ac1589d09b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9551281201872983045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045955128120187298304595512812018729830459551281201872983045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4196159d-1852-4a1c-983f-b9e33505c1a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6970270-6fb7-40d6-ad98-8dcf348e4108, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6970270-6fb7-40d6-ad98-8dcf348e4108, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11276765132268434787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787112767651322684347871127676513226843478711276765132268434787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9095253a-7df5-42a8-a0f5-98ac1589d09b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef96f786-e2fa-497b-a361-97a700e38cfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef96f786-e2fa-497b-a361-97a700e38cfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10192868670090179790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790101928686700901797901019286867009017979010192868670090179790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef96f786-e2fa-497b-a361-97a700e38cfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa46aee3-ed9e-46f7-85dd-5cae77186c0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa46aee3-ed9e-46f7-85dd-5cae77186c0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11141188504976646724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724111411885049766467241114118850497664672411141188504976646724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6970270-6fb7-40d6-ad98-8dcf348e4108, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8e0f948-2659-4950-9cdf-13a8b2f2a9fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8e0f948-2659-4950-9cdf-13a8b2f2a9fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315406032970413786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786315406032970413786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa46aee3-ed9e-46f7-85dd-5cae77186c0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 930b9bfd-737b-4fd5-bef8-aff20a823710, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930b9bfd-737b-4fd5-bef8-aff20a823710, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7370507542934069662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662737050754293406966273705075429340696627370507542934069662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8e0f948-2659-4950-9cdf-13a8b2f2a9fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f15e8fd-117a-469e-bbef-d6cb91e2e318, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f15e8fd-117a-469e-bbef-d6cb91e2e318, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2777867342692082058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058277786734269208205827778673426920820582777867342692082058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930b9bfd-737b-4fd5-bef8-aff20a823710, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccbfa073-e99e-4af3-8d93-5f125205750b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccbfa073-e99e-4af3-8d93-5f125205750b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197945814570929245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245171979458145709292451719794581457092924517197945814570929245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f15e8fd-117a-469e-bbef-d6cb91e2e318, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 106330a1-8068-4be9-b658-983ad76dd7c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 106330a1-8068-4be9-b658-983ad76dd7c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24252767081825681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2425276708182568124252767081825681242527670818256812425276708182568124252767081825681242527670818256812425276708182568124252767081825681242527670818256812425276708182568124252767081825681242527670818256812425276708182568124252767081825681242527670818256812425276708182568124252767081825681242527670818256812425276708182568124252767081825681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 106330a1-8068-4be9-b658-983ad76dd7c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20613074-d5dc-4c2b-ad64-3afcd0bf4d33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20613074-d5dc-4c2b-ad64-3afcd0bf4d33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16568576200776289915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915165685762007762899151656857620077628991516568576200776289915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccbfa073-e99e-4af3-8d93-5f125205750b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 830b6c9d-7ef0-4ce6-93de-ff1d36507243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 830b6c9d-7ef0-4ce6-93de-ff1d36507243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5881693963758150019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019588169396375815001958816939637581500195881693963758150019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20613074-d5dc-4c2b-ad64-3afcd0bf4d33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9efe9e1b-106e-4c72-9a98-4d4fa3aa9b13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9efe9e1b-106e-4c72-9a98-4d4fa3aa9b13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 258139403271374560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560258139403271374560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 830b6c9d-7ef0-4ce6-93de-ff1d36507243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5accdb01-513d-4a63-bbf7-621de5d1a5de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5accdb01-513d-4a63-bbf7-621de5d1a5de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13805550670686265472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472138055506706862654721380555067068626547213805550670686265472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9efe9e1b-106e-4c72-9a98-4d4fa3aa9b13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c4fef2b-1ac9-4b75-9f92-5293e0f5069b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c4fef2b-1ac9-4b75-9f92-5293e0f5069b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 773757822916599435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435773757822916599435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5accdb01-513d-4a63-bbf7-621de5d1a5de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38f49222-eb92-4919-bae5-b8855f5ae447, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38f49222-eb92-4919-bae5-b8855f5ae447, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748087112585287351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351774808711258528735177480871125852873517748087112585287351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c4fef2b-1ac9-4b75-9f92-5293e0f5069b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a30c73b-7464-44a3-9c92-b1a87f626551, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a30c73b-7464-44a3-9c92-b1a87f626551, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11427252803722697605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605114272528037226976051142725280372269760511427252803722697605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38f49222-eb92-4919-bae5-b8855f5ae447, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59a9b91b-3f5b-4f0a-aad6-828d2c722350, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59a9b91b-3f5b-4f0a-aad6-828d2c722350, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9490831552229442130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130949083155222944213094908315522294421309490831552229442130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a30c73b-7464-44a3-9c92-b1a87f626551, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5386fa33-04a1-4f9f-850f-94504e66dc0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5386fa33-04a1-4f9f-850f-94504e66dc0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14943364753011844040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040149433647530118440401494336475301184404014943364753011844040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59a9b91b-3f5b-4f0a-aad6-828d2c722350, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5386fa33-04a1-4f9f-850f-94504e66dc0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc68fc36-4777-4e89-9884-1e9952fbc255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc68fc36-4777-4e89-9884-1e9952fbc255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16371949487326890617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617163719494873268906171637194948732689061716371949487326890617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd1c5e4-06a5-41d5-9c8d-4f63e7d8e199, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd1c5e4-06a5-41d5-9c8d-4f63e7d8e199, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7692947203891027037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037769294720389102703776929472038910270377692947203891027037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc68fc36-4777-4e89-9884-1e9952fbc255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8768a12-13c2-4c86-a784-47886cd86b5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8768a12-13c2-4c86-a784-47886cd86b5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13474284023225886014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014134742840232258860141347428402322588601413474284023225886014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd1c5e4-06a5-41d5-9c8d-4f63e7d8e199, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70b60292-56cd-4720-b34f-0714a1feab50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70b60292-56cd-4720-b34f-0714a1feab50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1051219877452476135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135105121987745247613510512198774524761351051219877452476135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8768a12-13c2-4c86-a784-47886cd86b5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2eeabef-8ffc-49cc-b7a5-ae58ebdf0493, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2eeabef-8ffc-49cc-b7a5-ae58ebdf0493, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1628737747798555988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988162873774779855598816287377477985559881628737747798555988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70b60292-56cd-4720-b34f-0714a1feab50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8677749-033b-450d-b8c0-a70de5fd181d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8677749-033b-450d-b8c0-a70de5fd181d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12057455102290019159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159120574551022900191591205745510229001915912057455102290019159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2eeabef-8ffc-49cc-b7a5-ae58ebdf0493, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc78781e-833c-4947-9385-8b3e8228276d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc78781e-833c-4947-9385-8b3e8228276d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2664778214027219802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802266477821402721980226647782140272198022664778214027219802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8677749-033b-450d-b8c0-a70de5fd181d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 585810d8-5cf3-4ad4-8507-b4ae4e614975, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 585810d8-5cf3-4ad4-8507-b4ae4e614975, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1933177244095543718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718193317724409554371819331772440955437181933177244095543718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc78781e-833c-4947-9385-8b3e8228276d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa2c9d4-a33d-4b33-b7f2-908d25e8959a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa2c9d4-a33d-4b33-b7f2-908d25e8959a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12648903329355874803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803126489033293558748031264890332935587480312648903329355874803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 585810d8-5cf3-4ad4-8507-b4ae4e614975, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa2c9d4-a33d-4b33-b7f2-908d25e8959a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58d5ee2b-3bff-4b28-b1b0-a94009a4bef6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93b07b15-2475-4216-b82e-df89c4b17686, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93b07b15-2475-4216-b82e-df89c4b17686, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2170811282669407348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348217081128266940734821708112826694073482170811282669407348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d5ee2b-3bff-4b28-b1b0-a94009a4bef6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2034121128442121923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923203412112844212192320341211284421219232034121128442121923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93b07b15-2475-4216-b82e-df89c4b17686, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddb63f46-ac00-49ff-87d2-5c80f1dd4667, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddb63f46-ac00-49ff-87d2-5c80f1dd4667, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9303120218258733544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544930312021825873354493031202182587335449303120218258733544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d5ee2b-3bff-4b28-b1b0-a94009a4bef6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ec8cd22-a0b1-4e31-a8fb-92d4eaae9eb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ec8cd22-a0b1-4e31-a8fb-92d4eaae9eb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8341089666756344255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255834108966675634425583410896667563442558341089666756344255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddb63f46-ac00-49ff-87d2-5c80f1dd4667, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9574e8b9-6651-4d3e-b74a-022fb96046df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9574e8b9-6651-4d3e-b74a-022fb96046df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14582299177127549604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604145822991771275496041458229917712754960414582299177127549604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ec8cd22-a0b1-4e31-a8fb-92d4eaae9eb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88d97ca2-7599-468c-a0dd-3d1ee9ac866a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88d97ca2-7599-468c-a0dd-3d1ee9ac866a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15599836827581021200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200155998368275810212001559983682758102120015599836827581021200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9574e8b9-6651-4d3e-b74a-022fb96046df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88d97ca2-7599-468c-a0dd-3d1ee9ac866a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17bc475f-f24d-4bd1-943b-0ddb254c995c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17bc475f-f24d-4bd1-943b-0ddb254c995c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750422594439957999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999147504225944399579991475042259443995799914750422594439957999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96e544f8-7dae-46d7-9edd-4cb6afc56a38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96e544f8-7dae-46d7-9edd-4cb6afc56a38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12160774056037337380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380121607740560373373801216077405603733738012160774056037337380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17bc475f-f24d-4bd1-943b-0ddb254c995c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bc67fff-548d-4f06-b146-596cf03ecb25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bc67fff-548d-4f06-b146-596cf03ecb25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12839336902821176322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322128393369028211763221283933690282117632212839336902821176322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96e544f8-7dae-46d7-9edd-4cb6afc56a38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21701e5b-c85f-409f-9ea8-b980d52f4950, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21701e5b-c85f-409f-9ea8-b980d52f4950, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7989248901934719947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947798924890193471994779892489019347199477989248901934719947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bc67fff-548d-4f06-b146-596cf03ecb25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9596703c-7313-48d7-b0aa-4af28245dc74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9596703c-7313-48d7-b0aa-4af28245dc74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719261491306167006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006177192614913061670061771926149130616700617719261491306167006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21701e5b-c85f-409f-9ea8-b980d52f4950, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c85a04-de71-485d-b797-1b802c2fd34c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c85a04-de71-485d-b797-1b802c2fd34c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14216450130443008182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182142164501304430081821421645013044300818214216450130443008182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9596703c-7313-48d7-b0aa-4af28245dc74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b3ca654-f07b-4a1a-95be-f4164be5a383, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c85a04-de71-485d-b797-1b802c2fd34c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e530c889-a57b-408a-800f-989e65949db9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3ca654-f07b-4a1a-95be-f4164be5a383, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5259739958490000403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403525973995849000040352597399584900004035259739958490000403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e530c889-a57b-408a-800f-989e65949db9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3352980166542286199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199335298016654228619933529801665422861993352980166542286199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e530c889-a57b-408a-800f-989e65949db9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9aa711d-df46-42b2-b873-ca1415588f43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9aa711d-df46-42b2-b873-ca1415588f43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3302935122947414743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743330293512294741474333029351229474147433302935122947414743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9aa711d-df46-42b2-b873-ca1415588f43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fb56a57-aa80-43a5-adae-43171479e469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fb56a57-aa80-43a5-adae-43171479e469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8754647073905196113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113875464707390519611387546470739051961138754647073905196113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3ca654-f07b-4a1a-95be-f4164be5a383, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0e71121-4a62-4860-9de5-b3517dadbeeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0e71121-4a62-4860-9de5-b3517dadbeeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261153993989817422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422172611539939898174221726115399398981742217261153993989817422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fb56a57-aa80-43a5-adae-43171479e469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea03f43d-fe62-4197-a0c7-c53ead15dfd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea03f43d-fe62-4197-a0c7-c53ead15dfd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3298999868311755115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115329899986831175511532989998683117551153298999868311755115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0e71121-4a62-4860-9de5-b3517dadbeeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9830e4c-b1aa-4dcc-9c24-f3b749454865, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9830e4c-b1aa-4dcc-9c24-f3b749454865, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7041796836012357213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213704179683601235721370417968360123572137041796836012357213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea03f43d-fe62-4197-a0c7-c53ead15dfd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8e11dc9-d16a-4067-bdf4-22b421e71e61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8e11dc9-d16a-4067-bdf4-22b421e71e61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9090922414283235682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682909092241428323568290909224142832356829090922414283235682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8e11dc9-d16a-4067-bdf4-22b421e71e61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b61d3ba-face-4f3d-83fd-66a5431a9154, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b61d3ba-face-4f3d-83fd-66a5431a9154, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 677403596198750637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637677403596198750637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9830e4c-b1aa-4dcc-9c24-f3b749454865, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d215055-3fe7-4421-afcd-8f5ff832fc22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d215055-3fe7-4421-afcd-8f5ff832fc22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11715410259182612620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620117154102591826126201171541025918261262011715410259182612620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b61d3ba-face-4f3d-83fd-66a5431a9154, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20f8ce8-0093-4403-973c-510ab06bd2e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20f8ce8-0093-4403-973c-510ab06bd2e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 413487058961470643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643413487058961470643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d215055-3fe7-4421-afcd-8f5ff832fc22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01d0d1df-7aa5-45a6-b82d-1e90ec869d66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01d0d1df-7aa5-45a6-b82d-1e90ec869d66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11850509537301439437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437118505095373014394371185050953730143943711850509537301439437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20f8ce8-0093-4403-973c-510ab06bd2e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759cf142-6ea8-48be-883e-3b1e9b598edc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759cf142-6ea8-48be-883e-3b1e9b598edc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4202964380334413765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765420296438033441376542029643803344137654202964380334413765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01d0d1df-7aa5-45a6-b82d-1e90ec869d66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c49bda63-ef5f-44e6-b48b-b662e051bf02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c49bda63-ef5f-44e6-b48b-b662e051bf02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858522887028335197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197985852288702833519798585228870283351979858522887028335197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759cf142-6ea8-48be-883e-3b1e9b598edc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b982f4f5-2bd2-4c13-8283-f0967c0d9cce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b982f4f5-2bd2-4c13-8283-f0967c0d9cce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8053474402928462300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300805347440292846230080534744029284623008053474402928462300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c49bda63-ef5f-44e6-b48b-b662e051bf02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d989e8aa-66a7-455d-ad97-43134120d420, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d989e8aa-66a7-455d-ad97-43134120d420, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15712684608735192780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780157126846087351927801571268460873519278015712684608735192780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b982f4f5-2bd2-4c13-8283-f0967c0d9cce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171d16d8-30b5-4fac-ac08-00074ed4897c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171d16d8-30b5-4fac-ac08-00074ed4897c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5139252487652089619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619513925248765208961951392524876520896195139252487652089619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d989e8aa-66a7-455d-ad97-43134120d420, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf096ea9-b048-4367-86b9-4a39ae261a71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf096ea9-b048-4367-86b9-4a39ae261a71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4477858230536287042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042447785823053628704244778582305362870424477858230536287042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171d16d8-30b5-4fac-ac08-00074ed4897c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99f27539-001f-4aa5-8c52-fdbcb745da0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f27539-001f-4aa5-8c52-fdbcb745da0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2788073491869429043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043278807349186942904327880734918694290432788073491869429043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf096ea9-b048-4367-86b9-4a39ae261a71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db9f375f-5800-46f6-9028-878c7e55ed5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db9f375f-5800-46f6-9028-878c7e55ed5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15388043480832829845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845153880434808328298451538804348083282984515388043480832829845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f27539-001f-4aa5-8c52-fdbcb745da0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bda244c5-01ba-4878-962a-73389bed66c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bda244c5-01ba-4878-962a-73389bed66c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9632957590909969571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571963295759090996957196329575909099695719632957590909969571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db9f375f-5800-46f6-9028-878c7e55ed5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 186fee2c-795f-4d44-83ed-1d3e5cdb1729, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 186fee2c-795f-4d44-83ed-1d3e5cdb1729, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419059160646806134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134164190591606468061341641905916064680613416419059160646806134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bda244c5-01ba-4878-962a-73389bed66c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 709112f8-1fdc-4a7d-a35a-3ce9daa58eeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 709112f8-1fdc-4a7d-a35a-3ce9daa58eeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7058612587922314312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312705861258792231431270586125879223143127058612587922314312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 186fee2c-795f-4d44-83ed-1d3e5cdb1729, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5855707-1743-46aa-b3c5-f352823896d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5855707-1743-46aa-b3c5-f352823896d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15404676817556023016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016154046768175560230161540467681755602301615404676817556023016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 709112f8-1fdc-4a7d-a35a-3ce9daa58eeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5855707-1743-46aa-b3c5-f352823896d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80c17c53-ad6e-4466-bf0b-8f20938d6513, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80c17c53-ad6e-4466-bf0b-8f20938d6513, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1547016186255821834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834154701618625582183415470161862558218341547016186255821834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aac241dc-bcdd-43bc-9c1f-c6aa50417ffd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac241dc-bcdd-43bc-9c1f-c6aa50417ffd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12869291493373203351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351128692914933732033511286929149337320335112869291493373203351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80c17c53-ad6e-4466-bf0b-8f20938d6513, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac241dc-bcdd-43bc-9c1f-c6aa50417ffd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0ba0cde-6343-4368-872b-e3d9a9b2dbd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0ba0cde-6343-4368-872b-e3d9a9b2dbd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15577441618754090597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597155774416187540905971557744161875409059715577441618754090597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6405cf-cbbe-477f-b526-ec0b208ee009, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6405cf-cbbe-477f-b526-ec0b208ee009, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8844194227389740636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636884419422738974063688441942273897406368844194227389740636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0ba0cde-6343-4368-872b-e3d9a9b2dbd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7e92f43-b73b-4db5-9b3a-17387c6fbd9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6405cf-cbbe-477f-b526-ec0b208ee009, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a9336a1-ac51-44b6-ac26-44e97471decc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7e92f43-b73b-4db5-9b3a-17387c6fbd9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2978821179288765465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465297882117928876546529788211792887654652978821179288765465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a9336a1-ac51-44b6-ac26-44e97471decc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790085913648781685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685177900859136487816851779008591364878168517790085913648781685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7e92f43-b73b-4db5-9b3a-17387c6fbd9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1253c9d4-a9ff-4220-8c3e-d20aa8939cab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1253c9d4-a9ff-4220-8c3e-d20aa8939cab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5875664697239803724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724587566469723980372458756646972398037245875664697239803724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a9336a1-ac51-44b6-ac26-44e97471decc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c3221f-6551-4e62-a04e-a85dcc1eebfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c3221f-6551-4e62-a04e-a85dcc1eebfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5526594887651848955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955552659488765184895555265948876518489555526594887651848955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1253c9d4-a9ff-4220-8c3e-d20aa8939cab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1920f6d9-7407-4b12-b912-0ce88080abb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1920f6d9-7407-4b12-b912-0ce88080abb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514285106513158536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536751428510651315853675142851065131585367514285106513158536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c3221f-6551-4e62-a04e-a85dcc1eebfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acb8fbf0-bcd3-4e48-a6d4-b1b875a1b1fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acb8fbf0-bcd3-4e48-a6d4-b1b875a1b1fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2117843307277240196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196211784330727724019621178433072772401962117843307277240196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1920f6d9-7407-4b12-b912-0ce88080abb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5ff6479-e29d-4af9-a582-97c187de9ef0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5ff6479-e29d-4af9-a582-97c187de9ef0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 154770111821262842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842154770111821262842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acb8fbf0-bcd3-4e48-a6d4-b1b875a1b1fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a134050-b36c-4781-91dd-09b7c10cbfe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a134050-b36c-4781-91dd-09b7c10cbfe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 92411779343302597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9241177934330259792411779343302597924117793433025979241177934330259792411779343302597924117793433025979241177934330259792411779343302597924117793433025979241177934330259792411779343302597924117793433025979241177934330259792411779343302597924117793433025979241177934330259792411779343302597924117793433025979241177934330259792411779343302597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5ff6479-e29d-4af9-a582-97c187de9ef0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00c4e8ee-9154-49a0-810a-8676641f0a3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00c4e8ee-9154-49a0-810a-8676641f0a3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6107177119986576300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300610717711998657630061071771199865763006107177119986576300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a134050-b36c-4781-91dd-09b7c10cbfe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb52beb-9821-48aa-b51d-4736e457f5c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb52beb-9821-48aa-b51d-4736e457f5c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4187809073022450335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335418780907302245033541878090730224503354187809073022450335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00c4e8ee-9154-49a0-810a-8676641f0a3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00212b3d-3680-4901-96d5-f3a286e73969, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00212b3d-3680-4901-96d5-f3a286e73969, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2471716136067873248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248247171613606787324824717161360678732482471716136067873248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb52beb-9821-48aa-b51d-4736e457f5c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41f1a4c9-5689-4c21-93c1-8cc30d33cff8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41f1a4c9-5689-4c21-93c1-8cc30d33cff8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15195144311501378764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764151951443115013787641519514431150137876415195144311501378764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00212b3d-3680-4901-96d5-f3a286e73969, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e833e743-aa06-45d0-8609-10b0ec0c83af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e833e743-aa06-45d0-8609-10b0ec0c83af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10000049941640802352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352100000499416408023521000004994164080235210000049941640802352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41f1a4c9-5689-4c21-93c1-8cc30d33cff8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda2977e-7f12-4091-8876-ba11f0e8fd73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda2977e-7f12-4091-8876-ba11f0e8fd73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14722317940578456735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735147223179405784567351472231794057845673514722317940578456735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e833e743-aa06-45d0-8609-10b0ec0c83af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6225acf9-80c8-4834-8d8b-3859769581ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6225acf9-80c8-4834-8d8b-3859769581ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7113261748923871647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647711326174892387164771132617489238716477113261748923871647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda2977e-7f12-4091-8876-ba11f0e8fd73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0676977c-43a5-456a-9e2b-77117a8223c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0676977c-43a5-456a-9e2b-77117a8223c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15567526852920706325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325155675268529207063251556752685292070632515567526852920706325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6225acf9-80c8-4834-8d8b-3859769581ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a22babaa-cade-44b3-b45f-711488dcab47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a22babaa-cade-44b3-b45f-711488dcab47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9256518181306612732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732925651818130661273292565181813066127329256518181306612732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0676977c-43a5-456a-9e2b-77117a8223c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f83f4b4-0802-4a18-8f00-365c89f3e4c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f83f4b4-0802-4a18-8f00-365c89f3e4c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6373428940539129416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416637342894053912941663734289405391294166373428940539129416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a22babaa-cade-44b3-b45f-711488dcab47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc426bad-912d-4779-93c6-490f0c4c1ea0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc426bad-912d-4779-93c6-490f0c4c1ea0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 682957435353065738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738682957435353065738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f83f4b4-0802-4a18-8f00-365c89f3e4c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b826d4-df41-4d1f-a907-e28ad6768d0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b826d4-df41-4d1f-a907-e28ad6768d0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14910666293754443240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240149106662937544432401491066629375444324014910666293754443240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc426bad-912d-4779-93c6-490f0c4c1ea0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b74a79c5-e797-4593-a326-bc362e5dc2d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b74a79c5-e797-4593-a326-bc362e5dc2d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8584391380652312484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484858439138065231248485843913806523124848584391380652312484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b74a79c5-e797-4593-a326-bc362e5dc2d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b826d4-df41-4d1f-a907-e28ad6768d0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c43547e-d6c8-4de0-b6f6-469c2822173d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c43547e-d6c8-4de0-b6f6-469c2822173d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11654166874656159267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267116541668746561592671165416687465615926711654166874656159267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2f0bc8c-97cd-42db-972a-9fda213affdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2f0bc8c-97cd-42db-972a-9fda213affdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867371615270331498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498867371615270331498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c43547e-d6c8-4de0-b6f6-469c2822173d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf646cea-a012-4600-bbc2-e77143c987b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf646cea-a012-4600-bbc2-e77143c987b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7436861844906997676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676743686184490699767674368618449069976767436861844906997676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2f0bc8c-97cd-42db-972a-9fda213affdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e087ac-2114-407c-8e31-96a412da5acb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e087ac-2114-407c-8e31-96a412da5acb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5768266797296344702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702576826679729634470257682667972963447025768266797296344702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf646cea-a012-4600-bbc2-e77143c987b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5457b2-d491-4503-a60f-861df8ec481f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5457b2-d491-4503-a60f-861df8ec481f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591888403803028639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639759188840380302863975918884038030286397591888403803028639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e087ac-2114-407c-8e31-96a412da5acb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 345038b0-2eca-42f4-a709-8684977f35bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5457b2-d491-4503-a60f-861df8ec481f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 345038b0-2eca-42f4-a709-8684977f35bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17326588080517631518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518173265880805176315181732658808051763151817326588080517631518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50df4e65-9209-4d34-a200-2ddb7339b54d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50df4e65-9209-4d34-a200-2ddb7339b54d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631368576248564321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321106313685762485643211063136857624856432110631368576248564321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 345038b0-2eca-42f4-a709-8684977f35bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dad73875-f401-4760-93e0-9357ad07283e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dad73875-f401-4760-93e0-9357ad07283e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733563841677182886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886117335638416771828861173356384167718288611733563841677182886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50df4e65-9209-4d34-a200-2ddb7339b54d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98332f41-5dbb-4c22-9625-9be6efa10dd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98332f41-5dbb-4c22-9625-9be6efa10dd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12203935922938429295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295122039359229384292951220393592293842929512203935922938429295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dad73875-f401-4760-93e0-9357ad07283e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc800dab-09c8-40fb-a93f-b97ee140df48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc800dab-09c8-40fb-a93f-b97ee140df48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5855219342672345083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083585521934267234508358552193426723450835855219342672345083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98332f41-5dbb-4c22-9625-9be6efa10dd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 209c8120-c7ff-4723-8e30-8449caa964c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 209c8120-c7ff-4723-8e30-8449caa964c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5089099720273215242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242508909972027321524250890997202732152425089099720273215242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc800dab-09c8-40fb-a93f-b97ee140df48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c73ba248-da06-484c-99c0-7f007564dc79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c73ba248-da06-484c-99c0-7f007564dc79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10579865534183339817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817105798655341833398171057986553418333981710579865534183339817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 209c8120-c7ff-4723-8e30-8449caa964c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a643a4c7-6835-407f-abae-3b5f9e3c4912, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a643a4c7-6835-407f-abae-3b5f9e3c4912, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8455392377178156818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818845539237717815681884553923771781568188455392377178156818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c73ba248-da06-484c-99c0-7f007564dc79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb835993-7723-4efc-8968-35c606100e2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb835993-7723-4efc-8968-35c606100e2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15430830543445731017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017154308305434457310171543083054344573101715430830543445731017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a643a4c7-6835-407f-abae-3b5f9e3c4912, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d29be80-f378-47d4-84f3-03d3bfbcbfb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d29be80-f378-47d4-84f3-03d3bfbcbfb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14652722516686262109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109146527225166862621091465272251668626210914652722516686262109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb835993-7723-4efc-8968-35c606100e2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ffb746d-1951-43fb-8412-44bd2d2cfb0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ffb746d-1951-43fb-8412-44bd2d2cfb0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4302736284508470244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244430273628450847024443027362845084702444302736284508470244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d29be80-f378-47d4-84f3-03d3bfbcbfb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dc94923-79c1-49fe-9068-93c8028bcd2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc94923-79c1-49fe-9068-93c8028bcd2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13075299229141724456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456130752992291417244561307529922914172445613075299229141724456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ffb746d-1951-43fb-8412-44bd2d2cfb0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc501049-564c-4a49-8d00-44afbe732923, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc501049-564c-4a49-8d00-44afbe732923, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9338238735390310806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806933823873539031080693382387353903108069338238735390310806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc94923-79c1-49fe-9068-93c8028bcd2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98f781bf-7b32-4916-8a6f-47200e17d131, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f781bf-7b32-4916-8a6f-47200e17d131, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2271138914050353396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396227113891405035339622711389140503533962271138914050353396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc501049-564c-4a49-8d00-44afbe732923, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e1431d1-1ca7-4e8b-ac1a-b92fad2d3838, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e1431d1-1ca7-4e8b-ac1a-b92fad2d3838, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3965506414276550019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019396550641427655001939655064142765500193965506414276550019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f781bf-7b32-4916-8a6f-47200e17d131, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e991df33-71e3-49ca-9783-486fef910b6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e991df33-71e3-49ca-9783-486fef910b6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8256031334302292829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829825603133430229282982560313343022928298256031334302292829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e1431d1-1ca7-4e8b-ac1a-b92fad2d3838, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be910868-781d-4ca8-bc71-89fbee48b7cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be910868-781d-4ca8-bc71-89fbee48b7cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4578279662743138409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409457827966274313840945782796627431384094578279662743138409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e991df33-71e3-49ca-9783-486fef910b6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 985c0322-5dac-4d45-b96c-c56648c18cb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 985c0322-5dac-4d45-b96c-c56648c18cb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7954685811711735822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822795468581171173582279546858117117358227954685811711735822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be910868-781d-4ca8-bc71-89fbee48b7cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6483a793-5aae-4e03-95bf-c2c735016e11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6483a793-5aae-4e03-95bf-c2c735016e11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17307720481215446365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365173077204812154463651730772048121544636517307720481215446365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 985c0322-5dac-4d45-b96c-c56648c18cb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76684c77-9139-4bdc-bb62-631ed8b3870b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6483a793-5aae-4e03-95bf-c2c735016e11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11e6ecc-a53b-4c98-9e98-cc49dda059fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76684c77-9139-4bdc-bb62-631ed8b3870b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1568591461144118330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330156859146114411833015685914611441183301568591461144118330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11e6ecc-a53b-4c98-9e98-cc49dda059fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6536940647441352660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660653694064744135266065369406474413526606536940647441352660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76684c77-9139-4bdc-bb62-631ed8b3870b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11e6ecc-a53b-4c98-9e98-cc49dda059fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb90bd5-3cd0-46f2-b08a-0057cafafe08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057384ed-9936-4cc6-9fe6-c0b48e642862, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb90bd5-3cd0-46f2-b08a-0057cafafe08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5335142221039280340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340533514222103928034053351422210392803405335142221039280340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057384ed-9936-4cc6-9fe6-c0b48e642862, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1559861477684311602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602155986147768431160215598614776843116021559861477684311602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057384ed-9936-4cc6-9fe6-c0b48e642862, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd58ae31-51d6-4f18-b919-e49cf6a8fc5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb90bd5-3cd0-46f2-b08a-0057cafafe08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd58ae31-51d6-4f18-b919-e49cf6a8fc5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10728244726469376682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682107282447264693766821072824472646937668210728244726469376682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 780a6541-f55c-4c35-b1c8-f15725468c24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 780a6541-f55c-4c35-b1c8-f15725468c24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6795529872510582377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377679552987251058237767955298725105823776795529872510582377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd58ae31-51d6-4f18-b919-e49cf6a8fc5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0656b6b9-04af-43e6-b83f-6001b0428720, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 780a6541-f55c-4c35-b1c8-f15725468c24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0656b6b9-04af-43e6-b83f-6001b0428720, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 325570657183135079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079325570657183135079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d854d82c-dae6-49f9-97ad-af2d5c7c7be2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d854d82c-dae6-49f9-97ad-af2d5c7c7be2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5231670318933622280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280523167031893362228052316703189336222805231670318933622280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0656b6b9-04af-43e6-b83f-6001b0428720, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ee3259a-472e-4ce7-b5be-634a29a71676, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d854d82c-dae6-49f9-97ad-af2d5c7c7be2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ee3259a-472e-4ce7-b5be-634a29a71676, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10677692474927637414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414106776924749276374141067769247492763741410677692474927637414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b38c2b04-034d-4dc4-ba6e-99a925f4f6de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38c2b04-034d-4dc4-ba6e-99a925f4f6de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12955101362971320828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828129551013629713208281295510136297132082812955101362971320828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ee3259a-472e-4ce7-b5be-634a29a71676, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d04118-4c04-4736-9b29-ea6df7416bc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38c2b04-034d-4dc4-ba6e-99a925f4f6de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d04118-4c04-4736-9b29-ea6df7416bc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506073678984425199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199650607367898442519965060736789844251996506073678984425199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509313ff-e3df-44de-9808-775badf47c0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509313ff-e3df-44de-9808-775badf47c0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1165973734249272379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379116597373424927237911659737342492723791165973734249272379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d04118-4c04-4736-9b29-ea6df7416bc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3f75f6-db0a-4bc6-937a-5fa6049763c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509313ff-e3df-44de-9808-775badf47c0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3f75f6-db0a-4bc6-937a-5fa6049763c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849181079556453047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047118491810795564530471184918107955645304711849181079556453047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a31cb06-9999-4d0d-8ca0-4b9b76eb285d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a31cb06-9999-4d0d-8ca0-4b9b76eb285d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7710677775931635066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066771067777593163506677106777759316350667710677775931635066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3f75f6-db0a-4bc6-937a-5fa6049763c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2b130d4-e3a5-4843-98a1-030c77ae877d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b130d4-e3a5-4843-98a1-030c77ae877d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14913893510268642797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797149138935102686427971491389351026864279714913893510268642797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a31cb06-9999-4d0d-8ca0-4b9b76eb285d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74fbe794-f0d6-4e1a-a269-0b08e97e0901, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74fbe794-f0d6-4e1a-a269-0b08e97e0901, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17271393509400704763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763172713935094007047631727139350940070476317271393509400704763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b130d4-e3a5-4843-98a1-030c77ae877d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0f6e68b-4cfc-4cb8-9040-716775bf8bcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0f6e68b-4cfc-4cb8-9040-716775bf8bcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11893373359204538498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498118933733592045384981189337335920453849811893373359204538498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74fbe794-f0d6-4e1a-a269-0b08e97e0901, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26288f31-c109-47fe-ab2d-6fb16ce7710e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26288f31-c109-47fe-ab2d-6fb16ce7710e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9795181064609471071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071979518106460947107197951810646094710719795181064609471071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0f6e68b-4cfc-4cb8-9040-716775bf8bcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c11a3f50-789f-4099-b7fc-e6b09e834500, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c11a3f50-789f-4099-b7fc-e6b09e834500, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11296922632345377493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493112969226323453774931129692263234537749311296922632345377493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26288f31-c109-47fe-ab2d-6fb16ce7710e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 037afa36-a4b8-4ed1-86ea-8f591e47ee7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 037afa36-a4b8-4ed1-86ea-8f591e47ee7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800085964733312596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596118000859647333125961180008596473331259611800085964733312596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c11a3f50-789f-4099-b7fc-e6b09e834500, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eb1cc96-34fa-42a6-af63-f85624e7190c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eb1cc96-34fa-42a6-af63-f85624e7190c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2689537483298664559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559268953748329866455926895374832986645592689537483298664559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 037afa36-a4b8-4ed1-86ea-8f591e47ee7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697dd30f-2fd2-49cb-ad51-7e8f3cfce4d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697dd30f-2fd2-49cb-ad51-7e8f3cfce4d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8753174707163570842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842875317470716357084287531747071635708428753174707163570842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eb1cc96-34fa-42a6-af63-f85624e7190c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697dd30f-2fd2-49cb-ad51-7e8f3cfce4d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d8214aa-bd8e-4f30-b633-d197a23e0254, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a6e5e99-e786-48f4-9f92-c0da272e3ec9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a6e5e99-e786-48f4-9f92-c0da272e3ec9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587799607666310038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038658779960766631003865877996076663100386587799607666310038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8214aa-bd8e-4f30-b633-d197a23e0254, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8060038996791910762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762806003899679191076280600389967919107628060038996791910762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a6e5e99-e786-48f4-9f92-c0da272e3ec9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aad95f66-731c-44cf-ba52-0768f16aeddc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aad95f66-731c-44cf-ba52-0768f16aeddc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828103065606664765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765118281030656066647651182810306560666476511828103065606664765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8214aa-bd8e-4f30-b633-d197a23e0254, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d852b2f6-170d-4d35-84f0-28a74efa2bb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d852b2f6-170d-4d35-84f0-28a74efa2bb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4978112370554078674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674497811237055407867449781123705540786744978112370554078674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aad95f66-731c-44cf-ba52-0768f16aeddc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55c162df-ae1a-416e-a553-68871f0c7ff9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55c162df-ae1a-416e-a553-68871f0c7ff9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12198023595079555447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447121980235950795554471219802359507955544712198023595079555447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d852b2f6-170d-4d35-84f0-28a74efa2bb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d389270a-d68d-4622-b837-8f7630153617, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d389270a-d68d-4622-b837-8f7630153617, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11043353660166153178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178110433536601661531781104335366016615317811043353660166153178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55c162df-ae1a-416e-a553-68871f0c7ff9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 851c2388-fab9-4ecb-a88d-1d392cd79989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 851c2388-fab9-4ecb-a88d-1d392cd79989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893826910091062962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962889382691009106296288938269100910629628893826910091062962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d389270a-d68d-4622-b837-8f7630153617, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d1b0efd-1f04-45e2-9985-13fec401c552, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1b0efd-1f04-45e2-9985-13fec401c552, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8122625379124796430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430812262537912479643081226253791247964308122625379124796430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 851c2388-fab9-4ecb-a88d-1d392cd79989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78f253a-e2bb-41f1-8cbe-2196932d3df8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78f253a-e2bb-41f1-8cbe-2196932d3df8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16171844471789635352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352161718444717896353521617184447178963535216171844471789635352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1b0efd-1f04-45e2-9985-13fec401c552, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3dccadc-82c8-4263-b2e8-ba9bd3b2e35b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3dccadc-82c8-4263-b2e8-ba9bd3b2e35b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130409452139471619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619161304094521394716191613040945213947161916130409452139471619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78f253a-e2bb-41f1-8cbe-2196932d3df8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e4ca8b-6776-4ffe-86e2-32560bdba72b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e4ca8b-6776-4ffe-86e2-32560bdba72b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17648114874120473520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520176481148741204735201764811487412047352017648114874120473520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3dccadc-82c8-4263-b2e8-ba9bd3b2e35b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfad67c5-c935-4863-be36-b115a46829bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfad67c5-c935-4863-be36-b115a46829bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8757943624556052167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167875794362455605216787579436245560521678757943624556052167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e4ca8b-6776-4ffe-86e2-32560bdba72b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1ae800c-27c6-42fe-aa45-01b2eab9eae6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1ae800c-27c6-42fe-aa45-01b2eab9eae6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 806587778586784791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791806587778586784791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfad67c5-c935-4863-be36-b115a46829bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2539cca6-01b5-4a16-9826-d746f7085bde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2539cca6-01b5-4a16-9826-d746f7085bde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16550388132115970188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188165503881321159701881655038813211597018816550388132115970188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1ae800c-27c6-42fe-aa45-01b2eab9eae6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cddc8fc6-281a-4894-a926-5dd2743e7dc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cddc8fc6-281a-4894-a926-5dd2743e7dc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 86711892251861193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8671189225186119386711892251861193867118922518611938671189225186119386711892251861193867118922518611938671189225186119386711892251861193867118922518611938671189225186119386711892251861193867118922518611938671189225186119386711892251861193867118922518611938671189225186119386711892251861193867118922518611938671189225186119386711892251861193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2539cca6-01b5-4a16-9826-d746f7085bde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b38ed874-0e90-4ab3-97d8-b5e3785c81ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b38ed874-0e90-4ab3-97d8-b5e3785c81ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3588586775280100667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667358858677528010066735885867752801006673588586775280100667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cddc8fc6-281a-4894-a926-5dd2743e7dc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be5b95ca-90ff-402c-976d-d07a011402cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5b95ca-90ff-402c-976d-d07a011402cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15838883544969104552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552158388835449691045521583888354496910455215838883544969104552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b38ed874-0e90-4ab3-97d8-b5e3785c81ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00edb425-7f07-47c0-8c07-617c1f449bfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00edb425-7f07-47c0-8c07-617c1f449bfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11332821553443265616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616113328215534432656161133282155344326561611332821553443265616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5b95ca-90ff-402c-976d-d07a011402cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45d92db5-7fa4-41b2-b4c2-4443ad4d5e9a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45d92db5-7fa4-41b2-b4c2-4443ad4d5e9a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13990392112206687992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992139903921122066879921399039211220668799213990392112206687992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00edb425-7f07-47c0-8c07-617c1f449bfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f6cc3a-5b54-42f6-96db-12d0606b5e07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f6cc3a-5b54-42f6-96db-12d0606b5e07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14904892226394272021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021149048922263942720211490489222639427202114904892226394272021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45d92db5-7fa4-41b2-b4c2-4443ad4d5e9a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0ebbd50-7712-4ed8-a034-9b2c360b02f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ebbd50-7712-4ed8-a034-9b2c360b02f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11042574140117219118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118110425741401172191181104257414011721911811042574140117219118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f6cc3a-5b54-42f6-96db-12d0606b5e07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47144317-5696-4d1c-a0af-d6fdbe827266, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47144317-5696-4d1c-a0af-d6fdbe827266, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11218210838734405587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587112182108387344055871121821083873440558711218210838734405587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ebbd50-7712-4ed8-a034-9b2c360b02f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19760c3f-883a-4f3d-bba5-8a160dd67e1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19760c3f-883a-4f3d-bba5-8a160dd67e1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3495046464553408248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248349504646455340824834950464645534082483495046464553408248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47144317-5696-4d1c-a0af-d6fdbe827266, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19760c3f-883a-4f3d-bba5-8a160dd67e1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8aa39b9-8fb1-439b-b0eb-8e5e28d1120e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8aa39b9-8fb1-439b-b0eb-8e5e28d1120e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6299223112029951425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425629922311202995142562992231120299514256299223112029951425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 407076a1-8d0e-4504-83dd-8dcc6f6e38f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407076a1-8d0e-4504-83dd-8dcc6f6e38f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10738662589499422971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971107386625894994229711073866258949942297110738662589499422971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8aa39b9-8fb1-439b-b0eb-8e5e28d1120e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f175d6c-572d-4347-a341-010f1a4e6faf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407076a1-8d0e-4504-83dd-8dcc6f6e38f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f175d6c-572d-4347-a341-010f1a4e6faf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5705614012022382708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708570561401202238270857056140120223827085705614012022382708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84affa56-56b2-461f-bf39-31543445838a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84affa56-56b2-461f-bf39-31543445838a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10219849368043512709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709102198493680435127091021984936804351270910219849368043512709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f175d6c-572d-4347-a341-010f1a4e6faf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c3046e-8882-49c7-8e09-8584796f397b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c3046e-8882-49c7-8e09-8584796f397b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15664081792832247592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592156640817928322475921566408179283224759215664081792832247592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84affa56-56b2-461f-bf39-31543445838a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25d847ce-36e5-45aa-ae43-70bdaea7a7f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25d847ce-36e5-45aa-ae43-70bdaea7a7f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13154286623246491968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968131542866232464919681315428662324649196813154286623246491968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c3046e-8882-49c7-8e09-8584796f397b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfd8e458-4f53-47ac-bc95-e4e1663c6ccd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfd8e458-4f53-47ac-bc95-e4e1663c6ccd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10898801589803810572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572108988015898038105721089880158980381057210898801589803810572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25d847ce-36e5-45aa-ae43-70bdaea7a7f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0287033f-61d9-469d-90e6-831847375104, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0287033f-61d9-469d-90e6-831847375104, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3350421931415528623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623335042193141552862333504219314155286233350421931415528623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfd8e458-4f53-47ac-bc95-e4e1663c6ccd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66602e73-36a2-46e4-8427-80c089280e45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66602e73-36a2-46e4-8427-80c089280e45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035425150023343996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996203542515002334399620354251500233439962035425150023343996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0287033f-61d9-469d-90e6-831847375104, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2340cd7f-a419-46ff-b00e-29b1c717a93f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2340cd7f-a419-46ff-b00e-29b1c717a93f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5146967189581456540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540514696718958145654051469671895814565405146967189581456540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66602e73-36a2-46e4-8427-80c089280e45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd554a16-9c95-42d6-8745-39d727c7173f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd554a16-9c95-42d6-8745-39d727c7173f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272496627800897359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359327249662780089735932724966278008973593272496627800897359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2340cd7f-a419-46ff-b00e-29b1c717a93f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf8952b-5bda-441d-bcfe-f5458d32783e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf8952b-5bda-441d-bcfe-f5458d32783e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4060344330762843612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612406034433076284361240603443307628436124060344330762843612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd554a16-9c95-42d6-8745-39d727c7173f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db49eb49-7066-436a-9f85-093cef127115, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db49eb49-7066-436a-9f85-093cef127115, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9026746361235054938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938902674636123505493890267463612350549389026746361235054938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf8952b-5bda-441d-bcfe-f5458d32783e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8cb632d-e978-4d1f-9d6c-facfdb471832, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8cb632d-e978-4d1f-9d6c-facfdb471832, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5806682611606723895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895580668261160672389558066826116067238955806682611606723895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db49eb49-7066-436a-9f85-093cef127115, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e3dbbbd-860c-4fc9-b694-7f26c9dcc9df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e3dbbbd-860c-4fc9-b694-7f26c9dcc9df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17707475379564611203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203177074753795646112031770747537956461120317707475379564611203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8cb632d-e978-4d1f-9d6c-facfdb471832, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb13cadd-5b6f-4251-8f93-2dc4b14ce974, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb13cadd-5b6f-4251-8f93-2dc4b14ce974, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7957216392663520162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162795721639266352016279572163926635201627957216392663520162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e3dbbbd-860c-4fc9-b694-7f26c9dcc9df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d4ceb1-12b0-47d7-b18f-e8e965560523, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d4ceb1-12b0-47d7-b18f-e8e965560523, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16383253665557706113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113163832536655577061131638325366555770611316383253665557706113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb13cadd-5b6f-4251-8f93-2dc4b14ce974, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f6a31b-7c14-4cb8-bf54-cf34fbbc6659, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f6a31b-7c14-4cb8-bf54-cf34fbbc6659, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2955216428273668233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233295521642827366823329552164282736682332955216428273668233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d4ceb1-12b0-47d7-b18f-e8e965560523, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fea65aa1-2cfb-4056-ae84-333565b9f31d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fea65aa1-2cfb-4056-ae84-333565b9f31d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17160032806941290564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564171600328069412905641716003280694129056417160032806941290564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f6a31b-7c14-4cb8-bf54-cf34fbbc6659, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553e6d72-c7ca-4585-b896-925ef6e03bd0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553e6d72-c7ca-4585-b896-925ef6e03bd0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13654752508602679100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100136547525086026791001365475250860267910013654752508602679100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fea65aa1-2cfb-4056-ae84-333565b9f31d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84fce1e8-ae0c-4577-aad8-ec44e0e73c0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fce1e8-ae0c-4577-aad8-ec44e0e73c0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17608019804308376156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156176080198043083761561760801980430837615617608019804308376156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553e6d72-c7ca-4585-b896-925ef6e03bd0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04c4484-3ea7-43d6-97be-5f73c6abf6cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04c4484-3ea7-43d6-97be-5f73c6abf6cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3827242931050695172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172382724293105069517238272429310506951723827242931050695172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fce1e8-ae0c-4577-aad8-ec44e0e73c0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d7a3007-d747-45da-ba3e-e15ba5ba0954, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d7a3007-d747-45da-ba3e-e15ba5ba0954, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3083367352945180393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393308336735294518039330833673529451803933083367352945180393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04c4484-3ea7-43d6-97be-5f73c6abf6cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80fe8a6d-681e-40a9-8a2f-7b1adb4074dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80fe8a6d-681e-40a9-8a2f-7b1adb4074dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3770154747925037733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733377015474792503773337701547479250377333770154747925037733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d7a3007-d747-45da-ba3e-e15ba5ba0954, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0326b66-c1e0-4e17-9ad5-7929d95f1ff5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0326b66-c1e0-4e17-9ad5-7929d95f1ff5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7311300274283407660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660731130027428340766073113002742834076607311300274283407660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80fe8a6d-681e-40a9-8a2f-7b1adb4074dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ef67ae-3df9-41b8-a367-c4903cce80f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ef67ae-3df9-41b8-a367-c4903cce80f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436451043112862294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294843645104311286229484364510431128622948436451043112862294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0326b66-c1e0-4e17-9ad5-7929d95f1ff5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ef67ae-3df9-41b8-a367-c4903cce80f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 591ed8a5-a832-4598-afec-36cf4be5700b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 591ed8a5-a832-4598-afec-36cf4be5700b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8856861275595581937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937885686127559558193788568612755955819378856861275595581937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258cf39d-4c83-4324-bdf7-d7e28646e853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258cf39d-4c83-4324-bdf7-d7e28646e853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424869829975892426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426442486982997589242644248698299758924264424869829975892426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258cf39d-4c83-4324-bdf7-d7e28646e853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 438bec1b-f184-490a-949d-89e4bfffb8dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 438bec1b-f184-490a-949d-89e4bfffb8dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17320642750915102461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461173206427509151024611732064275091510246117320642750915102461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 591ed8a5-a832-4598-afec-36cf4be5700b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e54971fa-0e13-464a-8170-602e62addac8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e54971fa-0e13-464a-8170-602e62addac8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1454227860623151675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675145422786062315167514542278606231516751454227860623151675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 438bec1b-f184-490a-949d-89e4bfffb8dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 220ed5ee-b1de-4597-b129-3b4479c683a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 220ed5ee-b1de-4597-b129-3b4479c683a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1250089017239026675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675125008901723902667512500890172390266751250089017239026675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e54971fa-0e13-464a-8170-602e62addac8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a95ca94c-56a8-4153-b291-0396bd0a5013, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a95ca94c-56a8-4153-b291-0396bd0a5013, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828085901098441437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437128280859010984414371282808590109844143712828085901098441437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 220ed5ee-b1de-4597-b129-3b4479c683a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2d90d5f-eab3-47af-ba6c-70ac48041206, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d90d5f-eab3-47af-ba6c-70ac48041206, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3861857887977945232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232386185788797794523238618578879779452323861857887977945232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a95ca94c-56a8-4153-b291-0396bd0a5013, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0225eaed-07c9-4db7-bebb-0e66f0f2608f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0225eaed-07c9-4db7-bebb-0e66f0f2608f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5711145566036174121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121571114556603617412157111455660361741215711145566036174121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d90d5f-eab3-47af-ba6c-70ac48041206, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7514e8d-6e20-48f7-942e-57fafb3e11e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7514e8d-6e20-48f7-942e-57fafb3e11e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109839740744043718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718110983974074404371811098397407440437181109839740744043718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0225eaed-07c9-4db7-bebb-0e66f0f2608f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abcc2e5c-544d-47d6-aa4c-f0ae32847d36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abcc2e5c-544d-47d6-aa4c-f0ae32847d36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3602545772001254460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460360254577200125446036025457720012544603602545772001254460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7514e8d-6e20-48f7-942e-57fafb3e11e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9311cbfb-df20-4c3b-b59b-15838e1c98e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9311cbfb-df20-4c3b-b59b-15838e1c98e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5250028055387309606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606525002805538730960652500280553873096065250028055387309606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abcc2e5c-544d-47d6-aa4c-f0ae32847d36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dda2b05-6474-4a55-80bd-be80cfa6edab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dda2b05-6474-4a55-80bd-be80cfa6edab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6476534617570921065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065647653461757092106564765346175709210656476534617570921065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9311cbfb-df20-4c3b-b59b-15838e1c98e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1780983c-3b18-4289-8d78-202b7ecb6a07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1780983c-3b18-4289-8d78-202b7ecb6a07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2388690953677610135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135238869095367761013523886909536776101352388690953677610135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dda2b05-6474-4a55-80bd-be80cfa6edab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6826725b-51af-440a-a308-98d60c3fdd07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6826725b-51af-440a-a308-98d60c3fdd07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12483549835014157933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933124835498350141579331248354983501415793312483549835014157933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1780983c-3b18-4289-8d78-202b7ecb6a07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa206ae-67af-4f20-a643-136497f23cc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa206ae-67af-4f20-a643-136497f23cc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5404041801736881568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568540404180173688156854040418017368815685404041801736881568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6826725b-51af-440a-a308-98d60c3fdd07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 145a925d-c24b-4662-baba-43fa3342788e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 145a925d-c24b-4662-baba-43fa3342788e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16491150242595825744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744164911502425958257441649115024259582574416491150242595825744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 145a925d-c24b-4662-baba-43fa3342788e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77609f58-c9b7-4ba6-b281-712a44ea8bf2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa206ae-67af-4f20-a643-136497f23cc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77609f58-c9b7-4ba6-b281-712a44ea8bf2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14474405697437235912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912144744056974372359121447440569743723591214474405697437235912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4749a95b-47c7-43b9-85e3-5dc7151f38dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4749a95b-47c7-43b9-85e3-5dc7151f38dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4951632951488827804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804495163295148882780449516329514888278044951632951488827804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77609f58-c9b7-4ba6-b281-712a44ea8bf2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd3bd85b-48c4-49bb-9816-06c1c47bde11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd3bd85b-48c4-49bb-9816-06c1c47bde11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11294212738014254010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010112942127380142540101129421273801425401011294212738014254010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4749a95b-47c7-43b9-85e3-5dc7151f38dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a0af55-8b4b-4e6d-b200-cd31b07a4208, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a0af55-8b4b-4e6d-b200-cd31b07a4208, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 449886951305261252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252449886951305261252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd3bd85b-48c4-49bb-9816-06c1c47bde11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfd4329-ea60-49a4-87de-8ada44d32b66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfd4329-ea60-49a4-87de-8ada44d32b66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14535351273022254028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028145353512730222540281453535127302225402814535351273022254028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a0af55-8b4b-4e6d-b200-cd31b07a4208, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3031c9e8-964d-4871-ab5c-5d42a48f1bea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3031c9e8-964d-4871-ab5c-5d42a48f1bea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11666024680228011552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552116660246802280115521166602468022801155211666024680228011552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfd4329-ea60-49a4-87de-8ada44d32b66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6045eb17-b2c9-4911-a9fc-4cc02c69e8c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6045eb17-b2c9-4911-a9fc-4cc02c69e8c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12344353744020804322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322123443537440208043221234435374402080432212344353744020804322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3031c9e8-964d-4871-ab5c-5d42a48f1bea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b892929e-974a-4bc9-b0a9-98125349d4d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b892929e-974a-4bc9-b0a9-98125349d4d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4344403424223348658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658434440342422334865843444034242233486584344403424223348658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b892929e-974a-4bc9-b0a9-98125349d4d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c7bd25e-9f0c-48fa-902c-7b2442cd3aa6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c7bd25e-9f0c-48fa-902c-7b2442cd3aa6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9649206080331693966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966964920608033169396696492060803316939669649206080331693966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6045eb17-b2c9-4911-a9fc-4cc02c69e8c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11ea2eb-4159-4856-961e-f97fd07db201, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11ea2eb-4159-4856-961e-f97fd07db201, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11378525199297158831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831113785251992971588311137852519929715883111378525199297158831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c7bd25e-9f0c-48fa-902c-7b2442cd3aa6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11ea2eb-4159-4856-961e-f97fd07db201, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529c9eb6-d250-44f0-ad2d-7372232a68ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529c9eb6-d250-44f0-ad2d-7372232a68ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2808540442814306338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338280854044281430633828085404428143063382808540442814306338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0291a8b1-792a-4e44-ac93-51d005f6940a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0291a8b1-792a-4e44-ac93-51d005f6940a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12060525255116143705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705120605252551161437051206052525511614370512060525255116143705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529c9eb6-d250-44f0-ad2d-7372232a68ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc77fbf-488a-49eb-adbb-b296ce208e47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc77fbf-488a-49eb-adbb-b296ce208e47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15441210428203378914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914154412104282033789141544121042820337891415441210428203378914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0291a8b1-792a-4e44-ac93-51d005f6940a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9734753-3e48-48b3-9e6e-563dd459d661, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9734753-3e48-48b3-9e6e-563dd459d661, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964131736175749431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431159641317361757494311596413173617574943115964131736175749431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc77fbf-488a-49eb-adbb-b296ce208e47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cba3abf-6f24-4209-ac18-7c177efcbc84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cba3abf-6f24-4209-ac18-7c177efcbc84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1689795781456223278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278168979578145622327816897957814562232781689795781456223278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9734753-3e48-48b3-9e6e-563dd459d661, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4472406e-f1ed-432a-bf31-5c6b9208fd44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4472406e-f1ed-432a-bf31-5c6b9208fd44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17965550498641711202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202179655504986417112021796555049864171120217965550498641711202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cba3abf-6f24-4209-ac18-7c177efcbc84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ed0955c-0e37-4a8b-8cff-06ee3e5902db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ed0955c-0e37-4a8b-8cff-06ee3e5902db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12159231547006724847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847121592315470067248471215923154700672484712159231547006724847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4472406e-f1ed-432a-bf31-5c6b9208fd44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa79c32d-d80c-4d10-8819-bc60f585df9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa79c32d-d80c-4d10-8819-bc60f585df9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12956308125424791753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753129563081254247917531295630812542479175312956308125424791753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ed0955c-0e37-4a8b-8cff-06ee3e5902db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71760e39-7bbf-4092-ae3d-71831c4d7e64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71760e39-7bbf-4092-ae3d-71831c4d7e64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7443648261279100901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901744364826127910090174436482612791009017443648261279100901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa79c32d-d80c-4d10-8819-bc60f585df9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3cabb6f-92d6-4d09-bef4-211898a52292, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3cabb6f-92d6-4d09-bef4-211898a52292, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16838888369497768904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904168388883694977689041683888836949776890416838888369497768904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71760e39-7bbf-4092-ae3d-71831c4d7e64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cc1db9c-c102-4db6-87c2-9e358e0169fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc1db9c-c102-4db6-87c2-9e358e0169fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5451430659097157190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190545143065909715719054514306590971571905451430659097157190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3cabb6f-92d6-4d09-bef4-211898a52292, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bfb258b-8858-49d9-bab3-f415ff47c9c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfb258b-8858-49d9-bab3-f415ff47c9c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16651761933207131418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418166517619332071314181665176193320713141816651761933207131418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc1db9c-c102-4db6-87c2-9e358e0169fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e50b23b-256c-48f5-93f7-59a78a1454e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e50b23b-256c-48f5-93f7-59a78a1454e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13604875500913058804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804136048755009130588041360487550091305880413604875500913058804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfb258b-8858-49d9-bab3-f415ff47c9c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 061c1283-eeda-4020-aefd-ecf4536b9197, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 061c1283-eeda-4020-aefd-ecf4536b9197, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6804508785630468096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096680450878563046809668045087856304680966804508785630468096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e50b23b-256c-48f5-93f7-59a78a1454e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f14881-f73e-48d1-b294-9f1acee87677, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f14881-f73e-48d1-b294-9f1acee87677, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3291448687211293517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517329144868721129351732914486872112935173291448687211293517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 061c1283-eeda-4020-aefd-ecf4536b9197, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45690794-2417-4609-9403-a30e943d0c1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45690794-2417-4609-9403-a30e943d0c1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12308928899582683812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812123089288995826838121230892889958268381212308928899582683812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f14881-f73e-48d1-b294-9f1acee87677, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee020dc-6454-47a0-a74e-cb5a6c6f2cac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee020dc-6454-47a0-a74e-cb5a6c6f2cac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8810050893783838463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463881005089378383846388100508937838384638810050893783838463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee020dc-6454-47a0-a74e-cb5a6c6f2cac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ace30812-e198-4df7-9126-2e47bb0fdf24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ace30812-e198-4df7-9126-2e47bb0fdf24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14085168003228766764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764140851680032287667641408516800322876676414085168003228766764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45690794-2417-4609-9403-a30e943d0c1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5de82def-019e-4745-824f-19daec64d6bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5de82def-019e-4745-824f-19daec64d6bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5749527398388091112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112574952739838809111257495273983880911125749527398388091112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ace30812-e198-4df7-9126-2e47bb0fdf24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85da8ca1-6389-49b3-bdb9-5e95d73c8ac3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85da8ca1-6389-49b3-bdb9-5e95d73c8ac3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3139210936678663100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100313921093667866310031392109366786631003139210936678663100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5de82def-019e-4745-824f-19daec64d6bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f409a0-2f99-433f-98bf-289f5b479c7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f409a0-2f99-433f-98bf-289f5b479c7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14311111790596154483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483143111117905961544831431111179059615448314311111790596154483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85da8ca1-6389-49b3-bdb9-5e95d73c8ac3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fd0d7d1-a4dc-449a-8769-5174589aaa15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fd0d7d1-a4dc-449a-8769-5174589aaa15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217764374613602103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103172177643746136021031721776437461360210317217764374613602103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f409a0-2f99-433f-98bf-289f5b479c7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d6a2b6-82f9-4ef1-aa72-d25645eee2b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d6a2b6-82f9-4ef1-aa72-d25645eee2b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17033500391279759300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300170335003912797593001703350039127975930017033500391279759300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fd0d7d1-a4dc-449a-8769-5174589aaa15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813a8b71-a10b-4818-ab23-f5ea50d903bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813a8b71-a10b-4818-ab23-f5ea50d903bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4657729678015402991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991465772967801540299146577296780154029914657729678015402991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d6a2b6-82f9-4ef1-aa72-d25645eee2b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c898f3e-0571-41c6-a3cd-63fcba39bf41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c898f3e-0571-41c6-a3cd-63fcba39bf41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8548461733068833687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687854846173306883368785484617330688336878548461733068833687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813a8b71-a10b-4818-ab23-f5ea50d903bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3028a35a-0732-4909-badd-3b6fbe9bd492, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3028a35a-0732-4909-badd-3b6fbe9bd492, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12493140321465393811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811124931403214653938111249314032146539381112493140321465393811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c898f3e-0571-41c6-a3cd-63fcba39bf41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4bd4e3b-55c2-4d8b-b870-1582a9c6a22e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4bd4e3b-55c2-4d8b-b870-1582a9c6a22e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4604447036918491555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555460444703691849155546044470369184915554604447036918491555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3028a35a-0732-4909-badd-3b6fbe9bd492, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f278e046-628a-4192-ad0a-4fec91ee334f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f278e046-628a-4192-ad0a-4fec91ee334f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5709923313292506802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802570992331329250680257099233132925068025709923313292506802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4bd4e3b-55c2-4d8b-b870-1582a9c6a22e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448df72c-a224-44fb-8ad3-993f9cf76113, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448df72c-a224-44fb-8ad3-993f9cf76113, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8969380303861904105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105896938030386190410589693803038619041058969380303861904105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f278e046-628a-4192-ad0a-4fec91ee334f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17e90f28-93e7-410e-abda-8a904c0f9687, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e90f28-93e7-410e-abda-8a904c0f9687, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14226089308166195353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353142260893081661953531422608930816619535314226089308166195353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448df72c-a224-44fb-8ad3-993f9cf76113, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7405bc85-b043-499f-bc34-9a8acaa64132, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7405bc85-b043-499f-bc34-9a8acaa64132, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12792209631070979779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779127922096310709797791279220963107097977912792209631070979779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e90f28-93e7-410e-abda-8a904c0f9687, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7743da64-037f-4288-bbbd-60a34e18e2c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7743da64-037f-4288-bbbd-60a34e18e2c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16346227532092524165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165163462275320925241651634622753209252416516346227532092524165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7405bc85-b043-499f-bc34-9a8acaa64132, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 732a1803-d628-4b26-9961-f54cc581cdf9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 732a1803-d628-4b26-9961-f54cc581cdf9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4934233603588816855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855493423360358881685549342336035888168554934233603588816855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7743da64-037f-4288-bbbd-60a34e18e2c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7b3a8b7-e588-4276-9e03-fd0dd6ed2eb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7b3a8b7-e588-4276-9e03-fd0dd6ed2eb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14663489874240777205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205146634898742407772051466348987424077720514663489874240777205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 732a1803-d628-4b26-9961-f54cc581cdf9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a79d9f7-66e6-4f00-a6ba-3364a4a2548f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a79d9f7-66e6-4f00-a6ba-3364a4a2548f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5791027112948687535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535579102711294868753557910271129486875355791027112948687535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7b3a8b7-e588-4276-9e03-fd0dd6ed2eb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 943a2dbe-de95-4193-9d94-6ab79183555f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 943a2dbe-de95-4193-9d94-6ab79183555f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17807760598965585843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843178077605989655858431780776059896558584317807760598965585843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a79d9f7-66e6-4f00-a6ba-3364a4a2548f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c2bfd5-555d-4069-9b9e-c43a3b34b12b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c2bfd5-555d-4069-9b9e-c43a3b34b12b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918630729506703195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195139186307295067031951391863072950670319513918630729506703195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 943a2dbe-de95-4193-9d94-6ab79183555f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01377536-c847-41e6-a7f0-90c9a94a475f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01377536-c847-41e6-a7f0-90c9a94a475f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4106255122974567310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310410625512297456731041062551229745673104106255122974567310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c2bfd5-555d-4069-9b9e-c43a3b34b12b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c833ff53-4387-4b11-8049-af63cbfc3fa7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c833ff53-4387-4b11-8049-af63cbfc3fa7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12225927855725818740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740122259278557258187401222592785572581874012225927855725818740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01377536-c847-41e6-a7f0-90c9a94a475f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8e4c711-165e-42e0-8292-8c671f5e38d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8e4c711-165e-42e0-8292-8c671f5e38d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3055019006279535624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624305501900627953562430550190062795356243055019006279535624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c833ff53-4387-4b11-8049-af63cbfc3fa7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1439908-bc5c-46e4-85e9-dcabdcb931db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1439908-bc5c-46e4-85e9-dcabdcb931db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2627386418384032568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568262738641838403256826273864183840325682627386418384032568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8e4c711-165e-42e0-8292-8c671f5e38d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eda334b-1767-4a0d-b40f-ab4e0aaf421b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eda334b-1767-4a0d-b40f-ab4e0aaf421b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5309633206681066616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616530963320668106661653096332066810666165309633206681066616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1439908-bc5c-46e4-85e9-dcabdcb931db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9669002a-8430-435b-aa72-db435cf1c55d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9669002a-8430-435b-aa72-db435cf1c55d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8087395349262699874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874808739534926269987480873953492626998748087395349262699874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9669002a-8430-435b-aa72-db435cf1c55d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eda334b-1767-4a0d-b40f-ab4e0aaf421b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27d7fde-4149-4b5e-a802-27d9d9ed9bac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27d7fde-4149-4b5e-a802-27d9d9ed9bac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15317506808760816751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751153175068087608167511531750680876081675115317506808760816751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8200c5d-fba2-49b1-92ac-249a03e240ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8200c5d-fba2-49b1-92ac-249a03e240ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1791267485135306449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449179126748513530644917912674851353064491791267485135306449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27d7fde-4149-4b5e-a802-27d9d9ed9bac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8200c5d-fba2-49b1-92ac-249a03e240ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3208ac2-398f-422f-aa33-e673ab456d30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3208ac2-398f-422f-aa33-e673ab456d30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2242814193777007404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404224281419377700740422428141937770074042242814193777007404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de8a7dd8-0fce-428b-958b-459389e2b23f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de8a7dd8-0fce-428b-958b-459389e2b23f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2546450063671988619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619254645006367198861925464500636719886192546450063671988619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3208ac2-398f-422f-aa33-e673ab456d30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f38c96bb-bb7b-4fb0-8be9-8dd887c463c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de8a7dd8-0fce-428b-958b-459389e2b23f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f38c96bb-bb7b-4fb0-8be9-8dd887c463c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7254061421137768344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344725406142113776834472540614211377683447254061421137768344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e331a7-3bf2-45e3-9ba9-a510d311159a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e331a7-3bf2-45e3-9ba9-a510d311159a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8553972490722890333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333855397249072289033385539724907228903338553972490722890333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f38c96bb-bb7b-4fb0-8be9-8dd887c463c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d96b604-3d01-4b28-83d9-165040b19375, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d96b604-3d01-4b28-83d9-165040b19375, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16561340814385762606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606165613408143857626061656134081438576260616561340814385762606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e331a7-3bf2-45e3-9ba9-a510d311159a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 701b3150-17cf-432d-ad22-c982f6759c02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 701b3150-17cf-432d-ad22-c982f6759c02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12839687225069043931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931128396872250690439311283968722506904393112839687225069043931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d96b604-3d01-4b28-83d9-165040b19375, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa60842-6164-4771-b405-9811407636d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa60842-6164-4771-b405-9811407636d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 105383373486579376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376105383373486579376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 701b3150-17cf-432d-ad22-c982f6759c02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e053da11-406e-4130-a879-52122cf4b004, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e053da11-406e-4130-a879-52122cf4b004, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 531892145787651402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402531892145787651402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa60842-6164-4771-b405-9811407636d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b2fd51-c426-4908-818c-359185167058, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b2fd51-c426-4908-818c-359185167058, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17812297341667955825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825178122973416679558251781229734166795582517812297341667955825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e053da11-406e-4130-a879-52122cf4b004, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa223a06-127a-4cf2-bda4-bf56da8c894e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa223a06-127a-4cf2-bda4-bf56da8c894e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14796672309875536861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861147966723098755368611479667230987553686114796672309875536861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b2fd51-c426-4908-818c-359185167058, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d09b46e-5a39-4e94-9205-68ba1682f1b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d09b46e-5a39-4e94-9205-68ba1682f1b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13401981149612634968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968134019811496126349681340198114961263496813401981149612634968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa223a06-127a-4cf2-bda4-bf56da8c894e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca3643f5-4656-437f-aa9b-e46841fa2d8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca3643f5-4656-437f-aa9b-e46841fa2d8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832571159899420676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676138325711598994206761383257115989942067613832571159899420676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d09b46e-5a39-4e94-9205-68ba1682f1b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cdb3ff9-54eb-4284-af6a-e7de755b6e04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cdb3ff9-54eb-4284-af6a-e7de755b6e04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2371669330213409126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126237166933021340912623716693302134091262371669330213409126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca3643f5-4656-437f-aa9b-e46841fa2d8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cdb3ff9-54eb-4284-af6a-e7de755b6e04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 678f7702-2535-42c1-bf6d-c7e9f6d6b4c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b48e7bb8-fb59-4f9b-8820-8d7775a6f300, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 678f7702-2535-42c1-bf6d-c7e9f6d6b4c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2202622242358771227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227220262224235877122722026222423587712272202622242358771227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b48e7bb8-fb59-4f9b-8820-8d7775a6f300, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4088731930409269041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041408873193040926904140887319304092690414088731930409269041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 678f7702-2535-42c1-bf6d-c7e9f6d6b4c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b48e7bb8-fb59-4f9b-8820-8d7775a6f300, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20724235-ad86-45e8-8676-04189c987923, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20724235-ad86-45e8-8676-04189c987923, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13767693760210022871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871137676937602100228711376769376021002287113767693760210022871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2ffce35-e043-401d-af89-51526814749d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2ffce35-e043-401d-af89-51526814749d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3773826771021653211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211377382677102165321137738267710216532113773826771021653211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20724235-ad86-45e8-8676-04189c987923, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2ffce35-e043-401d-af89-51526814749d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad116a1-042b-4671-bf41-d9b0a4b74c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd91543-7b8b-4c96-b5b2-171c51c8db8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad116a1-042b-4671-bf41-d9b0a4b74c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3719658550461678918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918371965855046167891837196585504616789183719658550461678918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd91543-7b8b-4c96-b5b2-171c51c8db8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13286450709057705909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909132864507090577059091328645070905770590913286450709057705909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd91543-7b8b-4c96-b5b2-171c51c8db8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21751b60-e14b-4de8-bfba-e9df42ce5da6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21751b60-e14b-4de8-bfba-e9df42ce5da6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1734427936301113486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486173442793630111348617344279363011134861734427936301113486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21751b60-e14b-4de8-bfba-e9df42ce5da6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84d52649-2f2b-4a4f-8335-f74c4e085ab4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84d52649-2f2b-4a4f-8335-f74c4e085ab4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4370893964223051575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575437089396422305157543708939642230515754370893964223051575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad116a1-042b-4671-bf41-d9b0a4b74c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759e7974-68e7-471a-a0d3-b4f6c9dfe5ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759e7974-68e7-471a-a0d3-b4f6c9dfe5ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3327600439908966295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295332760043990896629533276004399089662953327600439908966295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84d52649-2f2b-4a4f-8335-f74c4e085ab4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759e7974-68e7-471a-a0d3-b4f6c9dfe5ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 822375ab-258a-4479-828c-20f7b3e5545c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64941f34-6361-448c-a01f-2c320d45aa86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64941f34-6361-448c-a01f-2c320d45aa86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690325289416631780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780146903252894166317801469032528941663178014690325289416631780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 822375ab-258a-4479-828c-20f7b3e5545c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10352397647438519189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189103523976474385191891035239764743851918910352397647438519189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64941f34-6361-448c-a01f-2c320d45aa86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 822375ab-258a-4479-828c-20f7b3e5545c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75081726-6a1a-48c9-8e19-7e406b4840d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c712025-4696-4ab2-9773-eb0c2633e4f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c712025-4696-4ab2-9773-eb0c2633e4f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11764118111147824661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661117641181111478246611176411811114782466111764118111147824661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75081726-6a1a-48c9-8e19-7e406b4840d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7174708859693021282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282717470885969302128271747088596930212827174708859693021282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75081726-6a1a-48c9-8e19-7e406b4840d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b03e799c-b456-46da-90ef-17a3742ab103, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b03e799c-b456-46da-90ef-17a3742ab103, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1857831283673927614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614185783128367392761418578312836739276141857831283673927614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c712025-4696-4ab2-9773-eb0c2633e4f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50704d1a-6c62-4eb4-b040-7e462d71e516, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50704d1a-6c62-4eb4-b040-7e462d71e516, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14136216404688191614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614141362164046881916141413621640468819161414136216404688191614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b03e799c-b456-46da-90ef-17a3742ab103, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce143304-31a3-45c5-8021-ada862c10fd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce143304-31a3-45c5-8021-ada862c10fd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3339359497456961752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752333935949745696175233393594974569617523339359497456961752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50704d1a-6c62-4eb4-b040-7e462d71e516, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7702870b-58fb-48f9-9613-3e45ae0c878b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7702870b-58fb-48f9-9613-3e45ae0c878b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7826242687842124563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563782624268784212456378262426878421245637826242687842124563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce143304-31a3-45c5-8021-ada862c10fd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ddf88ae-3275-4950-b901-e421ec18c895, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddf88ae-3275-4950-b901-e421ec18c895, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16908595054111073770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770169085950541110737701690859505411107377016908595054111073770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7702870b-58fb-48f9-9613-3e45ae0c878b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 470cf15d-840d-4b34-958b-dcca3676b9d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 470cf15d-840d-4b34-958b-dcca3676b9d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8134722139669031096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096813472213966903109681347221396690310968134722139669031096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddf88ae-3275-4950-b901-e421ec18c895, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3728a72-6a5f-4c45-9f1d-1a7b9ff2800e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3728a72-6a5f-4c45-9f1d-1a7b9ff2800e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5155464475349922196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196515546447534992219651554644753499221965155464475349922196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 470cf15d-840d-4b34-958b-dcca3676b9d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca048723-2c6f-4bea-bcea-768f821b8781, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca048723-2c6f-4bea-bcea-768f821b8781, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629973176484270009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009162997317648427000916299731764842700091629973176484270009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3728a72-6a5f-4c45-9f1d-1a7b9ff2800e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 926db3c1-5019-4672-9ba0-fe6ff97519d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926db3c1-5019-4672-9ba0-fe6ff97519d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10358114636485138932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932103581146364851389321035811463648513893210358114636485138932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca048723-2c6f-4bea-bcea-768f821b8781, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b45b3397-4a05-410b-9ae0-5a1117778be8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b45b3397-4a05-410b-9ae0-5a1117778be8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3082533548529021012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012308253354852902101230825335485290210123082533548529021012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926db3c1-5019-4672-9ba0-fe6ff97519d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e786770b-941c-4f83-aed0-d025ab1ad0bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e786770b-941c-4f83-aed0-d025ab1ad0bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4727793947621206540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540472779394762120654047277939476212065404727793947621206540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b45b3397-4a05-410b-9ae0-5a1117778be8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c06c06ac-a055-45fe-9cec-22fa2c8e4628, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06c06ac-a055-45fe-9cec-22fa2c8e4628, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984160563812788805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805179841605638127888051798416056381278880517984160563812788805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e786770b-941c-4f83-aed0-d025ab1ad0bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23168feb-65a4-4c5d-af3d-9a4e38f4931f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23168feb-65a4-4c5d-af3d-9a4e38f4931f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16821165012516207700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700168211650125162077001682116501251620770016821165012516207700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06c06ac-a055-45fe-9cec-22fa2c8e4628, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed858c72-84ea-4476-9fe3-3fef89173920, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed858c72-84ea-4476-9fe3-3fef89173920, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4124906889801294168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168412490688980129416841249068898012941684124906889801294168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23168feb-65a4-4c5d-af3d-9a4e38f4931f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3d53582-c5af-4a2c-8e54-b19dabe1c6d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3d53582-c5af-4a2c-8e54-b19dabe1c6d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17251329760804280972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972172513297608042809721725132976080428097217251329760804280972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed858c72-84ea-4476-9fe3-3fef89173920, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64e11cab-e242-483a-9fdf-caa797f486d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64e11cab-e242-483a-9fdf-caa797f486d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6713747423577967484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484671374742357796748467137474235779674846713747423577967484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3d53582-c5af-4a2c-8e54-b19dabe1c6d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 201cf3a7-cab6-43ae-8185-b92e708e1d13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 201cf3a7-cab6-43ae-8185-b92e708e1d13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15183363061352360508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508151833630613523605081518336306135236050815183363061352360508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64e11cab-e242-483a-9fdf-caa797f486d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5031a52-93c0-4609-802c-2db5d2a65863, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5031a52-93c0-4609-802c-2db5d2a65863, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824618030397608171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171182461803039760817118246180303976081711824618030397608171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 201cf3a7-cab6-43ae-8185-b92e708e1d13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb09750f-3131-4253-ac48-f7f4e112bda2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb09750f-3131-4253-ac48-f7f4e112bda2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12254408867681831181 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181122544088676818311811225440886768183118112254408867681831181" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5031a52-93c0-4609-802c-2db5d2a65863, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc8d702a-11e8-4cbd-9e9b-17c500742572, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc8d702a-11e8-4cbd-9e9b-17c500742572, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4946701598306084730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730494670159830608473049467015983060847304946701598306084730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb09750f-3131-4253-ac48-f7f4e112bda2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 764f935b-df03-4c85-b202-84410dd2dc14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc8d702a-11e8-4cbd-9e9b-17c500742572, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8971c70f-06ff-43d5-925d-46cbb0cc8bea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8971c70f-06ff-43d5-925d-46cbb0cc8bea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17908121782581238597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597179081217825812385971790812178258123859717908121782581238597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764f935b-df03-4c85-b202-84410dd2dc14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14100268569235795258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258141002685692357952581410026856923579525814100268569235795258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764f935b-df03-4c85-b202-84410dd2dc14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57d47e08-7ff0-4b12-a621-7d0060cafc93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d47e08-7ff0-4b12-a621-7d0060cafc93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8439450210716939067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067843945021071693906784394502107169390678439450210716939067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8971c70f-06ff-43d5-925d-46cbb0cc8bea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583d73ff-7f49-47bb-89dd-4e333407dad7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583d73ff-7f49-47bb-89dd-4e333407dad7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3020332351703517832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832302033235170351783230203323517035178323020332351703517832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d47e08-7ff0-4b12-a621-7d0060cafc93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ecbb6b9-1ce8-4120-b837-8707042ee5ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ecbb6b9-1ce8-4120-b837-8707042ee5ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12800696804448124046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046128006968044481240461280069680444812404612800696804448124046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583d73ff-7f49-47bb-89dd-4e333407dad7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5d21c4c-2c73-4b98-ad67-d3c55855b77c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5d21c4c-2c73-4b98-ad67-d3c55855b77c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000130267719402726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726700013026771940272670001302677194027267000130267719402726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ecbb6b9-1ce8-4120-b837-8707042ee5ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f57db3ae-77e3-4631-8d83-48bf31628eaf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f57db3ae-77e3-4631-8d83-48bf31628eaf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8040842172580789360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360804084217258078936080408421725807893608040842172580789360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5d21c4c-2c73-4b98-ad67-d3c55855b77c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30262354-aa88-4a14-9eef-a75c85c24bf3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30262354-aa88-4a14-9eef-a75c85c24bf3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17552865045321536032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032175528650453215360321755286504532153603217552865045321536032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f57db3ae-77e3-4631-8d83-48bf31628eaf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a475844f-adec-4dbf-b9cc-029e9c7e03b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a475844f-adec-4dbf-b9cc-029e9c7e03b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17094879296809688724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724170948792968096887241709487929680968872417094879296809688724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30262354-aa88-4a14-9eef-a75c85c24bf3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cab1435e-50ee-4b0e-b4f0-4330314aabe0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cab1435e-50ee-4b0e-b4f0-4330314aabe0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6840262600007102264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264684026260000710226468402626000071022646840262600007102264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a475844f-adec-4dbf-b9cc-029e9c7e03b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a589de7-d2ae-4e49-b840-891f857b7c65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a589de7-d2ae-4e49-b840-891f857b7c65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17818788169435201288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288178187881694352012881781878816943520128817818788169435201288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cab1435e-50ee-4b0e-b4f0-4330314aabe0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011db44e-2fb5-47e2-9595-0fd8f1dccf83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011db44e-2fb5-47e2-9595-0fd8f1dccf83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3324681692695477706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706332468169269547770633246816926954777063324681692695477706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a589de7-d2ae-4e49-b840-891f857b7c65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f201d6a-6409-4424-809e-5b862d24f9fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f201d6a-6409-4424-809e-5b862d24f9fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10962929629216806804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804109629296292168068041096292962921680680410962929629216806804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011db44e-2fb5-47e2-9595-0fd8f1dccf83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adb16dcf-ef97-43c2-8141-fc94d14cb2df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adb16dcf-ef97-43c2-8141-fc94d14cb2df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11391759638854802850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850113917596388548028501139175963885480285011391759638854802850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f201d6a-6409-4424-809e-5b862d24f9fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb6fe2ab-af1c-4fd0-863c-0a391f2f889e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb6fe2ab-af1c-4fd0-863c-0a391f2f889e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421240636731965833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833342124063673196583334212406367319658333421240636731965833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adb16dcf-ef97-43c2-8141-fc94d14cb2df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 087a771e-c4d6-4d44-ba8f-dfeb9163b6d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087a771e-c4d6-4d44-ba8f-dfeb9163b6d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6802451456855991171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171680245145685599117168024514568559911716802451456855991171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb6fe2ab-af1c-4fd0-863c-0a391f2f889e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8dfbdf4-d209-446b-b598-f47e71da6f00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8dfbdf4-d209-446b-b598-f47e71da6f00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1611162875780392745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745161116287578039274516111628757803927451611162875780392745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087a771e-c4d6-4d44-ba8f-dfeb9163b6d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85631e3a-4536-4a39-bb0b-6b64a733fdd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85631e3a-4536-4a39-bb0b-6b64a733fdd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17487189785259672554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554174871897852596725541748718978525967255417487189785259672554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8dfbdf4-d209-446b-b598-f47e71da6f00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 708c9d1b-3eb7-45d0-a24a-4b669301c91f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 708c9d1b-3eb7-45d0-a24a-4b669301c91f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2759981758160398578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578275998175816039857827599817581603985782759981758160398578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85631e3a-4536-4a39-bb0b-6b64a733fdd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b58ca8dd-6fdd-420d-8f58-47e553954272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58ca8dd-6fdd-420d-8f58-47e553954272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14140232729547941779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779141402327295479417791414023272954794177914140232729547941779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 708c9d1b-3eb7-45d0-a24a-4b669301c91f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b26269-f6a5-4139-a709-611c0cf9f596, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b26269-f6a5-4139-a709-611c0cf9f596, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1635647336792023578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578163564733679202357816356473367920235781635647336792023578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58ca8dd-6fdd-420d-8f58-47e553954272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ccfbc8-a984-487c-a5df-e8ad763a3c17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ccfbc8-a984-487c-a5df-e8ad763a3c17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11453140581603185248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248114531405816031852481145314058160318524811453140581603185248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b26269-f6a5-4139-a709-611c0cf9f596, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 403baecc-75cb-471b-89a0-a26dbf2e1ba3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 403baecc-75cb-471b-89a0-a26dbf2e1ba3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6640552571381084319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319664055257138108431966405525713810843196640552571381084319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ccfbc8-a984-487c-a5df-e8ad763a3c17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5dcf227-0f5d-4887-92bb-f5ac7fbb0e8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5dcf227-0f5d-4887-92bb-f5ac7fbb0e8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8732178388522289701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701873217838852228970187321783885222897018732178388522289701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 403baecc-75cb-471b-89a0-a26dbf2e1ba3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8b47cb3-d2b1-4d5f-a7ab-c84dcf14c243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8b47cb3-d2b1-4d5f-a7ab-c84dcf14c243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9362282302416480559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559936228230241648055993622823024164805599362282302416480559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5dcf227-0f5d-4887-92bb-f5ac7fbb0e8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bde79f6-8883-4e00-ba1e-83b10e541014, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bde79f6-8883-4e00-ba1e-83b10e541014, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10438709458688366571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571104387094586883665711043870945868836657110438709458688366571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8b47cb3-d2b1-4d5f-a7ab-c84dcf14c243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73ede735-9e3b-4823-a105-cbd900189234, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73ede735-9e3b-4823-a105-cbd900189234, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3098871731143910368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368309887173114391036830988717311439103683098871731143910368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bde79f6-8883-4e00-ba1e-83b10e541014, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a1583b-0d2c-4a39-90c2-9afb170d905e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a1583b-0d2c-4a39-90c2-9afb170d905e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5122953140804915950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950512295314080491595051229531408049159505122953140804915950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73ede735-9e3b-4823-a105-cbd900189234, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2397c7c-8343-4676-862a-88c9a479b6e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2397c7c-8343-4676-862a-88c9a479b6e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9362709144059506498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498936270914405950649893627091440595064989362709144059506498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a1583b-0d2c-4a39-90c2-9afb170d905e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eff0bbb-3b92-4461-b2e5-427114b8ab66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eff0bbb-3b92-4461-b2e5-427114b8ab66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469918862549366653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653646991886254936665364699188625493666536469918862549366653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2397c7c-8343-4676-862a-88c9a479b6e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a25192eb-52d2-4a10-b4e4-1846a97ae878, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25192eb-52d2-4a10-b4e4-1846a97ae878, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9015040252078899091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091901504025207889909190150402520788990919015040252078899091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eff0bbb-3b92-4461-b2e5-427114b8ab66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d30190-c3a8-426b-9f33-d05f24634af6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d30190-c3a8-426b-9f33-d05f24634af6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17025595391684044412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412170255953916840444121702559539168404441217025595391684044412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25192eb-52d2-4a10-b4e4-1846a97ae878, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 995adfeb-512b-4e57-830d-2f14e0bea0b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995adfeb-512b-4e57-830d-2f14e0bea0b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11161576607343254724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724111615766073432547241116157660734325472411161576607343254724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d30190-c3a8-426b-9f33-d05f24634af6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b50378d-c01a-4bf1-8fc1-57851461dbce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b50378d-c01a-4bf1-8fc1-57851461dbce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17544158968570327357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357175441589685703273571754415896857032735717544158968570327357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995adfeb-512b-4e57-830d-2f14e0bea0b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0735419-aea9-446c-baeb-5d63ffc09622, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0735419-aea9-446c-baeb-5d63ffc09622, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11789806737106354241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241117898067371063542411178980673710635424111789806737106354241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b50378d-c01a-4bf1-8fc1-57851461dbce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306a7eb6-3ebe-4cf0-b89b-380b596eb557, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306a7eb6-3ebe-4cf0-b89b-380b596eb557, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16346903785926961064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064163469037859269610641634690378592696106416346903785926961064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0735419-aea9-446c-baeb-5d63ffc09622, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9b74df0-1859-4b1e-ad50-2f55e6eae86c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9b74df0-1859-4b1e-ad50-2f55e6eae86c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815447486889821577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577181544748688982157718154474868898215771815447486889821577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306a7eb6-3ebe-4cf0-b89b-380b596eb557, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e8a4a5c-999b-4fce-9513-bc5f66c7fe81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e8a4a5c-999b-4fce-9513-bc5f66c7fe81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9573873774871719602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602957387377487171960295738737748717196029573873774871719602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9b74df0-1859-4b1e-ad50-2f55e6eae86c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fec99ef-2fff-403a-b124-b77d0cefa92c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fec99ef-2fff-403a-b124-b77d0cefa92c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9094235992336402272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272909423599233640227290942359923364022729094235992336402272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e8a4a5c-999b-4fce-9513-bc5f66c7fe81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2b8898f-a428-4f48-8ee1-85867c58aa90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b8898f-a428-4f48-8ee1-85867c58aa90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5967742150250980676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676596774215025098067659677421502509806765967742150250980676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fec99ef-2fff-403a-b124-b77d0cefa92c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cd8d4bc-4e1d-4482-ba89-49a20d021edf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd8d4bc-4e1d-4482-ba89-49a20d021edf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9668102129609138740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740966810212960913874096681021296091387409668102129609138740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b8898f-a428-4f48-8ee1-85867c58aa90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8caba86d-9c16-478a-b560-cfb871c5907f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8caba86d-9c16-478a-b560-cfb871c5907f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1274283652596983217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217127428365259698321712742836525969832171274283652596983217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd8d4bc-4e1d-4482-ba89-49a20d021edf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07574289-333d-48f3-9916-75f1e08b0c36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07574289-333d-48f3-9916-75f1e08b0c36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12205420597287247603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603122054205972872476031220542059728724760312205420597287247603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8caba86d-9c16-478a-b560-cfb871c5907f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 915012c2-22d6-440e-b4c3-be8b22c3c103, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915012c2-22d6-440e-b4c3-be8b22c3c103, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12952541310983884237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237129525413109838842371295254131098388423712952541310983884237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07574289-333d-48f3-9916-75f1e08b0c36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3d71205-faa8-4e6e-8f68-33479a0d5434, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3d71205-faa8-4e6e-8f68-33479a0d5434, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3377826729665983842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842337782672966598384233778267296659838423377826729665983842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3d71205-faa8-4e6e-8f68-33479a0d5434, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3b1ec6f-40fe-455b-879f-856c0f10f409, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b1ec6f-40fe-455b-879f-856c0f10f409, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8463076770260270395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395846307677026027039584630767702602703958463076770260270395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915012c2-22d6-440e-b4c3-be8b22c3c103, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd8777c-8b5c-44b0-aa31-b3cca63a313a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd8777c-8b5c-44b0-aa31-b3cca63a313a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1657601389778930472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472165760138977893047216576013897789304721657601389778930472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b1ec6f-40fe-455b-879f-856c0f10f409, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9a07208-bc18-4506-a381-c2025996b2bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9a07208-bc18-4506-a381-c2025996b2bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5362907845308152762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762536290784530815276253629078453081527625362907845308152762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd8777c-8b5c-44b0-aa31-b3cca63a313a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed2aabd-f8d2-4a30-9a37-33eb322396d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed2aabd-f8d2-4a30-9a37-33eb322396d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10925753697537266466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466109257536975372664661092575369753726646610925753697537266466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9a07208-bc18-4506-a381-c2025996b2bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b63c44-e976-4c53-8148-d38359b760ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b63c44-e976-4c53-8148-d38359b760ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10890623663236319799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799108906236632363197991089062366323631979910890623663236319799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed2aabd-f8d2-4a30-9a37-33eb322396d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d70824d-3a0e-494d-9f2d-3a8a549e1141, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d70824d-3a0e-494d-9f2d-3a8a549e1141, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12146171228064327597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597121461712280643275971214617122806432759712146171228064327597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b63c44-e976-4c53-8148-d38359b760ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ee788e-82a5-4b2b-8ce5-139135b3d444, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ee788e-82a5-4b2b-8ce5-139135b3d444, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887867157051532516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516488786715705153251648878671570515325164887867157051532516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d70824d-3a0e-494d-9f2d-3a8a549e1141, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b49adea7-5a13-45b5-8339-23a2f0c31373, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b49adea7-5a13-45b5-8339-23a2f0c31373, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13654474146651457209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209136544741466514572091365447414665145720913654474146651457209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ee788e-82a5-4b2b-8ce5-139135b3d444, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40e95061-51df-4159-a857-ecd829c519f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40e95061-51df-4159-a857-ecd829c519f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15831361853587062812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812158313618535870628121583136185358706281215831361853587062812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b49adea7-5a13-45b5-8339-23a2f0c31373, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 331db3d9-85f4-403f-9114-17a034f21e51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331db3d9-85f4-403f-9114-17a034f21e51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14227368258804055688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688142273682588040556881422736825880405568814227368258804055688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40e95061-51df-4159-a857-ecd829c519f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad80c3fa-82e2-42d2-9f56-12db1c20b706, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad80c3fa-82e2-42d2-9f56-12db1c20b706, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8497693721707524456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456849769372170752445684976937217075244568497693721707524456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331db3d9-85f4-403f-9114-17a034f21e51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52c1bcc1-b593-4860-85df-1c2c50a3adce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52c1bcc1-b593-4860-85df-1c2c50a3adce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10911796205453973186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186109117962054539731861091179620545397318610911796205453973186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad80c3fa-82e2-42d2-9f56-12db1c20b706, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b94953ff-92fe-4a58-90fa-ec1e1ab3e74e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b94953ff-92fe-4a58-90fa-ec1e1ab3e74e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16432294448501051871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871164322944485010518711643229444850105187116432294448501051871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52c1bcc1-b593-4860-85df-1c2c50a3adce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cac4328a-e7b4-460c-9079-c78e75ae765c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cac4328a-e7b4-460c-9079-c78e75ae765c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18376106988863085560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560183761069888630855601837610698886308556018376106988863085560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b94953ff-92fe-4a58-90fa-ec1e1ab3e74e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c886add8-ee1e-467c-bd3b-0af19c033890, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c886add8-ee1e-467c-bd3b-0af19c033890, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18432961292428992913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913184329612924289929131843296129242899291318432961292428992913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cac4328a-e7b4-460c-9079-c78e75ae765c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31f5fb31-e281-4504-91d4-856934c61ee7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31f5fb31-e281-4504-91d4-856934c61ee7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12348593808121245405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405123485938081212454051234859380812124540512348593808121245405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c886add8-ee1e-467c-bd3b-0af19c033890, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f4beaf-96f1-4dd1-afd3-6eecd7e083ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f4beaf-96f1-4dd1-afd3-6eecd7e083ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7528406880557533142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142752840688055753314275284068805575331427528406880557533142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31f5fb31-e281-4504-91d4-856934c61ee7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24efad1a-aa70-44a0-8924-5c1c3d1e364f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24efad1a-aa70-44a0-8924-5c1c3d1e364f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17904343514901119661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661179043435149011196611790434351490111966117904343514901119661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f4beaf-96f1-4dd1-afd3-6eecd7e083ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3446ab0-6107-4207-95ab-34c03420e341, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3446ab0-6107-4207-95ab-34c03420e341, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4526143114397478804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804452614311439747880445261431143974788044526143114397478804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24efad1a-aa70-44a0-8924-5c1c3d1e364f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d6397a-a628-4b3a-974c-0511029a7b7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d6397a-a628-4b3a-974c-0511029a7b7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5996768917863329400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400599676891786332940059967689178633294005996768917863329400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3446ab0-6107-4207-95ab-34c03420e341, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 752bd94f-accb-4686-a05a-819ed5ef010a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 752bd94f-accb-4686-a05a-819ed5ef010a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7145439655043000423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423714543965504300042371454396550430004237145439655043000423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d6397a-a628-4b3a-974c-0511029a7b7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32cf384a-60d3-4c46-9dfb-c81479de4502, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32cf384a-60d3-4c46-9dfb-c81479de4502, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2205156871579448872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872220515687157944887222051568715794488722205156871579448872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 752bd94f-accb-4686-a05a-819ed5ef010a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab15fc7-89d9-4132-ad4c-1315c191daef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32cf384a-60d3-4c46-9dfb-c81479de4502, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab15fc7-89d9-4132-ad4c-1315c191daef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2408122099269483325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325240812209926948332524081220992694833252408122099269483325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72933a51-7546-4554-9d78-2dfcfbcb4872, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72933a51-7546-4554-9d78-2dfcfbcb4872, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17116533030959395083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083171165330309593950831711653303095939508317116533030959395083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab15fc7-89d9-4132-ad4c-1315c191daef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddf0c966-7f3d-42fe-ac6b-a429c08d05e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddf0c966-7f3d-42fe-ac6b-a429c08d05e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15509414640259953737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737155094146402599537371550941464025995373715509414640259953737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72933a51-7546-4554-9d78-2dfcfbcb4872, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 051c5c06-d376-4739-ae9c-b0a2a9d01cd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051c5c06-d376-4739-ae9c-b0a2a9d01cd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12357817245832841856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856123578172458328418561235781724583284185612357817245832841856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddf0c966-7f3d-42fe-ac6b-a429c08d05e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72b92e0-95d2-427a-8fa2-e51d0b761d4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051c5c06-d376-4739-ae9c-b0a2a9d01cd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eefe88e-a886-4f8d-86a4-8987ed4390f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72b92e0-95d2-427a-8fa2-e51d0b761d4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17945641585269225466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466179456415852692254661794564158526922546617945641585269225466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eefe88e-a886-4f8d-86a4-8987ed4390f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15430694966673704900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900154306949666737049001543069496667370490015430694966673704900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72b92e0-95d2-427a-8fa2-e51d0b761d4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae01630b-9612-4715-bb19-cca8cf303277, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae01630b-9612-4715-bb19-cca8cf303277, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15036284486676206375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375150362844866762063751503628448667620637515036284486676206375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eefe88e-a886-4f8d-86a4-8987ed4390f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99cda2e5-55b1-4a93-bb39-725ab24c7fa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99cda2e5-55b1-4a93-bb39-725ab24c7fa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5146032030014248311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311514603203001424831151460320300142483115146032030014248311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae01630b-9612-4715-bb19-cca8cf303277, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f6da02-d926-4b0c-b7a9-fdec92d5df3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f6da02-d926-4b0c-b7a9-fdec92d5df3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2380091545177262020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020238009154517726202023800915451772620202380091545177262020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99cda2e5-55b1-4a93-bb39-725ab24c7fa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfc61642-6fa1-4fa5-9b4e-aaaf26e5beb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfc61642-6fa1-4fa5-9b4e-aaaf26e5beb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7350857222221485205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205735085722222148520573508572222214852057350857222221485205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f6da02-d926-4b0c-b7a9-fdec92d5df3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1f8c2aa-b164-418e-9dd3-faecb1eb5561, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1f8c2aa-b164-418e-9dd3-faecb1eb5561, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5667984218377940602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602566798421837794060256679842183779406025667984218377940602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfc61642-6fa1-4fa5-9b4e-aaaf26e5beb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d65642-ff64-45b8-88aa-3fa26d1f993d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d65642-ff64-45b8-88aa-3fa26d1f993d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6559115480192568367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367655911548019256836765591154801925683676559115480192568367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1f8c2aa-b164-418e-9dd3-faecb1eb5561, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7647ac51-8247-4d55-b929-1763dc3b56ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7647ac51-8247-4d55-b929-1763dc3b56ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9858220973024675114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114985822097302467511498582209730246751149858220973024675114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d65642-ff64-45b8-88aa-3fa26d1f993d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cad1e64-bdf5-4f31-8724-662868edaf89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cad1e64-bdf5-4f31-8724-662868edaf89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17489754397298233587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587174897543972982335871748975439729823358717489754397298233587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7647ac51-8247-4d55-b929-1763dc3b56ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf9806b7-91bf-4898-b67f-b88964b92f5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf9806b7-91bf-4898-b67f-b88964b92f5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5599647482142956633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633559964748214295663355996474821429566335599647482142956633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cad1e64-bdf5-4f31-8724-662868edaf89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a87500-1549-4b30-9c6b-f4a1cdb59cbe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a87500-1549-4b30-9c6b-f4a1cdb59cbe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11577604320133019649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649115776043201330196491157760432013301964911577604320133019649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf9806b7-91bf-4898-b67f-b88964b92f5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d85928f1-e0b7-4d04-93a4-c0faf35502c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d85928f1-e0b7-4d04-93a4-c0faf35502c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6289310590804309963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963628931059080430996362893105908043099636289310590804309963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a87500-1549-4b30-9c6b-f4a1cdb59cbe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdbc670a-ecad-4377-8d19-18b9bbc1df7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdbc670a-ecad-4377-8d19-18b9bbc1df7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12635738169561104914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914126357381695611049141263573816956110491412635738169561104914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d85928f1-e0b7-4d04-93a4-c0faf35502c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 629b1e08-351e-45da-aa1a-7b4fdad3513d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629b1e08-351e-45da-aa1a-7b4fdad3513d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6864626027418439755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755686462602741843975568646260274184397556864626027418439755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdbc670a-ecad-4377-8d19-18b9bbc1df7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39d113d8-5241-4b37-84a0-0a3c18e2032b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39d113d8-5241-4b37-84a0-0a3c18e2032b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15080418581781557934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934150804185817815579341508041858178155793415080418581781557934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629b1e08-351e-45da-aa1a-7b4fdad3513d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd96bf2-033b-4205-86c0-4308d0a7ab0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd96bf2-033b-4205-86c0-4308d0a7ab0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 270001373018691406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406270001373018691406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39d113d8-5241-4b37-84a0-0a3c18e2032b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4af60b0b-f5fb-49bd-b435-dff59e4ba8ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4af60b0b-f5fb-49bd-b435-dff59e4ba8ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15690368891522907856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856156903688915229078561569036889152290785615690368891522907856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd96bf2-033b-4205-86c0-4308d0a7ab0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63377dde-278a-4572-9e15-7f4acb67b8a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63377dde-278a-4572-9e15-7f4acb67b8a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16810393816986475994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994168103938169864759941681039381698647599416810393816986475994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4af60b0b-f5fb-49bd-b435-dff59e4ba8ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3916faf-4b69-4ae6-82ac-e6e2c6920639, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3916faf-4b69-4ae6-82ac-e6e2c6920639, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16839913832420710490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490168399138324207104901683991383242071049016839913832420710490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63377dde-278a-4572-9e15-7f4acb67b8a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2198e81-2a39-4de5-94c8-6b689684b873, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2198e81-2a39-4de5-94c8-6b689684b873, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6280604081218502425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425628060408121850242562806040812185024256280604081218502425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3916faf-4b69-4ae6-82ac-e6e2c6920639, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f15b1c3-47c6-418a-aa1e-7a34c5426bda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f15b1c3-47c6-418a-aa1e-7a34c5426bda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2216915995493990173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173221691599549399017322169159954939901732216915995493990173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2198e81-2a39-4de5-94c8-6b689684b873, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab6f1cc-2dcc-4cf0-8b79-cf0d991d1eb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab6f1cc-2dcc-4cf0-8b79-cf0d991d1eb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3338020032057034633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633333802003205703463333380200320570346333338020032057034633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f15b1c3-47c6-418a-aa1e-7a34c5426bda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d6b8b22-da20-47aa-8c7c-c214164f61e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6b8b22-da20-47aa-8c7c-c214164f61e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9983204918537868298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298998320491853786829899832049185378682989983204918537868298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab6f1cc-2dcc-4cf0-8b79-cf0d991d1eb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6b8b22-da20-47aa-8c7c-c214164f61e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c2f8203-619b-4113-a2cf-51608f7c0d01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c2f8203-619b-4113-a2cf-51608f7c0d01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4273664872182657084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084427366487218265708442736648721826570844273664872182657084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f775a19-e000-442e-bab0-6b2238d0f90d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f775a19-e000-442e-bab0-6b2238d0f90d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13689379971477818643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643136893799714778186431368937997147781864313689379971477818643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c2f8203-619b-4113-a2cf-51608f7c0d01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56524e8-336b-455f-96a2-a475d48ce2a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f775a19-e000-442e-bab0-6b2238d0f90d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56524e8-336b-455f-96a2-a475d48ce2a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6623344644722885038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038662334464472288503866233446447228850386623344644722885038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 930fdcec-5ca2-4b2b-8e16-73395e72d44e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 930fdcec-5ca2-4b2b-8e16-73395e72d44e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16385591319423286732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732163855913194232867321638559131942328673216385591319423286732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 930fdcec-5ca2-4b2b-8e16-73395e72d44e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc31424-abca-45fb-800a-aff5f97da73f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc31424-abca-45fb-800a-aff5f97da73f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5117308232491444894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894511730823249144489451173082324914448945117308232491444894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56524e8-336b-455f-96a2-a475d48ce2a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a09e6d-2353-436c-a6cf-9ca432faaace, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a09e6d-2353-436c-a6cf-9ca432faaace, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5285252459699318475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475528525245969931847552852524596993184755285252459699318475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc31424-abca-45fb-800a-aff5f97da73f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f8c659-60fd-43fb-8855-1078d57e2225, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f8c659-60fd-43fb-8855-1078d57e2225, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367838557929212777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777736783855792921277773678385579292127777367838557929212777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a09e6d-2353-436c-a6cf-9ca432faaace, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be3a2bac-5702-4b55-8e9a-c6646ea74fdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be3a2bac-5702-4b55-8e9a-c6646ea74fdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14502601218911760924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924145026012189117609241450260121891176092414502601218911760924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f8c659-60fd-43fb-8855-1078d57e2225, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cb6d052-d2e4-400c-98a3-2dccb1ad40f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cb6d052-d2e4-400c-98a3-2dccb1ad40f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423080399342710625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625174230803993427106251742308039934271062517423080399342710625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be3a2bac-5702-4b55-8e9a-c6646ea74fdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01c1ccd5-4f07-40d6-bdd1-280adf68d95e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c1ccd5-4f07-40d6-bdd1-280adf68d95e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4331267191352343018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018433126719135234301843312671913523430184331267191352343018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cb6d052-d2e4-400c-98a3-2dccb1ad40f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfd973f2-39b9-4d83-ac0d-7224a00ffbac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfd973f2-39b9-4d83-ac0d-7224a00ffbac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908507063436887729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729109085070634368877291090850706343688772910908507063436887729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfd973f2-39b9-4d83-ac0d-7224a00ffbac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a5c1fe2-a915-45fa-8611-08af02d02b89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c1ccd5-4f07-40d6-bdd1-280adf68d95e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23f29a8f-1766-4b15-8a58-01873bc68c09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a5c1fe2-a915-45fa-8611-08af02d02b89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6989416202250923688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688698941620225092368869894162022509236886989416202250923688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f29a8f-1766-4b15-8a58-01873bc68c09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 407266625276603650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650407266625276603650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f29a8f-1766-4b15-8a58-01873bc68c09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8f27909-4d57-4b00-a283-4c74d397e8e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8f27909-4d57-4b00-a283-4c74d397e8e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490118681279474825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825749011868127947482574901186812794748257490118681279474825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a5c1fe2-a915-45fa-8611-08af02d02b89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92cc238f-f8b4-42e9-8b17-c66df91c1025, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92cc238f-f8b4-42e9-8b17-c66df91c1025, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15761751327714948019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019157617513277149480191576175132771494801915761751327714948019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8f27909-4d57-4b00-a283-4c74d397e8e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db18d6bb-31d7-4b4e-9b7a-d740df074785, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db18d6bb-31d7-4b4e-9b7a-d740df074785, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10300233717089077732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732103002337170890777321030023371708907773210300233717089077732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92cc238f-f8b4-42e9-8b17-c66df91c1025, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f166138c-19b7-4b46-8e94-425bec170151, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db18d6bb-31d7-4b4e-9b7a-d740df074785, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bba36256-2991-4a92-948c-0ae6485066bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bba36256-2991-4a92-948c-0ae6485066bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979058021121651408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408169790580211216514081697905802112165140816979058021121651408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f166138c-19b7-4b46-8e94-425bec170151, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367314892426117923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923163673148924261179231636731489242611792316367314892426117923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bba36256-2991-4a92-948c-0ae6485066bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 660eabee-269e-4c16-8ad2-d3cfe7412149, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 660eabee-269e-4c16-8ad2-d3cfe7412149, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14170061164346544746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746141700611643465447461417006116434654474614170061164346544746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f166138c-19b7-4b46-8e94-425bec170151, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ba543b5-2fd5-4e80-a681-dde9e35f3cb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ba543b5-2fd5-4e80-a681-dde9e35f3cb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11587176903890783520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520115871769038907835201158717690389078352011587176903890783520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 660eabee-269e-4c16-8ad2-d3cfe7412149, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ba543b5-2fd5-4e80-a681-dde9e35f3cb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3eef8928-ac8c-497e-97a6-72b02f9029fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c335536-4908-4582-b6d8-16dd86c450d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c335536-4908-4582-b6d8-16dd86c450d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6432257534454534602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602643225753445453460264322575344545346026432257534454534602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3eef8928-ac8c-497e-97a6-72b02f9029fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17917259821237014506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506179172598212370145061791725982123701450617917259821237014506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3eef8928-ac8c-497e-97a6-72b02f9029fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c335536-4908-4582-b6d8-16dd86c450d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce826f6b-d519-4d0a-b239-564dbf5947e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce826f6b-d519-4d0a-b239-564dbf5947e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8212049735820605074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074821204973582060507482120497358206050748212049735820605074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a08d9eba-28ae-4107-83c0-2ef746b174b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a08d9eba-28ae-4107-83c0-2ef746b174b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 184972267870120320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320184972267870120320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a08d9eba-28ae-4107-83c0-2ef746b174b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce826f6b-d519-4d0a-b239-564dbf5947e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b7d9ca-adb4-47b1-a0ee-0e388bee014d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc1afb13-0642-486e-a474-38e5551c5745, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b7d9ca-adb4-47b1-a0ee-0e388bee014d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4527666317748810326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326452766631774881032645276663177488103264527666317748810326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc1afb13-0642-486e-a474-38e5551c5745, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13931581017307141827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827139315810173071418271393158101730714182713931581017307141827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b7d9ca-adb4-47b1-a0ee-0e388bee014d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc1afb13-0642-486e-a474-38e5551c5745, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a9bb45-101f-4b35-9273-4436832a2a48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a9bb45-101f-4b35-9273-4436832a2a48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13794938153882483254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254137949381538824832541379493815388248325413794938153882483254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c281cc8-fe3a-4c97-b69f-3099777c96e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c281cc8-fe3a-4c97-b69f-3099777c96e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465281507583995345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345144652815075839953451446528150758399534514465281507583995345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a9bb45-101f-4b35-9273-4436832a2a48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef04b39e-1f22-49ae-b00d-0809b2d97db4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef04b39e-1f22-49ae-b00d-0809b2d97db4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16057329763641084557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557160573297636410845571605732976364108455716057329763641084557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c281cc8-fe3a-4c97-b69f-3099777c96e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1477c224-3d97-4dbc-a738-c8bc587c6b1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1477c224-3d97-4dbc-a738-c8bc587c6b1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154159293426387241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241315415929342638724131541592934263872413154159293426387241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef04b39e-1f22-49ae-b00d-0809b2d97db4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9bcaf1-414f-4ab0-ab79-76c50a3dbf97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1477c224-3d97-4dbc-a738-c8bc587c6b1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9bcaf1-414f-4ab0-ab79-76c50a3dbf97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11467490726155707634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634114674907261557076341146749072615570763411467490726155707634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151b9ffa-8ed9-415f-98c4-b545e150d5da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151b9ffa-8ed9-415f-98c4-b545e150d5da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7748497386774720075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075774849738677472007577484973867747200757748497386774720075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9bcaf1-414f-4ab0-ab79-76c50a3dbf97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa2fb136-0686-4e86-b892-23c7f657292c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa2fb136-0686-4e86-b892-23c7f657292c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17575414172971595125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125175754141729715951251757541417297159512517575414172971595125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151b9ffa-8ed9-415f-98c4-b545e150d5da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907e2ca7-5e4f-4de4-aba0-d5ef60f8aa8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907e2ca7-5e4f-4de4-aba0-d5ef60f8aa8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1093900396022758537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537109390039602275853710939003960227585371093900396022758537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa2fb136-0686-4e86-b892-23c7f657292c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2f05ca-508a-4014-950d-19a1348446a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2f05ca-508a-4014-950d-19a1348446a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9662295323712585190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190966229532371258519096622953237125851909662295323712585190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907e2ca7-5e4f-4de4-aba0-d5ef60f8aa8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a18a685-1b87-4292-b081-9dc9be934175, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a18a685-1b87-4292-b081-9dc9be934175, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1203752771649742966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966120375277164974296612037527716497429661203752771649742966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2f05ca-508a-4014-950d-19a1348446a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a18a685-1b87-4292-b081-9dc9be934175, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d68914a-1d85-49a4-aa90-b36d60a855d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a42c27b-a0a0-440a-bd2c-4123025f7130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d68914a-1d85-49a4-aa90-b36d60a855d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816121943085654255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255381612194308565425538161219430856542553816121943085654255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a42c27b-a0a0-440a-bd2c-4123025f7130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18181559883357523369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369181815598833575233691818155988335752336918181559883357523369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d68914a-1d85-49a4-aa90-b36d60a855d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30c5aaff-bf3f-421b-b617-7a416cb0e1c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30c5aaff-bf3f-421b-b617-7a416cb0e1c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5384393091059673952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952538439309105967395253843930910596739525384393091059673952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a42c27b-a0a0-440a-bd2c-4123025f7130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24c37765-3fc8-4bc5-9354-ef63496357a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24c37765-3fc8-4bc5-9354-ef63496357a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4008916684697375547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547400891668469737554740089166846973755474008916684697375547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30c5aaff-bf3f-421b-b617-7a416cb0e1c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97a3008e-74ce-4789-9651-360f2004fb46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97a3008e-74ce-4789-9651-360f2004fb46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6243642816415782841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841624364281641578284162436428164157828416243642816415782841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24c37765-3fc8-4bc5-9354-ef63496357a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df1ceb46-833a-4289-9cc8-fea267f67b46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df1ceb46-833a-4289-9cc8-fea267f67b46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300193652974310584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584630019365297431058463001936529743105846300193652974310584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97a3008e-74ce-4789-9651-360f2004fb46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8053380e-74da-447f-a8e1-52cc8386a74c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8053380e-74da-447f-a8e1-52cc8386a74c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280348524481492109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109528034852448149210952803485244814921095280348524481492109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df1ceb46-833a-4289-9cc8-fea267f67b46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c796bf93-164d-4152-b9f2-c6e9a42f1256, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c796bf93-164d-4152-b9f2-c6e9a42f1256, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7000810457659946838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838700081045765994683870008104576599468387000810457659946838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8053380e-74da-447f-a8e1-52cc8386a74c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02071aa-8a3e-43b2-b867-110b7a7aafa2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c796bf93-164d-4152-b9f2-c6e9a42f1256, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02071aa-8a3e-43b2-b867-110b7a7aafa2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16144057813677481971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971161440578136774819711614405781367748197116144057813677481971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb48dcf7-4e56-4f6d-83d5-3bca553bb02d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb48dcf7-4e56-4f6d-83d5-3bca553bb02d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5132474730394619185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185513247473039461918551324747303946191855132474730394619185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02071aa-8a3e-43b2-b867-110b7a7aafa2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb48dcf7-4e56-4f6d-83d5-3bca553bb02d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6849ef96-1fa7-4899-9e8d-c047dce7b3ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13a06dfd-29ce-489e-8cf7-f20376e95891, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6849ef96-1fa7-4899-9e8d-c047dce7b3ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14783067046493081832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832147830670464930818321478306704649308183214783067046493081832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a06dfd-29ce-489e-8cf7-f20376e95891, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18076856422430405318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318180768564224304053181807685642243040531818076856422430405318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6849ef96-1fa7-4899-9e8d-c047dce7b3ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b4c9c54-fa69-4aa9-914f-e6b878f96278, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b4c9c54-fa69-4aa9-914f-e6b878f96278, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7051642183778343722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722705164218377834372270516421837783437227051642183778343722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a06dfd-29ce-489e-8cf7-f20376e95891, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9825a087-371d-4780-b9b9-2a0b347233bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b4c9c54-fa69-4aa9-914f-e6b878f96278, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9825a087-371d-4780-b9b9-2a0b347233bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7969908427467861646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646796990842746786164679699084274678616467969908427467861646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e7d6686-a026-40de-baac-b33f3df70774, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e7d6686-a026-40de-baac-b33f3df70774, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1812876551728696666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666181287655172869666618128765517286966661812876551728696666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9825a087-371d-4780-b9b9-2a0b347233bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a52dea4d-ac61-4597-967a-c673e072cc13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a52dea4d-ac61-4597-967a-c673e072cc13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2981429376836191379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379298142937683619137929814293768361913792981429376836191379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e7d6686-a026-40de-baac-b33f3df70774, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ee14b7-2ecc-46df-873d-a8bc2b1fe7d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ee14b7-2ecc-46df-873d-a8bc2b1fe7d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13962041159558558436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436139620411595585584361396204115955855843613962041159558558436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a52dea4d-ac61-4597-967a-c673e072cc13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb23770-2fac-4cf9-a0ae-dd9f3566a640, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb23770-2fac-4cf9-a0ae-dd9f3566a640, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762467110794666674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674576246711079466667457624671107946666745762467110794666674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ee14b7-2ecc-46df-873d-a8bc2b1fe7d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759137d2-94df-4207-b52b-e3c0cd399679, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759137d2-94df-4207-b52b-e3c0cd399679, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12960159469283022743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743129601594692830227431296015946928302274312960159469283022743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb23770-2fac-4cf9-a0ae-dd9f3566a640, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3f8399-a3a5-4198-bc50-74b7b98ac9f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3f8399-a3a5-4198-bc50-74b7b98ac9f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2018753337061662279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279201875333706166227920187533370616622792018753337061662279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759137d2-94df-4207-b52b-e3c0cd399679, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3db016b6-8819-4771-9116-4a2adbdce855, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db016b6-8819-4771-9116-4a2adbdce855, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800934597099073516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516118009345970990735161180093459709907351611800934597099073516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3f8399-a3a5-4198-bc50-74b7b98ac9f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 848afb07-298a-45af-a61d-6654dec76a60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 848afb07-298a-45af-a61d-6654dec76a60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10883661434045174103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103108836614340451741031088366143404517410310883661434045174103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db016b6-8819-4771-9116-4a2adbdce855, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08ee080f-2573-4bc4-b063-c0f77c776d0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ee080f-2573-4bc4-b063-c0f77c776d0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3916997317722402025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025391699731772240202539169973177224020253916997317722402025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 848afb07-298a-45af-a61d-6654dec76a60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eb6b250-76ac-4467-af4d-449a5ddc2ae1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ee080f-2573-4bc4-b063-c0f77c776d0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eb6b250-76ac-4467-af4d-449a5ddc2ae1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16116580253195460421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421161165802531954604211611658025319546042116116580253195460421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2288ec91-b7a9-45c2-9f4a-741ee56a574b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2288ec91-b7a9-45c2-9f4a-741ee56a574b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13730462878345078304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304137304628783450783041373046287834507830413730462878345078304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eb6b250-76ac-4467-af4d-449a5ddc2ae1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9579e83f-0e14-4a67-a9a0-328be41fa9c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9579e83f-0e14-4a67-a9a0-328be41fa9c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1551816386772248598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598155181638677224859815518163867722485981551816386772248598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2288ec91-b7a9-45c2-9f4a-741ee56a574b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddeece20-56d3-41ea-9380-4bb3399564b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddeece20-56d3-41ea-9380-4bb3399564b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5888843909802585038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038588884390980258503858888439098025850385888843909802585038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9579e83f-0e14-4a67-a9a0-328be41fa9c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07950895-ed37-44a6-ac0e-250c505097bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07950895-ed37-44a6-ac0e-250c505097bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 193515491342618364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364193515491342618364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddeece20-56d3-41ea-9380-4bb3399564b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c5df9f3-0f10-4617-be6c-92232266654f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c5df9f3-0f10-4617-be6c-92232266654f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15466743176276508391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391154667431762765083911546674317627650839115466743176276508391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c5df9f3-0f10-4617-be6c-92232266654f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6fa4f7a-3a5f-48b3-82a2-6c309997b868, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6fa4f7a-3a5f-48b3-82a2-6c309997b868, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3681131655755289457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457368113165575528945736811316557552894573681131655755289457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07950895-ed37-44a6-ac0e-250c505097bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0842ab61-b130-4fea-adfd-c24e6ad28e15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0842ab61-b130-4fea-adfd-c24e6ad28e15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16084272941926031841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841160842729419260318411608427294192603184116084272941926031841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6fa4f7a-3a5f-48b3-82a2-6c309997b868, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4690e0fe-c716-421b-bc2e-2c07de2a2f0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4690e0fe-c716-421b-bc2e-2c07de2a2f0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5401129356197023262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262540112935619702326254011293561970232625401129356197023262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0842ab61-b130-4fea-adfd-c24e6ad28e15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 692672f4-0657-4bc3-94aa-c6f55bbd0474, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692672f4-0657-4bc3-94aa-c6f55bbd0474, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10506806919674829269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269105068069196748292691050680691967482926910506806919674829269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4690e0fe-c716-421b-bc2e-2c07de2a2f0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e829e1-a495-420c-a5dc-00ae5b639111, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e829e1-a495-420c-a5dc-00ae5b639111, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3931018030680247617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617393101803068024761739310180306802476173931018030680247617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692672f4-0657-4bc3-94aa-c6f55bbd0474, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e41df5-c5ec-4b2e-9b22-10a689f656f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e41df5-c5ec-4b2e-9b22-10a689f656f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15817807116360197911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911158178071163601979111581780711636019791115817807116360197911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e829e1-a495-420c-a5dc-00ae5b639111, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e41df5-c5ec-4b2e-9b22-10a689f656f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 995e080a-14cd-44f8-b42c-61286cd4d01a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995e080a-14cd-44f8-b42c-61286cd4d01a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891999703963208084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084178919997039632080841789199970396320808417891999703963208084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6eea6b84-8a9f-4e5e-9bb6-a38f0d146b61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6eea6b84-8a9f-4e5e-9bb6-a38f0d146b61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617015486383676969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969561701548638367696956170154863836769695617015486383676969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995e080a-14cd-44f8-b42c-61286cd4d01a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d1814e-e2dd-412d-901b-bbcbf19354e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d1814e-e2dd-412d-901b-bbcbf19354e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2488879976257079536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536248887997625707953624888799762570795362488879976257079536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6eea6b84-8a9f-4e5e-9bb6-a38f0d146b61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d2bb4ec-bb1f-4729-be1a-3d384de88e58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d2bb4ec-bb1f-4729-be1a-3d384de88e58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7615194425538470227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227761519442553847022776151944255384702277615194425538470227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d1814e-e2dd-412d-901b-bbcbf19354e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 688dbbc8-daad-4932-8def-fbb099d36293, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 688dbbc8-daad-4932-8def-fbb099d36293, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12937643237848762513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513129376432378487625131293764323784876251312937643237848762513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d2bb4ec-bb1f-4729-be1a-3d384de88e58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f17d84c1-e26e-4c48-bf6d-c90749ebd892, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f17d84c1-e26e-4c48-bf6d-c90749ebd892, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11283574891994239001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001112835748919942390011128357489199423900111283574891994239001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 688dbbc8-daad-4932-8def-fbb099d36293, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69e6fc11-587b-4d82-b95d-8c8bc71ad561, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69e6fc11-587b-4d82-b95d-8c8bc71ad561, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15697395204218748760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760156973952042187487601569739520421874876015697395204218748760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f17d84c1-e26e-4c48-bf6d-c90749ebd892, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f69f72ec-9f38-4a1b-9579-53c4d8bd60af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f69f72ec-9f38-4a1b-9579-53c4d8bd60af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11490715244094931448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448114907152440949314481149071524409493144811490715244094931448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69e6fc11-587b-4d82-b95d-8c8bc71ad561, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d2b8b6-8f21-4b45-9e81-7defba345bdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d2b8b6-8f21-4b45-9e81-7defba345bdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193086685149020749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749619308668514902074961930866851490207496193086685149020749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f69f72ec-9f38-4a1b-9579-53c4d8bd60af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d2b8b6-8f21-4b45-9e81-7defba345bdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 968e199d-3eed-4915-93e2-0d98230e0d79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968e199d-3eed-4915-93e2-0d98230e0d79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16285837003105310346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346162858370031053103461628583700310531034616285837003105310346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fe0077-285a-471c-a57a-cd672e0342da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fe0077-285a-471c-a57a-cd672e0342da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10455213010849093205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205104552130108490932051045521301084909320510455213010849093205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fe0077-285a-471c-a57a-cd672e0342da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968e199d-3eed-4915-93e2-0d98230e0d79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4693eff7-ce4a-4764-bed5-05531248152e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e229972a-24e4-49dd-a8e7-9445a0870253, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e229972a-24e4-49dd-a8e7-9445a0870253, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16465848623069270546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546164658486230692705461646584862306927054616465848623069270546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4693eff7-ce4a-4764-bed5-05531248152e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4799466655764626432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432479946665576462643247994666557646264324799466655764626432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e229972a-24e4-49dd-a8e7-9445a0870253, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbe30d48-09db-4b51-b949-738cf899981d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe30d48-09db-4b51-b949-738cf899981d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6437369273556186068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068643736927355618606864373692735561860686437369273556186068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4693eff7-ce4a-4764-bed5-05531248152e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bac7f109-163a-44a2-9cc7-1e1621a65673, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bac7f109-163a-44a2-9cc7-1e1621a65673, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17398637402931827319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319173986374029318273191739863740293182731917398637402931827319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe30d48-09db-4b51-b949-738cf899981d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17d1f29e-1810-4543-bdd5-1beddb7e9c00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d1f29e-1810-4543-bdd5-1beddb7e9c00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7754048702213268498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498775404870221326849877540487022132684987754048702213268498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bac7f109-163a-44a2-9cc7-1e1621a65673, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da693d84-8e7c-41df-b8d8-9f82190de9eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da693d84-8e7c-41df-b8d8-9f82190de9eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6384839011292483540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540638483901129248354063848390112924835406384839011292483540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d1f29e-1810-4543-bdd5-1beddb7e9c00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4d8d903-cbe0-474a-8595-aa14055a714c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d8d903-cbe0-474a-8595-aa14055a714c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1032265479315882051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051103226547931588205110322654793158820511032265479315882051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da693d84-8e7c-41df-b8d8-9f82190de9eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c722d18b-454d-4bf8-b245-bc4b5632c15d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c722d18b-454d-4bf8-b245-bc4b5632c15d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729545002774217569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569117295450027742175691172954500277421756911729545002774217569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d8d903-cbe0-474a-8595-aa14055a714c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca293a59-6cdc-4dbd-81b0-9179d0897d1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c722d18b-454d-4bf8-b245-bc4b5632c15d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca293a59-6cdc-4dbd-81b0-9179d0897d1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15823845767021133380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380158238457670211333801582384576702113338015823845767021133380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f302e835-dbb2-4158-bd15-c87eb6bcd8f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f302e835-dbb2-4158-bd15-c87eb6bcd8f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14752880416536665799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799147528804165366657991475288041653666579914752880416536665799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca293a59-6cdc-4dbd-81b0-9179d0897d1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48e1bb74-fd3c-4976-b35f-8bd76d88dc6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48e1bb74-fd3c-4976-b35f-8bd76d88dc6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592921414579707183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183155929214145797071831559292141457970718315592921414579707183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f302e835-dbb2-4158-bd15-c87eb6bcd8f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfff4d04-d0fb-460a-868b-dcf6f6ccf336, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfff4d04-d0fb-460a-868b-dcf6f6ccf336, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802326626260159184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184280232662626015918428023266262601591842802326626260159184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48e1bb74-fd3c-4976-b35f-8bd76d88dc6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfff4d04-d0fb-460a-868b-dcf6f6ccf336, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e68630a2-445e-49bf-9a60-97e178f54731, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e68630a2-445e-49bf-9a60-97e178f54731, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14741911485907927367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367147419114859079273671474191148590792736714741911485907927367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0194c2-1126-4839-93ba-e5377bc0de46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0194c2-1126-4839-93ba-e5377bc0de46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10893735964465737325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325108937359644657373251089373596446573732510893735964465737325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0194c2-1126-4839-93ba-e5377bc0de46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d62ce90-2947-42ba-b214-858c0f173ec5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d62ce90-2947-42ba-b214-858c0f173ec5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4617209096564833858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858461720909656483385846172090965648338584617209096564833858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e68630a2-445e-49bf-9a60-97e178f54731, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7db0d9d-051f-4206-9637-215fca1253b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7db0d9d-051f-4206-9637-215fca1253b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6719875856979662055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055671987585697966205567198758569796620556719875856979662055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d62ce90-2947-42ba-b214-858c0f173ec5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d789346-ed89-43b3-b353-c5d8d88ffec3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d789346-ed89-43b3-b353-c5d8d88ffec3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13567306963740397795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795135673069637403977951356730696374039779513567306963740397795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7db0d9d-051f-4206-9637-215fca1253b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeeda1e3-62f6-4622-9052-ddc9057a0dc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeeda1e3-62f6-4622-9052-ddc9057a0dc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10208644892718027534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534102086448927180275341020864489271802753410208644892718027534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d789346-ed89-43b3-b353-c5d8d88ffec3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff13902f-465e-4a8f-ac06-af3162a0be71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff13902f-465e-4a8f-ac06-af3162a0be71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4634430741356880373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373463443074135688037346344307413568803734634430741356880373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeeda1e3-62f6-4622-9052-ddc9057a0dc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e5bf5f0-66d9-4abc-bbed-279e1d8b4366, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e5bf5f0-66d9-4abc-bbed-279e1d8b4366, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5652201948126674325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325565220194812667432556522019481266743255652201948126674325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff13902f-465e-4a8f-ac06-af3162a0be71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e5bf5f0-66d9-4abc-bbed-279e1d8b4366, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a49d52bd-29a3-469f-a869-8789199ff31c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a49d52bd-29a3-469f-a869-8789199ff31c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9472302010339291742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742947230201033929174294723020103392917429472302010339291742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2e8da0-e33e-412a-8eca-d1d59677357d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2e8da0-e33e-412a-8eca-d1d59677357d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824412907381388098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098182441290738138809818244129073813880981824412907381388098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a49d52bd-29a3-469f-a869-8789199ff31c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2e8da0-e33e-412a-8eca-d1d59677357d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d5918f-6bc1-47ea-82ad-ea7d1f269ed4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d5918f-6bc1-47ea-82ad-ea7d1f269ed4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 490356030997289171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171490356030997289171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8744656f-86aa-4e02-a105-6802eb69a8cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8744656f-86aa-4e02-a105-6802eb69a8cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9572044884777198860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860957204488477719886095720448847771988609572044884777198860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d5918f-6bc1-47ea-82ad-ea7d1f269ed4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8744656f-86aa-4e02-a105-6802eb69a8cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ece789-8805-440a-9e4a-f6fc3dc259c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e0cd27d-b61a-4f17-923d-e81c3eedc571, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ece789-8805-440a-9e4a-f6fc3dc259c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5949898115975492211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211594989811597549221159498981159754922115949898115975492211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e0cd27d-b61a-4f17-923d-e81c3eedc571, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 106479846483385631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631106479846483385631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ece789-8805-440a-9e4a-f6fc3dc259c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3ef1a24-4921-4e6b-8225-9347244dadc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e0cd27d-b61a-4f17-923d-e81c3eedc571, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ef1a24-4921-4e6b-8225-9347244dadc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17339848518683621371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371173398485186836213711733984851868362137117339848518683621371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb2af69-fa0d-4cab-a684-e245af3dad2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb2af69-fa0d-4cab-a684-e245af3dad2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17790046571616925412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412177900465716169254121779004657161692541217790046571616925412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ef1a24-4921-4e6b-8225-9347244dadc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21144a45-d623-4a2f-843d-08b8fb2126ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21144a45-d623-4a2f-843d-08b8fb2126ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 996653499575434118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118996653499575434118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb2af69-fa0d-4cab-a684-e245af3dad2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c07fffe-1faa-4b97-a11a-20ff951c3379, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21144a45-d623-4a2f-843d-08b8fb2126ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c07fffe-1faa-4b97-a11a-20ff951c3379, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519865715022586332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332551986571502258633255198657150225863325519865715022586332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c64daf0-deb6-4dd7-8c75-57274b04bed4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c64daf0-deb6-4dd7-8c75-57274b04bed4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 817664981630796561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561817664981630796561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c07fffe-1faa-4b97-a11a-20ff951c3379, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d50abd5-0686-489f-a379-be435ea0ead7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d50abd5-0686-489f-a379-be435ea0ead7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18199443759377902128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128181994437593779021281819944375937790212818199443759377902128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c64daf0-deb6-4dd7-8c75-57274b04bed4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e38fd8-44b7-4e6c-99cf-45be4c74272f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e38fd8-44b7-4e6c-99cf-45be4c74272f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17237776264566037922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922172377762645660379221723777626456603792217237776264566037922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d50abd5-0686-489f-a379-be435ea0ead7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f965687-dbf6-4e0c-8efd-c58a904202aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f965687-dbf6-4e0c-8efd-c58a904202aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9951909048400040226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226995190904840004022699519090484000402269951909048400040226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e38fd8-44b7-4e6c-99cf-45be4c74272f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ade9ad81-de87-491d-b673-84e2b0e634fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ade9ad81-de87-491d-b673-84e2b0e634fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3906951085695217670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670390695108569521767039069510856952176703906951085695217670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f965687-dbf6-4e0c-8efd-c58a904202aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b969505-e383-4e6d-a9bf-a9079ad8e79b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b969505-e383-4e6d-a9bf-a9079ad8e79b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238168563949326575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575162381685639493265751623816856394932657516238168563949326575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ade9ad81-de87-491d-b673-84e2b0e634fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e907f4f-4d64-4d34-a038-5d66affd43c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e907f4f-4d64-4d34-a038-5d66affd43c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9881177236540092416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416988117723654009241698811772365400924169881177236540092416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b969505-e383-4e6d-a9bf-a9079ad8e79b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55592b91-ac76-41c7-b0d7-9cb274925327, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55592b91-ac76-41c7-b0d7-9cb274925327, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2064936554216836324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324206493655421683632420649365542168363242064936554216836324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e907f4f-4d64-4d34-a038-5d66affd43c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 926f9b9d-3d59-433a-b2f8-b9682929db37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 926f9b9d-3d59-433a-b2f8-b9682929db37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1268213342994512388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388126821334299451238812682133429945123881268213342994512388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55592b91-ac76-41c7-b0d7-9cb274925327, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5381ce92-5497-4ee9-8465-b1bfc94cad1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5381ce92-5497-4ee9-8465-b1bfc94cad1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17018193309744861259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259170181933097448612591701819330974486125917018193309744861259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 926f9b9d-3d59-433a-b2f8-b9682929db37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42679ef1-0ef9-4e32-a83b-cbdfec3f370f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42679ef1-0ef9-4e32-a83b-cbdfec3f370f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14264401548257631007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007142644015482576310071426440154825763100714264401548257631007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5381ce92-5497-4ee9-8465-b1bfc94cad1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92ef4d50-0085-4896-a052-bd9854c7d346, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92ef4d50-0085-4896-a052-bd9854c7d346, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468589253454615515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515144685892534546155151446858925345461551514468589253454615515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42679ef1-0ef9-4e32-a83b-cbdfec3f370f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bac630f-cd7e-4786-a8a8-ba05b6a2a92e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bac630f-cd7e-4786-a8a8-ba05b6a2a92e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17482642810533103606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606174826428105331036061748264281053310360617482642810533103606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92ef4d50-0085-4896-a052-bd9854c7d346, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fec2379-ce09-4187-b610-dd74cfcf1a13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fec2379-ce09-4187-b610-dd74cfcf1a13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6162826727521464131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131616282672752146413161628267275214641316162826727521464131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bac630f-cd7e-4786-a8a8-ba05b6a2a92e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f694d0b-555d-4256-818c-48d9d4b43e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fec2379-ce09-4187-b610-dd74cfcf1a13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f694d0b-555d-4256-818c-48d9d4b43e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3885816337424291036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036388581633742429103638858163374242910363885816337424291036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20220b21-5c7f-42e3-a1ea-381716055cf8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20220b21-5c7f-42e3-a1ea-381716055cf8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13093706902224999313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313130937069022249993131309370690222499931313093706902224999313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f694d0b-555d-4256-818c-48d9d4b43e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d56bea71-eb7e-4eb0-b034-24206625585f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d56bea71-eb7e-4eb0-b034-24206625585f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7016895987507886696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696701689598750788669670168959875078866967016895987507886696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20220b21-5c7f-42e3-a1ea-381716055cf8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c4ff13b-4c6b-459b-ac60-903835494383, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4ff13b-4c6b-459b-ac60-903835494383, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13915928143567044735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735139159281435670447351391592814356704473513915928143567044735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d56bea71-eb7e-4eb0-b034-24206625585f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e12e7c6-fe43-44b1-b478-09e2675b6788, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e12e7c6-fe43-44b1-b478-09e2675b6788, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6689290020494666984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984668929002049466698466892900204946669846689290020494666984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4ff13b-4c6b-459b-ac60-903835494383, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b72f6e96-1228-476e-bf2a-d50c03b48eab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b72f6e96-1228-476e-bf2a-d50c03b48eab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13748570167758236974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974137485701677582369741374857016775823697413748570167758236974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e12e7c6-fe43-44b1-b478-09e2675b6788, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cfc689f-3e7a-40f6-904e-dc1a0d3031b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfc689f-3e7a-40f6-904e-dc1a0d3031b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10394060945719700033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033103940609457197000331039406094571970003310394060945719700033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b72f6e96-1228-476e-bf2a-d50c03b48eab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fa763f-49e1-4afd-8c3a-cf2926f4e05b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fa763f-49e1-4afd-8c3a-cf2926f4e05b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7078552728033239398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398707855272803323939870785527280332393987078552728033239398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfc689f-3e7a-40f6-904e-dc1a0d3031b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6803652-a5df-4502-8864-31d32993f0a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6803652-a5df-4502-8864-31d32993f0a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212950501811000659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659921295050181100065992129505018110006599212950501811000659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fa763f-49e1-4afd-8c3a-cf2926f4e05b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc25646-97c4-46e4-a1c3-9a55da08b06c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc25646-97c4-46e4-a1c3-9a55da08b06c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2024984361908814816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816202498436190881481620249843619088148162024984361908814816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6803652-a5df-4502-8864-31d32993f0a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5af5c590-502c-49a1-a804-ed8d35b6188b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5af5c590-502c-49a1-a804-ed8d35b6188b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169654623606136623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623121696546236061366231216965462360613662312169654623606136623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc25646-97c4-46e4-a1c3-9a55da08b06c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6a73163-94a8-47b2-b124-afdb107adbd0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6a73163-94a8-47b2-b124-afdb107adbd0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465236256077390608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608154652362560773906081546523625607739060815465236256077390608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5af5c590-502c-49a1-a804-ed8d35b6188b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a754cd7c-2b05-43d9-ab87-5eaba1d22509, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a754cd7c-2b05-43d9-ab87-5eaba1d22509, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13190440590549433149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149131904405905494331491319044059054943314913190440590549433149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6a73163-94a8-47b2-b124-afdb107adbd0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac22af18-b804-458e-abe2-1fa8db059fc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a754cd7c-2b05-43d9-ab87-5eaba1d22509, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac22af18-b804-458e-abe2-1fa8db059fc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11297217784620173594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594112972177846201735941129721778462017359411297217784620173594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06ecafb3-15c6-4527-8bb9-bf3e3ad4877a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06ecafb3-15c6-4527-8bb9-bf3e3ad4877a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775060464582360974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974117750604645823609741177506046458236097411775060464582360974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac22af18-b804-458e-abe2-1fa8db059fc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebda0610-2ed4-477a-a43f-b2333ec6e47a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06ecafb3-15c6-4527-8bb9-bf3e3ad4877a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebda0610-2ed4-477a-a43f-b2333ec6e47a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3799377186993743136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136379937718699374313637993771869937431363799377186993743136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d601c807-d972-43d9-91da-5ff5f3b80658, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d601c807-d972-43d9-91da-5ff5f3b80658, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14893724634171559285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285148937246341715592851489372463417155928514893724634171559285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebda0610-2ed4-477a-a43f-b2333ec6e47a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc7a9c0f-549b-48df-9fac-e6f3f915f85e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7a9c0f-549b-48df-9fac-e6f3f915f85e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9191215992604269078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078919121599260426907891912159926042690789191215992604269078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d601c807-d972-43d9-91da-5ff5f3b80658, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6f7a46b-74e6-47c6-a31f-d3670c7a2e70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6f7a46b-74e6-47c6-a31f-d3670c7a2e70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 54042437951086395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5404243795108639554042437951086395540424379510863955404243795108639554042437951086395540424379510863955404243795108639554042437951086395540424379510863955404243795108639554042437951086395540424379510863955404243795108639554042437951086395540424379510863955404243795108639554042437951086395540424379510863955404243795108639554042437951086395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6f7a46b-74e6-47c6-a31f-d3670c7a2e70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22586415-d755-417a-b634-acf2ec41a5de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22586415-d755-417a-b634-acf2ec41a5de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5800216822147706594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594580021682214770659458002168221477065945800216822147706594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7a9c0f-549b-48df-9fac-e6f3f915f85e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad2f7220-84fc-4133-a3fe-35f3d5ae103a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad2f7220-84fc-4133-a3fe-35f3d5ae103a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11159953923133779322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322111599539231337793221115995392313377932211159953923133779322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22586415-d755-417a-b634-acf2ec41a5de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39176748-df5e-42ec-9a0c-69cc58b3f6d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad2f7220-84fc-4133-a3fe-35f3d5ae103a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39176748-df5e-42ec-9a0c-69cc58b3f6d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5975509418635706537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537597550941863570653759755094186357065375975509418635706537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 460ef9ff-8fba-4abf-949f-7388e5c7388e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 460ef9ff-8fba-4abf-949f-7388e5c7388e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5059036123469584930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930505903612346958493050590361234695849305059036123469584930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39176748-df5e-42ec-9a0c-69cc58b3f6d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c68b3b79-e848-45c8-b946-a614972f4e0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c68b3b79-e848-45c8-b946-a614972f4e0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8556426284882939956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956855642628488293995685564262848829399568556426284882939956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 460ef9ff-8fba-4abf-949f-7388e5c7388e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee79551c-50ff-4314-829e-4479d0e764d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee79551c-50ff-4314-829e-4479d0e764d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5279240146677957630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630527924014667795763052792401466779576305279240146677957630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c68b3b79-e848-45c8-b946-a614972f4e0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23e06241-1a60-47b2-9351-01b8d4656eb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23e06241-1a60-47b2-9351-01b8d4656eb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18416737333944384343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343184167373339443843431841673733394438434318416737333944384343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee79551c-50ff-4314-829e-4479d0e764d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c453c36f-02f0-496b-acc9-ecfcf85ec6d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c453c36f-02f0-496b-acc9-ecfcf85ec6d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16463059964493834784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784164630599644938347841646305996449383478416463059964493834784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23e06241-1a60-47b2-9351-01b8d4656eb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b1c737-c4e4-4dc1-9b28-6eb748d162c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b1c737-c4e4-4dc1-9b28-6eb748d162c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5247211811688063309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309524721181168806330952472118116880633095247211811688063309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c453c36f-02f0-496b-acc9-ecfcf85ec6d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c971f508-6fff-4375-ab1a-a2b3e2ec9f9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c971f508-6fff-4375-ab1a-a2b3e2ec9f9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13151982123333373902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902131519821233333739021315198212333337390213151982123333373902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b1c737-c4e4-4dc1-9b28-6eb748d162c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1cdced-e283-48e9-92bf-f6b02dde91e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1cdced-e283-48e9-92bf-f6b02dde91e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18057789135680028779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779180577891356800287791805778913568002877918057789135680028779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c971f508-6fff-4375-ab1a-a2b3e2ec9f9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81702848-7904-485f-bb57-cf1fa6bb28bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81702848-7904-485f-bb57-cf1fa6bb28bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032316055513768784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784703231605551376878470323160555137687847032316055513768784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1cdced-e283-48e9-92bf-f6b02dde91e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d90d17c-42f9-4606-8176-bcdfa1d423c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d90d17c-42f9-4606-8176-bcdfa1d423c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777437782304591988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988147774377823045919881477743778230459198814777437782304591988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81702848-7904-485f-bb57-cf1fa6bb28bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9af49be5-70f4-4cd9-95e1-5aa13b218cab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9af49be5-70f4-4cd9-95e1-5aa13b218cab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513361489892109427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427651336148989210942765133614898921094276513361489892109427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d90d17c-42f9-4606-8176-bcdfa1d423c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760092bc-0f48-4450-b586-3e8eeaddaf6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9af49be5-70f4-4cd9-95e1-5aa13b218cab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760092bc-0f48-4450-b586-3e8eeaddaf6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1322178440188396825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825132217844018839682513221784401883968251322178440188396825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0572e3a-c4cd-469f-986a-b9a79b703666, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0572e3a-c4cd-469f-986a-b9a79b703666, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14320195231989203484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484143201952319892034841432019523198920348414320195231989203484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760092bc-0f48-4450-b586-3e8eeaddaf6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8127fe7d-8506-4763-8851-4285582f742f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8127fe7d-8506-4763-8851-4285582f742f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10711508367734171445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445107115083677341714451071150836773417144510711508367734171445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0572e3a-c4cd-469f-986a-b9a79b703666, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db1d067a-44b9-4323-ae16-ed80bdfbe6b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1d067a-44b9-4323-ae16-ed80bdfbe6b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 633385729043994214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214633385729043994214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8127fe7d-8506-4763-8851-4285582f742f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4786d28-2fa3-49eb-90e9-08003c3120e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4786d28-2fa3-49eb-90e9-08003c3120e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18180634127658716827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827181806341276587168271818063412765871682718180634127658716827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1d067a-44b9-4323-ae16-ed80bdfbe6b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37efe2c3-1ade-4dfc-8412-53bd822adb44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37efe2c3-1ade-4dfc-8412-53bd822adb44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1073251010625926114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114107325101062592611410732510106259261141073251010625926114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4786d28-2fa3-49eb-90e9-08003c3120e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 327c8017-3ec8-422a-b9e2-aeb60bbc0e30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 327c8017-3ec8-422a-b9e2-aeb60bbc0e30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11836902431693705867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867118369024316937058671183690243169370586711836902431693705867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37efe2c3-1ade-4dfc-8412-53bd822adb44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40723ae-cfd7-4a68-a5e9-0661465df8bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40723ae-cfd7-4a68-a5e9-0661465df8bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14302918406203366578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578143029184062033665781430291840620336657814302918406203366578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 327c8017-3ec8-422a-b9e2-aeb60bbc0e30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03a507c4-6c8c-4034-a646-d47361416ea9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03a507c4-6c8c-4034-a646-d47361416ea9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15257941129604671407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407152579411296046714071525794112960467140715257941129604671407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40723ae-cfd7-4a68-a5e9-0661465df8bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c69f573-5612-44b0-a6c3-60b7ebb27007, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c69f573-5612-44b0-a6c3-60b7ebb27007, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2057453451990701265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265205745345199070126520574534519907012652057453451990701265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03a507c4-6c8c-4034-a646-d47361416ea9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 531b4508-51c1-46a2-8e21-1499c7ca02ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 531b4508-51c1-46a2-8e21-1499c7ca02ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3675504622068889175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175367550462206888917536755046220688891753675504622068889175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c69f573-5612-44b0-a6c3-60b7ebb27007, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc4b696-b0e5-4a6b-bccd-bc4ce36fd04d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc4b696-b0e5-4a6b-bccd-bc4ce36fd04d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3104816048863315777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777310481604886331577731048160488633157773104816048863315777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 531b4508-51c1-46a2-8e21-1499c7ca02ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 200adf34-aabd-4c2c-8147-307a0cb725e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200adf34-aabd-4c2c-8147-307a0cb725e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15532930191809229090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090155329301918092290901553293019180922909015532930191809229090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc4b696-b0e5-4a6b-bccd-bc4ce36fd04d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe4c8b2-0168-4dde-819a-60e6d76802dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe4c8b2-0168-4dde-819a-60e6d76802dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16176429980068678194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194161764299800686781941617642998006867819416176429980068678194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200adf34-aabd-4c2c-8147-307a0cb725e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33131695-2c8d-451b-9bd4-8191c894e4df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33131695-2c8d-451b-9bd4-8191c894e4df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17794544364087545908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908177945443640875459081779454436408754590817794544364087545908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe4c8b2-0168-4dde-819a-60e6d76802dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 027fff68-c3d0-47ff-adf4-8c3717ea9c27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33131695-2c8d-451b-9bd4-8191c894e4df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027fff68-c3d0-47ff-adf4-8c3717ea9c27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5405308381144079894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894540530838114407989454053083811440798945405308381144079894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a90ba78-1391-40d4-90fa-a4b43a71ea72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a90ba78-1391-40d4-90fa-a4b43a71ea72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11826487500075284469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469118264875000752844691182648750007528446911826487500075284469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027fff68-c3d0-47ff-adf4-8c3717ea9c27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d8a950a-19bc-4a02-857a-f4275fb2e486, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8a950a-19bc-4a02-857a-f4275fb2e486, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3189395489761110534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534318939548976111053431893954897611105343189395489761110534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a90ba78-1391-40d4-90fa-a4b43a71ea72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b5d5877-8f14-457e-a40e-23579c354d60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b5d5877-8f14-457e-a40e-23579c354d60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13697946757669150939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939136979467576691509391369794675766915093913697946757669150939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8a950a-19bc-4a02-857a-f4275fb2e486, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0146783f-ca44-46db-a849-e62d7daf6c3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0146783f-ca44-46db-a849-e62d7daf6c3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5420795077606013818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818542079507760601381854207950776060138185420795077606013818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b5d5877-8f14-457e-a40e-23579c354d60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49b05e4c-8f8d-4f9b-890c-bf47249dabeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49b05e4c-8f8d-4f9b-890c-bf47249dabeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1014920345403563309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309101492034540356330910149203454035633091014920345403563309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0146783f-ca44-46db-a849-e62d7daf6c3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a60838c-ba95-47e4-ae9c-53228cb47d45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a60838c-ba95-47e4-ae9c-53228cb47d45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9508971406346032879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879950897140634603287995089714063460328799508971406346032879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49b05e4c-8f8d-4f9b-890c-bf47249dabeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 344596d4-0a1a-46a0-9320-74891e301299, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344596d4-0a1a-46a0-9320-74891e301299, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13210360419302735434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434132103604193027354341321036041930273543413210360419302735434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a60838c-ba95-47e4-ae9c-53228cb47d45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14d38d8d-4c3e-4b3a-9f8d-4a6e7637b7d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14d38d8d-4c3e-4b3a-9f8d-4a6e7637b7d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14548115800156673560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560145481158001566735601454811580015667356014548115800156673560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344596d4-0a1a-46a0-9320-74891e301299, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d47a1f33-abb4-4361-ac46-4c7bcbdcc779, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d47a1f33-abb4-4361-ac46-4c7bcbdcc779, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14556456374604559410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410145564563746045594101455645637460455941014556456374604559410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14d38d8d-4c3e-4b3a-9f8d-4a6e7637b7d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a56eac0-243c-41a7-82c6-da6482403afc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a56eac0-243c-41a7-82c6-da6482403afc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13673115748340029905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905136731157483400299051367311574834002990513673115748340029905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d47a1f33-abb4-4361-ac46-4c7bcbdcc779, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4b6a6f3-5046-4594-826a-014e3fa1fca9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4b6a6f3-5046-4594-826a-014e3fa1fca9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8240275161578315950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950824027516157831595082402751615783159508240275161578315950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a56eac0-243c-41a7-82c6-da6482403afc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af7ebeaa-c911-4e52-b042-955fdbcf80bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af7ebeaa-c911-4e52-b042-955fdbcf80bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11152132661862793401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401111521326618627934011115213266186279340111152132661862793401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4b6a6f3-5046-4594-826a-014e3fa1fca9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b30b9ea2-baa7-4905-b732-3092111a8308, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af7ebeaa-c911-4e52-b042-955fdbcf80bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b30b9ea2-baa7-4905-b732-3092111a8308, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2682348022759267809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809268234802275926780926823480227592678092682348022759267809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 616769cc-8faa-4a27-bc61-dbf831f822dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616769cc-8faa-4a27-bc61-dbf831f822dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10813465178170940655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655108134651781709406551081346517817094065510813465178170940655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b30b9ea2-baa7-4905-b732-3092111a8308, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27fae3cc-ec79-4590-83b1-77281f103994, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27fae3cc-ec79-4590-83b1-77281f103994, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2605230550312182103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103260523055031218210326052305503121821032605230550312182103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616769cc-8faa-4a27-bc61-dbf831f822dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f784e5e-fb37-4d0b-956a-cb4966e3f52e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f784e5e-fb37-4d0b-956a-cb4966e3f52e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17037273361957419594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594170372733619574195941703727336195741959417037273361957419594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27fae3cc-ec79-4590-83b1-77281f103994, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0c9e484-fe67-4057-a694-96567d5b68c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f784e5e-fb37-4d0b-956a-cb4966e3f52e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0c9e484-fe67-4057-a694-96567d5b68c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8094618860247569096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096809461886024756909680946188602475690968094618860247569096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d311f12-805b-4bf0-a2ba-fb9532846eb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d311f12-805b-4bf0-a2ba-fb9532846eb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10725802204681249987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987107258022046812499871072580220468124998710725802204681249987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0c9e484-fe67-4057-a694-96567d5b68c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01854947-ed12-42c8-9186-e318a778a20f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01854947-ed12-42c8-9186-e318a778a20f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11857029026408167640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640118570290264081676401185702902640816764011857029026408167640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d311f12-805b-4bf0-a2ba-fb9532846eb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2205dfaa-7d3d-40e0-8eca-ce8ac0d0a87d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2205dfaa-7d3d-40e0-8eca-ce8ac0d0a87d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14211842133066898118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118142118421330668981181421184213306689811814211842133066898118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01854947-ed12-42c8-9186-e318a778a20f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd16c52f-f425-492b-9bf3-feaa87e7578b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd16c52f-f425-492b-9bf3-feaa87e7578b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12001918608947069912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912120019186089470699121200191860894706991212001918608947069912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2205dfaa-7d3d-40e0-8eca-ce8ac0d0a87d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90c1e43a-5d62-4744-899b-be1d8c6bf140, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90c1e43a-5d62-4744-899b-be1d8c6bf140, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15217337417276977731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731152173374172769777311521733741727697773115217337417276977731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd16c52f-f425-492b-9bf3-feaa87e7578b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c46eb9c-bf09-44dc-b834-5d63fe8d4d2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c46eb9c-bf09-44dc-b834-5d63fe8d4d2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1565705868569192015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015156570586856919201515657058685691920151565705868569192015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90c1e43a-5d62-4744-899b-be1d8c6bf140, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6fd6849-0bef-4622-a1f7-495e51966921, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fd6849-0bef-4622-a1f7-495e51966921, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8337544157162737011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011833754415716273701183375441571627370118337544157162737011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c46eb9c-bf09-44dc-b834-5d63fe8d4d2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600d583f-04b5-400e-ab41-8c1afdde9865, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600d583f-04b5-400e-ab41-8c1afdde9865, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9132994305882905848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848913299430588290584891329943058829058489132994305882905848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fd6849-0bef-4622-a1f7-495e51966921, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dca6fea4-a512-4fba-8ee8-2d00d5a220ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dca6fea4-a512-4fba-8ee8-2d00d5a220ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2708287754330545856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856270828775433054585627082877543305458562708287754330545856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600d583f-04b5-400e-ab41-8c1afdde9865, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7389e934-9712-4f6e-a03e-77bb5adffdb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7389e934-9712-4f6e-a03e-77bb5adffdb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7430514160173103479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479743051416017310347974305141601731034797430514160173103479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dca6fea4-a512-4fba-8ee8-2d00d5a220ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 020d084b-c4b0-4078-89ae-e8ad0bf491b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 020d084b-c4b0-4078-89ae-e8ad0bf491b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506934012349041909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909850693401234904190985069340123490419098506934012349041909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7389e934-9712-4f6e-a03e-77bb5adffdb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2eef655-d1b2-4450-bd37-f42c599b86c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2eef655-d1b2-4450-bd37-f42c599b86c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13057642157373414359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359130576421573734143591305764215737341435913057642157373414359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 020d084b-c4b0-4078-89ae-e8ad0bf491b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d65bd1d0-c452-40c6-9e51-505b76ea910f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d65bd1d0-c452-40c6-9e51-505b76ea910f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18140096493028697387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387181400964930286973871814009649302869738718140096493028697387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2eef655-d1b2-4450-bd37-f42c599b86c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ead79fe3-9b2c-4271-adf6-7a449590d170, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ead79fe3-9b2c-4271-adf6-7a449590d170, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 422370794612895414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414422370794612895414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d65bd1d0-c452-40c6-9e51-505b76ea910f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a865e8c7-1762-4f67-b7a1-edb18f83758e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a865e8c7-1762-4f67-b7a1-edb18f83758e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959358331282698602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602149593583312826986021495935833128269860214959358331282698602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ead79fe3-9b2c-4271-adf6-7a449590d170, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a865e8c7-1762-4f67-b7a1-edb18f83758e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 114d5710-6edd-4c3d-83f5-9d1ac0da8651, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62cf5db1-6640-431e-add2-b619ef715dd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62cf5db1-6640-431e-add2-b619ef715dd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3757653099892512676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676375765309989251267637576530998925126763757653099892512676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 114d5710-6edd-4c3d-83f5-9d1ac0da8651, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5175269240026568193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193517526924002656819351752692400265681935175269240026568193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62cf5db1-6640-431e-add2-b619ef715dd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7cfaad7-6c5f-4d0c-b088-41aee9cb676b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7cfaad7-6c5f-4d0c-b088-41aee9cb676b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2756579341530427614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614275657934153042761427565793415304276142756579341530427614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 114d5710-6edd-4c3d-83f5-9d1ac0da8651, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d481d3-bc01-4d2f-a026-40b157560ce8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d481d3-bc01-4d2f-a026-40b157560ce8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17640025499176094083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083176400254991760940831764002549917609408317640025499176094083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7cfaad7-6c5f-4d0c-b088-41aee9cb676b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ce75041-588e-4d23-9063-1cf6557e7d71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ce75041-588e-4d23-9063-1cf6557e7d71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11188348869630138891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891111883488696301388911118834886963013889111188348869630138891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d481d3-bc01-4d2f-a026-40b157560ce8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448860f7-3d68-4811-b8d4-dafe20a5eb8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448860f7-3d68-4811-b8d4-dafe20a5eb8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6824401410013327894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894682440141001332789468244014100133278946824401410013327894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ce75041-588e-4d23-9063-1cf6557e7d71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d06dd1-852d-448d-9750-4e392c03f035, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448860f7-3d68-4811-b8d4-dafe20a5eb8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d06dd1-852d-448d-9750-4e392c03f035, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14735882448521385816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816147358824485213858161473588244852138581614735882448521385816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b812640-fa09-40fd-9413-22a3b49de2ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b812640-fa09-40fd-9413-22a3b49de2ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1815018469566601012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012181501846956660101218150184695666010121815018469566601012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d06dd1-852d-448d-9750-4e392c03f035, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b812640-fa09-40fd-9413-22a3b49de2ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a8dd3fd-b4e7-4ba1-aa37-6fa948e2fe9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a8dd3fd-b4e7-4ba1-aa37-6fa948e2fe9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397500096888843899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899103975000968888438991039750009688884389910397500096888843899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a8f5c3-2604-46fe-a6e7-cb1bd201736c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a8f5c3-2604-46fe-a6e7-cb1bd201736c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15018244408421881587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587150182444084218815871501824440842188158715018244408421881587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a8dd3fd-b4e7-4ba1-aa37-6fa948e2fe9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6495d023-5fc3-4035-9c1f-685b6e2de724, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6495d023-5fc3-4035-9c1f-685b6e2de724, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5876566707605548306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306587656670760554830658765667076055483065876566707605548306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a8f5c3-2604-46fe-a6e7-cb1bd201736c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b42d133-d718-4d7c-adf7-2c4e45d49218, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b42d133-d718-4d7c-adf7-2c4e45d49218, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5234289476051630265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265523428947605163026552342894760516302655234289476051630265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6495d023-5fc3-4035-9c1f-685b6e2de724, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 327b068c-e646-4add-9f19-0fb9dc579074, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 327b068c-e646-4add-9f19-0fb9dc579074, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12627584202725948604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604126275842027259486041262758420272594860412627584202725948604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b42d133-d718-4d7c-adf7-2c4e45d49218, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e82db0b-7d03-4602-8152-49bc66516e4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e82db0b-7d03-4602-8152-49bc66516e4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 732507855258341231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231732507855258341231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 327b068c-e646-4add-9f19-0fb9dc579074, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78b2c29-fa2e-477b-9958-12a160673d6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78b2c29-fa2e-477b-9958-12a160673d6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10227685536462616252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252102276855364626162521022768553646261625210227685536462616252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e82db0b-7d03-4602-8152-49bc66516e4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f70004c-3f35-4b7a-84ec-21044a15fe78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f70004c-3f35-4b7a-84ec-21044a15fe78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13182571137190570252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252131825711371905702521318257113719057025213182571137190570252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78b2c29-fa2e-477b-9958-12a160673d6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53ae3353-d9bd-4bd8-93fc-d6be80adb718, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53ae3353-d9bd-4bd8-93fc-d6be80adb718, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413770913079281809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809164137709130792818091641377091307928180916413770913079281809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f70004c-3f35-4b7a-84ec-21044a15fe78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 384d9e2b-2191-4632-8c20-a521e6ab0ee2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 384d9e2b-2191-4632-8c20-a521e6ab0ee2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1348910336732365325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325134891033673236532513489103367323653251348910336732365325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53ae3353-d9bd-4bd8-93fc-d6be80adb718, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ca841c5-7fc1-453d-8852-d5c2cc6b17ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ca841c5-7fc1-453d-8852-d5c2cc6b17ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771104233769851547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547677110423376985154767711042337698515476771104233769851547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 384d9e2b-2191-4632-8c20-a521e6ab0ee2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 838a1de9-2a04-4a2f-9a79-33741bf02c6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 838a1de9-2a04-4a2f-9a79-33741bf02c6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879507154030456892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892158795071540304568921587950715403045689215879507154030456892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ca841c5-7fc1-453d-8852-d5c2cc6b17ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 050e6a21-afdf-428d-86c1-0cbd03f0ebe6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 050e6a21-afdf-428d-86c1-0cbd03f0ebe6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17092228772437261795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795170922287724372617951709222877243726179517092228772437261795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 838a1de9-2a04-4a2f-9a79-33741bf02c6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 050e6a21-afdf-428d-86c1-0cbd03f0ebe6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7301dee1-9bf7-40b3-b248-d7ee2f54b229, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7301dee1-9bf7-40b3-b248-d7ee2f54b229, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 281259716661865718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718281259716661865718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b12b0a5f-7429-4e0c-9fde-9e3aedf5bdbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b12b0a5f-7429-4e0c-9fde-9e3aedf5bdbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 424938443314644948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948424938443314644948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7301dee1-9bf7-40b3-b248-d7ee2f54b229, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7262a653-55e6-411d-9f67-15661a88b276, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7262a653-55e6-411d-9f67-15661a88b276, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3782339932739263538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538378233993273926353837823399327392635383782339932739263538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b12b0a5f-7429-4e0c-9fde-9e3aedf5bdbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a6caee-aac4-435d-834a-39fc3b50b852, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a6caee-aac4-435d-834a-39fc3b50b852, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2702092306081610583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583270209230608161058327020923060816105832702092306081610583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7262a653-55e6-411d-9f67-15661a88b276, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0a0a00-d3d2-40ad-9675-2711700d798f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0a0a00-d3d2-40ad-9675-2711700d798f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1510772019749155950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950151077201974915595015107720197491559501510772019749155950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a6caee-aac4-435d-834a-39fc3b50b852, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226620bb-8503-4df5-a53d-26812564a2ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226620bb-8503-4df5-a53d-26812564a2ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3178203210982386512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512317820321098238651231782032109823865123178203210982386512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0a0a00-d3d2-40ad-9675-2711700d798f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4009aa68-47ef-40b4-a1bb-e3dacfbbab4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4009aa68-47ef-40b4-a1bb-e3dacfbbab4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15284371479682518690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690152843714796825186901528437147968251869015284371479682518690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226620bb-8503-4df5-a53d-26812564a2ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86f18ab9-deb9-4502-bd4c-5cdd9bcdf1f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f18ab9-deb9-4502-bd4c-5cdd9bcdf1f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1943469187919848710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710194346918791984871019434691879198487101943469187919848710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4009aa68-47ef-40b4-a1bb-e3dacfbbab4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a28303-cd5b-4602-9e4d-24137cdb5a3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a28303-cd5b-4602-9e4d-24137cdb5a3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8621546868678387934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934862154686867838793486215468686783879348621546868678387934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f18ab9-deb9-4502-bd4c-5cdd9bcdf1f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5966ee7c-32f2-46b8-9377-cb621d0d2ef0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5966ee7c-32f2-46b8-9377-cb621d0d2ef0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617696352496455330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330126176963524964553301261769635249645533012617696352496455330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a28303-cd5b-4602-9e4d-24137cdb5a3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 912303e0-556e-42f4-ae33-a557a3883c93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 912303e0-556e-42f4-ae33-a557a3883c93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13579567464009011559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559135795674640090115591357956746400901155913579567464009011559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5966ee7c-32f2-46b8-9377-cb621d0d2ef0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797f2db5-6e6d-40ed-bfe9-644d914e29d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797f2db5-6e6d-40ed-bfe9-644d914e29d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10373171342010332541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541103731713420103325411037317134201033254110373171342010332541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 912303e0-556e-42f4-ae33-a557a3883c93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d32e748f-8c0c-4e83-917d-3cb7b5f9f3e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d32e748f-8c0c-4e83-917d-3cb7b5f9f3e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8794075930499731489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489879407593049973148987940759304997314898794075930499731489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797f2db5-6e6d-40ed-bfe9-644d914e29d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91f83140-0ce1-4c68-bc0e-f27d0ae23dd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91f83140-0ce1-4c68-bc0e-f27d0ae23dd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16690469733762528992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992166904697337625289921669046973376252899216690469733762528992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d32e748f-8c0c-4e83-917d-3cb7b5f9f3e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e527ae8a-14fb-4030-8149-1e80038491dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e527ae8a-14fb-4030-8149-1e80038491dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17166874939214663796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796171668749392146637961716687493921466379617166874939214663796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91f83140-0ce1-4c68-bc0e-f27d0ae23dd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5ef5343-1b7e-4d7b-af1f-3cb920926c5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5ef5343-1b7e-4d7b-af1f-3cb920926c5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15355650474661352142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142153556504746613521421535565047466135214215355650474661352142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e527ae8a-14fb-4030-8149-1e80038491dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7af6ed-010f-4729-a1e6-487d98448fb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7af6ed-010f-4729-a1e6-487d98448fb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13178813086987716666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666131788130869877166661317881308698771666613178813086987716666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5ef5343-1b7e-4d7b-af1f-3cb920926c5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94bb7ef0-45f8-46ac-9a03-99081e939b91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bb7ef0-45f8-46ac-9a03-99081e939b91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 547937630017424422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422547937630017424422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7af6ed-010f-4729-a1e6-487d98448fb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d972023-9d75-4ce6-9a3c-bcc3c8982057, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d972023-9d75-4ce6-9a3c-bcc3c8982057, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11395503111788639417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417113955031117886394171139550311178863941711395503111788639417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bb7ef0-45f8-46ac-9a03-99081e939b91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a594a33a-483d-4e3c-8179-396f0ac2da1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a594a33a-483d-4e3c-8179-396f0ac2da1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12183543907221764062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062121835439072217640621218354390722176406212183543907221764062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d972023-9d75-4ce6-9a3c-bcc3c8982057, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 513f0a4e-a883-401a-baee-21fdac09a1fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a594a33a-483d-4e3c-8179-396f0ac2da1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513f0a4e-a883-401a-baee-21fdac09a1fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18132325833396687786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786181323258333966877861813232583339668778618132325833396687786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 152146e1-870d-4f14-9fb3-6767eb3cc124, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 152146e1-870d-4f14-9fb3-6767eb3cc124, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15405231581315871171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171154052315813158711711540523158131587117115405231581315871171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513f0a4e-a883-401a-baee-21fdac09a1fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ede64ec-f9be-4f2f-a17a-00f90ffde610, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ede64ec-f9be-4f2f-a17a-00f90ffde610, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16492401798354464312 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312164924017983544643121649240179835446431216492401798354464312" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 152146e1-870d-4f14-9fb3-6767eb3cc124, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3f5bae4-40eb-4a18-8667-331274376041, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3f5bae4-40eb-4a18-8667-331274376041, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12617461343196752583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583126174613431967525831261746134319675258312617461343196752583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ede64ec-f9be-4f2f-a17a-00f90ffde610, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36453951-32fe-4fa9-8f42-aad9f5fa4720, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36453951-32fe-4fa9-8f42-aad9f5fa4720, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062756755545377195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195150627567555453771951506275675554537719515062756755545377195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3f5bae4-40eb-4a18-8667-331274376041, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38184ab9-3b5b-4d39-9367-fc6e8cb3a357, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38184ab9-3b5b-4d39-9367-fc6e8cb3a357, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4101912923804327026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026410191292380432702641019129238043270264101912923804327026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36453951-32fe-4fa9-8f42-aad9f5fa4720, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa0c4eb-6f01-44ea-b58b-d22e9e1e4cba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa0c4eb-6f01-44ea-b58b-d22e9e1e4cba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372268777738728385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385337226877773872838533722687777387283853372268777738728385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38184ab9-3b5b-4d39-9367-fc6e8cb3a357, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3a47ce-6e82-48f5-81c7-3dac6d687dc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3a47ce-6e82-48f5-81c7-3dac6d687dc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8688962226421109124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124868896222642110912486889622264211091248688962226421109124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa0c4eb-6f01-44ea-b58b-d22e9e1e4cba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8efc065-8a8d-4811-856f-4c51b97e6f76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8efc065-8a8d-4811-856f-4c51b97e6f76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11347418859751766203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203113474188597517662031134741885975176620311347418859751766203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3a47ce-6e82-48f5-81c7-3dac6d687dc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5fe21e5-44e3-4c96-91e1-40802dbf4f85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5fe21e5-44e3-4c96-91e1-40802dbf4f85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8522245088609143953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953852224508860914395385222450886091439538522245088609143953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8efc065-8a8d-4811-856f-4c51b97e6f76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 876bfb01-2894-42c6-a3a4-6cbb33299e2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 876bfb01-2894-42c6-a3a4-6cbb33299e2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14080035658193721326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326140800356581937213261408003565819372132614080035658193721326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5fe21e5-44e3-4c96-91e1-40802dbf4f85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 876bfb01-2894-42c6-a3a4-6cbb33299e2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 901639b8-6fd3-45a1-8046-6c22503c1b3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 901639b8-6fd3-45a1-8046-6c22503c1b3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12044646424852245791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791120446464248522457911204464642485224579112044646424852245791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e101cf8c-1472-4350-9a87-acb99d9bf19e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e101cf8c-1472-4350-9a87-acb99d9bf19e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4365768082745562355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355436576808274556235543657680827455623554365768082745562355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e101cf8c-1472-4350-9a87-acb99d9bf19e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecdbc58d-5064-4201-84ea-80f55cc45bee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecdbc58d-5064-4201-84ea-80f55cc45bee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18009289714714986877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877180092897147149868771800928971471498687718009289714714986877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 901639b8-6fd3-45a1-8046-6c22503c1b3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abd8474b-e9e0-417c-80a5-ca993b1770b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd8474b-e9e0-417c-80a5-ca993b1770b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18090536081469778185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185180905360814697781851809053608146977818518090536081469778185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd8474b-e9e0-417c-80a5-ca993b1770b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad4d1370-3f66-4dea-ab41-cafaa7bd8a19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad4d1370-3f66-4dea-ab41-cafaa7bd8a19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107373109591506688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688141073731095915066881410737310959150668814107373109591506688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecdbc58d-5064-4201-84ea-80f55cc45bee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c38927d0-c27f-402c-b763-6cdf541c90be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c38927d0-c27f-402c-b763-6cdf541c90be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 315074372632286146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146315074372632286146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad4d1370-3f66-4dea-ab41-cafaa7bd8a19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f551c147-f0d0-4bbe-a95a-e1d57acc9568, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f551c147-f0d0-4bbe-a95a-e1d57acc9568, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917599978374203813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813491759997837420381349175999783742038134917599978374203813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c38927d0-c27f-402c-b763-6cdf541c90be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67863fe8-b6a9-42bd-a9b3-fb218322b47a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67863fe8-b6a9-42bd-a9b3-fb218322b47a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1000575067567061798 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798100057506756706179810005750675670617981000575067567061798" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f551c147-f0d0-4bbe-a95a-e1d57acc9568, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3994022c-39c3-4446-840e-1a765de583a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3994022c-39c3-4446-840e-1a765de583a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6803538236995665171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171680353823699566517168035382369956651716803538236995665171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67863fe8-b6a9-42bd-a9b3-fb218322b47a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4910ec44-6ab7-4d4d-8917-0c210f9078f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4910ec44-6ab7-4d4d-8917-0c210f9078f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9345618200467594980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980934561820046759498093456182004675949809345618200467594980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3994022c-39c3-4446-840e-1a765de583a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4910ec44-6ab7-4d4d-8917-0c210f9078f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e19827dc-4b74-4c53-bfa5-698bf23b0103, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e19827dc-4b74-4c53-bfa5-698bf23b0103, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18415824363450756184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184184158243634507561841841582436345075618418415824363450756184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff6da5a-c730-41a0-97bd-1b8e00a94101, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff6da5a-c730-41a0-97bd-1b8e00a94101, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11835087265663043762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762118350872656630437621183508726566304376211835087265663043762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e19827dc-4b74-4c53-bfa5-698bf23b0103, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 664cdfdc-cd39-43ae-9fc8-fda7c1566a6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 664cdfdc-cd39-43ae-9fc8-fda7c1566a6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850991296459027526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526168509912964590275261685099129645902752616850991296459027526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff6da5a-c730-41a0-97bd-1b8e00a94101, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a413613f-6354-47e7-b2d2-05d8993d9ac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a413613f-6354-47e7-b2d2-05d8993d9ac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1037623314471597455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455103762331447159745510376233144715974551037623314471597455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 664cdfdc-cd39-43ae-9fc8-fda7c1566a6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a413613f-6354-47e7-b2d2-05d8993d9ac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74e4ff5f-f942-46b0-9bf0-feb140d1d7c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 629f7ea0-c417-4b96-97ba-208f6ae97968, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 629f7ea0-c417-4b96-97ba-208f6ae97968, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16812974013574245836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836168129740135742458361681297401357424583616812974013574245836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e4ff5f-f942-46b0-9bf0-feb140d1d7c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15946680614438301024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024159466806144383010241594668061443830102415946680614438301024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 629f7ea0-c417-4b96-97ba-208f6ae97968, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e4ff5f-f942-46b0-9bf0-feb140d1d7c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac84bb9-e531-415d-93d0-af24710761ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac84bb9-e531-415d-93d0-af24710761ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15379029357468786968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968153790293574687869681537902935746878696815379029357468786968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 541745f8-1a31-4696-b832-26a274bf8760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 541745f8-1a31-4696-b832-26a274bf8760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3152143107521463892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892315214310752146389231521431075214638923152143107521463892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac84bb9-e531-415d-93d0-af24710761ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d5ab0a-a5f7-4ae4-b16b-698a9d6c1dc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d5ab0a-a5f7-4ae4-b16b-698a9d6c1dc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18408685420097616015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015184086854200976160151840868542009761601518408685420097616015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 541745f8-1a31-4696-b832-26a274bf8760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98256eb4-24a9-435a-8e24-01a0c1aca4f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98256eb4-24a9-435a-8e24-01a0c1aca4f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14494245765790148620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620144942457657901486201449424576579014862014494245765790148620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d5ab0a-a5f7-4ae4-b16b-698a9d6c1dc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2007f8c3-07d4-43fc-951c-ced6c0315fcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2007f8c3-07d4-43fc-951c-ced6c0315fcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5828697154885385134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134582869715488538513458286971548853851345828697154885385134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98256eb4-24a9-435a-8e24-01a0c1aca4f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9b4682f-f97a-4ddd-8932-0cb4bbea781f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9b4682f-f97a-4ddd-8932-0cb4bbea781f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10145596017392282442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442101455960173922824421014559601739228244210145596017392282442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2007f8c3-07d4-43fc-951c-ced6c0315fcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21d38faa-ec20-4205-918c-80f75913e3f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21d38faa-ec20-4205-918c-80f75913e3f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5355328859717383350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350535532885971738335053553288597173833505355328859717383350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9b4682f-f97a-4ddd-8932-0cb4bbea781f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96bee0b3-704d-4659-8f21-7c5f4b599cfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96bee0b3-704d-4659-8f21-7c5f4b599cfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14455312986220889601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601144553129862208896011445531298622088960114455312986220889601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21d38faa-ec20-4205-918c-80f75913e3f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1d35153-a650-4d2d-931c-abbe64c51385, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1d35153-a650-4d2d-931c-abbe64c51385, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1464168748088774037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037146416874808877403714641687480887740371464168748088774037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96bee0b3-704d-4659-8f21-7c5f4b599cfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52041d4f-83ed-4917-856d-d4fb14727caf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52041d4f-83ed-4917-856d-d4fb14727caf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8096930346161169003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003809693034616116900380969303461611690038096930346161169003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1d35153-a650-4d2d-931c-abbe64c51385, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b63165e-a3ec-4f2b-92ce-2a06e2985f49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b63165e-a3ec-4f2b-92ce-2a06e2985f49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15014249669822774184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184150142496698227741841501424966982277418415014249669822774184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52041d4f-83ed-4917-856d-d4fb14727caf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c670a663-0c70-48dc-8fdb-5c757b934759, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c670a663-0c70-48dc-8fdb-5c757b934759, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587566399318979957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957958756639931897995795875663993189799579587566399318979957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b63165e-a3ec-4f2b-92ce-2a06e2985f49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52abc6fe-b33d-4b5b-86ba-da5702226387, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52abc6fe-b33d-4b5b-86ba-da5702226387, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5521744610847171804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804552174461084717180455217446108471718045521744610847171804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c670a663-0c70-48dc-8fdb-5c757b934759, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa54da96-1c37-4e35-b626-59bc62ea8eea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa54da96-1c37-4e35-b626-59bc62ea8eea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7441556088826531743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743744155608882653174374415560888265317437441556088826531743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52abc6fe-b33d-4b5b-86ba-da5702226387, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dda92825-f59e-4458-95b2-6104ddd77cfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dda92825-f59e-4458-95b2-6104ddd77cfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13989401878571092770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770139894018785710927701398940187857109277013989401878571092770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa54da96-1c37-4e35-b626-59bc62ea8eea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2effb205-0206-4c82-b757-7a7226a5fad8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2effb205-0206-4c82-b757-7a7226a5fad8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13381118281593055818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818133811182815930558181338111828159305581813381118281593055818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dda92825-f59e-4458-95b2-6104ddd77cfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c46fa8b-14ab-4418-8ef4-0944e8e998bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c46fa8b-14ab-4418-8ef4-0944e8e998bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6627456357784149517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517662745635778414951766274563577841495176627456357784149517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2effb205-0206-4c82-b757-7a7226a5fad8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0827a6d-d667-45a1-8ba5-fb0307159261, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0827a6d-d667-45a1-8ba5-fb0307159261, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11265950445449807564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564112659504454498075641126595044544980756411265950445449807564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c46fa8b-14ab-4418-8ef4-0944e8e998bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130408cc-3d80-49c5-845a-5cc02f7030f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0827a6d-d667-45a1-8ba5-fb0307159261, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6be94f02-d4d2-4b37-b780-dcd80066c616, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be94f02-d4d2-4b37-b780-dcd80066c616, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14452706280609858367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367144527062806098583671445270628060985836714452706280609858367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130408cc-3d80-49c5-845a-5cc02f7030f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1583126290516730327 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327158312629051673032715831262905167303271583126290516730327" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be94f02-d4d2-4b37-b780-dcd80066c616, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5988421e-8d0d-40e2-b496-eef088d8f9e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130408cc-3d80-49c5-845a-5cc02f7030f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f88a36-4b20-4f79-9d92-f3c156a25438, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f88a36-4b20-4f79-9d92-f3c156a25438, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7904568866608024296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296790456886660802429679045688666080242967904568866608024296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5988421e-8d0d-40e2-b496-eef088d8f9e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17074142692640096301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301170741426926400963011707414269264009630117074142692640096301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5988421e-8d0d-40e2-b496-eef088d8f9e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a8e8c3-1f18-43ae-97b9-219756e6d893, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a8e8c3-1f18-43ae-97b9-219756e6d893, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14785364605062022618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618147853646050620226181478536460506202261814785364605062022618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f88a36-4b20-4f79-9d92-f3c156a25438, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2524b8c-360d-48ce-9d63-62ee8a323748, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2524b8c-360d-48ce-9d63-62ee8a323748, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5049813716263986607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607504981371626398660750498137162639866075049813716263986607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a8e8c3-1f18-43ae-97b9-219756e6d893, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b214efe-e752-4501-a5cb-11f9206feda2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b214efe-e752-4501-a5cb-11f9206feda2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750869407961327978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978147508694079613279781475086940796132797814750869407961327978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2524b8c-360d-48ce-9d63-62ee8a323748, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9d3709b-8f92-4cb0-9a32-cf8efed91a1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9d3709b-8f92-4cb0-9a32-cf8efed91a1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3652936110691108109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109365293611069110810936529361106911081093652936110691108109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b214efe-e752-4501-a5cb-11f9206feda2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a445f3ac-960d-4f9a-b3de-1039c1db5595, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a445f3ac-960d-4f9a-b3de-1039c1db5595, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 938241521828266410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410938241521828266410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9d3709b-8f92-4cb0-9a32-cf8efed91a1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f75ac0-4a5b-4293-944e-482545b93e17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f75ac0-4a5b-4293-944e-482545b93e17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9212508453519912905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905921250845351991290592125084535199129059212508453519912905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a445f3ac-960d-4f9a-b3de-1039c1db5595, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deae1d8a-80dd-4120-8c09-184f97223a60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deae1d8a-80dd-4120-8c09-184f97223a60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13050185043227956830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830130501850432279568301305018504322795683013050185043227956830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f75ac0-4a5b-4293-944e-482545b93e17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afab9e02-48b2-47d0-ba2b-bef45223e42f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deae1d8a-80dd-4120-8c09-184f97223a60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e8fde98-c1ee-43c7-adf1-9742f30e86be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8fde98-c1ee-43c7-adf1-9742f30e86be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12273136451095300428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428122731364510953004281227313645109530042812273136451095300428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afab9e02-48b2-47d0-ba2b-bef45223e42f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2299450270683487010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010229945027068348701022994502706834870102299450270683487010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8fde98-c1ee-43c7-adf1-9742f30e86be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd98a63a-6714-4589-b19d-1ef2d60c4742, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd98a63a-6714-4589-b19d-1ef2d60c4742, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7399283013916607973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973739928301391660797373992830139166079737399283013916607973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afab9e02-48b2-47d0-ba2b-bef45223e42f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b55c56f1-59ef-4009-80a9-1fa27b0cb235, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b55c56f1-59ef-4009-80a9-1fa27b0cb235, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17444926204100031529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529174449262041000315291744492620410003152917444926204100031529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd98a63a-6714-4589-b19d-1ef2d60c4742, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b55c56f1-59ef-4009-80a9-1fa27b0cb235, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2fcb3f9-fc92-4193-920f-5f4cdcdaf5d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2fcb3f9-fc92-4193-920f-5f4cdcdaf5d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13570894787645498595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595135708947876454985951357089478764549859513570894787645498595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad15f705-6ebf-4df1-adee-29ca31649913, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad15f705-6ebf-4df1-adee-29ca31649913, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3201080475174813078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078320108047517481307832010804751748130783201080475174813078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2fcb3f9-fc92-4193-920f-5f4cdcdaf5d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad15f705-6ebf-4df1-adee-29ca31649913, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5a7e6c7-eaa5-42e8-bd46-da966ccd4063, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a7e6c7-eaa5-42e8-bd46-da966ccd4063, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10530885062816393848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848105308850628163938481053088506281639384810530885062816393848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ef88211-8011-4044-8012-d0530140d799, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef88211-8011-4044-8012-d0530140d799, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11317232395952101880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880113172323959521018801131723239595210188011317232395952101880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a7e6c7-eaa5-42e8-bd46-da966ccd4063, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67aa70ff-5ffd-4b9e-a5d5-feb4c0a540aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67aa70ff-5ffd-4b9e-a5d5-feb4c0a540aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17309651247637310320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320173096512476373103201730965124763731032017309651247637310320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef88211-8011-4044-8012-d0530140d799, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 929e33e3-39ee-4929-b314-76ecb2d61eb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 929e33e3-39ee-4929-b314-76ecb2d61eb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16294921118301353368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368162949211183013533681629492111830135336816294921118301353368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 929e33e3-39ee-4929-b314-76ecb2d61eb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67aa70ff-5ffd-4b9e-a5d5-feb4c0a540aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ca49f31-3929-443a-80f0-5099db064272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4129ac8d-b427-420f-9c44-c8243b5e1238, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ca49f31-3929-443a-80f0-5099db064272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12092249342962670481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481120922493429626704811209224934296267048112092249342962670481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4129ac8d-b427-420f-9c44-c8243b5e1238, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5205762287854680193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193520576228785468019352057622878546801935205762287854680193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4129ac8d-b427-420f-9c44-c8243b5e1238, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ca49f31-3929-443a-80f0-5099db064272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e1037a9-d27c-4d7c-bca4-9264bf77d9b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e1037a9-d27c-4d7c-bca4-9264bf77d9b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15829903533502120938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938158299035335021209381582990353350212093815829903533502120938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d28a7b7d-5a3d-4783-a5a2-f4801743276a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28a7b7d-5a3d-4783-a5a2-f4801743276a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17882829019150523548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548178828290191505235481788282901915052354817882829019150523548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e1037a9-d27c-4d7c-bca4-9264bf77d9b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c90af61-97c1-4e10-a539-6f852c92d757, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c90af61-97c1-4e10-a539-6f852c92d757, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2420026173793945932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932242002617379394593224200261737939459322420026173793945932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28a7b7d-5a3d-4783-a5a2-f4801743276a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff661ada-e461-4c6d-b31b-76dfbc3678e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff661ada-e461-4c6d-b31b-76dfbc3678e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12620584133874192675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675126205841338741926751262058413387419267512620584133874192675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c90af61-97c1-4e10-a539-6f852c92d757, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6d46fe1-a66a-4cd0-b904-92936b109cd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d46fe1-a66a-4cd0-b904-92936b109cd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9835787461994200905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905983578746199420090598357874619942009059835787461994200905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff661ada-e461-4c6d-b31b-76dfbc3678e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3b4c10c-343e-4f42-ae04-1c4151f3b23a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b4c10c-343e-4f42-ae04-1c4151f3b23a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12678951247166699757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757126789512471666997571267895124716669975712678951247166699757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d46fe1-a66a-4cd0-b904-92936b109cd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b4c10c-343e-4f42-ae04-1c4151f3b23a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d68b306-03bd-4164-9a7e-7e7abf12ca03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d68b306-03bd-4164-9a7e-7e7abf12ca03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11936995135560586682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682119369951355605866821193699513556058668211936995135560586682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73bbf867-47a1-4f56-92d8-8b9222bbb90a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73bbf867-47a1-4f56-92d8-8b9222bbb90a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1005719034250421332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332100571903425042133210057190342504213321005719034250421332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d68b306-03bd-4164-9a7e-7e7abf12ca03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73bbf867-47a1-4f56-92d8-8b9222bbb90a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61422f8c-68b8-49b5-987e-5849af1369d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61422f8c-68b8-49b5-987e-5849af1369d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16528656961929134007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007165286569619291340071652865696192913400716528656961929134007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d37fb95-32bf-4316-bac2-58b8a1497f7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d37fb95-32bf-4316-bac2-58b8a1497f7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10229637109594879271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271102296371095948792711022963710959487927110229637109594879271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61422f8c-68b8-49b5-987e-5849af1369d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c2681a1-b511-4856-b8ca-faf611af6e33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d37fb95-32bf-4316-bac2-58b8a1497f7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056882b8-b6c1-4fe2-8457-155e40c1c3a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056882b8-b6c1-4fe2-8457-155e40c1c3a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12957316780283458581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581129573167802834585811295731678028345858112957316780283458581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c2681a1-b511-4856-b8ca-faf611af6e33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 312194872155690805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805312194872155690805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056882b8-b6c1-4fe2-8457-155e40c1c3a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 860834f7-9372-4514-944c-a58580dc8f88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c2681a1-b511-4856-b8ca-faf611af6e33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 860834f7-9372-4514-944c-a58580dc8f88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5664075905001995219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219566407590500199521956640759050019952195664075905001995219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84766f60-0fa2-44db-b064-496c3132c7ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84766f60-0fa2-44db-b064-496c3132c7ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8765020286897972198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198876502028689797219887650202868979721988765020286897972198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 860834f7-9372-4514-944c-a58580dc8f88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bbaefda-475a-40aa-9f48-4c8b62210ca5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bbaefda-475a-40aa-9f48-4c8b62210ca5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8575062277938903090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090857506227793890309085750622779389030908575062277938903090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84766f60-0fa2-44db-b064-496c3132c7ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb9f733-6a3b-4582-8d8a-120bf0165ed3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb9f733-6a3b-4582-8d8a-120bf0165ed3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7312751574201877984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984731275157420187798473127515742018779847312751574201877984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bbaefda-475a-40aa-9f48-4c8b62210ca5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4a04ff7-52b6-4ebb-94cb-881a428b4ee4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4a04ff7-52b6-4ebb-94cb-881a428b4ee4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2635134285008012351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351263513428500801235126351342850080123512635134285008012351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4a04ff7-52b6-4ebb-94cb-881a428b4ee4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ae5dde9-a7a3-4fee-b8f2-d2271df9230e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae5dde9-a7a3-4fee-b8f2-d2271df9230e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8075575353635810502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502807557535363581050280755753536358105028075575353635810502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb9f733-6a3b-4582-8d8a-120bf0165ed3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1101c2f-e9db-421d-8954-78556cdaae75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1101c2f-e9db-421d-8954-78556cdaae75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2557516615902871024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024255751661590287102425575166159028710242557516615902871024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae5dde9-a7a3-4fee-b8f2-d2271df9230e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f663a2b-f386-4a2f-9bdf-043663a47b77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f663a2b-f386-4a2f-9bdf-043663a47b77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2514285757303795007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007251428575730379500725142857573037950072514285757303795007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1101c2f-e9db-421d-8954-78556cdaae75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a068f6b0-9a74-4968-83b9-59a3731c6930, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f663a2b-f386-4a2f-9bdf-043663a47b77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a068f6b0-9a74-4968-83b9-59a3731c6930, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11149580091037701198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198111495800910377011981114958009103770119811149580091037701198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5988e196-c912-4ad7-b530-f54fb0df9b40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5988e196-c912-4ad7-b530-f54fb0df9b40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17302501166198037414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414173025011661980374141730250116619803741417302501166198037414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a068f6b0-9a74-4968-83b9-59a3731c6930, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6a4fe2-c27c-429a-b646-0240604d0f72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5988e196-c912-4ad7-b530-f54fb0df9b40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6a4fe2-c27c-429a-b646-0240604d0f72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4059602473157387051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051405960247315738705140596024731573870514059602473157387051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea97a730-af83-4141-9606-3a5590543df4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea97a730-af83-4141-9606-3a5590543df4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13260419000599653224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224132604190005996532241326041900059965322413260419000599653224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6a4fe2-c27c-429a-b646-0240604d0f72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfdc83b-bbdc-48b9-b686-44067f10586c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfdc83b-bbdc-48b9-b686-44067f10586c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16915564609141561863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863169155646091415618631691556460914156186316915564609141561863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea97a730-af83-4141-9606-3a5590543df4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8c029cb-8bc8-4077-a5f0-b3b1aa7bff9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8c029cb-8bc8-4077-a5f0-b3b1aa7bff9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16476130548999505997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997164761305489995059971647613054899950599716476130548999505997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfdc83b-bbdc-48b9-b686-44067f10586c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2b573ce-ff0b-4220-924e-a72592a93ced, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2b573ce-ff0b-4220-924e-a72592a93ced, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13253490558119863576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576132534905581198635761325349055811986357613253490558119863576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8c029cb-8bc8-4077-a5f0-b3b1aa7bff9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77ee7f95-9635-4b57-b363-678422a1d609, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77ee7f95-9635-4b57-b363-678422a1d609, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17391591958223200483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483173915919582232004831739159195822320048317391591958223200483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2b573ce-ff0b-4220-924e-a72592a93ced, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77ee7f95-9635-4b57-b363-678422a1d609, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dc8f2e8-5150-42db-a24c-e042524d9cd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dc8f2e8-5150-42db-a24c-e042524d9cd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7233964352600488234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234723396435260048823472339643526004882347233964352600488234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89671968-4bc9-446f-a27d-1762c9272385, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89671968-4bc9-446f-a27d-1762c9272385, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537374666000597030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030145373746660005970301453737466600059703014537374666000597030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dc8f2e8-5150-42db-a24c-e042524d9cd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4aa2f06-1f9b-4a6f-91b1-c64c97b00880, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4aa2f06-1f9b-4a6f-91b1-c64c97b00880, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12458149522404940004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004124581495224049400041245814952240494000412458149522404940004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89671968-4bc9-446f-a27d-1762c9272385, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c596661f-966b-422a-9e6d-266694032d52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c596661f-966b-422a-9e6d-266694032d52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3122794533352667176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176312279453335266717631227945333526671763122794533352667176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4aa2f06-1f9b-4a6f-91b1-c64c97b00880, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 573aa3a5-3ba2-4189-8d93-bbbf41193d4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 573aa3a5-3ba2-4189-8d93-bbbf41193d4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16893014565414730074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074168930145654147300741689301456541473007416893014565414730074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c596661f-966b-422a-9e6d-266694032d52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d66ed679-13a6-4323-895c-d3cc1c6a344d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d66ed679-13a6-4323-895c-d3cc1c6a344d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15578643191997108447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447155786431919971084471557864319199710844715578643191997108447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 573aa3a5-3ba2-4189-8d93-bbbf41193d4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4afa38f4-13f5-4cb0-9d07-d4e58f8ef6d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4afa38f4-13f5-4cb0-9d07-d4e58f8ef6d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12499055844471662423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423124990558444716624231249905584447166242312499055844471662423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d66ed679-13a6-4323-895c-d3cc1c6a344d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e5fee90-248a-46ca-9e93-ef77ceb2e70c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e5fee90-248a-46ca-9e93-ef77ceb2e70c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9416757074259664016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016941675707425966401694167570742596640169416757074259664016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4afa38f4-13f5-4cb0-9d07-d4e58f8ef6d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64082ff4-ddda-4c24-911f-e38d32163a5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64082ff4-ddda-4c24-911f-e38d32163a5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199197276236541189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189219919727623654118921991972762365411892199197276236541189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e5fee90-248a-46ca-9e93-ef77ceb2e70c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bcb578-4e46-4b59-bf20-0fd16e0a72c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bcb578-4e46-4b59-bf20-0fd16e0a72c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9808236518265385400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400980823651826538540098082365182653854009808236518265385400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64082ff4-ddda-4c24-911f-e38d32163a5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15eb69e5-9ad6-4131-b9f4-cc702c573017, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15eb69e5-9ad6-4131-b9f4-cc702c573017, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18422890004863788228 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228184228900048637882281842289000486378822818422890004863788228" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bcb578-4e46-4b59-bf20-0fd16e0a72c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65f2176c-a5f1-44ea-a876-305c73a09675, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65f2176c-a5f1-44ea-a876-305c73a09675, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8765044160015493348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348876504416001549334887650441600154933488765044160015493348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15eb69e5-9ad6-4131-b9f4-cc702c573017, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfcde034-b4ae-44aa-baf1-96a45866c5ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcde034-b4ae-44aa-baf1-96a45866c5ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12865883945035403049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049128658839450354030491286588394503540304912865883945035403049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65f2176c-a5f1-44ea-a876-305c73a09675, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6cfea83-5c49-4aa8-89dd-9b2f36f0918c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6cfea83-5c49-4aa8-89dd-9b2f36f0918c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6420254868301168951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951642025486830116895164202548683011689516420254868301168951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcde034-b4ae-44aa-baf1-96a45866c5ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, efee87d7-cec6-475c-9c92-ecf7fb7a598a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, efee87d7-cec6-475c-9c92-ecf7fb7a598a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7578141306231337527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527757814130623133752775781413062313375277578141306231337527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6cfea83-5c49-4aa8-89dd-9b2f36f0918c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c514e2c5-45c6-4a0f-9d27-4c5cb6f606a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c514e2c5-45c6-4a0f-9d27-4c5cb6f606a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15012820043979904473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473150128200439799044731501282004397990447315012820043979904473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, efee87d7-cec6-475c-9c92-ecf7fb7a598a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cc12344-10aa-4b92-9976-b928894cc75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cc12344-10aa-4b92-9976-b928894cc75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4887318891712084890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890488731889171208489048873188917120848904887318891712084890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c514e2c5-45c6-4a0f-9d27-4c5cb6f606a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8baa1b3a-fc24-4032-a036-af34c6dadd63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8baa1b3a-fc24-4032-a036-af34c6dadd63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2551753265774517482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482255175326577451748225517532657745174822551753265774517482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cc12344-10aa-4b92-9976-b928894cc75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8140b4b3-d3e5-4cff-a221-ba30b241de36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8140b4b3-d3e5-4cff-a221-ba30b241de36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1915193375455814040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040191519337545581404019151933754558140401915193375455814040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8baa1b3a-fc24-4032-a036-af34c6dadd63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22db5d64-1ce8-4524-916b-3882a608fc73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22db5d64-1ce8-4524-916b-3882a608fc73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15468137393108871788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788154681373931088717881546813739310887178815468137393108871788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8140b4b3-d3e5-4cff-a221-ba30b241de36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22db5d64-1ce8-4524-916b-3882a608fc73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6029531a-fbf4-4b04-807e-1fa8dc431058, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6029531a-fbf4-4b04-807e-1fa8dc431058, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6872343697671962788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788687234369767196278868723436976719627886872343697671962788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6cb9935-4df7-444d-b0fe-36b4b35064c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6cb9935-4df7-444d-b0fe-36b4b35064c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18332408145403693598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598183324081454036935981833240814540369359818332408145403693598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6029531a-fbf4-4b04-807e-1fa8dc431058, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5abd072a-a03a-41f3-904d-6f21f8169760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6cb9935-4df7-444d-b0fe-36b4b35064c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5abd072a-a03a-41f3-904d-6f21f8169760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6025383590106883697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697602538359010688369760253835901068836976025383590106883697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d68f1d02-56ce-4cb7-8783-97af04fce84d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d68f1d02-56ce-4cb7-8783-97af04fce84d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737777614362600254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254147377776143626002541473777761436260025414737777614362600254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5abd072a-a03a-41f3-904d-6f21f8169760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7533ee23-3dca-40f4-9243-96717679b659, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7533ee23-3dca-40f4-9243-96717679b659, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 845591107770059418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418845591107770059418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d68f1d02-56ce-4cb7-8783-97af04fce84d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0429379-936b-42b8-a5f4-29bf89f0af65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0429379-936b-42b8-a5f4-29bf89f0af65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710914378670578549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549117109143786705785491171091437867057854911710914378670578549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7533ee23-3dca-40f4-9243-96717679b659, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d967791f-9f2c-4b9d-bf51-b644e0cdb035, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d967791f-9f2c-4b9d-bf51-b644e0cdb035, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988674722513087792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792119886747225130877921198867472251308779211988674722513087792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0429379-936b-42b8-a5f4-29bf89f0af65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 946114df-aded-484f-b1d6-2d64d310409f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 946114df-aded-484f-b1d6-2d64d310409f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13291004946029911802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802132910049460299118021329100494602991180213291004946029911802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d967791f-9f2c-4b9d-bf51-b644e0cdb035, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9ae620-5334-4137-8bfb-2e1b447afc0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9ae620-5334-4137-8bfb-2e1b447afc0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2381049911844881552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552238104991184488155223810499118448815522381049911844881552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 946114df-aded-484f-b1d6-2d64d310409f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0407e06c-5205-425c-b9bc-db16aca0cd84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0407e06c-5205-425c-b9bc-db16aca0cd84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5008704091775542914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914500870409177554291450087040917755429145008704091775542914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9ae620-5334-4137-8bfb-2e1b447afc0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642adbff-2d6e-4081-be19-cbfb738011f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0407e06c-5205-425c-b9bc-db16aca0cd84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642adbff-2d6e-4081-be19-cbfb738011f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12234442647376545361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361122344426473765453611223444264737654536112234442647376545361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811db682-2569-45bb-8f8f-e1a0c34b0d49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811db682-2569-45bb-8f8f-e1a0c34b0d49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11340544046558386291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291113405440465583862911134054404655838629111340544046558386291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642adbff-2d6e-4081-be19-cbfb738011f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff8b9fd-6442-40ba-a8dc-efc464032e8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811db682-2569-45bb-8f8f-e1a0c34b0d49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff8b9fd-6442-40ba-a8dc-efc464032e8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14039542427052560909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909140395424270525609091403954242705256090914039542427052560909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 055c9fe2-4ca2-4dae-a64a-738d5a53cca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055c9fe2-4ca2-4dae-a64a-738d5a53cca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15978622147023485265 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265159786221470234852651597862214702348526515978622147023485265" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff8b9fd-6442-40ba-a8dc-efc464032e8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055c9fe2-4ca2-4dae-a64a-738d5a53cca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beaee5f7-0e8a-4e4b-b5ef-638b2160d24f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0da7f2-656f-4482-9d57-e02736534f53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beaee5f7-0e8a-4e4b-b5ef-638b2160d24f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4023300125001232871 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871402330012500123287140233001250012328714023300125001232871" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0da7f2-656f-4482-9d57-e02736534f53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2775787211642231418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418277578721164223141827757872116422314182775787211642231418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beaee5f7-0e8a-4e4b-b5ef-638b2160d24f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0da7f2-656f-4482-9d57-e02736534f53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bca38924-736b-44fc-b50b-371a7596e58c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bca38924-736b-44fc-b50b-371a7596e58c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 878493226536107277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277878493226536107277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5151f8a0-1d0c-415e-8ad7-fabaf7b12f1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5151f8a0-1d0c-415e-8ad7-fabaf7b12f1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18216736424213282938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938182167364242132829381821673642421328293818216736424213282938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bca38924-736b-44fc-b50b-371a7596e58c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45a49a45-8f13-4dbd-9b8a-342c8a1df0b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45a49a45-8f13-4dbd-9b8a-342c8a1df0b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 731600477995648855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855731600477995648855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5151f8a0-1d0c-415e-8ad7-fabaf7b12f1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e4d778-74f7-4898-988b-0e952061b7fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e4d778-74f7-4898-988b-0e952061b7fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 371666101213899166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166371666101213899166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45a49a45-8f13-4dbd-9b8a-342c8a1df0b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3253d54d-e6ee-48a0-82aa-3242b5f20dc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3253d54d-e6ee-48a0-82aa-3242b5f20dc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16255010732010416714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714162550107320104167141625501073201041671416255010732010416714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e4d778-74f7-4898-988b-0e952061b7fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 026a63ed-e269-4de2-a1ae-fb49cf10dce3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 026a63ed-e269-4de2-a1ae-fb49cf10dce3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6347339954817109697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697634733995481710969763473399548171096976347339954817109697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3253d54d-e6ee-48a0-82aa-3242b5f20dc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8abb46b0-5ee9-4bd8-be3e-ffe3e8a9e780, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8abb46b0-5ee9-4bd8-be3e-ffe3e8a9e780, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2824437854577373598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598282443785457737359828244378545773735982824437854577373598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 026a63ed-e269-4de2-a1ae-fb49cf10dce3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aaa51cd-eedd-402f-99ed-3d8408b2ac05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aaa51cd-eedd-402f-99ed-3d8408b2ac05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15055871590328021799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799150558715903280217991505587159032802179915055871590328021799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aaa51cd-eedd-402f-99ed-3d8408b2ac05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e20c488-2cd1-4301-b71e-4253a662e222, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e20c488-2cd1-4301-b71e-4253a662e222, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2463373316357754533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533246337331635775453324633733163577545332463373316357754533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8abb46b0-5ee9-4bd8-be3e-ffe3e8a9e780, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf4b151-ce22-4613-aa7e-7a7def7dd072, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf4b151-ce22-4613-aa7e-7a7def7dd072, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16858412515765871912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912168584125157658719121685841251576587191216858412515765871912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e20c488-2cd1-4301-b71e-4253a662e222, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fecb5bd0-c594-4404-ade0-505f8ef15253, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fecb5bd0-c594-4404-ade0-505f8ef15253, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14497616746474833271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271144976167464748332711449761674647483327114497616746474833271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf4b151-ce22-4613-aa7e-7a7def7dd072, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dc6a084-4d14-44aa-a844-b8d974f91cdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dc6a084-4d14-44aa-a844-b8d974f91cdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5765278199010551659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659576527819901055165957652781990105516595765278199010551659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fecb5bd0-c594-4404-ade0-505f8ef15253, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 428d7e50-5552-4567-9b11-95ff6a548191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428d7e50-5552-4567-9b11-95ff6a548191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11522883921542996922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922115228839215429969221152288392154299692211522883921542996922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dc6a084-4d14-44aa-a844-b8d974f91cdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25866475-4e36-4280-87a8-e069139bfeef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25866475-4e36-4280-87a8-e069139bfeef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4824613436717791644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644482461343671779164448246134367177916444824613436717791644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428d7e50-5552-4567-9b11-95ff6a548191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8d9e419-3ff4-41ec-b63e-ec73795e5dbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8d9e419-3ff4-41ec-b63e-ec73795e5dbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457506886901699451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451745750688690169945174575068869016994517457506886901699451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25866475-4e36-4280-87a8-e069139bfeef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ead1d3-9aa4-4425-99ec-e0985fed23a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ead1d3-9aa4-4425-99ec-e0985fed23a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 764736644184005123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123764736644184005123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8d9e419-3ff4-41ec-b63e-ec73795e5dbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39aed8f-8d4b-42f6-9ad8-1ae3258980ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39aed8f-8d4b-42f6-9ad8-1ae3258980ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6676952561447315481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481667695256144731548166769525614473154816676952561447315481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ead1d3-9aa4-4425-99ec-e0985fed23a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be36aac-0283-4b5f-9ef4-e507580ee33b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be36aac-0283-4b5f-9ef4-e507580ee33b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17922688204942141891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891179226882049421418911792268820494214189117922688204942141891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39aed8f-8d4b-42f6-9ad8-1ae3258980ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c99c0a0f-2975-435c-a992-79296add8cd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c99c0a0f-2975-435c-a992-79296add8cd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11047607942234185529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529110476079422341855291104760794223418552911047607942234185529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be36aac-0283-4b5f-9ef4-e507580ee33b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad9b07e-a103-4795-8686-b7895a291761, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad9b07e-a103-4795-8686-b7895a291761, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14057894932038740427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427140578949320387404271405789493203874042714057894932038740427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c99c0a0f-2975-435c-a992-79296add8cd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad9b07e-a103-4795-8686-b7895a291761, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b803234b-b3d3-4822-a833-20771be2b3dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b803234b-b3d3-4822-a833-20771be2b3dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12735739392605729178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178127357393926057291781273573939260572917812735739392605729178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 496cf5c8-37e3-4693-904f-f23e688ad1b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 496cf5c8-37e3-4693-904f-f23e688ad1b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358132677078982985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985183581326770789829851835813267707898298518358132677078982985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b803234b-b3d3-4822-a833-20771be2b3dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7006978-cf3b-467f-b6e7-bef2f2a115f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7006978-cf3b-467f-b6e7-bef2f2a115f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3160114918441160624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624316011491844116062431601149184411606243160114918441160624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7006978-cf3b-467f-b6e7-bef2f2a115f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5b0539-2775-43ed-888d-7cc71e975985, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5b0539-2775-43ed-888d-7cc71e975985, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14461874432100484737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737144618744321004847371446187443210048473714461874432100484737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5b0539-2775-43ed-888d-7cc71e975985, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c80727c-aa40-4582-a5ec-c84dfb2f6d8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c80727c-aa40-4582-a5ec-c84dfb2f6d8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4644059703812116624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624464405970381211662446440597038121166244644059703812116624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 496cf5c8-37e3-4693-904f-f23e688ad1b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26e0470-84b5-4d42-9059-39d3b14310f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26e0470-84b5-4d42-9059-39d3b14310f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7001041424390390427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427700104142439039042770010414243903904277001041424390390427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c80727c-aa40-4582-a5ec-c84dfb2f6d8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bb3d3a0-e0ed-4608-a675-fd9a4edcb116, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bb3d3a0-e0ed-4608-a675-fd9a4edcb116, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3050445616933883905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905305044561693388390530504456169338839053050445616933883905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26e0470-84b5-4d42-9059-39d3b14310f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 802fdaf0-2253-4b7d-880a-692cb9208b5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 802fdaf0-2253-4b7d-880a-692cb9208b5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12394467518449569760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760123944675184495697601239446751844956976012394467518449569760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bb3d3a0-e0ed-4608-a675-fd9a4edcb116, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde512d1-07ae-4319-b866-7ae213186f79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde512d1-07ae-4319-b866-7ae213186f79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2476380366055105517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517247638036605510551724763803660551055172476380366055105517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 802fdaf0-2253-4b7d-880a-692cb9208b5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0440c0cf-25e6-42fd-896d-b2f34de5cb07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0440c0cf-25e6-42fd-896d-b2f34de5cb07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3181802134249669915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915318180213424966991531818021342496699153181802134249669915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde512d1-07ae-4319-b866-7ae213186f79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab56645f-36f0-42e3-928d-c818414bdca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab56645f-36f0-42e3-928d-c818414bdca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8280883520354032129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129828088352035403212982808835203540321298280883520354032129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0440c0cf-25e6-42fd-896d-b2f34de5cb07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d09ba6a7-e114-42f4-962f-b428f75224b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d09ba6a7-e114-42f4-962f-b428f75224b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2995361208444188120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120299536120844418812029953612084441881202995361208444188120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab56645f-36f0-42e3-928d-c818414bdca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ed67c1d-ac7d-482b-9cf6-067f92b6a67d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ed67c1d-ac7d-482b-9cf6-067f92b6a67d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1831435793635872380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380183143579363587238018314357936358723801831435793635872380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d09ba6a7-e114-42f4-962f-b428f75224b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3e9d2da-2561-40d8-b049-48abcd747497, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3e9d2da-2561-40d8-b049-48abcd747497, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16130583904722629840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840161305839047226298401613058390472262984016130583904722629840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ed67c1d-ac7d-482b-9cf6-067f92b6a67d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4626c8-d03e-43ad-a064-0fbac0740e30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4626c8-d03e-43ad-a064-0fbac0740e30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11213975515750075580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580112139755157500755801121397551575007558011213975515750075580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3e9d2da-2561-40d8-b049-48abcd747497, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e775e4-c203-440a-998c-50b5f2cf3b9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e775e4-c203-440a-998c-50b5f2cf3b9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1770501477660769662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662177050147766076966217705014776607696621770501477660769662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4626c8-d03e-43ad-a064-0fbac0740e30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 131c341b-d62d-4568-af64-02ae608c40d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e775e4-c203-440a-998c-50b5f2cf3b9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 131c341b-d62d-4568-af64-02ae608c40d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9258917801898224504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504925891780189822450492589178018982245049258917801898224504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc8e5dc0-6ea6-48d2-8a53-434522cd850b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc8e5dc0-6ea6-48d2-8a53-434522cd850b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7363910990046750367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367736391099004675036773639109900467503677363910990046750367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 131c341b-d62d-4568-af64-02ae608c40d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e06a6e16-0baa-4548-9933-2b2330dd06b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e06a6e16-0baa-4548-9933-2b2330dd06b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3333864070627366271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271333386407062736627133338640706273662713333864070627366271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc8e5dc0-6ea6-48d2-8a53-434522cd850b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df7fcab3-1cef-4224-a7c8-83c304f09970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df7fcab3-1cef-4224-a7c8-83c304f09970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3892371087509737386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386389237108750973738638923710875097373863892371087509737386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e06a6e16-0baa-4548-9933-2b2330dd06b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2756b5b2-9dc3-44d5-aea0-c8019ffbf130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df7fcab3-1cef-4224-a7c8-83c304f09970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2756b5b2-9dc3-44d5-aea0-c8019ffbf130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3197857571991497870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870319785757199149787031978575719914978703197857571991497870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834a3880-2d7c-423d-b89a-7d16855e9b99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834a3880-2d7c-423d-b89a-7d16855e9b99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7892320036208084397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397789232003620808439778923200362080843977892320036208084397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2756b5b2-9dc3-44d5-aea0-c8019ffbf130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834a3880-2d7c-423d-b89a-7d16855e9b99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8552f136-5a95-4467-bd91-4633faf754f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8552f136-5a95-4467-bd91-4633faf754f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7505400467918195484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484750540046791819548475054004679181954847505400467918195484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a583eca-b369-4bf0-a1c5-39a8f8ad8e3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a583eca-b369-4bf0-a1c5-39a8f8ad8e3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1109624520629064318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318110962452062906431811096245206290643181109624520629064318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8552f136-5a95-4467-bd91-4633faf754f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54facd42-291f-48c5-8fad-97dd840428ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54facd42-291f-48c5-8fad-97dd840428ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4276859525947640776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776427685952594764077642768595259476407764276859525947640776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a583eca-b369-4bf0-a1c5-39a8f8ad8e3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2c8424-f5da-4959-8d81-e9ba608524ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2c8424-f5da-4959-8d81-e9ba608524ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17946341646616966326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326179463416466169663261794634164661696632617946341646616966326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54facd42-291f-48c5-8fad-97dd840428ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f846a259-aba4-46d5-9a0a-0f302f5ef27e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f846a259-aba4-46d5-9a0a-0f302f5ef27e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17224151275764762428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428172241512757647624281722415127576476242817224151275764762428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2c8424-f5da-4959-8d81-e9ba608524ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db5f0a77-834f-471b-a1bb-d86bcc161ca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5f0a77-834f-471b-a1bb-d86bcc161ca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5097578311467923424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424509757831146792342450975783114679234245097578311467923424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f846a259-aba4-46d5-9a0a-0f302f5ef27e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f65d918-8f81-43dc-9877-9b9e0f4b0518, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5f0a77-834f-471b-a1bb-d86bcc161ca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f65d918-8f81-43dc-9877-9b9e0f4b0518, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3570683885944297283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283357068388594429728335706838859442972833570683885944297283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88b6e605-973a-4f01-b5d8-bf013a3ec704, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88b6e605-973a-4f01-b5d8-bf013a3ec704, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16211097573584664935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935162110975735846649351621109757358466493516211097573584664935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f65d918-8f81-43dc-9877-9b9e0f4b0518, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88b6e605-973a-4f01-b5d8-bf013a3ec704, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfc47ec3-ce37-457a-ae08-bba468bfbe24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfc47ec3-ce37-457a-ae08-bba468bfbe24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6411043358379375119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119641104335837937511964110433583793751196411043358379375119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0df70-8289-4983-8c8f-8d1b124a10ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0df70-8289-4983-8c8f-8d1b124a10ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8513476117490506300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300851347611749050630085134761174905063008513476117490506300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfc47ec3-ce37-457a-ae08-bba468bfbe24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95c04cfe-c26b-4821-968e-34ba258d6011, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95c04cfe-c26b-4821-968e-34ba258d6011, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14546038211414295728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728145460382114142957281454603821141429572814546038211414295728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0df70-8289-4983-8c8f-8d1b124a10ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451d463b-12fc-4b3a-afff-fbf0c65d61a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451d463b-12fc-4b3a-afff-fbf0c65d61a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13867988664083893814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814138679886640838938141386798866408389381413867988664083893814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95c04cfe-c26b-4821-968e-34ba258d6011, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 608f1e4f-6ade-4dd2-bc04-4eed0905a60c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608f1e4f-6ade-4dd2-bc04-4eed0905a60c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1629876333515155054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054162987633351515505416298763335151550541629876333515155054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451d463b-12fc-4b3a-afff-fbf0c65d61a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d75190-1c67-4d5c-96cc-1ddbc3175cb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d75190-1c67-4d5c-96cc-1ddbc3175cb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7446488182975813900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900744648818297581390074464881829758139007446488182975813900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608f1e4f-6ade-4dd2-bc04-4eed0905a60c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 432d6853-b6fc-49c4-8702-a1fac53511de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 432d6853-b6fc-49c4-8702-a1fac53511de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17467418516820087787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787174674185168200877871746741851682008778717467418516820087787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d75190-1c67-4d5c-96cc-1ddbc3175cb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e4a1a62-d7b5-4c4f-86da-d4cf849466a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e4a1a62-d7b5-4c4f-86da-d4cf849466a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15954300708356278604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604159543007083562786041595430070835627860415954300708356278604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 432d6853-b6fc-49c4-8702-a1fac53511de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b1120b7-fb9f-4044-8503-1cdf3277c0d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1120b7-fb9f-4044-8503-1cdf3277c0d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5454165017595740269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269545416501759574026954541650175957402695454165017595740269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e4a1a62-d7b5-4c4f-86da-d4cf849466a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a12c3041-7b99-45bc-bbdc-eaaaf87d4e94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12c3041-7b99-45bc-bbdc-eaaaf87d4e94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3231440240250186834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834323144024025018683432314402402501868343231440240250186834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1120b7-fb9f-4044-8503-1cdf3277c0d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dadffc9c-3125-49f9-b0ed-5a0c888d84b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dadffc9c-3125-49f9-b0ed-5a0c888d84b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3741945858684583133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133374194585868458313337419458586845831333741945858684583133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12c3041-7b99-45bc-bbdc-eaaaf87d4e94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25158c27-ae27-4c25-b3b9-dfd56758a7db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25158c27-ae27-4c25-b3b9-dfd56758a7db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9706379744742320616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616970637974474232061697063797447423206169706379744742320616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dadffc9c-3125-49f9-b0ed-5a0c888d84b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ff967a-a3d0-4dc1-b6f2-97a0e64d2740, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ff967a-a3d0-4dc1-b6f2-97a0e64d2740, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12117992626264927757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757121179926262649277571211799262626492775712117992626264927757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25158c27-ae27-4c25-b3b9-dfd56758a7db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d881d97-7846-4d3c-bae7-c5a576eda818, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d881d97-7846-4d3c-bae7-c5a576eda818, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170608221302109920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920170608221302109920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ff967a-a3d0-4dc1-b6f2-97a0e64d2740, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43400e86-e3c7-4e4e-b390-6484ceb78294, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43400e86-e3c7-4e4e-b390-6484ceb78294, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14745349787961104189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189147453497879611041891474534978796110418914745349787961104189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d881d97-7846-4d3c-bae7-c5a576eda818, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43400e86-e3c7-4e4e-b390-6484ceb78294, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c612151-4a7a-488d-b03b-2fe396107385, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c612151-4a7a-488d-b03b-2fe396107385, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663658032262316213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213266365803226231621326636580322623162132663658032262316213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 857c34cc-f50a-4657-9cc5-f13568fcc68d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 857c34cc-f50a-4657-9cc5-f13568fcc68d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1269561330265014103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103126956133026501410312695613302650141031269561330265014103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 857c34cc-f50a-4657-9cc5-f13568fcc68d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1f3977-a9e8-4cf1-a506-1592341e432e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1f3977-a9e8-4cf1-a506-1592341e432e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5385950004305439207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207538595000430543920753859500043054392075385950004305439207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c612151-4a7a-488d-b03b-2fe396107385, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ad016b-bbf0-4e14-9e0b-b512e75c2b80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ad016b-bbf0-4e14-9e0b-b512e75c2b80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9390298603728907760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760939029860372890776093902986037289077609390298603728907760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ad016b-bbf0-4e14-9e0b-b512e75c2b80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2044b4ba-50b0-4957-ab35-7873d749ba2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2044b4ba-50b0-4957-ab35-7873d749ba2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14819142984717079175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175148191429847170791751481914298471707917514819142984717079175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1f3977-a9e8-4cf1-a506-1592341e432e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b660d41f-6ef2-4ced-8110-f121e6d8e4d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b660d41f-6ef2-4ced-8110-f121e6d8e4d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9178740307818744588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588917874030781874458891787403078187445889178740307818744588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2044b4ba-50b0-4957-ab35-7873d749ba2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f27c0b9b-ac51-4b60-8c9a-d1a133a97d21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f27c0b9b-ac51-4b60-8c9a-d1a133a97d21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17137712332178243601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601171377123321782436011713771233217824360117137712332178243601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b660d41f-6ef2-4ced-8110-f121e6d8e4d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c8f270-5ea1-40ac-9454-4292fe98abb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c8f270-5ea1-40ac-9454-4292fe98abb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3287317183442649673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673328731718344264967332873171834426496733287317183442649673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f27c0b9b-ac51-4b60-8c9a-d1a133a97d21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14503faa-a738-479f-828a-d400ab1d2bdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14503faa-a738-479f-828a-d400ab1d2bdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11409173911168793563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563114091739111687935631140917391116879356311409173911168793563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c8f270-5ea1-40ac-9454-4292fe98abb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef45fdb-095c-416c-809d-08f17837f73e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef45fdb-095c-416c-809d-08f17837f73e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10266034656821226652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652102660346568212266521026603465682122665210266034656821226652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14503faa-a738-479f-828a-d400ab1d2bdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb8bdd00-8e45-4495-9c9b-61609f64fd4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb8bdd00-8e45-4495-9c9b-61609f64fd4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11415227953807585346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346114152279538075853461141522795380758534611415227953807585346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef45fdb-095c-416c-809d-08f17837f73e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 815dbbd2-55aa-4bef-b3fd-34021291c274, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 815dbbd2-55aa-4bef-b3fd-34021291c274, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11673228772872299794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794116732287728722997941167322877287229979411673228772872299794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb8bdd00-8e45-4495-9c9b-61609f64fd4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9759d531-5db6-44ba-874e-df43d86697b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9759d531-5db6-44ba-874e-df43d86697b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16279140492191032503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503162791404921910325031627914049219103250316279140492191032503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 815dbbd2-55aa-4bef-b3fd-34021291c274, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb1c49b-f871-436b-ba0c-26ebd5395a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb1c49b-f871-436b-ba0c-26ebd5395a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928718595251622456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456292871859525162245629287185952516224562928718595251622456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9759d531-5db6-44ba-874e-df43d86697b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74a08a54-20b2-4a76-8d0b-6ab6e81d9a0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74a08a54-20b2-4a76-8d0b-6ab6e81d9a0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15756263584302093890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890157562635843020938901575626358430209389015756263584302093890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb1c49b-f871-436b-ba0c-26ebd5395a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9600976e-730e-4c9a-a30e-58d06d814161, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9600976e-730e-4c9a-a30e-58d06d814161, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18250324518458715413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413182503245184587154131825032451845871541318250324518458715413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74a08a54-20b2-4a76-8d0b-6ab6e81d9a0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7433b425-56a0-4446-9284-b16300de974a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7433b425-56a0-4446-9284-b16300de974a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14383598141882640928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928143835981418826409281438359814188264092814383598141882640928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9600976e-730e-4c9a-a30e-58d06d814161, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306d8d78-7335-40ca-a1b2-93966d310766, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306d8d78-7335-40ca-a1b2-93966d310766, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6060737672824776363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363606073767282477636360607376728247763636060737672824776363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7433b425-56a0-4446-9284-b16300de974a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55d8b748-e5b1-437e-9bc2-a5fceaa85341, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55d8b748-e5b1-437e-9bc2-a5fceaa85341, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7834813543326616347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347783481354332661634778348135433266163477834813543326616347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306d8d78-7335-40ca-a1b2-93966d310766, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ee220b4-cd64-4731-bbea-54b0861999df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ee220b4-cd64-4731-bbea-54b0861999df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10385062065114974786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786103850620651149747861038506206511497478610385062065114974786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55d8b748-e5b1-437e-9bc2-a5fceaa85341, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ffcf682-b572-47aa-8993-7ac35b9a0f62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ee220b4-cd64-4731-bbea-54b0861999df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ffcf682-b572-47aa-8993-7ac35b9a0f62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12538622902857271900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900125386229028572719001253862290285727190012538622902857271900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a54fd10-ca43-41e4-a435-e9c31cebc066, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a54fd10-ca43-41e4-a435-e9c31cebc066, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8014447990253691825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825801444799025369182580144479902536918258014447990253691825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ffcf682-b572-47aa-8993-7ac35b9a0f62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a54fd10-ca43-41e4-a435-e9c31cebc066, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f34bae5f-6b5a-4c25-821f-f03727876c3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f34bae5f-6b5a-4c25-821f-f03727876c3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10310442794875900217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217103104427948759002171031044279487590021710310442794875900217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8694bac5-ed10-427f-9361-350a7d6f5955, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8694bac5-ed10-427f-9361-350a7d6f5955, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15929014053394237992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992159290140533942379921592901405339423799215929014053394237992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f34bae5f-6b5a-4c25-821f-f03727876c3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc9b54a1-0231-45a1-95d4-68638ebbe89d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc9b54a1-0231-45a1-95d4-68638ebbe89d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15605911458096775900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900156059114580967759001560591145809677590015605911458096775900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8694bac5-ed10-427f-9361-350a7d6f5955, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4edf3658-7af9-4312-96b7-fab6ecf874fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4edf3658-7af9-4312-96b7-fab6ecf874fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10753147310497416948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948107531473104974169481075314731049741694810753147310497416948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc9b54a1-0231-45a1-95d4-68638ebbe89d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed8efc43-5e43-4097-a241-738720dd8137, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed8efc43-5e43-4097-a241-738720dd8137, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12612131560344305660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660126121315603443056601261213156034430566012612131560344305660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4edf3658-7af9-4312-96b7-fab6ecf874fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0fc6560-3024-4224-9039-0260b03b094b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fc6560-3024-4224-9039-0260b03b094b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6483711614199718657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657648371161419971865764837116141997186576483711614199718657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed8efc43-5e43-4097-a241-738720dd8137, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d72020-bede-4f90-83dd-28c28fb1dd58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d72020-bede-4f90-83dd-28c28fb1dd58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4701647043536979882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882470164704353697988247016470435369798824701647043536979882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fc6560-3024-4224-9039-0260b03b094b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c807c4d-b37f-41c4-93f7-687334ba709a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c807c4d-b37f-41c4-93f7-687334ba709a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17573648155459869794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794175736481554598697941757364815545986979417573648155459869794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d72020-bede-4f90-83dd-28c28fb1dd58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87ae1025-ab09-4299-a018-bbebc158c61c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87ae1025-ab09-4299-a018-bbebc158c61c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13156250225742656136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136131562502257426561361315625022574265613613156250225742656136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c807c4d-b37f-41c4-93f7-687334ba709a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da66062-5866-4d65-90bc-3652c2c7b546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da66062-5866-4d65-90bc-3652c2c7b546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 664366716721591699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699664366716721591699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87ae1025-ab09-4299-a018-bbebc158c61c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74dacec-5411-46a3-aabd-264c30d74cf1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74dacec-5411-46a3-aabd-264c30d74cf1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829969773035559183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183582996977303555918358299697730355591835829969773035559183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da66062-5866-4d65-90bc-3652c2c7b546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1c2b942-167c-48f5-ac52-22a96f6bc9a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1c2b942-167c-48f5-ac52-22a96f6bc9a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16168074854844310388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388161680748548443103881616807485484431038816168074854844310388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74dacec-5411-46a3-aabd-264c30d74cf1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 449fd1f5-d106-4086-a308-101d096aaa25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1c2b942-167c-48f5-ac52-22a96f6bc9a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 449fd1f5-d106-4086-a308-101d096aaa25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1389720561453325260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260138972056145332526013897205614533252601389720561453325260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17ca7348-cb13-493a-bec6-e42f8a53b45f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17ca7348-cb13-493a-bec6-e42f8a53b45f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7429419559942189104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104742941955994218910474294195599421891047429419559942189104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17ca7348-cb13-493a-bec6-e42f8a53b45f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4843426b-2d58-4f5c-827e-6a471d68d044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4843426b-2d58-4f5c-827e-6a471d68d044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727443248716157422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422127274432487161574221272744324871615742212727443248716157422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 449fd1f5-d106-4086-a308-101d096aaa25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf50e4b-8892-42c9-b1e3-da6426f06cf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf50e4b-8892-42c9-b1e3-da6426f06cf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17264790451941762667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667172647904519417626671726479045194176266717264790451941762667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4843426b-2d58-4f5c-827e-6a471d68d044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 842a0063-bad3-4265-ab28-301183e44a29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 842a0063-bad3-4265-ab28-301183e44a29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15205931578235454303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303152059315782354543031520593157823545430315205931578235454303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf50e4b-8892-42c9-b1e3-da6426f06cf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b76b1556-b6ab-474f-bbf3-9ba31d4d4ebb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b76b1556-b6ab-474f-bbf3-9ba31d4d4ebb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8680279722388470735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735868027972238847073586802797223884707358680279722388470735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 842a0063-bad3-4265-ab28-301183e44a29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98419a08-ea93-4561-9d03-52dcf6df60cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98419a08-ea93-4561-9d03-52dcf6df60cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630790477373569444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444166307904773735694441663079047737356944416630790477373569444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b76b1556-b6ab-474f-bbf3-9ba31d4d4ebb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98419a08-ea93-4561-9d03-52dcf6df60cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3dbf367-762d-4cef-a961-a8a70ad6d6c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3dbf367-762d-4cef-a961-a8a70ad6d6c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11993900811849517065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065119939008118495170651199390081184951706511993900811849517065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 569f4d7e-90af-4f80-a61a-7a4ea2f8736b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 569f4d7e-90af-4f80-a61a-7a4ea2f8736b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11013426649029436952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952110134266490294369521101342664902943695211013426649029436952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 569f4d7e-90af-4f80-a61a-7a4ea2f8736b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 517fe64e-2c22-4f69-9a2b-f15a833a2a17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 517fe64e-2c22-4f69-9a2b-f15a833a2a17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14832383617955303713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713148323836179553037131483238361795530371314832383617955303713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3dbf367-762d-4cef-a961-a8a70ad6d6c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff7fcf6-d4a7-4a34-9d63-22e87053280a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff7fcf6-d4a7-4a34-9d63-22e87053280a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11471883847750272502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502114718838477502725021147188384775027250211471883847750272502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff7fcf6-d4a7-4a34-9d63-22e87053280a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 517fe64e-2c22-4f69-9a2b-f15a833a2a17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 894ab556-1f94-4fdc-ba23-56a44056e7b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5d9ecf-1c6e-4e9d-9732-1233cfe74a67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 894ab556-1f94-4fdc-ba23-56a44056e7b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554301003320988200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200655430100332098820065543010033209882006554301003320988200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5d9ecf-1c6e-4e9d-9732-1233cfe74a67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17268028854251933089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089172680288542519330891726802885425193308917268028854251933089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 894ab556-1f94-4fdc-ba23-56a44056e7b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb0a958-6279-418e-94de-177f5dbee9ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb0a958-6279-418e-94de-177f5dbee9ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16523579219436094338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338165235792194360943381652357921943609433816523579219436094338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5d9ecf-1c6e-4e9d-9732-1233cfe74a67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d373ca15-f544-44b9-8c73-51429777e904, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d373ca15-f544-44b9-8c73-51429777e904, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4770027354692544801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801477002735469254480147700273546925448014770027354692544801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb0a958-6279-418e-94de-177f5dbee9ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a271f39d-4907-4c04-ac76-e488c59afefc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a271f39d-4907-4c04-ac76-e488c59afefc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6861447596728172028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028686144759672817202868614475967281720286861447596728172028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d373ca15-f544-44b9-8c73-51429777e904, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2796f56-9a2a-4c02-8fca-c04b45de3be3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2796f56-9a2a-4c02-8fca-c04b45de3be3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3689207219652164001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001368920721965216400136892072196521640013689207219652164001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a271f39d-4907-4c04-ac76-e488c59afefc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a8e371-7f72-4c92-be9b-150fd2362c38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a8e371-7f72-4c92-be9b-150fd2362c38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14708871946138593288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288147088719461385932881470887194613859328814708871946138593288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2796f56-9a2a-4c02-8fca-c04b45de3be3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9ab87b3-3ff1-4598-bc48-cc8452865d6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9ab87b3-3ff1-4598-bc48-cc8452865d6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6146155992154514760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760614615599215451476061461559921545147606146155992154514760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a8e371-7f72-4c92-be9b-150fd2362c38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d12bcfec-2191-4473-b0a0-98dbbc4d49e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d12bcfec-2191-4473-b0a0-98dbbc4d49e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12705421343511151090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090127054213435111510901270542134351115109012705421343511151090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9ab87b3-3ff1-4598-bc48-cc8452865d6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc8268d2-4960-4633-a383-88684be6984b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc8268d2-4960-4633-a383-88684be6984b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13536633864627506368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368135366338646275063681353663386462750636813536633864627506368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d12bcfec-2191-4473-b0a0-98dbbc4d49e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74b58b61-edc2-4d2a-8266-abbfcee1b124, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74b58b61-edc2-4d2a-8266-abbfcee1b124, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12751680887920323432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432127516808879203234321275168088792032343212751680887920323432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc8268d2-4960-4633-a383-88684be6984b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce449b66-0285-4890-9cd2-e3de722bb45e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce449b66-0285-4890-9cd2-e3de722bb45e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10790214653788849697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697107902146537888496971079021465378884969710790214653788849697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74b58b61-edc2-4d2a-8266-abbfcee1b124, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ed043cc-89b2-4642-97bf-32e4ff4a344d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ed043cc-89b2-4642-97bf-32e4ff4a344d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12776933980808233425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425127769339808082334251277693398080823342512776933980808233425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce449b66-0285-4890-9cd2-e3de722bb45e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ce61fa4-dbe3-413b-a053-677ccbb4a472, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ce61fa4-dbe3-413b-a053-677ccbb4a472, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11681127736158899998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998116811277361588999981168112773615889999811681127736158899998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ed043cc-89b2-4642-97bf-32e4ff4a344d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbcee0a9-cb01-493f-8cb9-9466c2aae243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbcee0a9-cb01-493f-8cb9-9466c2aae243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10007812974870950699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699100078129748709506991000781297487095069910007812974870950699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ce61fa4-dbe3-413b-a053-677ccbb4a472, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbcf0f9-bb00-4508-968a-e67d65570e3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbcf0f9-bb00-4508-968a-e67d65570e3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11051612857101554516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516110516128571015545161105161285710155451611051612857101554516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbcee0a9-cb01-493f-8cb9-9466c2aae243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c52df5e-e7f5-4856-8f06-f6de571b7bed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c52df5e-e7f5-4856-8f06-f6de571b7bed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8548258324961034646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646854825832496103464685482583249610346468548258324961034646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbcf0f9-bb00-4508-968a-e67d65570e3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dd50173-07f7-4819-aad5-1382e7365019, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dd50173-07f7-4819-aad5-1382e7365019, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5415057143590080931 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931541505714359008093154150571435900809315415057143590080931" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c52df5e-e7f5-4856-8f06-f6de571b7bed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b6028c2-b7ef-4ed3-8b5c-73c4a5f699e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b6028c2-b7ef-4ed3-8b5c-73c4a5f699e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10316126000639302856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856103161260006393028561031612600063930285610316126000639302856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dd50173-07f7-4819-aad5-1382e7365019, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bec492a5-323c-4fa7-b1c0-0bc16431020a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec492a5-323c-4fa7-b1c0-0bc16431020a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18423518932183698757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757184235189321836987571842351893218369875718423518932183698757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b6028c2-b7ef-4ed3-8b5c-73c4a5f699e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7291b05f-18b1-4ab5-a126-535d69a88fb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7291b05f-18b1-4ab5-a126-535d69a88fb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10421568491863739357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357104215684918637393571042156849186373935710421568491863739357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec492a5-323c-4fa7-b1c0-0bc16431020a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7291b05f-18b1-4ab5-a126-535d69a88fb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dddef38b-f3ee-4672-88d8-50b500b3c23c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dddef38b-f3ee-4672-88d8-50b500b3c23c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13649425772595022471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471136494257725950224711364942577259502247113649425772595022471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37a3ea14-9b02-4a11-98d5-fc0a6b4fb630, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37a3ea14-9b02-4a11-98d5-fc0a6b4fb630, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516561736293313814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814851656173629331381485165617362933138148516561736293313814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37a3ea14-9b02-4a11-98d5-fc0a6b4fb630, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d2512a0-1f31-4e50-b0cc-d35732b7710c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d2512a0-1f31-4e50-b0cc-d35732b7710c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13488120336985139310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310134881203369851393101348812033698513931013488120336985139310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dddef38b-f3ee-4672-88d8-50b500b3c23c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 275da9d5-592c-4d08-a059-ce0f1c35643c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 275da9d5-592c-4d08-a059-ce0f1c35643c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11733242359931933617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617117332423599319336171173324235993193361711733242359931933617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d2512a0-1f31-4e50-b0cc-d35732b7710c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b374bc36-e100-43a0-b201-5859cfbbecc2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b374bc36-e100-43a0-b201-5859cfbbecc2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 876305543255653744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744876305543255653744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 275da9d5-592c-4d08-a059-ce0f1c35643c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b374bc36-e100-43a0-b201-5859cfbbecc2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0af8522-e1b9-462c-a868-68eba121571e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c82c605f-5cb4-4b1f-b04f-5157212207ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c82c605f-5cb4-4b1f-b04f-5157212207ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9713519221034903815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815971351922103490381597135192210349038159713519221034903815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0af8522-e1b9-462c-a868-68eba121571e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072463736500512287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287150724637365005122871507246373650051228715072463736500512287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c82c605f-5cb4-4b1f-b04f-5157212207ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2b6ecb3-24b2-45f6-8562-a338374cebcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2b6ecb3-24b2-45f6-8562-a338374cebcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4785519096502099902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902478551909650209990247855190965020999024785519096502099902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0af8522-e1b9-462c-a868-68eba121571e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 911d7c79-8e41-41f4-8acd-525220f6e9a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 911d7c79-8e41-41f4-8acd-525220f6e9a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9861675962890146669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669986167596289014666998616759628901466699861675962890146669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 911d7c79-8e41-41f4-8acd-525220f6e9a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2b6ecb3-24b2-45f6-8562-a338374cebcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 393d93f1-15f6-45e1-bfa1-432a9f6ba3e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 393d93f1-15f6-45e1-bfa1-432a9f6ba3e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894588331223731563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563108945883312237315631089458833122373156310894588331223731563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f4ba7f2-4a75-4f2b-8d18-5dd7a48b0ae0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f4ba7f2-4a75-4f2b-8d18-5dd7a48b0ae0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2907988206762642333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333290798820676264233329079882067626423332907988206762642333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 393d93f1-15f6-45e1-bfa1-432a9f6ba3e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f4ba7f2-4a75-4f2b-8d18-5dd7a48b0ae0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9011367-8d39-4094-9891-fad56df31c14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9011367-8d39-4094-9891-fad56df31c14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407382970626523725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725640738297062652372564073829706265237256407382970626523725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600d555f-0189-4eb3-92bd-29020d048531, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600d555f-0189-4eb3-92bd-29020d048531, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4944830045187961188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188494483004518796118849448300451879611884944830045187961188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9011367-8d39-4094-9891-fad56df31c14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b7bd506-68b5-4813-8741-88418cca8e10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b7bd506-68b5-4813-8741-88418cca8e10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15232049335614638093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093152320493356146380931523204933561463809315232049335614638093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600d555f-0189-4eb3-92bd-29020d048531, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5914248-6f9c-4d05-8479-4bbcfdd45a74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5914248-6f9c-4d05-8479-4bbcfdd45a74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8737902262171872614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614873790226217187261487379022621718726148737902262171872614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b7bd506-68b5-4813-8741-88418cca8e10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc7e3425-500b-4e14-b021-416c7f852805, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc7e3425-500b-4e14-b021-416c7f852805, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8954830828880724467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467895483082888072446789548308288807244678954830828880724467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5914248-6f9c-4d05-8479-4bbcfdd45a74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6210a8de-0a3d-4a61-a56f-b9107563a27b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6210a8de-0a3d-4a61-a56f-b9107563a27b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17500567173214033276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276175005671732140332761750056717321403327617500567173214033276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc7e3425-500b-4e14-b021-416c7f852805, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9873aac-2437-4fe0-adc2-c6e3f1f0bf98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6210a8de-0a3d-4a61-a56f-b9107563a27b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9873aac-2437-4fe0-adc2-c6e3f1f0bf98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8933079986676237940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940893307998667623794089330799866762379408933079986676237940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2ec5fe1-8981-465d-9990-4c8bf3ff64a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2ec5fe1-8981-465d-9990-4c8bf3ff64a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16717538620448557549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549167175386204485575491671753862044855754916717538620448557549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9873aac-2437-4fe0-adc2-c6e3f1f0bf98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 019c60d9-8157-4510-8d5f-a4f2f3eacc0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 019c60d9-8157-4510-8d5f-a4f2f3eacc0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13832940026750185314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314138329400267501853141383294002675018531413832940026750185314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2ec5fe1-8981-465d-9990-4c8bf3ff64a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c411194-c6c3-45ad-8fb8-224ed91eaa08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c411194-c6c3-45ad-8fb8-224ed91eaa08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633518674140500713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713263351867414050071326335186741405007132633518674140500713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 019c60d9-8157-4510-8d5f-a4f2f3eacc0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6ee521c-3228-450b-b2fb-393290bacffb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c411194-c6c3-45ad-8fb8-224ed91eaa08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6ee521c-3228-450b-b2fb-393290bacffb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11976787581711204371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371119767875817112043711197678758171120437111976787581711204371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbe9b4c5-e805-4c59-925e-3a5f48bf31b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbe9b4c5-e805-4c59-925e-3a5f48bf31b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6039178523896501675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675603917852389650167560391785238965016756039178523896501675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6ee521c-3228-450b-b2fb-393290bacffb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbe9b4c5-e805-4c59-925e-3a5f48bf31b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc453c0c-7494-4c8f-a369-ef7da1e1b927, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc453c0c-7494-4c8f-a369-ef7da1e1b927, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12582978844881743346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346125829788448817433461258297884488174334612582978844881743346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3300726b-f07d-4518-a360-f1d28bfecf12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3300726b-f07d-4518-a360-f1d28bfecf12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9762570870355058630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630976257087035505863097625708703550586309762570870355058630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc453c0c-7494-4c8f-a369-ef7da1e1b927, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e388af13-d321-4d03-9db0-6ebbfc9843c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e388af13-d321-4d03-9db0-6ebbfc9843c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7982726998569337975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975798272699856933797579827269985693379757982726998569337975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3300726b-f07d-4518-a360-f1d28bfecf12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d35018e-b9e0-4f58-be98-bee0ffec4a5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d35018e-b9e0-4f58-be98-bee0ffec4a5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022336360568245028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028802233636056824502880223363605682450288022336360568245028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e388af13-d321-4d03-9db0-6ebbfc9843c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a28f4c-f7cb-4788-b3b4-8c9b3d8cc52b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a28f4c-f7cb-4788-b3b4-8c9b3d8cc52b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10747008018089241758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758107470080180892417581074700801808924175810747008018089241758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d35018e-b9e0-4f58-be98-bee0ffec4a5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a28f4c-f7cb-4788-b3b4-8c9b3d8cc52b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f60c405b-c7c4-4660-8da1-d09ffd1490b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60c405b-c7c4-4660-8da1-d09ffd1490b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078954144232006230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230100789541442320062301007895414423200623010078954144232006230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fda1742d-e6a1-41ae-84c5-bc3f36c275ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fda1742d-e6a1-41ae-84c5-bc3f36c275ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14567809876727168607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607145678098767271686071456780987672716860714567809876727168607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60c405b-c7c4-4660-8da1-d09ffd1490b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99426d34-e0f3-4010-8209-0cdc5bb9a2e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fda1742d-e6a1-41ae-84c5-bc3f36c275ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b40025-548c-4853-8012-d9d623f7dc47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b40025-548c-4853-8012-d9d623f7dc47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17987822680373597896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896179878226803735978961798782268037359789617987822680373597896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99426d34-e0f3-4010-8209-0cdc5bb9a2e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16592707370598477667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667165927073705984776671659270737059847766716592707370598477667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99426d34-e0f3-4010-8209-0cdc5bb9a2e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f660cc9-ca9e-4e37-8f23-904d076f7eb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f660cc9-ca9e-4e37-8f23-904d076f7eb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569208080092764875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875956920808009276487595692080800927648759569208080092764875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b40025-548c-4853-8012-d9d623f7dc47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc5ad00c-53ff-4dcd-856d-561d686de3ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc5ad00c-53ff-4dcd-856d-561d686de3ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668551803932764179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179176685518039327641791766855180393276417917668551803932764179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f660cc9-ca9e-4e37-8f23-904d076f7eb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a595a98a-08a4-4f08-9353-f778b3593525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a595a98a-08a4-4f08-9353-f778b3593525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12613295630204150084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084126132956302041500841261329563020415008412613295630204150084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc5ad00c-53ff-4dcd-856d-561d686de3ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 137151bc-df9e-4eb1-b86a-9033d1ae8a75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 137151bc-df9e-4eb1-b86a-9033d1ae8a75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2881806052073239461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461288180605207323946128818060520732394612881806052073239461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a595a98a-08a4-4f08-9353-f778b3593525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb7e6b7-71cc-43d7-92c4-ddfe96c36a66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb7e6b7-71cc-43d7-92c4-ddfe96c36a66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5882883005991559544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544588288300599155954458828830059915595445882883005991559544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 137151bc-df9e-4eb1-b86a-9033d1ae8a75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a7893bc-6df1-4fee-a62d-c3da0684827c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a7893bc-6df1-4fee-a62d-c3da0684827c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9512044200969566188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188951204420096956618895120442009695661889512044200969566188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb7e6b7-71cc-43d7-92c4-ddfe96c36a66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfa90cc9-3f00-4bd1-ac16-de02c26d234b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfa90cc9-3f00-4bd1-ac16-de02c26d234b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13520403507726644626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626135204035077266446261352040350772664462613520403507726644626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a7893bc-6df1-4fee-a62d-c3da0684827c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ebbe975-6435-4e7f-b947-6236ae52c216, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ebbe975-6435-4e7f-b947-6236ae52c216, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12904842549631873553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553129048425496318735531290484254963187355312904842549631873553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfa90cc9-3f00-4bd1-ac16-de02c26d234b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49afa9be-1435-423f-b5f7-5aa9a0a9fd76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49afa9be-1435-423f-b5f7-5aa9a0a9fd76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13128336178247700461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461131283361782477004611312833617824770046113128336178247700461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ebbe975-6435-4e7f-b947-6236ae52c216, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54a7b273-60e7-418c-86e3-ed15d85594e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a7b273-60e7-418c-86e3-ed15d85594e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349121682268000205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205734912168226800020573491216822680002057349121682268000205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49afa9be-1435-423f-b5f7-5aa9a0a9fd76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1571d047-bf80-4a3d-a550-0f9b3464103a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1571d047-bf80-4a3d-a550-0f9b3464103a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436544534440525902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902174365445344405259021743654453444052590217436544534440525902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a7b273-60e7-418c-86e3-ed15d85594e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 067ea685-b6b4-40f4-b2bf-b30a97fb074e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067ea685-b6b4-40f4-b2bf-b30a97fb074e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11169450613398128998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998111694506133981289981116945061339812899811169450613398128998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1571d047-bf80-4a3d-a550-0f9b3464103a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85ae6470-a422-48bd-b147-cd57854d61c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85ae6470-a422-48bd-b147-cd57854d61c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4496607328272349708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708449660732827234970844966073282723497084496607328272349708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067ea685-b6b4-40f4-b2bf-b30a97fb074e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7da52f4-ee1e-416e-bb6f-d0fb32df4ce7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7da52f4-ee1e-416e-bb6f-d0fb32df4ce7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070811843380294028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028100708118433802940281007081184338029402810070811843380294028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85ae6470-a422-48bd-b147-cd57854d61c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e75fac3c-f0c0-4c25-bc4c-6070a5887a12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e75fac3c-f0c0-4c25-bc4c-6070a5887a12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13979206365366977962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962139792063653669779621397920636536697796213979206365366977962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7da52f4-ee1e-416e-bb6f-d0fb32df4ce7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e23dab0-3141-4b53-bf5e-542224f900e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e23dab0-3141-4b53-bf5e-542224f900e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5533413369202200714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714553341336920220071455334133692022007145533413369202200714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e75fac3c-f0c0-4c25-bc4c-6070a5887a12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6203bc17-41c8-4696-8706-f73961dab18b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6203bc17-41c8-4696-8706-f73961dab18b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17401535590945933718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718174015355909459337181740153559094593371817401535590945933718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e23dab0-3141-4b53-bf5e-542224f900e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6203bc17-41c8-4696-8706-f73961dab18b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24ef7da3-fa20-457f-8ae3-e54658316646, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24ef7da3-fa20-457f-8ae3-e54658316646, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15372459850530167398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398153724598505301673981537245985053016739815372459850530167398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62cf34d8-61ae-49e6-8c8d-8f895afc2f66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62cf34d8-61ae-49e6-8c8d-8f895afc2f66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11616817550723786225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225116168175507237862251161681755072378622511616817550723786225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24ef7da3-fa20-457f-8ae3-e54658316646, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb3698b2-81c0-4cb5-8309-4bfad336cc83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62cf34d8-61ae-49e6-8c8d-8f895afc2f66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e9f1cd-d910-407c-a90f-75c37346029b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e9f1cd-d910-407c-a90f-75c37346029b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14703132328024771414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414147031323280247714141470313232802477141414703132328024771414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb3698b2-81c0-4cb5-8309-4bfad336cc83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13184438448736019980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980131844384487360199801318443844873601998013184438448736019980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb3698b2-81c0-4cb5-8309-4bfad336cc83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf6cf09-e952-4247-8678-dfe7767e3cfe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf6cf09-e952-4247-8678-dfe7767e3cfe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036801279704163516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516203680127970416351620368012797041635162036801279704163516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e9f1cd-d910-407c-a90f-75c37346029b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d22ea6d0-ad12-4c4c-877f-211630851bb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d22ea6d0-ad12-4c4c-877f-211630851bb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7477871738574423011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011747787173857442301174778717385744230117477871738574423011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf6cf09-e952-4247-8678-dfe7767e3cfe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f8d1aca-8176-4018-9783-b39a453fa8df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d22ea6d0-ad12-4c4c-877f-211630851bb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f8d1aca-8176-4018-9783-b39a453fa8df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4210249951383394464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464421024995138339446442102499513833944644210249951383394464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2997f5ba-8287-4e19-a219-288e2250975a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2997f5ba-8287-4e19-a219-288e2250975a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5763958781704551964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964576395878170455196457639587817045519645763958781704551964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f8d1aca-8176-4018-9783-b39a453fa8df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6cbaf67-60ab-4372-975a-3f9a1061accf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6cbaf67-60ab-4372-975a-3f9a1061accf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16718527320852642253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253167185273208526422531671852732085264225316718527320852642253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2997f5ba-8287-4e19-a219-288e2250975a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a90f24f8-9726-449d-87dc-a3c79cd1f037, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a90f24f8-9726-449d-87dc-a3c79cd1f037, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11298896886755732823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823112988968867557328231129889688675573282311298896886755732823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6cbaf67-60ab-4372-975a-3f9a1061accf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d52a5ee4-5ddc-469e-a5ed-bfc2ddd24a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d52a5ee4-5ddc-469e-a5ed-bfc2ddd24a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12419418987456698222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222124194189874566982221241941898745669822212419418987456698222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a90f24f8-9726-449d-87dc-a3c79cd1f037, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922f49b9-002d-49fe-a36b-422aa61e50f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922f49b9-002d-49fe-a36b-422aa61e50f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14892560605810894527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527148925606058108945271489256060581089452714892560605810894527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d52a5ee4-5ddc-469e-a5ed-bfc2ddd24a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e02070a-3680-4058-b1df-02c2fd0b2b5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e02070a-3680-4058-b1df-02c2fd0b2b5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143850838232019523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523814385083823201952381438508382320195238143850838232019523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922f49b9-002d-49fe-a36b-422aa61e50f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79dbbc14-1058-428e-996a-c87e9ed3da7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79dbbc14-1058-428e-996a-c87e9ed3da7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11011950904560497041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041110119509045604970411101195090456049704111011950904560497041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e02070a-3680-4058-b1df-02c2fd0b2b5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 671dc380-caeb-468b-99fc-0af202c2cfef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 671dc380-caeb-468b-99fc-0af202c2cfef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11576814219131838121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121115768142191318381211157681421913183812111576814219131838121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79dbbc14-1058-428e-996a-c87e9ed3da7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d6c729e-4fac-422d-84ab-461e7bc57498, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d6c729e-4fac-422d-84ab-461e7bc57498, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383646033026596195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195138364603302659619513836460330265961951383646033026596195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 671dc380-caeb-468b-99fc-0af202c2cfef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a008359-b6f9-4d89-89a3-7918f5f0db69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a008359-b6f9-4d89-89a3-7918f5f0db69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6839976984808597373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373683997698480859737368399769848085973736839976984808597373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d6c729e-4fac-422d-84ab-461e7bc57498, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57683c44-ab17-4331-ae37-721c1ff22c6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57683c44-ab17-4331-ae37-721c1ff22c6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14283630585097384227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227142836305850973842271428363058509738422714283630585097384227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a008359-b6f9-4d89-89a3-7918f5f0db69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ff36cc-60e0-4d30-880a-fe30a533b798, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ff36cc-60e0-4d30-880a-fe30a533b798, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17840822755711162470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470178408227557111624701784082275571116247017840822755711162470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57683c44-ab17-4331-ae37-721c1ff22c6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 585d4e00-61d5-46dd-9de7-a0d1a53251be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 585d4e00-61d5-46dd-9de7-a0d1a53251be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16634797686323669268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268166347976863236692681663479768632366926816634797686323669268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ff36cc-60e0-4d30-880a-fe30a533b798, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a79b7c4-8150-41f1-b85d-9cc36a4c8ca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a79b7c4-8150-41f1-b85d-9cc36a4c8ca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16090413667405909797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797160904136674059097971609041366740590979716090413667405909797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 585d4e00-61d5-46dd-9de7-a0d1a53251be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5402cb54-0c9a-4ce8-b6c1-e6675c90b511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5402cb54-0c9a-4ce8-b6c1-e6675c90b511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7675020864976229590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590767502086497622959076750208649762295907675020864976229590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a79b7c4-8150-41f1-b85d-9cc36a4c8ca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd7d72b-732c-41eb-adf8-ffc9af652041, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd7d72b-732c-41eb-adf8-ffc9af652041, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1643752270572264335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335164375227057226433516437522705722643351643752270572264335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5402cb54-0c9a-4ce8-b6c1-e6675c90b511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2e4121-61d5-4f88-8aca-e28a5976b9ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2e4121-61d5-4f88-8aca-e28a5976b9ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11026920650641369092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092110269206506413690921102692065064136909211026920650641369092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd7d72b-732c-41eb-adf8-ffc9af652041, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9f21a05-87d9-424a-97af-a80629922800, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9f21a05-87d9-424a-97af-a80629922800, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8089507419397504374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374808950741939750437480895074193975043748089507419397504374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2e4121-61d5-4f88-8aca-e28a5976b9ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8952ef36-5329-4744-9ea8-50e1bbb11094, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8952ef36-5329-4744-9ea8-50e1bbb11094, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9079048920026974179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179907904892002697417990790489200269741799079048920026974179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9f21a05-87d9-424a-97af-a80629922800, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370b6b51-7270-45ee-9883-a603e2c9d16e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370b6b51-7270-45ee-9883-a603e2c9d16e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9275552539300449087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087927555253930044908792755525393004490879275552539300449087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8952ef36-5329-4744-9ea8-50e1bbb11094, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d1a8fa7-70b9-4f7e-a6af-344ece03b5e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d1a8fa7-70b9-4f7e-a6af-344ece03b5e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866359180854606374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374118663591808546063741186635918085460637411866359180854606374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370b6b51-7270-45ee-9883-a603e2c9d16e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db003e21-3f75-4971-88aa-f8123b2fc080, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db003e21-3f75-4971-88aa-f8123b2fc080, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1095021551773531734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734109502155177353173410950215517735317341095021551773531734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db003e21-3f75-4971-88aa-f8123b2fc080, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0abd4185-9dcd-4fa2-bcae-278b1c139be4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0abd4185-9dcd-4fa2-bcae-278b1c139be4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2596429096054861505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505259642909605486150525964290960548615052596429096054861505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d1a8fa7-70b9-4f7e-a6af-344ece03b5e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d3e7df-7a1a-4e6e-955e-7129ed140f1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d3e7df-7a1a-4e6e-955e-7129ed140f1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4464775854397435979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979446477585439743597944647758543974359794464775854397435979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0abd4185-9dcd-4fa2-bcae-278b1c139be4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 014439b6-cce6-4093-bfe7-b1c560a64547, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 014439b6-cce6-4093-bfe7-b1c560a64547, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3443934102113655656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656344393410211365565634439341021136556563443934102113655656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d3e7df-7a1a-4e6e-955e-7129ed140f1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d0eb4e3-6be0-45c2-8fb0-4e0cff9878cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d0eb4e3-6be0-45c2-8fb0-4e0cff9878cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16915823394224096771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771169158233942240967711691582339422409677116915823394224096771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 014439b6-cce6-4093-bfe7-b1c560a64547, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed45bc49-2a21-4369-924b-e0f644dbb638, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed45bc49-2a21-4369-924b-e0f644dbb638, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14814878639929700679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679148148786399297006791481487863992970067914814878639929700679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d0eb4e3-6be0-45c2-8fb0-4e0cff9878cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4721b77e-ea27-4499-ab47-46cf9358b154, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4721b77e-ea27-4499-ab47-46cf9358b154, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4424512878111206543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543442451287811120654344245128781112065434424512878111206543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed45bc49-2a21-4369-924b-e0f644dbb638, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6c968b1-079a-4ed7-8ece-a386e7849e25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6c968b1-079a-4ed7-8ece-a386e7849e25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 915476862409968816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816915476862409968816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4721b77e-ea27-4499-ab47-46cf9358b154, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6ddb01b-b52b-43e2-90db-b89f72a4448a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6ddb01b-b52b-43e2-90db-b89f72a4448a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750234395488692621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621375023439548869262137502343954886926213750234395488692621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6c968b1-079a-4ed7-8ece-a386e7849e25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23361858-1b05-44b4-b8b9-526af7e7c7c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23361858-1b05-44b4-b8b9-526af7e7c7c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080651681854765642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642508065168185476564250806516818547656425080651681854765642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6ddb01b-b52b-43e2-90db-b89f72a4448a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c81dfd53-d10f-425f-9ae8-1648804c7e88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c81dfd53-d10f-425f-9ae8-1648804c7e88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2242919272454649978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978224291927245464997822429192724546499782242919272454649978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23361858-1b05-44b4-b8b9-526af7e7c7c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b24532bc-bd67-4a6b-b5f1-a20c69e7376a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b24532bc-bd67-4a6b-b5f1-a20c69e7376a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8043031127087068068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068804303112708706806880430311270870680688043031127087068068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c81dfd53-d10f-425f-9ae8-1648804c7e88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 267167fc-5d4c-439f-9078-158b6ab26fc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267167fc-5d4c-439f-9078-158b6ab26fc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3891187723446150797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797389118772344615079738911877234461507973891187723446150797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b24532bc-bd67-4a6b-b5f1-a20c69e7376a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f7646d4-1379-4dda-836a-2764d82b3257, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267167fc-5d4c-439f-9078-158b6ab26fc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f7646d4-1379-4dda-836a-2764d82b3257, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068952567825418857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857130689525678254188571306895256782541885713068952567825418857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00077d50-f867-4a5a-a3f3-6659e9d9d4ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00077d50-f867-4a5a-a3f3-6659e9d9d4ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14393599063811208294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294143935990638112082941439359906381120829414393599063811208294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f7646d4-1379-4dda-836a-2764d82b3257, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00077d50-f867-4a5a-a3f3-6659e9d9d4ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f3ce364-eef8-4cfe-bf92-7496f15634d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3ce364-eef8-4cfe-bf92-7496f15634d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12058050464865259085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085120580504648652590851205805046486525908512058050464865259085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04a2840-019f-4d42-a9e1-b21717d42f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04a2840-019f-4d42-a9e1-b21717d42f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6218185827116610522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522621818582711661052262181858271166105226218185827116610522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04a2840-019f-4d42-a9e1-b21717d42f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49490b80-4155-425f-b69e-9746bc69b089, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49490b80-4155-425f-b69e-9746bc69b089, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11097909424548891941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941110979094245488919411109790942454889194111097909424548891941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3ce364-eef8-4cfe-bf92-7496f15634d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f3c55a-9f59-4ed9-911e-9bd7067bc638, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f3c55a-9f59-4ed9-911e-9bd7067bc638, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1443373548903334711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711144337354890333471114433735489033347111443373548903334711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49490b80-4155-425f-b69e-9746bc69b089, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f3c55a-9f59-4ed9-911e-9bd7067bc638, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3c481f-1b52-4544-9a3c-d04444458e04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3c481f-1b52-4544-9a3c-d04444458e04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17640179990870715136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136176401799908707151361764017999087071513617640179990870715136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6f8e6f-4719-4525-85b0-8a2a5b528cdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6f8e6f-4719-4525-85b0-8a2a5b528cdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4031081663954677605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605403108166395467760540310816639546776054031081663954677605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3c481f-1b52-4544-9a3c-d04444458e04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6f8e6f-4719-4525-85b0-8a2a5b528cdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fc9613e-7dec-430c-a5f3-67e451b33e01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0607f0b0-a4b1-47e3-a636-f9e369bcfe03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc9613e-7dec-430c-a5f3-67e451b33e01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031889029602782893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893110318890296027828931103188902960278289311031889029602782893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0607f0b0-a4b1-47e3-a636-f9e369bcfe03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16313632891865646391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391163136328918656463911631363289186564639116313632891865646391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0607f0b0-a4b1-47e3-a636-f9e369bcfe03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7f04a7f-744a-4b2e-bb67-2c8825123b08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7f04a7f-744a-4b2e-bb67-2c8825123b08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6496963975055649314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314649696397505564931464969639750556493146496963975055649314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc9613e-7dec-430c-a5f3-67e451b33e01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 431d4995-d116-4d73-80a6-e98c5c81638c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431d4995-d116-4d73-80a6-e98c5c81638c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17121346475272195856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856171213464752721958561712134647527219585617121346475272195856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7f04a7f-744a-4b2e-bb67-2c8825123b08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dda28d8-32ef-4351-97b7-396cd83d4a88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dda28d8-32ef-4351-97b7-396cd83d4a88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5142355831923863838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838514235583192386383851423558319238638385142355831923863838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431d4995-d116-4d73-80a6-e98c5c81638c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ea76a7d-e7fc-4224-a000-39fb4d0a2130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea76a7d-e7fc-4224-a000-39fb4d0a2130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8461910674919561928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928846191067491956192884619106749195619288461910674919561928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dda28d8-32ef-4351-97b7-396cd83d4a88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f96bab-8edc-4fc4-9119-1c8362ddfe81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f96bab-8edc-4fc4-9119-1c8362ddfe81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4459792061099310677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677445979206109931067744597920610993106774459792061099310677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea76a7d-e7fc-4224-a000-39fb4d0a2130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a52bd9e-5592-4771-af7c-72d498d15400, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a52bd9e-5592-4771-af7c-72d498d15400, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18044448832247171994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994180444488322471719941804444883224717199418044448832247171994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f96bab-8edc-4fc4-9119-1c8362ddfe81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1660ca6e-c709-4d45-b1eb-95c96bdb71d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1660ca6e-c709-4d45-b1eb-95c96bdb71d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16411845517659096899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899164118455176590968991641184551765909689916411845517659096899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a52bd9e-5592-4771-af7c-72d498d15400, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582894c9-cb72-4518-a983-0642a06308be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582894c9-cb72-4518-a983-0642a06308be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18232622043850797699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699182326220438507976991823262204385079769918232622043850797699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1660ca6e-c709-4d45-b1eb-95c96bdb71d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4794f97-5fa5-4a45-a583-154040ce9bec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4794f97-5fa5-4a45-a583-154040ce9bec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975911075532334172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172297591107553233417229759110755323341722975911075532334172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582894c9-cb72-4518-a983-0642a06308be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 205a6bb8-a9f1-4c00-94e7-a57fb788cda9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205a6bb8-a9f1-4c00-94e7-a57fb788cda9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11847413802331001525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525118474138023310015251184741380233100152511847413802331001525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4794f97-5fa5-4a45-a583-154040ce9bec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74d7a6c7-cb2f-44d8-87c7-988ad5487532, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74d7a6c7-cb2f-44d8-87c7-988ad5487532, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 994117824112819098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098994117824112819098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205a6bb8-a9f1-4c00-94e7-a57fb788cda9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548e530b-986f-47d8-8b84-8e3fd4f6c0a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548e530b-986f-47d8-8b84-8e3fd4f6c0a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4529912292762721095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095452991229276272109545299122927627210954529912292762721095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74d7a6c7-cb2f-44d8-87c7-988ad5487532, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548e530b-986f-47d8-8b84-8e3fd4f6c0a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6df304c-2c97-40ea-9d87-b9c03a91cdd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6df304c-2c97-40ea-9d87-b9c03a91cdd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13774864443762829741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741137748644437628297411377486444376282974113774864443762829741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c12ac19-6140-42f1-90a8-253c57b802a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c12ac19-6140-42f1-90a8-253c57b802a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9647776291768390840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840964777629176839084096477762917683908409647776291768390840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6df304c-2c97-40ea-9d87-b9c03a91cdd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c12ac19-6140-42f1-90a8-253c57b802a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3b70f87-af90-4688-a79b-99755a12537b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9abd36f4-e4ba-4641-8529-217414e0c8db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b70f87-af90-4688-a79b-99755a12537b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1035614671915736186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186103561467191573618610356146719157361861035614671915736186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9abd36f4-e4ba-4641-8529-217414e0c8db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18316202689290148829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829183162026892901488291831620268929014882918316202689290148829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9abd36f4-e4ba-4641-8529-217414e0c8db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b70f87-af90-4688-a79b-99755a12537b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 698e1346-a571-4b7b-a140-973ebcc0fceb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 698e1346-a571-4b7b-a140-973ebcc0fceb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10297583776080236823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823102975837760802368231029758377608023682310297583776080236823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c916a406-8d0e-44f9-b793-b9d71169b109, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c916a406-8d0e-44f9-b793-b9d71169b109, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5408697073650364924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924540869707365036492454086970736503649245408697073650364924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 698e1346-a571-4b7b-a140-973ebcc0fceb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c916a406-8d0e-44f9-b793-b9d71169b109, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cf496f5-0855-42ce-bc08-3b2cfc1345be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf496f5-0855-42ce-bc08-3b2cfc1345be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12244643018693188716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716122446430186931887161224464301869318871612244643018693188716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b55ecd9-984d-47e1-a846-96be0d752985, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b55ecd9-984d-47e1-a846-96be0d752985, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7469433615517077166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166746943361551707716674694336155170771667469433615517077166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf496f5-0855-42ce-bc08-3b2cfc1345be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b55ecd9-984d-47e1-a846-96be0d752985, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36398aeb-a130-4df0-89bd-8f30ce09800c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da48405-40fa-4eaf-a98f-0df5e77717df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da48405-40fa-4eaf-a98f-0df5e77717df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 670062997722369896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896670062997722369896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36398aeb-a130-4df0-89bd-8f30ce09800c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1585083124288033722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722158508312428803372215850831242880337221585083124288033722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da48405-40fa-4eaf-a98f-0df5e77717df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36398aeb-a130-4df0-89bd-8f30ce09800c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03e699ae-0f50-4de7-933b-e1351a56f1df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03e699ae-0f50-4de7-933b-e1351a56f1df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5894032650567623598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598589403265056762359858940326505676235985894032650567623598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5570ce00-722b-4e4b-be15-3a1afad3a770, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5570ce00-722b-4e4b-be15-3a1afad3a770, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116177451925836446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446141161774519258364461411617745192583644614116177451925836446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03e699ae-0f50-4de7-933b-e1351a56f1df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac20d3f5-1afc-40bf-9822-ad5dfbf12ca0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac20d3f5-1afc-40bf-9822-ad5dfbf12ca0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17473327053377447396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396174733270533774473961747332705337744739617473327053377447396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5570ce00-722b-4e4b-be15-3a1afad3a770, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a71b8a7-6664-4db0-9651-063fc5133a16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a71b8a7-6664-4db0-9651-063fc5133a16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15743301956848315102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102157433019568483151021574330195684831510215743301956848315102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac20d3f5-1afc-40bf-9822-ad5dfbf12ca0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 594e7599-a24e-4300-b80e-34b79d68238f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594e7599-a24e-4300-b80e-34b79d68238f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12540172516807918648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648125401725168079186481254017251680791864812540172516807918648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a71b8a7-6664-4db0-9651-063fc5133a16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 431e5eb1-3269-4bb7-be4e-2c1c86072ba3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431e5eb1-3269-4bb7-be4e-2c1c86072ba3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 515717632663669795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795515717632663669795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594e7599-a24e-4300-b80e-34b79d68238f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210a855-fcd2-41ab-8f22-804db03f628b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210a855-fcd2-41ab-8f22-804db03f628b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281909746557286238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238228190974655728623822819097465572862382281909746557286238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431e5eb1-3269-4bb7-be4e-2c1c86072ba3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae8bd45b-3a34-4ef5-8eee-eb12c458c4a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8bd45b-3a34-4ef5-8eee-eb12c458c4a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14666394087118920406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406146663940871189204061466639408711892040614666394087118920406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210a855-fcd2-41ab-8f22-804db03f628b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c59f62-3ced-4533-a95f-66527485fb13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c59f62-3ced-4533-a95f-66527485fb13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16462035526688452028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028164620355266884520281646203552668845202816462035526688452028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8bd45b-3a34-4ef5-8eee-eb12c458c4a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11e2b705-22ac-4c3f-8fee-b38ba5d1d722, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11e2b705-22ac-4c3f-8fee-b38ba5d1d722, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10453204046252641039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039104532040462526410391045320404625264103910453204046252641039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c59f62-3ced-4533-a95f-66527485fb13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea7a12c-9337-48b3-973f-5537f0899200, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea7a12c-9337-48b3-973f-5537f0899200, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12334762198458783276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276123347621984587832761233476219845878327612334762198458783276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11e2b705-22ac-4c3f-8fee-b38ba5d1d722, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 764365c2-2ba5-4926-b7f5-5bea1b72075b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764365c2-2ba5-4926-b7f5-5bea1b72075b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6076744267182124525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525607674426718212452560767442671821245256076744267182124525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea7a12c-9337-48b3-973f-5537f0899200, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47b3973a-d37a-4923-8607-c1860fc53f69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b3973a-d37a-4923-8607-c1860fc53f69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12259664361308633923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923122596643613086339231225966436130863392312259664361308633923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764365c2-2ba5-4926-b7f5-5bea1b72075b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b3973a-d37a-4923-8607-c1860fc53f69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8477104-9cd2-4c6c-8406-250bf6f91469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8477104-9cd2-4c6c-8406-250bf6f91469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16222103684197078991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991162221036841970789911622210368419707899116222103684197078991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 650d001b-a534-4c7c-906f-6e716ac5b175, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 650d001b-a534-4c7c-906f-6e716ac5b175, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9387603036684261391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391938760303668426139193876030366842613919387603036684261391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8477104-9cd2-4c6c-8406-250bf6f91469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 650d001b-a534-4c7c-906f-6e716ac5b175, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 423486cd-0dcd-4348-8840-664987f0d319, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05a33edb-9119-4887-b293-bedfbc7b4d27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 423486cd-0dcd-4348-8840-664987f0d319, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4969671311362017825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825496967131136201782549696713113620178254969671311362017825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05a33edb-9119-4887-b293-bedfbc7b4d27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5473840862469890546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546547384086246989054654738408624698905465473840862469890546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05a33edb-9119-4887-b293-bedfbc7b4d27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a12b51df-8c94-436d-9202-ccca10d1eccc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12b51df-8c94-436d-9202-ccca10d1eccc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16909509038392862256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256169095090383928622561690950903839286225616909509038392862256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 423486cd-0dcd-4348-8840-664987f0d319, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70ada8ff-03f2-47e7-8d3d-252c58228a23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70ada8ff-03f2-47e7-8d3d-252c58228a23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12885064140264107459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459128850641402641074591288506414026410745912885064140264107459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12b51df-8c94-436d-9202-ccca10d1eccc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54785165-76fa-4c9f-a233-81b6787b0733, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70ada8ff-03f2-47e7-8d3d-252c58228a23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54785165-76fa-4c9f-a233-81b6787b0733, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6569642816546599593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593656964281654659959365696428165465995936569642816546599593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb6dc95-6133-41bb-9c6d-1a55fc96c4af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb6dc95-6133-41bb-9c6d-1a55fc96c4af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 966333052740971183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183966333052740971183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54785165-76fa-4c9f-a233-81b6787b0733, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75890d58-e399-48a1-822e-3f4ebbedc789, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75890d58-e399-48a1-822e-3f4ebbedc789, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4341942872736464907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907434194287273646490743419428727364649074341942872736464907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb6dc95-6133-41bb-9c6d-1a55fc96c4af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a4f83f-e840-4426-93e2-20398c85e044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a4f83f-e840-4426-93e2-20398c85e044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10480898544422709677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677104808985444227096771048089854442270967710480898544422709677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75890d58-e399-48a1-822e-3f4ebbedc789, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a4f83f-e840-4426-93e2-20398c85e044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ea0934-23d3-406a-a699-b1dc97ea1f71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ea0934-23d3-406a-a699-b1dc97ea1f71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12132438227909618796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796121324382279096187961213243822790961879612132438227909618796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 833db214-49c5-4c43-8ef4-038fac2fe755, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833db214-49c5-4c43-8ef4-038fac2fe755, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8862775175347863117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117886277517534786311788627751753478631178862775175347863117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ea0934-23d3-406a-a699-b1dc97ea1f71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833db214-49c5-4c43-8ef4-038fac2fe755, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8cf2f01-40d6-4297-a6f8-813707c5ac1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bd9769e-b208-4e2e-88ab-a457a97c2045, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8cf2f01-40d6-4297-a6f8-813707c5ac1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8798724389326704872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872879872438932670487287987243893267048728798724389326704872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bd9769e-b208-4e2e-88ab-a457a97c2045, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15310063908636283561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561153100639086362835611531006390863628356115310063908636283561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bd9769e-b208-4e2e-88ab-a457a97c2045, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f08cee8a-00e3-4c2d-926d-0fbe288e5622, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f08cee8a-00e3-4c2d-926d-0fbe288e5622, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898122363303519300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300178981223633035193001789812236330351930017898122363303519300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8cf2f01-40d6-4297-a6f8-813707c5ac1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45c203e0-8f90-4d8f-89f1-858e079f69ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c203e0-8f90-4d8f-89f1-858e079f69ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2501343555258930316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316250134355525893031625013435552589303162501343555258930316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f08cee8a-00e3-4c2d-926d-0fbe288e5622, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4bc135-9b76-482d-9911-9ee357e8e44e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4bc135-9b76-482d-9911-9ee357e8e44e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7708054560531209413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413770805456053120941377080545605312094137708054560531209413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c203e0-8f90-4d8f-89f1-858e079f69ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a89a6cf1-80ea-4c31-96af-a83fe06f1556, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89a6cf1-80ea-4c31-96af-a83fe06f1556, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12837649327117457022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022128376493271174570221283764932711745702212837649327117457022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4bc135-9b76-482d-9911-9ee357e8e44e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fcdeea1-72f5-445a-8e26-2b8c17839a05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fcdeea1-72f5-445a-8e26-2b8c17839a05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15160631582487809908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908151606315824878099081516063158248780990815160631582487809908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89a6cf1-80ea-4c31-96af-a83fe06f1556, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b208f3ee-7703-4c0d-9874-f55e3d2555b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b208f3ee-7703-4c0d-9874-f55e3d2555b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2724494292187771148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148272449429218777114827244942921877711482724494292187771148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fcdeea1-72f5-445a-8e26-2b8c17839a05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf6f5e3-6b98-4197-86c4-f526f6bab25e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf6f5e3-6b98-4197-86c4-f526f6bab25e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6409467792599282330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330640946779259928233064094677925992823306409467792599282330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b208f3ee-7703-4c0d-9874-f55e3d2555b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24fc7f7c-d61c-4cf4-b96f-bc40981cd37f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24fc7f7c-d61c-4cf4-b96f-bc40981cd37f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078348101214812079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079120783481012148120791207834810121481207912078348101214812079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf6f5e3-6b98-4197-86c4-f526f6bab25e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b519d312-2949-43cc-b97f-4c6ccd3f7f72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b519d312-2949-43cc-b97f-4c6ccd3f7f72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6830751757087084653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653683075175708708465368307517570870846536830751757087084653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24fc7f7c-d61c-4cf4-b96f-bc40981cd37f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9dcc5e5e-fdf2-47d5-9aca-605f29698148, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9dcc5e5e-fdf2-47d5-9aca-605f29698148, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1161616319722427271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271116161631972242727111616163197224272711161616319722427271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b519d312-2949-43cc-b97f-4c6ccd3f7f72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9404114d-cefd-4bc7-97f0-57e6be67a7fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9404114d-cefd-4bc7-97f0-57e6be67a7fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2097243973452956707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707209724397345295670720972439734529567072097243973452956707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9dcc5e5e-fdf2-47d5-9aca-605f29698148, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d845da9-ee83-4731-b8e3-c8a5d67302d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d845da9-ee83-4731-b8e3-c8a5d67302d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14852478275638595722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722148524782756385957221485247827563859572214852478275638595722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9404114d-cefd-4bc7-97f0-57e6be67a7fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3274a309-1f62-45b8-b308-80d85ee18db4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3274a309-1f62-45b8-b308-80d85ee18db4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594539386929351119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119115945393869293511191159453938692935111911594539386929351119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d845da9-ee83-4731-b8e3-c8a5d67302d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ea9089-a84b-4364-b33e-f5d2344ef1f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ea9089-a84b-4364-b33e-f5d2344ef1f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15180470947367038449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449151804709473670384491518047094736703844915180470947367038449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3274a309-1f62-45b8-b308-80d85ee18db4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 723d9efe-9a8e-414b-87bc-e596aabe8a35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 723d9efe-9a8e-414b-87bc-e596aabe8a35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14266826846916996032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032142668268469169960321426682684691699603214266826846916996032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ea9089-a84b-4364-b33e-f5d2344ef1f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa9ab392-79f2-4c30-afd0-891e46904162, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa9ab392-79f2-4c30-afd0-891e46904162, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11486297381498770537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537114862973814987705371148629738149877053711486297381498770537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 723d9efe-9a8e-414b-87bc-e596aabe8a35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4763c01d-c099-47ec-8cad-067d3e51a07d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4763c01d-c099-47ec-8cad-067d3e51a07d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8959974292256785949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949895997429225678594989599742922567859498959974292256785949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa9ab392-79f2-4c30-afd0-891e46904162, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1c7cb52-13e7-4dd5-afb9-9740cc42c34a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1c7cb52-13e7-4dd5-afb9-9740cc42c34a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10804610649305432281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281108046106493054322811080461064930543228110804610649305432281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4763c01d-c099-47ec-8cad-067d3e51a07d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4023937-9c39-4687-8eea-54e081966973, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4023937-9c39-4687-8eea-54e081966973, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16238268406043750058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058162382684060437500581623826840604375005816238268406043750058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1c7cb52-13e7-4dd5-afb9-9740cc42c34a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1685f5e4-d19c-4571-a0e5-01059708e116, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1685f5e4-d19c-4571-a0e5-01059708e116, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17668833324328759511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511176688333243287595111766883332432875951117668833324328759511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1685f5e4-d19c-4571-a0e5-01059708e116, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c7f273-4581-4395-94ad-2bb90369be63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c7f273-4581-4395-94ad-2bb90369be63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265357083830969076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076132653570838309690761326535708383096907613265357083830969076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4023937-9c39-4687-8eea-54e081966973, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dc84e01-4db4-4ff4-b5fb-ac0c850873fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dc84e01-4db4-4ff4-b5fb-ac0c850873fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18331824387622202106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106183318243876222021061833182438762220210618331824387622202106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c7f273-4581-4395-94ad-2bb90369be63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6a0731e-1186-4b6a-9096-719dfb9639b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6a0731e-1186-4b6a-9096-719dfb9639b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5809192504058896458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458580919250405889645858091925040588964585809192504058896458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dc84e01-4db4-4ff4-b5fb-ac0c850873fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4d36b29-4aea-4390-b104-210fa8c7125b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d36b29-4aea-4390-b104-210fa8c7125b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16905546182259871711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711169055461822598717111690554618225987171116905546182259871711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6a0731e-1186-4b6a-9096-719dfb9639b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cdb5e4b-4060-48a9-b357-47d51a658e64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cdb5e4b-4060-48a9-b357-47d51a658e64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10189491740920008180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180101894917409200081801018949174092000818010189491740920008180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d36b29-4aea-4390-b104-210fa8c7125b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4013fdd4-0633-41e9-b6a4-4968799a4376, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4013fdd4-0633-41e9-b6a4-4968799a4376, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9889544144287928376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376988954414428792837698895441442879283769889544144287928376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cdb5e4b-4060-48a9-b357-47d51a658e64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad37877c-7109-4543-bb93-5881bb31977e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad37877c-7109-4543-bb93-5881bb31977e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17523844264505042749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749175238442645050427491752384426450504274917523844264505042749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4013fdd4-0633-41e9-b6a4-4968799a4376, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc168a31-c935-45ef-bab1-7db959e0533d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc168a31-c935-45ef-bab1-7db959e0533d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13887166104040315670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670138871661040403156701388716610404031567013887166104040315670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad37877c-7109-4543-bb93-5881bb31977e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06b663e7-b0da-4055-9a83-fb6aae4770e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06b663e7-b0da-4055-9a83-fb6aae4770e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9832929914645327448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448983292991464532744898329299146453274489832929914645327448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc168a31-c935-45ef-bab1-7db959e0533d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 087a7044-a9ea-46f1-9480-e56e38138544, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087a7044-a9ea-46f1-9480-e56e38138544, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11656825962765590034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034116568259627655900341165682596276559003411656825962765590034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06b663e7-b0da-4055-9a83-fb6aae4770e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2e4e6ba-be7f-4c39-956d-68e5d416109e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2e4e6ba-be7f-4c39-956d-68e5d416109e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1630445332282448515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515163044533228244851516304453322824485151630445332282448515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087a7044-a9ea-46f1-9480-e56e38138544, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb6a5356-9aa9-4ebf-9536-078e76125aa5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb6a5356-9aa9-4ebf-9536-078e76125aa5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3530438825817907385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385353043882581790738535304388258179073853530438825817907385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2e4e6ba-be7f-4c39-956d-68e5d416109e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0401ff1d-bc8d-42f1-90fa-c9dce78d8350, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0401ff1d-bc8d-42f1-90fa-c9dce78d8350, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2693558096310297925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925269355809631029792526935580963102979252693558096310297925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb6a5356-9aa9-4ebf-9536-078e76125aa5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7efe4b-b9f4-402e-9d45-8133170bf96a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7efe4b-b9f4-402e-9d45-8133170bf96a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2070610837297516205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205207061083729751620520706108372975162052070610837297516205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0401ff1d-bc8d-42f1-90fa-c9dce78d8350, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3068889-d889-4fc1-863a-bb4f211420d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7efe4b-b9f4-402e-9d45-8133170bf96a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3068889-d889-4fc1-863a-bb4f211420d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1628704723614577346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346162870472361457734616287047236145773461628704723614577346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a3f4bc-77b7-4eaf-a6fe-b596dea13a75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a3f4bc-77b7-4eaf-a6fe-b596dea13a75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5542849661577382994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994554284966157738299455428496615773829945542849661577382994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3068889-d889-4fc1-863a-bb4f211420d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5058e8ec-9881-4c1e-b5ff-d96334545c92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a3f4bc-77b7-4eaf-a6fe-b596dea13a75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5058e8ec-9881-4c1e-b5ff-d96334545c92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2956260507079783831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831295626050707978383129562605070797838312956260507079783831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 655a742f-9b74-4e4d-b044-18731224185c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 655a742f-9b74-4e4d-b044-18731224185c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15520889873160859339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339155208898731608593391552088987316085933915520889873160859339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5058e8ec-9881-4c1e-b5ff-d96334545c92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 655a742f-9b74-4e4d-b044-18731224185c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 486a8145-e4c7-471d-9210-a690140a2f47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 486a8145-e4c7-471d-9210-a690140a2f47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17025086836955194261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261170250868369551942611702508683695519426117025086836955194261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0be5186-6982-4ffc-bb55-781eb95bc7f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0be5186-6982-4ffc-bb55-781eb95bc7f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5647250872548829378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378564725087254882937856472508725488293785647250872548829378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 486a8145-e4c7-471d-9210-a690140a2f47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f735aad9-1f18-4e82-a66a-037d6d44a266, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f735aad9-1f18-4e82-a66a-037d6d44a266, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7378209417907137924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924737820941790713792473782094179071379247378209417907137924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0be5186-6982-4ffc-bb55-781eb95bc7f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 189a5e7b-4d21-4549-9fbe-ec1a66996697, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 189a5e7b-4d21-4549-9fbe-ec1a66996697, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311310874176830188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188311310874176830188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f735aad9-1f18-4e82-a66a-037d6d44a266, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ceb845e-ad3a-42d2-91d7-d16e6c449366, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ceb845e-ad3a-42d2-91d7-d16e6c449366, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15167936794717560102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102151679367947175601021516793679471756010215167936794717560102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 189a5e7b-4d21-4549-9fbe-ec1a66996697, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8a5f182-1531-4807-8fb8-f4020d864020, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a5f182-1531-4807-8fb8-f4020d864020, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4666859823224979805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805466685982322497980546668598232249798054666859823224979805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ceb845e-ad3a-42d2-91d7-d16e6c449366, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a5f182-1531-4807-8fb8-f4020d864020, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf07ca42-2067-4ef2-b6d7-75fb608cd752, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf07ca42-2067-4ef2-b6d7-75fb608cd752, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5204139925527101742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742520413992552710174252041399255271017425204139925527101742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b25a140f-d3cd-4d35-ac00-a1e2d47927b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b25a140f-d3cd-4d35-ac00-a1e2d47927b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10304464101528933973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973103044641015289339731030446410152893397310304464101528933973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf07ca42-2067-4ef2-b6d7-75fb608cd752, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b25a140f-d3cd-4d35-ac00-a1e2d47927b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb738da1-7b45-4946-b35e-311664a5571b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb738da1-7b45-4946-b35e-311664a5571b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18100839686739711275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275181008396867397112751810083968673971127518100839686739711275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d7f593c-254a-4803-b218-5ee46052aa3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d7f593c-254a-4803-b218-5ee46052aa3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7694573027354083391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391769457302735408339176945730273540833917694573027354083391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb738da1-7b45-4946-b35e-311664a5571b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dfcc662-d0ce-4806-89d5-35a10adc6e90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dfcc662-d0ce-4806-89d5-35a10adc6e90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16093042030025413512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512160930420300254135121609304203002541351216093042030025413512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d7f593c-254a-4803-b218-5ee46052aa3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af2ae27c-6a5d-4d49-b6a9-1e9c6eec694e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af2ae27c-6a5d-4d49-b6a9-1e9c6eec694e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242800864463263127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127142428008644632631271424280086446326312714242800864463263127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dfcc662-d0ce-4806-89d5-35a10adc6e90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af2ae27c-6a5d-4d49-b6a9-1e9c6eec694e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5efe9ead-9fec-462e-9e0f-c3a473800a82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5efe9ead-9fec-462e-9e0f-c3a473800a82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14286693959887883256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256142866939598878832561428669395988788325614286693959887883256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2930c7c5-f1de-4bc0-97b1-8f48108b1eae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2930c7c5-f1de-4bc0-97b1-8f48108b1eae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 640094031917247159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159640094031917247159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5efe9ead-9fec-462e-9e0f-c3a473800a82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2930c7c5-f1de-4bc0-97b1-8f48108b1eae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05d7fcc5-6612-4c7d-bd42-e7cb4e386a89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05d7fcc5-6612-4c7d-bd42-e7cb4e386a89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12563465145126983360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360125634651451269833601256346514512698336012563465145126983360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb154927-8cf2-40ec-8238-ea7b5ae07d10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb154927-8cf2-40ec-8238-ea7b5ae07d10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12803884881562028057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057128038848815620280571280388488156202805712803884881562028057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05d7fcc5-6612-4c7d-bd42-e7cb4e386a89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1f11741-0f4b-40fc-8714-c4b990294b22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1f11741-0f4b-40fc-8714-c4b990294b22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4815453640943039069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069481545364094303906948154536409430390694815453640943039069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb154927-8cf2-40ec-8238-ea7b5ae07d10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f84d8f2b-223d-4200-85f3-2a0472f7c05c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f84d8f2b-223d-4200-85f3-2a0472f7c05c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9033550442788878897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897903355044278887889790335504427888788979033550442788878897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1f11741-0f4b-40fc-8714-c4b990294b22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26265148-2958-453d-985b-9f4912e59cce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26265148-2958-453d-985b-9f4912e59cce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1009976280655012271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271100997628065501227110099762806550122711009976280655012271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f84d8f2b-223d-4200-85f3-2a0472f7c05c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84879f17-e83e-4cb7-96f9-efdb0009f0d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84879f17-e83e-4cb7-96f9-efdb0009f0d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12338698616223247917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917123386986162232479171233869861622324791712338698616223247917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26265148-2958-453d-985b-9f4912e59cce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b0e63b9-d8f1-4300-a432-26eb9aac4f29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b0e63b9-d8f1-4300-a432-26eb9aac4f29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3473295293639953948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948347329529363995394834732952936399539483473295293639953948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84879f17-e83e-4cb7-96f9-efdb0009f0d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42eff55a-a181-4dcb-b761-112e6bb856af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42eff55a-a181-4dcb-b761-112e6bb856af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10716862036468415046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046107168620364684150461071686203646841504610716862036468415046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b0e63b9-d8f1-4300-a432-26eb9aac4f29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff689306-c1ed-4a6e-9185-18a51eebc2e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff689306-c1ed-4a6e-9185-18a51eebc2e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14966361161751189184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184149663611617511891841496636116175118918414966361161751189184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42eff55a-a181-4dcb-b761-112e6bb856af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b65d9437-0079-4b78-ba5e-51d32ca4c930, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b65d9437-0079-4b78-ba5e-51d32ca4c930, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14623737554130755102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102146237375541307551021462373755413075510214623737554130755102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff689306-c1ed-4a6e-9185-18a51eebc2e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4d2ee60-dacb-4585-83ea-09dc2696ec74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4d2ee60-dacb-4585-83ea-09dc2696ec74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 607535097928488999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999607535097928488999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b65d9437-0079-4b78-ba5e-51d32ca4c930, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 460ce6c4-d096-4694-92c5-6bd096f501ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 460ce6c4-d096-4694-92c5-6bd096f501ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4102590045060395158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158410259004506039515841025900450603951584102590045060395158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4d2ee60-dacb-4585-83ea-09dc2696ec74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 473acb03-f38c-40d7-b2c8-07c45b3f9469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473acb03-f38c-40d7-b2c8-07c45b3f9469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8813226464089655170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170881322646408965517088132264640896551708813226464089655170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 460ce6c4-d096-4694-92c5-6bd096f501ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2ee8859-c20d-4337-a8e6-ec955f67ca05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473acb03-f38c-40d7-b2c8-07c45b3f9469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2ee8859-c20d-4337-a8e6-ec955f67ca05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3605864110718542716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716360586411071854271636058641107185427163605864110718542716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2118524-4b10-486e-9113-5eafc301515b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2118524-4b10-486e-9113-5eafc301515b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18043035625652933219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219180430356256529332191804303562565293321918043035625652933219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2ee8859-c20d-4337-a8e6-ec955f67ca05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90b977f4-ef5b-43c3-b7c7-028d0e42f935, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90b977f4-ef5b-43c3-b7c7-028d0e42f935, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11145402832365029290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290111454028323650292901114540283236502929011145402832365029290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2118524-4b10-486e-9113-5eafc301515b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed5ee88c-1c16-46c2-9f13-fa8de176591c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed5ee88c-1c16-46c2-9f13-fa8de176591c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14443545728649449992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992144435457286494499921444354572864944999214443545728649449992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90b977f4-ef5b-43c3-b7c7-028d0e42f935, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d057ef-5770-470d-9909-e62f0911af6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d057ef-5770-470d-9909-e62f0911af6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15746899835873225137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137157468998358732251371574689983587322513715746899835873225137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d057ef-5770-470d-9909-e62f0911af6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d218d76a-10b7-4d69-a0f0-5fa8b671492a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d218d76a-10b7-4d69-a0f0-5fa8b671492a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4259617761412840550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550425961776141284055042596177614128405504259617761412840550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed5ee88c-1c16-46c2-9f13-fa8de176591c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1caf90d3-5395-441a-8a04-3b11f3a2edd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caf90d3-5395-441a-8a04-3b11f3a2edd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13541388883581019748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748135413888835810197481354138888358101974813541388883581019748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d218d76a-10b7-4d69-a0f0-5fa8b671492a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8a6e3f0-ef65-4b7e-bbf6-df5860902cf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a6e3f0-ef65-4b7e-bbf6-df5860902cf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14975203673112552605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605149752036731125526051497520367311255260514975203673112552605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caf90d3-5395-441a-8a04-3b11f3a2edd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa734b6d-1d3b-4bce-a55e-e4e92f62b555, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa734b6d-1d3b-4bce-a55e-e4e92f62b555, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8054426552662238785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785805442655266223878580544265526622387858054426552662238785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a6e3f0-ef65-4b7e-bbf6-df5860902cf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45753372-ecbb-4dfe-ba35-e4250a8bd0b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45753372-ecbb-4dfe-ba35-e4250a8bd0b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3089276963138325735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735308927696313832573530892769631383257353089276963138325735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa734b6d-1d3b-4bce-a55e-e4e92f62b555, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18c9debf-708e-4215-80a1-913ee04d8ada, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18c9debf-708e-4215-80a1-913ee04d8ada, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7013988081307712526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526701398808130771252670139880813077125267013988081307712526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45753372-ecbb-4dfe-ba35-e4250a8bd0b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c4fd45-bb55-4638-9045-dedd21a76e81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c4fd45-bb55-4638-9045-dedd21a76e81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1615347048100705572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572161534704810070557216153470481007055721615347048100705572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18c9debf-708e-4215-80a1-913ee04d8ada, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dbf84f2-de7f-41a8-9d37-47e005422b47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dbf84f2-de7f-41a8-9d37-47e005422b47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14936014730320505723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723149360147303205057231493601473032050572314936014730320505723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c4fd45-bb55-4638-9045-dedd21a76e81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6841b0cd-94d7-43d0-a95b-8928a8547dac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6841b0cd-94d7-43d0-a95b-8928a8547dac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4128792792335103399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399412879279233510339941287927923351033994128792792335103399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dbf84f2-de7f-41a8-9d37-47e005422b47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ba92f4-e3d4-43ba-b985-1549b442c21c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ba92f4-e3d4-43ba-b985-1549b442c21c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10546694149013969083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083105466941490139690831054669414901396908310546694149013969083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6841b0cd-94d7-43d0-a95b-8928a8547dac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e040aa3c-00b6-4cf4-a745-fa20cd5d2603, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e040aa3c-00b6-4cf4-a745-fa20cd5d2603, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3934215620946396431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431393421562094639643139342156209463964313934215620946396431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ba92f4-e3d4-43ba-b985-1549b442c21c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f048d2-d71e-44af-8d4e-37d336766154, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f048d2-d71e-44af-8d4e-37d336766154, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9902332448673932940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940990233244867393294099023324486739329409902332448673932940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e040aa3c-00b6-4cf4-a745-fa20cd5d2603, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd9fcc84-1b86-486d-859b-fa8508548e31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd9fcc84-1b86-486d-859b-fa8508548e31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11772170669933464294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294117721706699334642941177217066993346429411772170669933464294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f048d2-d71e-44af-8d4e-37d336766154, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae35cc2-ec7a-49a3-bf93-a70fe7d7e211, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae35cc2-ec7a-49a3-bf93-a70fe7d7e211, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5430015177238437835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835543001517723843783554300151772384378355430015177238437835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd9fcc84-1b86-486d-859b-fa8508548e31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faeaeea1-0a0e-497a-bdf9-16e1dcb51b08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faeaeea1-0a0e-497a-bdf9-16e1dcb51b08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17123233526565043550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550171232335265650435501712323352656504355017123233526565043550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae35cc2-ec7a-49a3-bf93-a70fe7d7e211, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b371fa5a-5b6b-4c95-aec1-7b37aee1a5f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b371fa5a-5b6b-4c95-aec1-7b37aee1a5f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13383092459180238968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968133830924591802389681338309245918023896813383092459180238968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faeaeea1-0a0e-497a-bdf9-16e1dcb51b08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0178c9c8-008d-44bc-9626-a991d1b04fe9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0178c9c8-008d-44bc-9626-a991d1b04fe9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2124769158014417016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016212476915801441701621247691580144170162124769158014417016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b371fa5a-5b6b-4c95-aec1-7b37aee1a5f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0178c9c8-008d-44bc-9626-a991d1b04fe9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceda3d99-8a9a-4e43-a8e9-364a92389878, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceda3d99-8a9a-4e43-a8e9-364a92389878, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17386674072875012029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029173866740728750120291738667407287501202917386674072875012029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8ffc8d3-6481-4e38-8448-49c3d1207498, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8ffc8d3-6481-4e38-8448-49c3d1207498, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2914030169112974538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538291403016911297453829140301691129745382914030169112974538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceda3d99-8a9a-4e43-a8e9-364a92389878, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a060a433-d326-4fba-94d9-5ca7ab9446ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a060a433-d326-4fba-94d9-5ca7ab9446ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9142551763459892877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877914255176345989287791425517634598928779142551763459892877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8ffc8d3-6481-4e38-8448-49c3d1207498, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54bc8916-60b2-4cf1-a53e-7c9aa5bcb64d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54bc8916-60b2-4cf1-a53e-7c9aa5bcb64d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2666561225900582243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243266656122590058224326665612259005822432666561225900582243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a060a433-d326-4fba-94d9-5ca7ab9446ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90e793b6-4d13-4f95-ba3c-cac0017172f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90e793b6-4d13-4f95-ba3c-cac0017172f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13056004042161710169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169130560040421617101691305600404216171016913056004042161710169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54bc8916-60b2-4cf1-a53e-7c9aa5bcb64d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a45d554-ec63-46f2-8a97-efbf5958d9dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a45d554-ec63-46f2-8a97-efbf5958d9dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 542110312240743137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137542110312240743137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90e793b6-4d13-4f95-ba3c-cac0017172f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a9732d-f3e4-4b99-9944-910030b9b878, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a9732d-f3e4-4b99-9944-910030b9b878, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710739746258452393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393117107397462584523931171073974625845239311710739746258452393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a45d554-ec63-46f2-8a97-efbf5958d9dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d8f0f53-a8b6-4e3a-928d-23ecd5aba369, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d8f0f53-a8b6-4e3a-928d-23ecd5aba369, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16095369757125433985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985160953697571254339851609536975712543398516095369757125433985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a9732d-f3e4-4b99-9944-910030b9b878, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6c85c7-5e8d-41c2-a753-efd9468e96e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6c85c7-5e8d-41c2-a753-efd9468e96e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14431606266199774001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001144316062661997740011443160626619977400114431606266199774001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d8f0f53-a8b6-4e3a-928d-23ecd5aba369, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f351fc3-355c-46fa-903a-431e610beec7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f351fc3-355c-46fa-903a-431e610beec7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15534210996025933813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813155342109960259338131553421099602593381315534210996025933813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6c85c7-5e8d-41c2-a753-efd9468e96e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5616fb7-0293-4700-9fa0-0f20ea350843, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5616fb7-0293-4700-9fa0-0f20ea350843, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15021121517165929074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074150211215171659290741502112151716592907415021121517165929074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f351fc3-355c-46fa-903a-431e610beec7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adc8053d-c3a7-4164-8ec2-80ce465de3e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adc8053d-c3a7-4164-8ec2-80ce465de3e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2595434052378591392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392259543405237859139225954340523785913922595434052378591392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5616fb7-0293-4700-9fa0-0f20ea350843, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24400071-d6a4-457b-80e6-d0f4179c748a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24400071-d6a4-457b-80e6-d0f4179c748a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750433293883984427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427750433293883984427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adc8053d-c3a7-4164-8ec2-80ce465de3e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa66e5cb-0f66-4bb0-a488-b688b34eee4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa66e5cb-0f66-4bb0-a488-b688b34eee4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150241996378447527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527315024199637844752731502419963784475273150241996378447527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24400071-d6a4-457b-80e6-d0f4179c748a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db55b7e6-cc21-49f6-8eea-bc484d50fec6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db55b7e6-cc21-49f6-8eea-bc484d50fec6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11132308080911519656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656111323080809115196561113230808091151965611132308080911519656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa66e5cb-0f66-4bb0-a488-b688b34eee4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a69aab-38fc-4318-ae9e-e35e416f9802, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a69aab-38fc-4318-ae9e-e35e416f9802, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16284760218525065598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598162847602185250655981628476021852506559816284760218525065598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db55b7e6-cc21-49f6-8eea-bc484d50fec6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc00e865-acce-4cf7-bcac-0e15d9f96bd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc00e865-acce-4cf7-bcac-0e15d9f96bd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864482490766773924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924158644824907667739241586448249076677392415864482490766773924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a69aab-38fc-4318-ae9e-e35e416f9802, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318f3932-400b-49cc-97fa-3502406082f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318f3932-400b-49cc-97fa-3502406082f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14415069739495962215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215144150697394959622151441506973949596221514415069739495962215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc00e865-acce-4cf7-bcac-0e15d9f96bd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6248f1a8-1c5d-49ee-9d9b-a0141f7e4f0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6248f1a8-1c5d-49ee-9d9b-a0141f7e4f0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7832796882196001643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643783279688219600164378327968821960016437832796882196001643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318f3932-400b-49cc-97fa-3502406082f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4349e1e6-932f-48c6-93c7-23e41b061769, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4349e1e6-932f-48c6-93c7-23e41b061769, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3795327299547690557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557379532729954769055737953272995476905573795327299547690557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6248f1a8-1c5d-49ee-9d9b-a0141f7e4f0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4555711-8d91-49de-aa78-1ace60462bd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4555711-8d91-49de-aa78-1ace60462bd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14476554723935401649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649144765547239354016491447655472393540164914476554723935401649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4349e1e6-932f-48c6-93c7-23e41b061769, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e670ed-50f3-469c-9aaa-f4e4736a36a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e670ed-50f3-469c-9aaa-f4e4736a36a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12936932154840257928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928129369321548402579281293693215484025792812936932154840257928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4555711-8d91-49de-aa78-1ace60462bd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53cea56f-0b7d-49a0-8fd0-12cbfbae1b40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53cea56f-0b7d-49a0-8fd0-12cbfbae1b40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074981420255496653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653107498142025549665310749814202554966531074981420255496653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e670ed-50f3-469c-9aaa-f4e4736a36a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 670dcb45-b0ab-4e06-aed5-b31a407e3f62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53cea56f-0b7d-49a0-8fd0-12cbfbae1b40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 670dcb45-b0ab-4e06-aed5-b31a407e3f62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11040435103396994597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597110404351033969945971104043510339699459711040435103396994597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8949af39-9eb1-4789-afc0-69d958dd2b27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8949af39-9eb1-4789-afc0-69d958dd2b27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10582052528265378644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644105820525282653786441058205252826537864410582052528265378644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 670dcb45-b0ab-4e06-aed5-b31a407e3f62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b455efbd-312c-4478-be96-e11536a6f3af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b455efbd-312c-4478-be96-e11536a6f3af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3689528745889239046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046368952874588923904636895287458892390463689528745889239046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8949af39-9eb1-4789-afc0-69d958dd2b27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 375bd3e5-d93f-4633-8283-824967aff908, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 375bd3e5-d93f-4633-8283-824967aff908, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12623336348620542646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646126233363486205426461262333634862054264612623336348620542646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b455efbd-312c-4478-be96-e11536a6f3af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc739876-5958-4d28-885e-46faf199c0c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc739876-5958-4d28-885e-46faf199c0c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3450491235412672722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722345049123541267272234504912354126727223450491235412672722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 375bd3e5-d93f-4633-8283-824967aff908, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5202f4c5-5574-4a6b-bb2a-32a3918cab32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5202f4c5-5574-4a6b-bb2a-32a3918cab32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18424776067632979546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546184247760676329795461842477606763297954618424776067632979546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc739876-5958-4d28-885e-46faf199c0c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1540b3d-9bd6-4365-abb4-680a6a85cf1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1540b3d-9bd6-4365-abb4-680a6a85cf1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882773205204245370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370688277320520424537068827732052042453706882773205204245370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5202f4c5-5574-4a6b-bb2a-32a3918cab32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8102d0e-0216-4bad-a1d4-0c0943675900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8102d0e-0216-4bad-a1d4-0c0943675900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3629090353179281925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925362909035317928192536290903531792819253629090353179281925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1540b3d-9bd6-4365-abb4-680a6a85cf1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b839d9-c313-4b59-a49b-58e176cdba80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b839d9-c313-4b59-a49b-58e176cdba80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2291668138272403745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745229166813827240374522916681382724037452291668138272403745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8102d0e-0216-4bad-a1d4-0c0943675900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74c4e4f7-ad0f-44ab-a2c2-d9b520219135, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74c4e4f7-ad0f-44ab-a2c2-d9b520219135, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1312458510116333868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868131245851011633386813124585101163338681312458510116333868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b839d9-c313-4b59-a49b-58e176cdba80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d93e3e4-68dc-46b5-aadd-322973e6bd17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d93e3e4-68dc-46b5-aadd-322973e6bd17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10382372386886770659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659103823723868867706591038237238688677065910382372386886770659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74c4e4f7-ad0f-44ab-a2c2-d9b520219135, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a44ae57-d01b-408c-9058-5f7bb557015b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a44ae57-d01b-408c-9058-5f7bb557015b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17854456452435909092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092178544564524359090921785445645243590909217854456452435909092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d93e3e4-68dc-46b5-aadd-322973e6bd17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a93c0f5c-b317-404a-a627-5f774495ebb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a93c0f5c-b317-404a-a627-5f774495ebb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2592433536407790827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827259243353640779082725924335364077908272592433536407790827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a44ae57-d01b-408c-9058-5f7bb557015b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52289b85-dc34-440f-8eb2-d52662fbe1f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52289b85-dc34-440f-8eb2-d52662fbe1f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108967332088953824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824610896733208895382461089673320889538246108967332088953824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a93c0f5c-b317-404a-a627-5f774495ebb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6da7f77-bede-49ac-9179-89fb1060c97e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6da7f77-bede-49ac-9179-89fb1060c97e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15914560825959872306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306159145608259598723061591456082595987230615914560825959872306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52289b85-dc34-440f-8eb2-d52662fbe1f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0b4dd31-e076-46dd-b41d-e9c195395f56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b4dd31-e076-46dd-b41d-e9c195395f56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6448388240340084043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043644838824034008404364483882403400840436448388240340084043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6da7f77-bede-49ac-9179-89fb1060c97e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d585e18e-c3fe-4837-9e5f-edfa1773ae6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d585e18e-c3fe-4837-9e5f-edfa1773ae6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14068840006982535187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187140688400069825351871406884000698253518714068840006982535187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b4dd31-e076-46dd-b41d-e9c195395f56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 015d3b53-eb7a-468f-a5b5-cd63d32ebc20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 015d3b53-eb7a-468f-a5b5-cd63d32ebc20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11711780742026155945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945117117807420261559451171178074202615594511711780742026155945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d585e18e-c3fe-4837-9e5f-edfa1773ae6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e501459-7a79-4cb8-9334-7f65d09e0f42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e501459-7a79-4cb8-9334-7f65d09e0f42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11786791281838090168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168117867912818380901681178679128183809016811786791281838090168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 015d3b53-eb7a-468f-a5b5-cd63d32ebc20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd935e4d-18b3-4066-bcfb-dbe7dc83836f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd935e4d-18b3-4066-bcfb-dbe7dc83836f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16243875043558027493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493162438750435580274931624387504355802749316243875043558027493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e501459-7a79-4cb8-9334-7f65d09e0f42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03d18f5a-ac01-4f8e-868a-7dd61a44ebb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03d18f5a-ac01-4f8e-868a-7dd61a44ebb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10078052002407207761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761100780520024072077611007805200240720776110078052002407207761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd935e4d-18b3-4066-bcfb-dbe7dc83836f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 871a538b-eb3b-4a5b-976e-eb14c2d22d8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 871a538b-eb3b-4a5b-976e-eb14c2d22d8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15216171712743997509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509152161717127439975091521617171274399750915216171712743997509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03d18f5a-ac01-4f8e-868a-7dd61a44ebb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed07582b-ecc1-4482-8e7f-91894dd5d8c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed07582b-ecc1-4482-8e7f-91894dd5d8c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16040493690791245292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292160404936907912452921604049369079124529216040493690791245292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 871a538b-eb3b-4a5b-976e-eb14c2d22d8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d986e57-0a86-4e65-baf1-abdb10eeb03c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d986e57-0a86-4e65-baf1-abdb10eeb03c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8969815562599475093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093896981556259947509389698155625994750938969815562599475093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed07582b-ecc1-4482-8e7f-91894dd5d8c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405f8948-434a-489d-8068-34af0c89bcc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405f8948-434a-489d-8068-34af0c89bcc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16606232236971831061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061166062322369718310611660623223697183106116606232236971831061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d986e57-0a86-4e65-baf1-abdb10eeb03c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13a2d206-bba4-40d7-ac18-58de1466c91d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13a2d206-bba4-40d7-ac18-58de1466c91d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11798824569614170513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513117988245696141705131179882456961417051311798824569614170513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405f8948-434a-489d-8068-34af0c89bcc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00f3a730-f74c-43f5-a069-5ab48f27779c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00f3a730-f74c-43f5-a069-5ab48f27779c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14954821636904481636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636149548216369044816361495482163690448163614954821636904481636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13a2d206-bba4-40d7-ac18-58de1466c91d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e45b02d-bb26-415c-ae90-169c48c84244, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e45b02d-bb26-415c-ae90-169c48c84244, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17275969061462717746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746172759690614627177461727596906146271774617275969061462717746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00f3a730-f74c-43f5-a069-5ab48f27779c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab9a1b3d-00fd-4f0e-bfd1-c5214d195897, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9a1b3d-00fd-4f0e-bfd1-c5214d195897, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17293197416002793951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951172931974160027939511729319741600279395117293197416002793951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e45b02d-bb26-415c-ae90-169c48c84244, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd7de32-e507-40de-94b4-3f5eb3bc18b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd7de32-e507-40de-94b4-3f5eb3bc18b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 470969626019890658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658470969626019890658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9a1b3d-00fd-4f0e-bfd1-c5214d195897, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa58de57-1ce9-4b7c-a9a5-5973050cdcd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa58de57-1ce9-4b7c-a9a5-5973050cdcd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14285147767408617522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522142851477674086175221428514776740861752214285147767408617522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd7de32-e507-40de-94b4-3f5eb3bc18b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b36a384a-7890-485d-9f9f-56af81b044ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b36a384a-7890-485d-9f9f-56af81b044ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12192013786181665947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947121920137861816659471219201378618166594712192013786181665947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b36a384a-7890-485d-9f9f-56af81b044ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdcd7f8d-e17d-4fb2-8ade-c120158d87d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdcd7f8d-e17d-4fb2-8ade-c120158d87d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 198858933801802449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449198858933801802449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdcd7f8d-e17d-4fb2-8ade-c120158d87d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca0df01-3b79-411b-a906-39561037ae21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca0df01-3b79-411b-a906-39561037ae21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7147646520030597765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765714764652003059776571476465200305977657147646520030597765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa58de57-1ce9-4b7c-a9a5-5973050cdcd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a626a5-e865-430f-9dea-f87bf832dfba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a626a5-e865-430f-9dea-f87bf832dfba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18256560524284284104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104182565605242842841041825656052428428410418256560524284284104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca0df01-3b79-411b-a906-39561037ae21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2c25a81-0305-4902-97cd-10df831127ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2c25a81-0305-4902-97cd-10df831127ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6541604405824489488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488654160440582448948865416044058244894886541604405824489488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a626a5-e865-430f-9dea-f87bf832dfba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 456cb4c7-b8b9-4e6e-9563-89feb485c640, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 456cb4c7-b8b9-4e6e-9563-89feb485c640, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883537244091953089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089888353724409195308988835372440919530898883537244091953089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2c25a81-0305-4902-97cd-10df831127ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 116cb340-91b7-422a-a094-a6d7a5457ed0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 116cb340-91b7-422a-a094-a6d7a5457ed0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16596110657583706811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811165961106575837068111659611065758370681116596110657583706811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 456cb4c7-b8b9-4e6e-9563-89feb485c640, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70e52377-9e67-4dfc-a512-3c9cff238fd0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70e52377-9e67-4dfc-a512-3c9cff238fd0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15673949747318405148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148156739497473184051481567394974731840514815673949747318405148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 116cb340-91b7-422a-a094-a6d7a5457ed0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f173dedc-6d62-4785-88aa-d38f7dcdac76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f173dedc-6d62-4785-88aa-d38f7dcdac76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5339407533264582739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739533940753326458273953394075332645827395339407533264582739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70e52377-9e67-4dfc-a512-3c9cff238fd0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9560eba-3308-4e44-8479-97f07d74da9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9560eba-3308-4e44-8479-97f07d74da9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12079947186276267679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679120799471862762676791207994718627626767912079947186276267679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f173dedc-6d62-4785-88aa-d38f7dcdac76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1975e62a-1c51-406c-a2b0-2f21d3106179, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9560eba-3308-4e44-8479-97f07d74da9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1975e62a-1c51-406c-a2b0-2f21d3106179, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13504764240688931439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439135047642406889314391350476424068893143913504764240688931439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e30a72a-f08c-429b-ae2f-dabc4c988bbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e30a72a-f08c-429b-ae2f-dabc4c988bbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17126404578256859925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925171264045782568599251712640457825685992517126404578256859925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1975e62a-1c51-406c-a2b0-2f21d3106179, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9443fe60-34aa-4b9a-9c43-97f01e15015e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9443fe60-34aa-4b9a-9c43-97f01e15015e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17956065004691722439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439179560650046917224391795606500469172243917956065004691722439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e30a72a-f08c-429b-ae2f-dabc4c988bbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c8d76bb-457e-44db-8133-db238c609725, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c8d76bb-457e-44db-8133-db238c609725, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2612826428872698279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279261282642887269827926128264288726982792612826428872698279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9443fe60-34aa-4b9a-9c43-97f01e15015e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09d6b539-856a-4fc2-8a1c-f1b0ef64fb61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09d6b539-856a-4fc2-8a1c-f1b0ef64fb61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11098726609358009584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584110987266093580095841109872660935800958411098726609358009584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c8d76bb-457e-44db-8133-db238c609725, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80fdb1cb-bac8-4c2e-9992-c8c06fce70d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80fdb1cb-bac8-4c2e-9992-c8c06fce70d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12325887240360242385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385123258872403602423851232588724036024238512325887240360242385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09d6b539-856a-4fc2-8a1c-f1b0ef64fb61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 492fe3ff-c9df-46f6-8339-bbff4d1833c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492fe3ff-c9df-46f6-8339-bbff4d1833c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10752744255370516160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160107527442553705161601075274425537051616010752744255370516160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80fdb1cb-bac8-4c2e-9992-c8c06fce70d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa445008-58f0-4963-9039-b655c472c790, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa445008-58f0-4963-9039-b655c472c790, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913478306464481187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187891347830646448118789134783064644811878913478306464481187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492fe3ff-c9df-46f6-8339-bbff4d1833c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa445008-58f0-4963-9039-b655c472c790, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67d49ac5-7f8b-4dcd-82b0-ce86780a800f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbc2ae05-0a58-468a-aa3a-f87cef5c8864, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67d49ac5-7f8b-4dcd-82b0-ce86780a800f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 331969566300558323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323331969566300558323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbc2ae05-0a58-468a-aa3a-f87cef5c8864, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1250970156541544013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013125097015654154401312509701565415440131250970156541544013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbc2ae05-0a58-468a-aa3a-f87cef5c8864, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67d49ac5-7f8b-4dcd-82b0-ce86780a800f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4f0d0ae-9c18-4844-aaf6-6cb19dfbb9c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e704330e-1a69-47d5-8713-c87b4f038ad2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4f0d0ae-9c18-4844-aaf6-6cb19dfbb9c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3387719523036588262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262338771952303658826233877195230365882623387719523036588262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e704330e-1a69-47d5-8713-c87b4f038ad2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2384488748169929699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699238448874816992969923844887481699296992384488748169929699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e704330e-1a69-47d5-8713-c87b4f038ad2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97b7301c-6b3a-4745-b330-47efe0dd63db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4f0d0ae-9c18-4844-aaf6-6cb19dfbb9c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97b7301c-6b3a-4745-b330-47efe0dd63db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6817459846844736059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059681745984684473605968174598468447360596817459846844736059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9c4e111-2144-46b0-9092-4fa831961970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9c4e111-2144-46b0-9092-4fa831961970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587179530366736241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241105871795303667362411058717953036673624110587179530366736241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97b7301c-6b3a-4745-b330-47efe0dd63db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9c4e111-2144-46b0-9092-4fa831961970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feda624a-07f7-4142-b1e2-6af7e8364e5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feda624a-07f7-4142-b1e2-6af7e8364e5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10766462343729986458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458107664623437299864581076646234372998645810766462343729986458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c8086a7-2c02-4c59-af4e-7ac93a82cd39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c8086a7-2c02-4c59-af4e-7ac93a82cd39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 56404576545564065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5640457654556406556404576545564065564045765455640655640457654556406556404576545564065564045765455640655640457654556406556404576545564065564045765455640655640457654556406556404576545564065564045765455640655640457654556406556404576545564065564045765455640655640457654556406556404576545564065564045765455640655640457654556406556404576545564065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c8086a7-2c02-4c59-af4e-7ac93a82cd39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feda624a-07f7-4142-b1e2-6af7e8364e5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7035a59e-63e9-4479-b7b8-e048f1998bbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27abd166-3adf-4e2f-861f-cae7cfcba989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7035a59e-63e9-4479-b7b8-e048f1998bbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9730379326507774679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679973037932650777467997303793265077746799730379326507774679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27abd166-3adf-4e2f-861f-cae7cfcba989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11081381151998483828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828110813811519984838281108138115199848382811081381151998483828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7035a59e-63e9-4479-b7b8-e048f1998bbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87c63c24-5f79-4c77-bcca-520df84a0482, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87c63c24-5f79-4c77-bcca-520df84a0482, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13785876968756391747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747137858769687563917471378587696875639174713785876968756391747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27abd166-3adf-4e2f-861f-cae7cfcba989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98476ebb-cefa-4a1b-ba86-f1c976cd0bdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98476ebb-cefa-4a1b-ba86-f1c976cd0bdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11083400682414259019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019110834006824142590191108340068241425901911083400682414259019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87c63c24-5f79-4c77-bcca-520df84a0482, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 372d16c4-453a-4597-9f49-58cf58d3edb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 372d16c4-453a-4597-9f49-58cf58d3edb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5182252799614866596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596518225279961486659651822527996148665965182252799614866596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98476ebb-cefa-4a1b-ba86-f1c976cd0bdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 226100ae-5fd9-484b-917a-fc1b89fff5ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 226100ae-5fd9-484b-917a-fc1b89fff5ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3785962314137765828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828378596231413776582837859623141377658283785962314137765828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 372d16c4-453a-4597-9f49-58cf58d3edb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7f159b-7a8e-49bf-aaa6-83e87c7f374b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7f159b-7a8e-49bf-aaa6-83e87c7f374b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6407826277775549376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376640782627777554937664078262777755493766407826277775549376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 226100ae-5fd9-484b-917a-fc1b89fff5ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2316aeea-49fe-43d8-a604-e26e16cfb86d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2316aeea-49fe-43d8-a604-e26e16cfb86d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16773832804647027315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315167738328046470273151677383280464702731516773832804647027315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7f159b-7a8e-49bf-aaa6-83e87c7f374b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e8f984-bf91-4e16-80cc-4ea2d31df9ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e8f984-bf91-4e16-80cc-4ea2d31df9ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5021106367645991003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003502110636764599100350211063676459910035021106367645991003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2316aeea-49fe-43d8-a604-e26e16cfb86d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42bedf54-7169-452e-8f1d-e30f6998659e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42bedf54-7169-452e-8f1d-e30f6998659e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3893460292057337535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535389346029205733753538934602920573375353893460292057337535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e8f984-bf91-4e16-80cc-4ea2d31df9ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3855dd61-ab5f-441b-981b-1734eb6d19a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3855dd61-ab5f-441b-981b-1734eb6d19a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10242987435991224450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450102429874359912244501024298743599122445010242987435991224450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42bedf54-7169-452e-8f1d-e30f6998659e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ac69d18-556f-4af3-84d1-603ecfadee33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ac69d18-556f-4af3-84d1-603ecfadee33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3522601362885155165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165352260136288515516535226013628851551653522601362885155165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3855dd61-ab5f-441b-981b-1734eb6d19a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ac69d18-556f-4af3-84d1-603ecfadee33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4ae8e16-d8de-4a9c-b610-800ef5a1dd59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4ae8e16-d8de-4a9c-b610-800ef5a1dd59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12071785027521045493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493120717850275210454931207178502752104549312071785027521045493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a966ca1-471a-4f93-950a-7e9c89a24061, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a966ca1-471a-4f93-950a-7e9c89a24061, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693288840684576900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900126932888406845769001269328884068457690012693288840684576900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4ae8e16-d8de-4a9c-b610-800ef5a1dd59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c58dbb0-cf40-48c2-8c99-4360b3882a89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c58dbb0-cf40-48c2-8c99-4360b3882a89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341336109858607275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275123413361098586072751234133610985860727512341336109858607275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a966ca1-471a-4f93-950a-7e9c89a24061, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b831f197-fceb-4e71-929f-bdd24d881a22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b831f197-fceb-4e71-929f-bdd24d881a22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12336856120913561194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194123368561209135611941233685612091356119412336856120913561194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b831f197-fceb-4e71-929f-bdd24d881a22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b23e702f-ab10-46e9-a269-6a84c0a60b51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c58dbb0-cf40-48c2-8c99-4360b3882a89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b23e702f-ab10-46e9-a269-6a84c0a60b51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1191351327057145057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057119135132705714505711913513270571450571191351327057145057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f31bbf31-1d73-4b82-8765-81a7b56f6e03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f31bbf31-1d73-4b82-8765-81a7b56f6e03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2100307322026013899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899210030732202601389921003073220260138992100307322026013899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b23e702f-ab10-46e9-a269-6a84c0a60b51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 001c7035-3eda-4da6-936e-3e6517488a3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 001c7035-3eda-4da6-936e-3e6517488a3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1082515672529257559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559108251567252925755910825156725292575591082515672529257559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f31bbf31-1d73-4b82-8765-81a7b56f6e03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 064cdf75-aba1-4795-9866-ab02c3c74708, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064cdf75-aba1-4795-9866-ab02c3c74708, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14386930403458820996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996143869304034588209961438693040345882099614386930403458820996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 001c7035-3eda-4da6-936e-3e6517488a3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6daa0a64-2a72-486e-a9cc-f4fd2bc5555f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6daa0a64-2a72-486e-a9cc-f4fd2bc5555f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4120596852176485204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204412059685217648520441205968521764852044120596852176485204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064cdf75-aba1-4795-9866-ab02c3c74708, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6072aaf-bdc1-4c54-9bce-edcb0c9dc62c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6072aaf-bdc1-4c54-9bce-edcb0c9dc62c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4412616510478309735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735441261651047830973544126165104783097354412616510478309735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6daa0a64-2a72-486e-a9cc-f4fd2bc5555f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6072aaf-bdc1-4c54-9bce-edcb0c9dc62c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b13b10b-1baf-4b9d-9b40-9723d6c2869d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b13b10b-1baf-4b9d-9b40-9723d6c2869d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8648798962383965155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155864879896238396515586487989623839651558648798962383965155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff00a2a0-0bf2-4fc8-8069-22736e3f0bc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff00a2a0-0bf2-4fc8-8069-22736e3f0bc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16619780411375778908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908166197804113757789081661978041137577890816619780411375778908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b13b10b-1baf-4b9d-9b40-9723d6c2869d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff00a2a0-0bf2-4fc8-8069-22736e3f0bc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dc1042f-2857-4077-8cf1-451fab6c4efd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ef5c29a-b391-4d13-849a-11495fc85370, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc1042f-2857-4077-8cf1-451fab6c4efd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 430543396754603923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923430543396754603923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef5c29a-b391-4d13-849a-11495fc85370, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4961830433814925548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548496183043381492554849618304338149255484961830433814925548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc1042f-2857-4077-8cf1-451fab6c4efd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef5c29a-b391-4d13-849a-11495fc85370, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d9c0307-9aa6-42d1-86aa-0310fd8bdb8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d62daf5a-e9f4-44de-a858-166684ce8672, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d9c0307-9aa6-42d1-86aa-0310fd8bdb8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6907745921757742347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347690774592175774234769077459217577423476907745921757742347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d62daf5a-e9f4-44de-a858-166684ce8672, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14110801492680826218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218141108014926808262181411080149268082621814110801492680826218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d9c0307-9aa6-42d1-86aa-0310fd8bdb8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d62daf5a-e9f4-44de-a858-166684ce8672, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d6e3243-5744-404a-ace0-666ec1fa88f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d6e3243-5744-404a-ace0-666ec1fa88f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14395961215244525707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707143959612152445257071439596121524452570714395961215244525707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f787eb3-ee24-48db-ae1c-ad1359f67a06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f787eb3-ee24-48db-ae1c-ad1359f67a06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1583681577374113393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393158368157737411339315836815773741133931583681577374113393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d6e3243-5744-404a-ace0-666ec1fa88f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f787eb3-ee24-48db-ae1c-ad1359f67a06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f445cd9-4192-4e0c-b271-1611989a25b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f445cd9-4192-4e0c-b271-1611989a25b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1902482700243600117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117190248270024360011719024827002436001171902482700243600117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7702352-0fae-4914-b1f8-a1fda25d568a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7702352-0fae-4914-b1f8-a1fda25d568a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8742066432505239025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025874206643250523902587420664325052390258742066432505239025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f445cd9-4192-4e0c-b271-1611989a25b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7702352-0fae-4914-b1f8-a1fda25d568a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede4c2c6-a9ec-4529-bc5f-d14abac250ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede4c2c6-a9ec-4529-bc5f-d14abac250ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2672967495627639306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306267296749562763930626729674956276393062672967495627639306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe1b070e-4680-4f2d-9f60-1f8f614894ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe1b070e-4680-4f2d-9f60-1f8f614894ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18136389524915202184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184181363895249152021841813638952491520218418136389524915202184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede4c2c6-a9ec-4529-bc5f-d14abac250ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3174c197-6907-40bf-bc54-83154a34cc52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe1b070e-4680-4f2d-9f60-1f8f614894ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3174c197-6907-40bf-bc54-83154a34cc52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8402348972533481446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446840234897253348144684023489725334814468402348972533481446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54455f2d-be65-489d-b24b-dc3b61ec1424, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54455f2d-be65-489d-b24b-dc3b61ec1424, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488015044440740966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966164880150444407409661648801504444074096616488015044440740966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3174c197-6907-40bf-bc54-83154a34cc52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a22cb1-572b-4c70-b6da-659dfe2d5637, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54455f2d-be65-489d-b24b-dc3b61ec1424, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a22cb1-572b-4c70-b6da-659dfe2d5637, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13441299484675761937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937134412994846757619371344129948467576193713441299484675761937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c760651e-22b9-4adb-afcc-fbd5f50b99a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c760651e-22b9-4adb-afcc-fbd5f50b99a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10471679372151810988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988104716793721518109881047167937215181098810471679372151810988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a22cb1-572b-4c70-b6da-659dfe2d5637, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3152bd8e-4853-4855-8644-577042ebb598, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c760651e-22b9-4adb-afcc-fbd5f50b99a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3152bd8e-4853-4855-8644-577042ebb598, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5780588741603863075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075578058874160386307557805887416038630755780588741603863075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8a734e7-c953-4bea-8520-2cdee672662a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a734e7-c953-4bea-8520-2cdee672662a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5780799368763347867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867578079936876334786757807993687633478675780799368763347867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3152bd8e-4853-4855-8644-577042ebb598, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a734e7-c953-4bea-8520-2cdee672662a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c713f2-7962-4260-ae77-728b41003fc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c713f2-7962-4260-ae77-728b41003fc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17726723143823766753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753177267231438237667531772672314382376675317726723143823766753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1565d0f9-a522-4a4e-b4b9-5e871be4b9fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1565d0f9-a522-4a4e-b4b9-5e871be4b9fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249521715587054703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703824952171558705470382495217155870547038249521715587054703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c713f2-7962-4260-ae77-728b41003fc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1565d0f9-a522-4a4e-b4b9-5e871be4b9fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 845a81cc-3afc-40ca-aa3a-5199bb8ecd33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 845a81cc-3afc-40ca-aa3a-5199bb8ecd33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14657654416407327246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246146576544164073272461465765441640732724614657654416407327246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ce49ff-d290-409d-98e1-d8ec6bfbcd23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ce49ff-d290-409d-98e1-d8ec6bfbcd23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 849203451539206925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925849203451539206925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 845a81cc-3afc-40ca-aa3a-5199bb8ecd33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ce49ff-d290-409d-98e1-d8ec6bfbcd23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb9e8139-bdd5-46c6-9471-7af74675ca04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4f52d71-81ad-4699-badc-23f8dc9a87cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb9e8139-bdd5-46c6-9471-7af74675ca04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8371039931877027072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072837103993187702707283710399318770270728371039931877027072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4f52d71-81ad-4699-badc-23f8dc9a87cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7383042752061361478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478738304275206136147873830427520613614787383042752061361478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb9e8139-bdd5-46c6-9471-7af74675ca04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4f52d71-81ad-4699-badc-23f8dc9a87cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae49da61-8e0a-44b6-8410-e5bce704575c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae49da61-8e0a-44b6-8410-e5bce704575c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198824935056310321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321419882493505631032141988249350563103214198824935056310321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd8b09b0-6ed5-4674-86f3-376057e5df44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8b09b0-6ed5-4674-86f3-376057e5df44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098269484825620185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185609826948482562018560982694848256201856098269484825620185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae49da61-8e0a-44b6-8410-e5bce704575c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8cd3677-977e-42e8-aba4-036f23fabf12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8cd3677-977e-42e8-aba4-036f23fabf12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16070148860206635326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326160701488602066353261607014886020663532616070148860206635326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8b09b0-6ed5-4674-86f3-376057e5df44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05da1d54-5f5a-4976-ad0f-b57158c6e81a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05da1d54-5f5a-4976-ad0f-b57158c6e81a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1473060314857990470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470147306031485799047014730603148579904701473060314857990470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8cd3677-977e-42e8-aba4-036f23fabf12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f3eac05-2354-4979-9429-76bf0e97163b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f3eac05-2354-4979-9429-76bf0e97163b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5082426902667865875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875508242690266786587550824269026678658755082426902667865875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05da1d54-5f5a-4976-ad0f-b57158c6e81a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9e69f95-9904-4609-b810-317a306a408b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e69f95-9904-4609-b810-317a306a408b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2225328892752907735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735222532889275290773522253288927529077352225328892752907735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f3eac05-2354-4979-9429-76bf0e97163b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f79ceb6-8c19-42f3-8122-8e6be883499d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f79ceb6-8c19-42f3-8122-8e6be883499d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15983688113578447257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257159836881135784472571598368811357844725715983688113578447257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e69f95-9904-4609-b810-317a306a408b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4f2fe8-05fe-43ee-87d5-27c918f4553f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4f2fe8-05fe-43ee-87d5-27c918f4553f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14669276843032695779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779146692768430326957791466927684303269577914669276843032695779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f79ceb6-8c19-42f3-8122-8e6be883499d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad089ded-3654-465a-a9f2-0ec331ccc133, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad089ded-3654-465a-a9f2-0ec331ccc133, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3078974747921463214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214307897474792146321430789747479214632143078974747921463214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4f2fe8-05fe-43ee-87d5-27c918f4553f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7028c171-f8a4-4b9e-b020-60c06e7a6511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7028c171-f8a4-4b9e-b020-60c06e7a6511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13539476628249546478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478135394766282495464781353947662824954647813539476628249546478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad089ded-3654-465a-a9f2-0ec331ccc133, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecbb59cd-aba5-4f1e-8a1f-a2b5715911d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecbb59cd-aba5-4f1e-8a1f-a2b5715911d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 862965214257188371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371862965214257188371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7028c171-f8a4-4b9e-b020-60c06e7a6511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae2abad9-72a7-424c-aca0-0e5e4b7f4a77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae2abad9-72a7-424c-aca0-0e5e4b7f4a77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12532435157996079780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780125324351579960797801253243515799607978012532435157996079780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecbb59cd-aba5-4f1e-8a1f-a2b5715911d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce3e27b4-2a55-4732-8943-392b9fb85c7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3e27b4-2a55-4732-8943-392b9fb85c7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12818840921225010165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165128188409212250101651281884092122501016512818840921225010165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae2abad9-72a7-424c-aca0-0e5e4b7f4a77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0e6ec8-865f-4c86-b519-90ff4f2551a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0e6ec8-865f-4c86-b519-90ff4f2551a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5377831752282591636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636537783175228259163653778317522825916365377831752282591636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3e27b4-2a55-4732-8943-392b9fb85c7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56671534-6802-4fc3-a500-db0c0b312882, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56671534-6802-4fc3-a500-db0c0b312882, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7485680261296201985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985748568026129620198574856802612962019857485680261296201985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0e6ec8-865f-4c86-b519-90ff4f2551a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc4715d-9978-4275-9250-af367cff0a86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc4715d-9978-4275-9250-af367cff0a86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061184270052469064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064406118427005246906440611842700524690644061184270052469064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56671534-6802-4fc3-a500-db0c0b312882, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bedabd1-440f-48e2-b6c5-dfd2ae75b8c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bedabd1-440f-48e2-b6c5-dfd2ae75b8c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14098567219219402747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747140985672192194027471409856721921940274714098567219219402747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc4715d-9978-4275-9250-af367cff0a86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e638cf37-8b77-4ac9-b404-d6228eab77f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e638cf37-8b77-4ac9-b404-d6228eab77f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12870622928517171488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488128706229285171714881287062292851717148812870622928517171488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bedabd1-440f-48e2-b6c5-dfd2ae75b8c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e0d5972-8a51-49a8-a475-9f0ad567439c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0d5972-8a51-49a8-a475-9f0ad567439c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5265323111219256294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294526532311121925629452653231112192562945265323111219256294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e638cf37-8b77-4ac9-b404-d6228eab77f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd0cb176-9b59-473b-ae99-848751fae99b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0cb176-9b59-473b-ae99-848751fae99b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13518086097669939234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234135180860976699392341351808609766993923413518086097669939234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0d5972-8a51-49a8-a475-9f0ad567439c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c0da24-5113-464f-bc89-3268b0f87f24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c0da24-5113-464f-bc89-3268b0f87f24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12486637685743474324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324124866376857434743241248663768574347432412486637685743474324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0cb176-9b59-473b-ae99-848751fae99b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b854c20-32e9-43db-9283-c7551a070508, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b854c20-32e9-43db-9283-c7551a070508, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10469600437449710412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412104696004374497104121046960043744971041210469600437449710412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c0da24-5113-464f-bc89-3268b0f87f24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 518a5dc8-7b95-44c7-bdb8-5794e959550e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b854c20-32e9-43db-9283-c7551a070508, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518a5dc8-7b95-44c7-bdb8-5794e959550e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238263616284352499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499823826361628435249982382636162843524998238263616284352499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c74306fb-a88d-427e-984e-691a639a0a54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c74306fb-a88d-427e-984e-691a639a0a54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11758365260194448020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020117583652601944480201175836526019444802011758365260194448020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518a5dc8-7b95-44c7-bdb8-5794e959550e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c74306fb-a88d-427e-984e-691a639a0a54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db0bf175-f87d-43a5-ad1e-7a60a90cc155, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db0bf175-f87d-43a5-ad1e-7a60a90cc155, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11583690863963351806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806115836908639633518061158369086396335180611583690863963351806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd08924-5ffb-4cb1-a314-52b78caf5f19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd08924-5ffb-4cb1-a314-52b78caf5f19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 737266202645807777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777737266202645807777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db0bf175-f87d-43a5-ad1e-7a60a90cc155, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91c6b5d-0855-49ce-ace3-d88152190917, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd08924-5ffb-4cb1-a314-52b78caf5f19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d86db43-0083-469f-981a-34f6fa630e1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d86db43-0083-469f-981a-34f6fa630e1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916659031225816307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307179166590312258163071791665903122581630717916659031225816307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91c6b5d-0855-49ce-ace3-d88152190917, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3753445458214170364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364375344545821417036437534454582141703643753445458214170364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d86db43-0083-469f-981a-34f6fa630e1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20d61546-1408-4938-b6b0-093830f0b491, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20d61546-1408-4938-b6b0-093830f0b491, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8504936008561802674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674850493600856180267485049360085618026748504936008561802674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91c6b5d-0855-49ce-ace3-d88152190917, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e83edd8e-8c22-4fc9-b7ce-5514ee774a8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e83edd8e-8c22-4fc9-b7ce-5514ee774a8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7182267213324326792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792718226721332432679271822672133243267927182267213324326792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20d61546-1408-4938-b6b0-093830f0b491, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab8d72a-1d08-4422-8c82-874377186e58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e83edd8e-8c22-4fc9-b7ce-5514ee774a8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab8d72a-1d08-4422-8c82-874377186e58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14514952625081561051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051145149526250815610511451495262508156105114514952625081561051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17aeb3d-8a9c-4f8e-b5cd-46d5c07cb241, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17aeb3d-8a9c-4f8e-b5cd-46d5c07cb241, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13099510830282424440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440130995108302824244401309951083028242444013099510830282424440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab8d72a-1d08-4422-8c82-874377186e58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17aeb3d-8a9c-4f8e-b5cd-46d5c07cb241, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 934901ca-e2b3-4f74-af0f-90cc524fa25c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934901ca-e2b3-4f74-af0f-90cc524fa25c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4251642779747279747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747425164277974727974742516427797472797474251642779747279747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9fc12e2-2f3b-4ea0-a158-e592ea8e23f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9fc12e2-2f3b-4ea0-a158-e592ea8e23f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11143676264892393041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041111436762648923930411114367626489239304111143676264892393041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934901ca-e2b3-4f74-af0f-90cc524fa25c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9fc12e2-2f3b-4ea0-a158-e592ea8e23f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa95f83b-37be-4959-9ed5-0ab530af38fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa95f83b-37be-4959-9ed5-0ab530af38fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368519256677837403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403153685192566778374031536851925667783740315368519256677837403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d905a43-00a3-4992-b00b-0f130faa13df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d905a43-00a3-4992-b00b-0f130faa13df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3537616009822721232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232353761600982272123235376160098227212323537616009822721232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa95f83b-37be-4959-9ed5-0ab530af38fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c4d3bea-a721-43d4-a013-cf3e89e9510e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c4d3bea-a721-43d4-a013-cf3e89e9510e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5410638384559046833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833541063838455904683354106383845590468335410638384559046833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d905a43-00a3-4992-b00b-0f130faa13df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43262472-7955-49ee-b2c1-cb7b0c23908b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43262472-7955-49ee-b2c1-cb7b0c23908b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050435801308787559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559505043580130878755950504358013087875595050435801308787559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43262472-7955-49ee-b2c1-cb7b0c23908b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a96c86cd-3bd3-4c4f-ace4-e7937a663ccf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c4d3bea-a721-43d4-a013-cf3e89e9510e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 775b46b5-ee4e-4fac-83fe-849f52292c76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a96c86cd-3bd3-4c4f-ace4-e7937a663ccf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12327212451807659910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910123272124518076599101232721245180765991012327212451807659910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 775b46b5-ee4e-4fac-83fe-849f52292c76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4127827579626994607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607412782757962699460741278275796269946074127827579626994607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a96c86cd-3bd3-4c4f-ace4-e7937a663ccf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 775b46b5-ee4e-4fac-83fe-849f52292c76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f00d40dd-7667-4bf3-8e86-b970d006cd5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f00d40dd-7667-4bf3-8e86-b970d006cd5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2755334010685213357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357275533401068521335727553340106852133572755334010685213357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1642c020-baf6-4be2-a2ac-edba3f93cc72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1642c020-baf6-4be2-a2ac-edba3f93cc72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14200456786289081146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146142004567862890811461420045678628908114614200456786289081146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f00d40dd-7667-4bf3-8e86-b970d006cd5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab209dfc-dff2-416e-ba6f-f5e0ff8da1ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab209dfc-dff2-416e-ba6f-f5e0ff8da1ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2507181530249592767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767250718153024959276725071815302495927672507181530249592767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1642c020-baf6-4be2-a2ac-edba3f93cc72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1cde749-7a3c-4aac-b7cf-9980799f3b57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1cde749-7a3c-4aac-b7cf-9980799f3b57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2720357407671860279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279272035740767186027927203574076718602792720357407671860279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab209dfc-dff2-416e-ba6f-f5e0ff8da1ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeec5f71-35d7-46e6-9373-245068a116bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeec5f71-35d7-46e6-9373-245068a116bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 269764308455322186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186269764308455322186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1cde749-7a3c-4aac-b7cf-9980799f3b57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb92370b-ca0e-47d9-a1a8-372f0782051a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb92370b-ca0e-47d9-a1a8-372f0782051a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3378900078348040928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928337890007834804092833789000783480409283378900078348040928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeec5f71-35d7-46e6-9373-245068a116bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66402c17-d811-4b48-b2aa-98de03daad52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66402c17-d811-4b48-b2aa-98de03daad52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10252957406911790136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136102529574069117901361025295740691179013610252957406911790136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb92370b-ca0e-47d9-a1a8-372f0782051a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a99b663-955e-4334-8684-fcd8da5943ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a99b663-955e-4334-8684-fcd8da5943ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11828115600287391362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362118281156002873913621182811560028739136211828115600287391362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66402c17-d811-4b48-b2aa-98de03daad52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 640a445f-78ff-4bc5-8ad6-c1ed804e2da4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 640a445f-78ff-4bc5-8ad6-c1ed804e2da4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7418631617755512801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801741863161775551280174186316177555128017418631617755512801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a99b663-955e-4334-8684-fcd8da5943ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1199c19-c137-4bc7-ab64-40a58b117c74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1199c19-c137-4bc7-ab64-40a58b117c74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276554083777330185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185152765540837773301851527655408377733018515276554083777330185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 640a445f-78ff-4bc5-8ad6-c1ed804e2da4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71ba7933-9517-48a2-942c-2dea4a0eb75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71ba7933-9517-48a2-942c-2dea4a0eb75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6414433216729672910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910641443321672967291064144332167296729106414433216729672910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1199c19-c137-4bc7-ab64-40a58b117c74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86f27cd1-3d32-4d1d-b503-20ad8dd3e14c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86f27cd1-3d32-4d1d-b503-20ad8dd3e14c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15238156626855203682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682152381566268552036821523815662685520368215238156626855203682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71ba7933-9517-48a2-942c-2dea4a0eb75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76351e4f-d99f-4316-b773-0897d94bb136, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76351e4f-d99f-4316-b773-0897d94bb136, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10433411419838138129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129104334114198381381291043341141983813812910433411419838138129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86f27cd1-3d32-4d1d-b503-20ad8dd3e14c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a991f5a6-457f-4f85-8360-31f6b2979cb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a991f5a6-457f-4f85-8360-31f6b2979cb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12732888841461662085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085127328888414616620851273288884146166208512732888841461662085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76351e4f-d99f-4316-b773-0897d94bb136, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 637fcc90-2002-4559-866f-1acc1b8c0d07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 637fcc90-2002-4559-866f-1acc1b8c0d07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 381661360633320965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965381661360633320965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a991f5a6-457f-4f85-8360-31f6b2979cb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 637fcc90-2002-4559-866f-1acc1b8c0d07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65587b7-d3b8-494b-93ae-a464f98b917e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65587b7-d3b8-494b-93ae-a464f98b917e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757398643162873101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101157573986431628731011575739864316287310115757398643162873101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e200f2e-1fed-4a02-86db-475af1535901, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e200f2e-1fed-4a02-86db-475af1535901, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10028261246870280329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329100282612468702803291002826124687028032910028261246870280329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65587b7-d3b8-494b-93ae-a464f98b917e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3777c813-0d66-402f-b80c-44f346b07e26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3777c813-0d66-402f-b80c-44f346b07e26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10080398524696704594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594100803985246967045941008039852469670459410080398524696704594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e200f2e-1fed-4a02-86db-475af1535901, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c666b185-db7c-41c7-b334-1fc74bc1cfa5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c666b185-db7c-41c7-b334-1fc74bc1cfa5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17382778351355397467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467173827783513553974671738277835135539746717382778351355397467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3777c813-0d66-402f-b80c-44f346b07e26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f2d24b5-b49a-4a26-a5cc-f5f4e931496d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f2d24b5-b49a-4a26-a5cc-f5f4e931496d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15562622854206928072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072155626228542069280721556262285420692807215562622854206928072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c666b185-db7c-41c7-b334-1fc74bc1cfa5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b101e10-7c04-4410-b3cc-4e95a7dd248f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b101e10-7c04-4410-b3cc-4e95a7dd248f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2523365877677894172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172252336587767789417225233658776778941722523365877677894172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f2d24b5-b49a-4a26-a5cc-f5f4e931496d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e114cacc-1799-427e-83c3-4be8b99bb8e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e114cacc-1799-427e-83c3-4be8b99bb8e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12220982840750825335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335122209828407508253351222098284075082533512220982840750825335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b101e10-7c04-4410-b3cc-4e95a7dd248f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95624f64-d950-4bad-b683-1f226139b07f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95624f64-d950-4bad-b683-1f226139b07f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4095836979465766814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814409583697946576681440958369794657668144095836979465766814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e114cacc-1799-427e-83c3-4be8b99bb8e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5437cf-848c-456f-97a1-dd6a42f92f41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5437cf-848c-456f-97a1-dd6a42f92f41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8996420864540150219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219899642086454015021989964208645401502198996420864540150219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95624f64-d950-4bad-b683-1f226139b07f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9be7ac49-ebf0-4c8c-bb4d-2d6503fc256f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be7ac49-ebf0-4c8c-bb4d-2d6503fc256f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9899656072217113754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754989965607221711375498996560722171137549899656072217113754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5437cf-848c-456f-97a1-dd6a42f92f41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2646bf9-dcaf-458e-85d9-40dba6721706, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2646bf9-dcaf-458e-85d9-40dba6721706, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17261159026039754238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238172611590260397542381726115902603975423817261159026039754238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be7ac49-ebf0-4c8c-bb4d-2d6503fc256f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89296e29-53c8-4f40-b191-919f81959149, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89296e29-53c8-4f40-b191-919f81959149, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15543488697981264239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239155434886979812642391554348869798126423915543488697981264239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2646bf9-dcaf-458e-85d9-40dba6721706, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f971db42-f118-40a8-b517-b23ed363617a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f971db42-f118-40a8-b517-b23ed363617a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7385788499632785024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024738578849963278502473857884996327850247385788499632785024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89296e29-53c8-4f40-b191-919f81959149, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6238e93f-cc77-4ed5-86a4-fa18a3c02efd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6238e93f-cc77-4ed5-86a4-fa18a3c02efd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2021068663287549417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417202106866328754941720210686632875494172021068663287549417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f971db42-f118-40a8-b517-b23ed363617a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f037ef1b-32c7-4aaa-b705-f13946d05842, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f037ef1b-32c7-4aaa-b705-f13946d05842, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15537319521274078128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128155373195212740781281553731952127407812815537319521274078128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6238e93f-cc77-4ed5-86a4-fa18a3c02efd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baf42b70-9058-4ab8-b49d-de3ba43ae4cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baf42b70-9058-4ab8-b49d-de3ba43ae4cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17441727414882314288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288174417274148823142881744172741488231428817441727414882314288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f037ef1b-32c7-4aaa-b705-f13946d05842, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8990d0fb-99f5-4609-8671-ec6e0a6a5476, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8990d0fb-99f5-4609-8671-ec6e0a6a5476, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5481668255000912353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353548166825500091235354816682550009123535481668255000912353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8990d0fb-99f5-4609-8671-ec6e0a6a5476, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a403e25c-d78c-44d8-bf05-f0a0439c3407, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a403e25c-d78c-44d8-bf05-f0a0439c3407, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17737804494966925013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013177378044949669250131773780449496692501317737804494966925013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a403e25c-d78c-44d8-bf05-f0a0439c3407, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0548b799-0bfe-4902-a80b-86e23d1e6853, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0548b799-0bfe-4902-a80b-86e23d1e6853, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14818437979585490869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869148184379795854908691481843797958549086914818437979585490869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baf42b70-9058-4ab8-b49d-de3ba43ae4cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e09a4a3a-803b-40ab-94ee-f3844b83e4db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e09a4a3a-803b-40ab-94ee-f3844b83e4db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10345779152471658543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543103457791524716585431034577915247165854310345779152471658543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e09a4a3a-803b-40ab-94ee-f3844b83e4db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0548b799-0bfe-4902-a80b-86e23d1e6853, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffd6b2c8-5711-4fd9-a1a7-b27a85dd4d83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffd6b2c8-5711-4fd9-a1a7-b27a85dd4d83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3877149657483605002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002387714965748360500238771496574836050023877149657483605002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8911b691-8639-4445-8106-5b33cf18f20a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8911b691-8639-4445-8106-5b33cf18f20a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4742908733496973588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588474290873349697358847429087334969735884742908733496973588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffd6b2c8-5711-4fd9-a1a7-b27a85dd4d83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae9bf6b-4885-4e57-a723-4afee51a2fb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae9bf6b-4885-4e57-a723-4afee51a2fb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3750805633281514420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420375080563328151442037508056332815144203750805633281514420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8911b691-8639-4445-8106-5b33cf18f20a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a04c5e-ac2a-4e36-92ee-261f0b0efcd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a04c5e-ac2a-4e36-92ee-261f0b0efcd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8739484251442170427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427873948425144217042787394842514421704278739484251442170427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae9bf6b-4885-4e57-a723-4afee51a2fb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83befd2d-5032-4834-86f2-93880b671555, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a04c5e-ac2a-4e36-92ee-261f0b0efcd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83befd2d-5032-4834-86f2-93880b671555, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498064425359285744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744349806442535928574434980644253592857443498064425359285744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a16f7fa7-c558-49db-8263-3930aa3bd6c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a16f7fa7-c558-49db-8263-3930aa3bd6c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5077423740072316367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367507742374007231636750774237400723163675077423740072316367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a16f7fa7-c558-49db-8263-3930aa3bd6c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94624ecb-57af-4c8e-884e-3ef0b94a7b52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94624ecb-57af-4c8e-884e-3ef0b94a7b52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1412717947689914718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718141271794768991471814127179476899147181412717947689914718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83befd2d-5032-4834-86f2-93880b671555, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac53206-efaa-45a5-be6e-ebf827771b42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac53206-efaa-45a5-be6e-ebf827771b42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9756516030902754667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667975651603090275466797565160309027546679756516030902754667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac53206-efaa-45a5-be6e-ebf827771b42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94624ecb-57af-4c8e-884e-3ef0b94a7b52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 415e988d-8997-4d1b-a8e6-bc6cf80946b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415e988d-8997-4d1b-a8e6-bc6cf80946b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2911164086335603123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123291116408633560312329111640863356031232911164086335603123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df97d605-e003-4226-8e86-c167a8f062f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df97d605-e003-4226-8e86-c167a8f062f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13904522273941877503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503139045222739418775031390452227394187750313904522273941877503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415e988d-8997-4d1b-a8e6-bc6cf80946b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff33fde5-09dc-4c89-8611-6833d956cbc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff33fde5-09dc-4c89-8611-6833d956cbc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5945451032069165436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436594545103206916543659454510320691654365945451032069165436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df97d605-e003-4226-8e86-c167a8f062f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9ccb332-d487-41af-9cfe-2b490e923359, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ccb332-d487-41af-9cfe-2b490e923359, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18026620666213542930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930180266206662135429301802662066621354293018026620666213542930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff33fde5-09dc-4c89-8611-6833d956cbc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ccb332-d487-41af-9cfe-2b490e923359, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59521ca2-a97c-47b3-9ad0-5cb6b6ea092b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59521ca2-a97c-47b3-9ad0-5cb6b6ea092b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15887933708877818258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258158879337088778182581588793370887781825815887933708877818258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a6b0b8-7e01-4dba-9e1e-95d7486d8dc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a6b0b8-7e01-4dba-9e1e-95d7486d8dc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9092599748778595918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918909259974877859591890925997487785959189092599748778595918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59521ca2-a97c-47b3-9ad0-5cb6b6ea092b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e61dbfd-1a0c-4f46-bafa-ca02a7b57709, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a6b0b8-7e01-4dba-9e1e-95d7486d8dc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e61dbfd-1a0c-4f46-bafa-ca02a7b57709, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056814187324566028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028100568141873245660281005681418732456602810056814187324566028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9411d0ef-00d8-4685-bae6-9bacc3bbe951, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9411d0ef-00d8-4685-bae6-9bacc3bbe951, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 728142110251169194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194728142110251169194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e61dbfd-1a0c-4f46-bafa-ca02a7b57709, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c69aa3a6-1959-49c9-bd48-8b9850013255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9411d0ef-00d8-4685-bae6-9bacc3bbe951, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c69aa3a6-1959-49c9-bd48-8b9850013255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13200172549138129986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986132001725491381299861320017254913812998613200172549138129986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b597c96-ceba-4c06-8146-33d71ff379f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b597c96-ceba-4c06-8146-33d71ff379f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8325932171269244460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460832593217126924446083259321712692444608325932171269244460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c69aa3a6-1959-49c9-bd48-8b9850013255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c98ce04-8e05-4c1a-b966-624890bf391f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c98ce04-8e05-4c1a-b966-624890bf391f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3027755158390078017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017302775515839007801730277551583900780173027755158390078017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b597c96-ceba-4c06-8146-33d71ff379f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b18293d0-00f1-45f0-aced-3bb94443bb8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b18293d0-00f1-45f0-aced-3bb94443bb8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17686474072592009513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513176864740725920095131768647407259200951317686474072592009513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c98ce04-8e05-4c1a-b966-624890bf391f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bc331d5-5955-4a3a-924b-62bbfbf51785, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b18293d0-00f1-45f0-aced-3bb94443bb8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bc331d5-5955-4a3a-924b-62bbfbf51785, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13780306599878010392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392137803065998780103921378030659987801039213780306599878010392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d864ad5-9a94-4cd4-82ce-eeee46ed3b00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d864ad5-9a94-4cd4-82ce-eeee46ed3b00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6157500330124394659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659615750033012439465961575003301243946596157500330124394659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bc331d5-5955-4a3a-924b-62bbfbf51785, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1896ad8e-9c7d-4039-b615-58d1aaa0ef44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d864ad5-9a94-4cd4-82ce-eeee46ed3b00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1896ad8e-9c7d-4039-b615-58d1aaa0ef44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12332691722036166619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619123326917220361666191233269172203616661912332691722036166619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec7292e2-6632-4199-bdf6-8a15589aa7c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec7292e2-6632-4199-bdf6-8a15589aa7c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17980354632656159338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338179803546326561593381798035463265615933817980354632656159338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1896ad8e-9c7d-4039-b615-58d1aaa0ef44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45268f29-f622-4292-9795-d19d2b654c30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45268f29-f622-4292-9795-d19d2b654c30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11694558113568915059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059116945581135689150591169455811356891505911694558113568915059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec7292e2-6632-4199-bdf6-8a15589aa7c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24c52149-c759-40f5-87ca-65d4f145444e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24c52149-c759-40f5-87ca-65d4f145444e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10231728975731122880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880102317289757311228801023172897573112288010231728975731122880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45268f29-f622-4292-9795-d19d2b654c30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55a59253-e429-47f3-9aca-3d1d9665548d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24c52149-c759-40f5-87ca-65d4f145444e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55a59253-e429-47f3-9aca-3d1d9665548d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16758468371177851484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484167584683711778514841675846837117785148416758468371177851484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bf64267-1dac-4ff4-9472-849aa8fc4790, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bf64267-1dac-4ff4-9472-849aa8fc4790, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11752312152658933729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729117523121526589337291175231215265893372911752312152658933729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55a59253-e429-47f3-9aca-3d1d9665548d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ade35be-2832-4c7f-a75f-aa6e55fdb53a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bf64267-1dac-4ff4-9472-849aa8fc4790, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99936580-aed2-4533-be3a-3f8e3306f607, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99936580-aed2-4533-be3a-3f8e3306f607, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6981440587832323352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352698144058783232335269814405878323233526981440587832323352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ade35be-2832-4c7f-a75f-aa6e55fdb53a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937327591130898575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575193732759113089857519373275911308985751937327591130898575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99936580-aed2-4533-be3a-3f8e3306f607, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d096e14-0a3d-420a-9df9-a54e09e375fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d096e14-0a3d-420a-9df9-a54e09e375fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2650821065276808403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403265082106527680840326508210652768084032650821065276808403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ade35be-2832-4c7f-a75f-aa6e55fdb53a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27b5414b-fffd-46f1-90a4-35d22bb46805, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27b5414b-fffd-46f1-90a4-35d22bb46805, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13677409417304540789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789136774094173045407891367740941730454078913677409417304540789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d096e14-0a3d-420a-9df9-a54e09e375fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 752db675-7f57-4608-a6bf-59f3274a9505, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 752db675-7f57-4608-a6bf-59f3274a9505, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9642431012511038715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715964243101251103871596424310125110387159642431012511038715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27b5414b-fffd-46f1-90a4-35d22bb46805, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c6ea17f-bddf-44c1-b44a-1c6c47491964, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c6ea17f-bddf-44c1-b44a-1c6c47491964, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5725017054123486859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859572501705412348685957250170541234868595725017054123486859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 752db675-7f57-4608-a6bf-59f3274a9505, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0a351dc-b0af-4e3e-bd32-d81cab84a995, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0a351dc-b0af-4e3e-bd32-d81cab84a995, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17025225994194049774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774170252259941940497741702522599419404977417025225994194049774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c6ea17f-bddf-44c1-b44a-1c6c47491964, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20c35569-a014-4490-af20-34910501d0b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20c35569-a014-4490-af20-34910501d0b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3884225637567893814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814388422563756789381438842256375678938143884225637567893814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0a351dc-b0af-4e3e-bd32-d81cab84a995, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc53c1b2-900e-4e10-aa82-541e14ea0fef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc53c1b2-900e-4e10-aa82-541e14ea0fef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3264911244286284822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822326491124428628482232649112442862848223264911244286284822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20c35569-a014-4490-af20-34910501d0b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e6735a3-4c63-4557-970e-80d9b980b0a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e6735a3-4c63-4557-970e-80d9b980b0a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11221016291682539650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650112210162916825396501122101629168253965011221016291682539650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc53c1b2-900e-4e10-aa82-541e14ea0fef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa17921-d647-4c89-a083-632b1cb34a71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa17921-d647-4c89-a083-632b1cb34a71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2469019853073815633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633246901985307381563324690198530738156332469019853073815633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e6735a3-4c63-4557-970e-80d9b980b0a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15793dcc-8bae-4762-a6c3-09b3191ec339, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15793dcc-8bae-4762-a6c3-09b3191ec339, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15061163279139101560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560150611632791391015601506116327913910156015061163279139101560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15793dcc-8bae-4762-a6c3-09b3191ec339, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c201bf-bb60-4036-85e5-6b32b19f6376, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c201bf-bb60-4036-85e5-6b32b19f6376, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15277193033083891684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684152771930330838916841527719303308389168415277193033083891684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c201bf-bb60-4036-85e5-6b32b19f6376, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec47565-4838-43df-b2e3-c536e66c188e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec47565-4838-43df-b2e3-c536e66c188e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1924357842002751499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499192435784200275149919243578420027514991924357842002751499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa17921-d647-4c89-a083-632b1cb34a71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6d42ba-3875-46a0-8c44-d8a6c1f5653c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6d42ba-3875-46a0-8c44-d8a6c1f5653c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9041142613882350709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709904114261388235070990411426138823507099041142613882350709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec47565-4838-43df-b2e3-c536e66c188e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fcacca2-a6c1-4f6d-8dfe-dc45d89ab04d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fcacca2-a6c1-4f6d-8dfe-dc45d89ab04d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8297242282042573715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715829724228204257371582972422820425737158297242282042573715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6d42ba-3875-46a0-8c44-d8a6c1f5653c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2abd19b2-b1e1-414c-b5a1-7170068dc208, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2abd19b2-b1e1-414c-b5a1-7170068dc208, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7522994546828142591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591752299454682814259175229945468281425917522994546828142591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fcacca2-a6c1-4f6d-8dfe-dc45d89ab04d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 436c70ef-357c-438b-af19-1672cd784622, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 436c70ef-357c-438b-af19-1672cd784622, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9659961259501834224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224965996125950183422496599612595018342249659961259501834224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2abd19b2-b1e1-414c-b5a1-7170068dc208, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9151303-9d7c-4f6f-9c85-2146a07f06b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9151303-9d7c-4f6f-9c85-2146a07f06b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265607238230558858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858162656072382305588581626560723823055885816265607238230558858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 436c70ef-357c-438b-af19-1672cd784622, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 267d24e1-8162-4feb-9706-8e311afcb0e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267d24e1-8162-4feb-9706-8e311afcb0e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16342972812518744832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832163429728125187448321634297281251874483216342972812518744832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9151303-9d7c-4f6f-9c85-2146a07f06b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0884636-317d-4d8e-a01c-d5b872807ab6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0884636-317d-4d8e-a01c-d5b872807ab6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13229570622269983211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211132295706222699832111322957062226998321113229570622269983211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267d24e1-8162-4feb-9706-8e311afcb0e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d84de259-b3c3-4eab-a15a-f259349ba4db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d84de259-b3c3-4eab-a15a-f259349ba4db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14473788418560923675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675144737884185609236751447378841856092367514473788418560923675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0884636-317d-4d8e-a01c-d5b872807ab6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edf14c0d-a7f5-4660-b4b1-036bf527df5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edf14c0d-a7f5-4660-b4b1-036bf527df5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8998663997663077857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857899866399766307785789986639976630778578998663997663077857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d84de259-b3c3-4eab-a15a-f259349ba4db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff8348e8-5baa-47e4-8105-7b781fa207bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff8348e8-5baa-47e4-8105-7b781fa207bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3788340638517867036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036378834063851786703637883406385178670363788340638517867036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edf14c0d-a7f5-4660-b4b1-036bf527df5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d53edbc0-06ba-4189-bce8-3daca966c399, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d53edbc0-06ba-4189-bce8-3daca966c399, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13065417953296916172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172130654179532969161721306541795329691617213065417953296916172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff8348e8-5baa-47e4-8105-7b781fa207bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd7756e1-b5ea-4780-82df-d43041c9b19c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7756e1-b5ea-4780-82df-d43041c9b19c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5376545788328931838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838537654578832893183853765457883289318385376545788328931838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d53edbc0-06ba-4189-bce8-3daca966c399, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47ef4bf-95c5-4c50-b197-d5b702599054, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47ef4bf-95c5-4c50-b197-d5b702599054, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4386575533773174743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743438657553377317474343865755337731747434386575533773174743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7756e1-b5ea-4780-82df-d43041c9b19c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54fbb401-64e3-4242-9f32-e4f327e10ff4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54fbb401-64e3-4242-9f32-e4f327e10ff4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5875094968130508951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951587509496813050895158750949681305089515875094968130508951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47ef4bf-95c5-4c50-b197-d5b702599054, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56d1a345-b916-45cc-8bfe-6cd6b29846fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56d1a345-b916-45cc-8bfe-6cd6b29846fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9358719196754404272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272935871919675440427293587191967544042729358719196754404272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54fbb401-64e3-4242-9f32-e4f327e10ff4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d887630-d7bb-44ed-985e-2b0b2064e443, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d887630-d7bb-44ed-985e-2b0b2064e443, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11030304268518617121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121110303042685186171211103030426851861712111030304268518617121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56d1a345-b916-45cc-8bfe-6cd6b29846fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25c08d72-e43d-4cda-803a-01c41c63209d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25c08d72-e43d-4cda-803a-01c41c63209d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13219798184557032178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178132197981845570321781321979818455703217813219798184557032178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d887630-d7bb-44ed-985e-2b0b2064e443, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 869f4717-cfc7-42ca-a3e3-67aced91044d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869f4717-cfc7-42ca-a3e3-67aced91044d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5851892693272085266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266585189269327208526658518926932720852665851892693272085266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25c08d72-e43d-4cda-803a-01c41c63209d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7472a170-ab0e-4e73-8a61-915bd3a60f55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7472a170-ab0e-4e73-8a61-915bd3a60f55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698247934240131932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932169824793424013193216982479342401319321698247934240131932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869f4717-cfc7-42ca-a3e3-67aced91044d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6313026a-5d36-4219-8f87-9d87945b40c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6313026a-5d36-4219-8f87-9d87945b40c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10429621158583627074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074104296211585836270741042962115858362707410429621158583627074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7472a170-ab0e-4e73-8a61-915bd3a60f55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58c06468-ff5a-4175-9ecb-0abf5e3cb6b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c06468-ff5a-4175-9ecb-0abf5e3cb6b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11980717911397085756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756119807179113970857561198071791139708575611980717911397085756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6313026a-5d36-4219-8f87-9d87945b40c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36f76e7a-4501-42df-ac79-adb9257dffb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36f76e7a-4501-42df-ac79-adb9257dffb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13975718060950951651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651139757180609509516511397571806095095165113975718060950951651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c06468-ff5a-4175-9ecb-0abf5e3cb6b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe818cb-bf4c-4968-bccf-cfb7629ca66e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe818cb-bf4c-4968-bccf-cfb7629ca66e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15180147731662397936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936151801477316623979361518014773166239793615180147731662397936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36f76e7a-4501-42df-ac79-adb9257dffb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d28e57d6-b339-4333-beb2-471eb4519c36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28e57d6-b339-4333-beb2-471eb4519c36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3294295587025557519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519329429558702555751932942955870255575193294295587025557519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe818cb-bf4c-4968-bccf-cfb7629ca66e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28e57d6-b339-4333-beb2-471eb4519c36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79162680-cfb9-4b2d-87c9-6248a72ab80a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96acc578-2053-40d9-98b0-da94887add4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79162680-cfb9-4b2d-87c9-6248a72ab80a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12245514180280125046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046122455141802801250461224551418028012504612245514180280125046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96acc578-2053-40d9-98b0-da94887add4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1823847274653077775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775182384727465307777518238472746530777751823847274653077775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96acc578-2053-40d9-98b0-da94887add4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3aed92-c35a-45ac-ae29-cbd84329b9f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3aed92-c35a-45ac-ae29-cbd84329b9f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3154067882244337916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916315406788224433791631540678822443379163154067882244337916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3aed92-c35a-45ac-ae29-cbd84329b9f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51092870-1722-4e96-8bb9-d2c9f6e90cbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51092870-1722-4e96-8bb9-d2c9f6e90cbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13541370410229404374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374135413704102294043741354137041022940437413541370410229404374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79162680-cfb9-4b2d-87c9-6248a72ab80a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f40d984-304a-4803-bdef-5497bd35c470, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f40d984-304a-4803-bdef-5497bd35c470, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5944225522368781118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118594422552236878111859442255223687811185944225522368781118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51092870-1722-4e96-8bb9-d2c9f6e90cbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125c0792-f89e-4b37-ac51-23f7a85fe7a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125c0792-f89e-4b37-ac51-23f7a85fe7a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8494269141207224156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156849426914120722415684942691412072241568494269141207224156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f40d984-304a-4803-bdef-5497bd35c470, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f11fe6e-1ec3-4f27-8b32-d98d1a923dfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f11fe6e-1ec3-4f27-8b32-d98d1a923dfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7571239167310714645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645757123916731071464575712391673107146457571239167310714645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125c0792-f89e-4b37-ac51-23f7a85fe7a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae8e4fa9-5ba9-49ac-a6b0-0e9d6b708f95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae8e4fa9-5ba9-49ac-a6b0-0e9d6b708f95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12797108177141602652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652127971081771416026521279710817714160265212797108177141602652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f11fe6e-1ec3-4f27-8b32-d98d1a923dfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e27680a-d6c5-424f-93ad-8008729cd452, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e27680a-d6c5-424f-93ad-8008729cd452, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10488940389435468972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972104889403894354689721048894038943546897210488940389435468972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae8e4fa9-5ba9-49ac-a6b0-0e9d6b708f95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f70dad9e-e95a-4546-a18e-0d11936605a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f70dad9e-e95a-4546-a18e-0d11936605a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11598597346853326029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029115985973468533260291159859734685332602911598597346853326029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e27680a-d6c5-424f-93ad-8008729cd452, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f60da6d2-a631-44d8-ada7-137290ba5b32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60da6d2-a631-44d8-ada7-137290ba5b32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5895838721379779279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279589583872137977927958958387213797792795895838721379779279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f70dad9e-e95a-4546-a18e-0d11936605a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8652282e-7a3d-49ea-ba71-8674e2d40bde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8652282e-7a3d-49ea-ba71-8674e2d40bde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14537528108000611238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238145375281080006112381453752810800061123814537528108000611238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60da6d2-a631-44d8-ada7-137290ba5b32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e577921-7e21-489c-9e2e-88373206c51f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e577921-7e21-489c-9e2e-88373206c51f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17238296999550891202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202172382969995508912021723829699955089120217238296999550891202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8652282e-7a3d-49ea-ba71-8674e2d40bde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ea1cee-1e2c-4c5c-8432-be532a9c8880, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ea1cee-1e2c-4c5c-8432-be532a9c8880, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14938851991960299171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171149388519919602991711493885199196029917114938851991960299171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e577921-7e21-489c-9e2e-88373206c51f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f48361a1-78e6-42df-b0e5-72a147a224ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f48361a1-78e6-42df-b0e5-72a147a224ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9637059864011889414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414963705986401188941496370598640118894149637059864011889414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f48361a1-78e6-42df-b0e5-72a147a224ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ea1cee-1e2c-4c5c-8432-be532a9c8880, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d35e22a-e54e-43b7-8ac7-8c23ab22bb57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d35e22a-e54e-43b7-8ac7-8c23ab22bb57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14206501167152493405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405142065011671524934051420650116715249340514206501167152493405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 356148b2-ea4b-45f6-8103-f1a1e52d317f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 356148b2-ea4b-45f6-8103-f1a1e52d317f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 172187613272111882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882172187613272111882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d35e22a-e54e-43b7-8ac7-8c23ab22bb57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b86b59-677c-4e57-994f-81dcdc7f5c1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 356148b2-ea4b-45f6-8103-f1a1e52d317f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b86b59-677c-4e57-994f-81dcdc7f5c1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2933589473283915611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611293358947328391561129335894732839156112933589473283915611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b700319a-362b-4d83-bcda-fa6aa678ea3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b700319a-362b-4d83-bcda-fa6aa678ea3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16487385914497097799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799164873859144970977991648738591449709779916487385914497097799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b86b59-677c-4e57-994f-81dcdc7f5c1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b700319a-362b-4d83-bcda-fa6aa678ea3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd5b4b0-7b79-4bbc-96b1-fec65ac0136a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd5b4b0-7b79-4bbc-96b1-fec65ac0136a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6715623869185461001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001671562386918546100167156238691854610016715623869185461001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe39b75b-4c17-4bb5-84cb-d1c0ad2060e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe39b75b-4c17-4bb5-84cb-d1c0ad2060e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11957022778573638094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094119570227785736380941195702277857363809411957022778573638094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd5b4b0-7b79-4bbc-96b1-fec65ac0136a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b8c2dd-3c1d-4bf7-b040-43fd4567277f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b8c2dd-3c1d-4bf7-b040-43fd4567277f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11458777047740864951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951114587770477408649511145877704774086495111458777047740864951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe39b75b-4c17-4bb5-84cb-d1c0ad2060e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 490b0d69-8421-4224-a5ef-58af15899b83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 490b0d69-8421-4224-a5ef-58af15899b83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425663567492368355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355142566356749236835514256635674923683551425663567492368355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 490b0d69-8421-4224-a5ef-58af15899b83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a793f0-0ad1-4216-b847-a66f8aa0b0cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a793f0-0ad1-4216-b847-a66f8aa0b0cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3605471459047174114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114360547145904717411436054714590471741143605471459047174114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b8c2dd-3c1d-4bf7-b040-43fd4567277f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56405773-258c-4aec-8a0b-a2e45cff29bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56405773-258c-4aec-8a0b-a2e45cff29bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17678909447923480853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853176789094479234808531767890944792348085317678909447923480853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a793f0-0ad1-4216-b847-a66f8aa0b0cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbafac8a-94c4-4fb7-a071-d59e8c643437, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbafac8a-94c4-4fb7-a071-d59e8c643437, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14447875440362116038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038144478754403621160381444787544036211603814447875440362116038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56405773-258c-4aec-8a0b-a2e45cff29bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58d539e9-9e6d-45f4-81ef-7fdbd27278c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d539e9-9e6d-45f4-81ef-7fdbd27278c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14830873483923870384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384148308734839238703841483087348392387038414830873483923870384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbafac8a-94c4-4fb7-a071-d59e8c643437, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 013df1a3-b0ad-48e3-b59e-8c33a476601a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 013df1a3-b0ad-48e3-b59e-8c33a476601a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344250517805330765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765133442505178053307651334425051780533076513344250517805330765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d539e9-9e6d-45f4-81ef-7fdbd27278c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 013df1a3-b0ad-48e3-b59e-8c33a476601a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8212be4-60b4-4d60-a126-126e3b512c6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8212be4-60b4-4d60-a126-126e3b512c6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16307168273064842763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763163071682730648427631630716827306484276316307168273064842763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79d17279-1446-4ae1-a8df-0b569300d3a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79d17279-1446-4ae1-a8df-0b569300d3a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10260591788064102138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138102605917880641021381026059178806410213810260591788064102138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8212be4-60b4-4d60-a126-126e3b512c6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eab7f3a7-d0a8-45da-9bb9-cc06cc0d952d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eab7f3a7-d0a8-45da-9bb9-cc06cc0d952d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10822448040578282603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603108224480405782826031082244804057828260310822448040578282603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79d17279-1446-4ae1-a8df-0b569300d3a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a042e025-7996-4734-8616-e802be184b60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a042e025-7996-4734-8616-e802be184b60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16928474751508201499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499169284747515082014991692847475150820149916928474751508201499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eab7f3a7-d0a8-45da-9bb9-cc06cc0d952d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e993e011-20f6-4538-a1af-7900728fe234, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e993e011-20f6-4538-a1af-7900728fe234, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2751952507337331952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952275195250733733195227519525073373319522751952507337331952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e993e011-20f6-4538-a1af-7900728fe234, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6af7aea-dfe0-45b7-a725-6871382d075f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a042e025-7996-4734-8616-e802be184b60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf878a85-456a-441e-8fe0-3439c142525a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf878a85-456a-441e-8fe0-3439c142525a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6272864970808449861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861627286497080844986162728649708084498616272864970808449861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6af7aea-dfe0-45b7-a725-6871382d075f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 819216504099437557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557819216504099437557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf878a85-456a-441e-8fe0-3439c142525a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45da69d9-84a3-48f0-a9d2-9bf0f735d7d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45da69d9-84a3-48f0-a9d2-9bf0f735d7d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2954128855863761577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577295412885586376157729541288558637615772954128855863761577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6af7aea-dfe0-45b7-a725-6871382d075f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 349bdac5-beb3-4bda-813e-25768dab8e02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 349bdac5-beb3-4bda-813e-25768dab8e02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1799524387018071365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365179952438701807136517995243870180713651799524387018071365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45da69d9-84a3-48f0-a9d2-9bf0f735d7d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d38e1ca-367f-4dc8-a69d-b5aca71d612e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d38e1ca-367f-4dc8-a69d-b5aca71d612e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 786022420110660105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105786022420110660105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 349bdac5-beb3-4bda-813e-25768dab8e02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a4173a6-cc46-44b6-9b94-5042fbcf8751, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a4173a6-cc46-44b6-9b94-5042fbcf8751, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8937449560187401195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195893744956018740119589374495601874011958937449560187401195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a4173a6-cc46-44b6-9b94-5042fbcf8751, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eb33121-5e27-446d-bfab-a6c9efa9685f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d38e1ca-367f-4dc8-a69d-b5aca71d612e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eb33121-5e27-446d-bfab-a6c9efa9685f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15259436806327783773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773152594368063277837731525943680632778377315259436806327783773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d95795a9-68d7-4fa8-8995-065b6c749916, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d95795a9-68d7-4fa8-8995-065b6c749916, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4534068083823221928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928453406808382322192845340680838232219284534068083823221928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eb33121-5e27-446d-bfab-a6c9efa9685f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ffa16b2-a10f-4525-93eb-aac34e8846b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ffa16b2-a10f-4525-93eb-aac34e8846b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2627671397297092697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697262767139729709269726276713972970926972627671397297092697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d95795a9-68d7-4fa8-8995-065b6c749916, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 904186ef-5fa8-4d81-9c8c-5275fdc98762, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 904186ef-5fa8-4d81-9c8c-5275fdc98762, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14493250345421403959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959144932503454214039591449325034542140395914493250345421403959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ffa16b2-a10f-4525-93eb-aac34e8846b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e89d2a6f-f980-4528-8cf9-f8a0c375f6cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e89d2a6f-f980-4528-8cf9-f8a0c375f6cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12882096212740060905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905128820962127400609051288209621274006090512882096212740060905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 904186ef-5fa8-4d81-9c8c-5275fdc98762, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ecfebab-fb8f-461b-802e-67cd7c950261, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ecfebab-fb8f-461b-802e-67cd7c950261, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5800379924682257707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707580037992468225770758003799246822577075800379924682257707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e89d2a6f-f980-4528-8cf9-f8a0c375f6cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb054902-1623-4ea3-b504-e57641decbde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb054902-1623-4ea3-b504-e57641decbde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17766846931670093731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731177668469316700937311776684693167009373117766846931670093731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb054902-1623-4ea3-b504-e57641decbde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00e7c131-4b63-4c9b-b4dc-49ee7996c5e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00e7c131-4b63-4c9b-b4dc-49ee7996c5e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5350654638597555650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650535065463859755565053506546385975556505350654638597555650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ecfebab-fb8f-461b-802e-67cd7c950261, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e38d86c-a2e0-440e-8790-9f86dbffd6ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e38d86c-a2e0-440e-8790-9f86dbffd6ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6754070079676612601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601675407007967661260167540700796766126016754070079676612601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00e7c131-4b63-4c9b-b4dc-49ee7996c5e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ea11c9-06c2-432b-9bd2-c8781726e7a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ea11c9-06c2-432b-9bd2-c8781726e7a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16709588477207144963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963167095884772071449631670958847720714496316709588477207144963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e38d86c-a2e0-440e-8790-9f86dbffd6ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b249ef-b718-4a3f-92c1-535f5154d938, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b249ef-b718-4a3f-92c1-535f5154d938, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8590114144104844001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001859011414410484400185901141441048440018590114144104844001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ea11c9-06c2-432b-9bd2-c8781726e7a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92cfe571-b3ed-4c3f-a137-a0e0d81901ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92cfe571-b3ed-4c3f-a137-a0e0d81901ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10225315910010932127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127102253159100109321271022531591001093212710225315910010932127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b249ef-b718-4a3f-92c1-535f5154d938, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac2089f3-9ca5-4a83-97d5-48200ecf5fd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac2089f3-9ca5-4a83-97d5-48200ecf5fd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8055378787475485237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237805537878747548523780553787874754852378055378787475485237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92cfe571-b3ed-4c3f-a137-a0e0d81901ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7db957fa-7b62-4e08-9da2-8d9e6be8cc68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7db957fa-7b62-4e08-9da2-8d9e6be8cc68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11389992409209064735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735113899924092090647351138999240920906473511389992409209064735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac2089f3-9ca5-4a83-97d5-48200ecf5fd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e474812-1775-4ded-99fd-d1d8c837b4bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e474812-1775-4ded-99fd-d1d8c837b4bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1594141773916574672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672159414177391657467215941417739165746721594141773916574672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7db957fa-7b62-4e08-9da2-8d9e6be8cc68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30382aab-ed37-4daf-9bf4-af9ca653c355, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30382aab-ed37-4daf-9bf4-af9ca653c355, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15755294207399568632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632157552942073995686321575529420739956863215755294207399568632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e474812-1775-4ded-99fd-d1d8c837b4bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07310516-2555-41f7-8837-91c8209cc19b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07310516-2555-41f7-8837-91c8209cc19b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12017067325176123267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267120170673251761232671201706732517612326712017067325176123267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30382aab-ed37-4daf-9bf4-af9ca653c355, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd1bc8f1-3835-4dee-9d3c-30d4f5b484ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1bc8f1-3835-4dee-9d3c-30d4f5b484ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2786294125965382293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293278629412596538229327862941259653822932786294125965382293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07310516-2555-41f7-8837-91c8209cc19b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5189498-06a9-4dd8-b831-49cf66010257, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5189498-06a9-4dd8-b831-49cf66010257, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5313649469050015217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217531364946905001521753136494690500152175313649469050015217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1bc8f1-3835-4dee-9d3c-30d4f5b484ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88d470e-4fb7-4d0d-88c5-d35b7bbd2d46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88d470e-4fb7-4d0d-88c5-d35b7bbd2d46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15757562990847000032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032157575629908470000321575756299084700003215757562990847000032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5189498-06a9-4dd8-b831-49cf66010257, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b468115-b746-4238-80bf-e20645fbb7a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b468115-b746-4238-80bf-e20645fbb7a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15046501590285410017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017150465015902854100171504650159028541001715046501590285410017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88d470e-4fb7-4d0d-88c5-d35b7bbd2d46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86ceb187-61d0-4de3-a238-f53ab861fbe3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ceb187-61d0-4de3-a238-f53ab861fbe3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10418883247534774911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911104188832475347749111041888324753477491110418883247534774911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b468115-b746-4238-80bf-e20645fbb7a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a18434-087a-4e69-9a38-38dd053b5880, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a18434-087a-4e69-9a38-38dd053b5880, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 359175593079251845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845359175593079251845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ceb187-61d0-4de3-a238-f53ab861fbe3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec397039-97b6-4892-ad7e-1ace97bf0579, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec397039-97b6-4892-ad7e-1ace97bf0579, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3541399992146777610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610354139999214677761035413999921467776103541399992146777610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a18434-087a-4e69-9a38-38dd053b5880, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e593c5ce-c61d-4232-b321-6c431dd39aee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e593c5ce-c61d-4232-b321-6c431dd39aee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 867148509857176261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261867148509857176261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec397039-97b6-4892-ad7e-1ace97bf0579, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ce53a0-4753-471b-936c-78bcf6f35032, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ce53a0-4753-471b-936c-78bcf6f35032, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8331188827349083744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744833118882734908374483311888273490837448331188827349083744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e593c5ce-c61d-4232-b321-6c431dd39aee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0e1f35-514c-4189-a250-621cc5ee20a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0e1f35-514c-4189-a250-621cc5ee20a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7106023797674679753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753710602379767467975371060237976746797537106023797674679753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ce53a0-4753-471b-936c-78bcf6f35032, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f33dc53-56e4-476d-828c-3607f06e0dcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f33dc53-56e4-476d-828c-3607f06e0dcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 112027644283602813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813112027644283602813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0e1f35-514c-4189-a250-621cc5ee20a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a198629e-5ccd-4a34-91ee-7c86f146bc22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a198629e-5ccd-4a34-91ee-7c86f146bc22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470682514481987036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036134706825144819870361347068251448198703613470682514481987036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f33dc53-56e4-476d-828c-3607f06e0dcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ea7e484-4d12-4f46-99c3-5a1f6f740655, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea7e484-4d12-4f46-99c3-5a1f6f740655, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10817793745928418449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449108177937459284184491081779374592841844910817793745928418449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a198629e-5ccd-4a34-91ee-7c86f146bc22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4afed9d-3359-4ae0-a618-58d7500ecd07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4afed9d-3359-4ae0-a618-58d7500ecd07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15518944020292413469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469155189440202924134691551894402029241346915518944020292413469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea7e484-4d12-4f46-99c3-5a1f6f740655, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02372e37-626e-4e72-897b-3a8a2f4c1250, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02372e37-626e-4e72-897b-3a8a2f4c1250, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2035509457658283455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455203550945765828345520355094576582834552035509457658283455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4afed9d-3359-4ae0-a618-58d7500ecd07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 711f15e0-9d06-4a0c-ae3d-11a4da85671e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711f15e0-9d06-4a0c-ae3d-11a4da85671e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13030238921805049135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135130302389218050491351303023892180504913513030238921805049135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02372e37-626e-4e72-897b-3a8a2f4c1250, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe3c4c76-1d30-4322-a617-3682de0be478, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe3c4c76-1d30-4322-a617-3682de0be478, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12075083536685348514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514120750835366853485141207508353668534851412075083536685348514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711f15e0-9d06-4a0c-ae3d-11a4da85671e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed26993-d508-42c0-8e2e-d9d9a4837b56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed26993-d508-42c0-8e2e-d9d9a4837b56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14858952512901523392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392148589525129015233921485895251290152339214858952512901523392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe3c4c76-1d30-4322-a617-3682de0be478, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fe37fa-6646-40b3-837c-68f59e1102f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fe37fa-6646-40b3-837c-68f59e1102f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7859023330061248238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238785902333006124823878590233300612482387859023330061248238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed26993-d508-42c0-8e2e-d9d9a4837b56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199f1086-88bd-45cf-81dc-45f06d875342, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199f1086-88bd-45cf-81dc-45f06d875342, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12663259868280050591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591126632598682800505911266325986828005059112663259868280050591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fe37fa-6646-40b3-837c-68f59e1102f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf4a102-9904-4419-9853-fac1b4dacecf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf4a102-9904-4419-9853-fac1b4dacecf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8646695131196342283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283864669513119634228386466951311963422838646695131196342283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199f1086-88bd-45cf-81dc-45f06d875342, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09b00a0b-99a3-4cd3-9de1-1399d7237190, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09b00a0b-99a3-4cd3-9de1-1399d7237190, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3848132861413417984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984384813286141341798438481328614134179843848132861413417984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09b00a0b-99a3-4cd3-9de1-1399d7237190, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf3e868b-2cd2-4df8-ac2d-daf53f39274c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf3e868b-2cd2-4df8-ac2d-daf53f39274c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11594846197593199985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985115948461975931999851159484619759319998511594846197593199985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf4a102-9904-4419-9853-fac1b4dacecf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f094ced-aff9-4de9-a3a3-2721310a193a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f094ced-aff9-4de9-a3a3-2721310a193a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15105958330627115677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677151059583306271156771510595833062711567715105958330627115677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf3e868b-2cd2-4df8-ac2d-daf53f39274c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44339122-f2bd-4b3c-8904-31ab4e2d0c99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44339122-f2bd-4b3c-8904-31ab4e2d0c99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12274628722283548326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326122746287222835483261227462872228354832612274628722283548326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44339122-f2bd-4b3c-8904-31ab4e2d0c99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09483d20-0db1-4043-bc4b-56e0bb534272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09483d20-0db1-4043-bc4b-56e0bb534272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17878858385321202244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244178788583853212022441787885838532120224417878858385321202244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f094ced-aff9-4de9-a3a3-2721310a193a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2da1966-6290-4813-b932-fbf60278192a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2da1966-6290-4813-b932-fbf60278192a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12887550004320828290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290128875500043208282901288755000432082829012887550004320828290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09483d20-0db1-4043-bc4b-56e0bb534272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0e2543a-84a6-4f08-bb1a-6b26d866573b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0e2543a-84a6-4f08-bb1a-6b26d866573b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11729796213477474432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432117297962134774744321172979621347747443211729796213477474432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2da1966-6290-4813-b932-fbf60278192a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f28d328d-2474-4dfe-9e9b-a8596a3c6930, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f28d328d-2474-4dfe-9e9b-a8596a3c6930, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17822974571051470154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154178229745710514701541782297457105147015417822974571051470154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0e2543a-84a6-4f08-bb1a-6b26d866573b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ae85a3c-ddf2-4b97-b929-18eaf8082154, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ae85a3c-ddf2-4b97-b929-18eaf8082154, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16407086989435594900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900164070869894355949001640708698943559490016407086989435594900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f28d328d-2474-4dfe-9e9b-a8596a3c6930, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b3111fe-7e06-4895-92cb-1d6b54a18a5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b3111fe-7e06-4895-92cb-1d6b54a18a5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5233994233279447466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466523399423327944746652339942332794474665233994233279447466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ae85a3c-ddf2-4b97-b929-18eaf8082154, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8f1cf25-83d7-4718-a6a7-c7cc2da37c7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8f1cf25-83d7-4718-a6a7-c7cc2da37c7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7559942958713631782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782755994295871363178275599429587136317827559942958713631782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b3111fe-7e06-4895-92cb-1d6b54a18a5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca80696-4335-4554-8105-56642549b7df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca80696-4335-4554-8105-56642549b7df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8243263966026927712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712824326396602692771282432639660269277128243263966026927712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8f1cf25-83d7-4718-a6a7-c7cc2da37c7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27633d8c-b9e5-4c70-92a2-24579532eea0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27633d8c-b9e5-4c70-92a2-24579532eea0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9923509951499394877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877992350995149939487799235099514993948779923509951499394877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca80696-4335-4554-8105-56642549b7df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04e70a63-0ab0-4fc1-afaa-d6fbb96d88fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04e70a63-0ab0-4fc1-afaa-d6fbb96d88fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4856664999414909537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537485666499941490953748566649994149095374856664999414909537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27633d8c-b9e5-4c70-92a2-24579532eea0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10838deb-2480-4bae-8f03-a01f1609ead7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10838deb-2480-4bae-8f03-a01f1609ead7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309605090277133291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291830960509027713329183096050902771332918309605090277133291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04e70a63-0ab0-4fc1-afaa-d6fbb96d88fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76a849c4-c7da-41e7-9eb2-7fa215cd7c8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76a849c4-c7da-41e7-9eb2-7fa215cd7c8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2011326310728682919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919201132631072868291920113263107286829192011326310728682919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10838deb-2480-4bae-8f03-a01f1609ead7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19ef4a2-fd35-4d5d-ac98-e3b622b05085, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19ef4a2-fd35-4d5d-ac98-e3b622b05085, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4248297580917188250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250424829758091718825042482975809171882504248297580917188250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76a849c4-c7da-41e7-9eb2-7fa215cd7c8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5be5f6f1-2238-43ff-8a5b-163d791690e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5be5f6f1-2238-43ff-8a5b-163d791690e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10820722657432852495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495108207226574328524951082072265743285249510820722657432852495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19ef4a2-fd35-4d5d-ac98-e3b622b05085, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e378d01-0d73-421b-be12-712443113e94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e378d01-0d73-421b-be12-712443113e94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8155628986864737515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515815562898686473751581556289868647375158155628986864737515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5be5f6f1-2238-43ff-8a5b-163d791690e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d204c21-71de-4593-8a70-9416bb4cd7f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d204c21-71de-4593-8a70-9416bb4cd7f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273948827394311841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841182739488273943118411827394882739431184118273948827394311841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e378d01-0d73-421b-be12-712443113e94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5773bb5b-361a-4d21-94f3-5825ad9ae0fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5773bb5b-361a-4d21-94f3-5825ad9ae0fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9391732880743065812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812939173288074306581293917328807430658129391732880743065812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d204c21-71de-4593-8a70-9416bb4cd7f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf87be1-5141-4951-868e-4ced495a6932, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5773bb5b-361a-4d21-94f3-5825ad9ae0fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf87be1-5141-4951-868e-4ced495a6932, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10763513443336158202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202107635134433361582021076351344333615820210763513443336158202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3ba4e98-a62f-4832-a6d0-e8682b2f8d80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3ba4e98-a62f-4832-a6d0-e8682b2f8d80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9197695132661923938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938919769513266192393891976951326619239389197695132661923938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf87be1-5141-4951-868e-4ced495a6932, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8a5f709-a5d1-417b-86a5-f8a34f4fcde9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a5f709-a5d1-417b-86a5-f8a34f4fcde9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12806492019470330926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926128064920194703309261280649201947033092612806492019470330926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3ba4e98-a62f-4832-a6d0-e8682b2f8d80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb53cd0f-902c-47d8-b679-b66678d8dab2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb53cd0f-902c-47d8-b679-b66678d8dab2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3072657821693378186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186307265782169337818630726578216933781863072657821693378186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a5f709-a5d1-417b-86a5-f8a34f4fcde9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b603ab01-b074-446e-b533-fc9a59600866, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b603ab01-b074-446e-b533-fc9a59600866, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16336829766102344627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627163368297661023446271633682976610234462716336829766102344627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb53cd0f-902c-47d8-b679-b66678d8dab2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aaa4756f-1790-4c8e-86b2-5d1185c1e511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aaa4756f-1790-4c8e-86b2-5d1185c1e511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14337805694218238618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618143378056942182386181433780569421823861814337805694218238618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b603ab01-b074-446e-b533-fc9a59600866, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9567eeb-c963-4d28-a005-62068410d372, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9567eeb-c963-4d28-a005-62068410d372, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16198425833603658049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049161984258336036580491619842583360365804916198425833603658049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aaa4756f-1790-4c8e-86b2-5d1185c1e511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49822bf1-918b-47a3-aa6a-ed35eddaca41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49822bf1-918b-47a3-aa6a-ed35eddaca41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1851112251600208332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332185111225160020833218511122516002083321851112251600208332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9567eeb-c963-4d28-a005-62068410d372, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34e9f5f3-1f7f-4750-937f-16ed622f93f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34e9f5f3-1f7f-4750-937f-16ed622f93f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364301320073867061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061143643013200738670611436430132007386706114364301320073867061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49822bf1-918b-47a3-aa6a-ed35eddaca41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7785692-f736-47b4-97a7-2cfa751ab953, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7785692-f736-47b4-97a7-2cfa751ab953, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14413568062822297484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484144135680628222974841441356806282229748414413568062822297484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34e9f5f3-1f7f-4750-937f-16ed622f93f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91627bf0-e6b1-4348-a5a3-f48f0c7c8b8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91627bf0-e6b1-4348-a5a3-f48f0c7c8b8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 120589302184585078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078120589302184585078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7785692-f736-47b4-97a7-2cfa751ab953, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1179ed31-20d1-481b-833f-0eecea2e849c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1179ed31-20d1-481b-833f-0eecea2e849c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14036064367754229543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543140360643677542295431403606436775422954314036064367754229543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91627bf0-e6b1-4348-a5a3-f48f0c7c8b8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1179ed31-20d1-481b-833f-0eecea2e849c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d8322df-2bb7-44ea-bfad-98b2b68aca54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e485385-8ad0-4109-8c9a-e0dabd5fc20c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8322df-2bb7-44ea-bfad-98b2b68aca54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13160937585507373867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867131609375855073738671316093758550737386713160937585507373867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e485385-8ad0-4109-8c9a-e0dabd5fc20c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 273071990276276588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588273071990276276588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8322df-2bb7-44ea-bfad-98b2b68aca54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e485385-8ad0-4109-8c9a-e0dabd5fc20c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95757a29-0c19-4d3d-bee1-59927f8bec6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59f9541d-2554-4fbf-8b22-b975f1a6559f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95757a29-0c19-4d3d-bee1-59927f8bec6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13417946287240752171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171134179462872407521711341794628724075217113417946287240752171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59f9541d-2554-4fbf-8b22-b975f1a6559f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10014676020448091167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167100146760204480911671001467602044809116710014676020448091167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59f9541d-2554-4fbf-8b22-b975f1a6559f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d2c19d-3ea2-468e-968d-522b1e34bc98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d2c19d-3ea2-468e-968d-522b1e34bc98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12135259485510995291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291121352594855109952911213525948551099529112135259485510995291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95757a29-0c19-4d3d-bee1-59927f8bec6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac31eee-86d6-40f4-bf9e-71bddd710dd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac31eee-86d6-40f4-bf9e-71bddd710dd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16903026988317681253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253169030269883176812531690302698831768125316903026988317681253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d2c19d-3ea2-468e-968d-522b1e34bc98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32ac46e3-f700-49e7-8c54-8f6cefed98ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32ac46e3-f700-49e7-8c54-8f6cefed98ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5525745137637956207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207552574513763795620755257451376379562075525745137637956207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac31eee-86d6-40f4-bf9e-71bddd710dd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09f86cf6-5e46-4c85-bf5d-8218591bb4e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f86cf6-5e46-4c85-bf5d-8218591bb4e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11099714952908426711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711110997149529084267111109971495290842671111099714952908426711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32ac46e3-f700-49e7-8c54-8f6cefed98ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde2b426-5022-4cf7-8793-537e4b82bc0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde2b426-5022-4cf7-8793-537e4b82bc0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15844259804333341320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320158442598043333413201584425980433334132015844259804333341320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f86cf6-5e46-4c85-bf5d-8218591bb4e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b06d6fb-757f-430d-b3e6-e112ffb769b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b06d6fb-757f-430d-b3e6-e112ffb769b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15864681239089956597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597158646812390899565971586468123908995659715864681239089956597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b06d6fb-757f-430d-b3e6-e112ffb769b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 740a52e7-1ad1-4e86-9a8b-2a84611ba41b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 740a52e7-1ad1-4e86-9a8b-2a84611ba41b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449560541573382628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628164495605415733826281644956054157338262816449560541573382628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde2b426-5022-4cf7-8793-537e4b82bc0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 740a52e7-1ad1-4e86-9a8b-2a84611ba41b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb15750-351b-4fb8-a5eb-0dd483138927, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb15750-351b-4fb8-a5eb-0dd483138927, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 341478934579852582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582341478934579852582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 528284b1-b940-48c3-86ea-d4ee0dc5482c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 528284b1-b940-48c3-86ea-d4ee0dc5482c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10485352155090793396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396104853521550907933961048535215509079339610485352155090793396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb15750-351b-4fb8-a5eb-0dd483138927, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 528284b1-b940-48c3-86ea-d4ee0dc5482c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3199e1db-bdaf-42c0-82c8-0904020b7899, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fa35448-c6a6-4fad-9192-d230622d3193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3199e1db-bdaf-42c0-82c8-0904020b7899, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14921889794725207353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353149218897947252073531492188979472520735314921889794725207353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fa35448-c6a6-4fad-9192-d230622d3193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022805327041127935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935110228053270411279351102280532704112793511022805327041127935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3199e1db-bdaf-42c0-82c8-0904020b7899, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fa35448-c6a6-4fad-9192-d230622d3193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d436d3e-b212-4695-8b31-bb82e986d7a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f7c1373-2e38-482b-b1a6-cffeee8ce51f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d436d3e-b212-4695-8b31-bb82e986d7a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318622905805050338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338931862290580505033893186229058050503389318622905805050338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f7c1373-2e38-482b-b1a6-cffeee8ce51f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004671323261179490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490200467132326117949020046713232611794902004671323261179490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d436d3e-b212-4695-8b31-bb82e986d7a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f7c1373-2e38-482b-b1a6-cffeee8ce51f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecfba80c-89b7-4128-96e1-5557aa391cb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1516ccac-b031-4a03-8af7-f96ccb2c0f26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecfba80c-89b7-4128-96e1-5557aa391cb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7226963420119417116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116722696342011941711672269634201194171167226963420119417116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1516ccac-b031-4a03-8af7-f96ccb2c0f26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2501860273360609702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702250186027336060970225018602733606097022501860273360609702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1516ccac-b031-4a03-8af7-f96ccb2c0f26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 806b9b83-5db9-4780-a729-e6cb69e6147a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 806b9b83-5db9-4780-a729-e6cb69e6147a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15455672918139274353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353154556729181392743531545567291813927435315455672918139274353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecfba80c-89b7-4128-96e1-5557aa391cb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0411ffa2-9ee2-41c6-b9d5-9c86d4f7927c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0411ffa2-9ee2-41c6-b9d5-9c86d4f7927c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13160145722314173512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512131601457223141735121316014572231417351213160145722314173512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 806b9b83-5db9-4780-a729-e6cb69e6147a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a2966f5-7a95-40fd-a595-fba57abfbaec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a2966f5-7a95-40fd-a595-fba57abfbaec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10050750623744001710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710100507506237440017101005075062374400171010050750623744001710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0411ffa2-9ee2-41c6-b9d5-9c86d4f7927c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5df4fa6-942b-4772-8878-19c3b221bce8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5df4fa6-942b-4772-8878-19c3b221bce8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4569990129935424992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992456999012993542499245699901299354249924569990129935424992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a2966f5-7a95-40fd-a595-fba57abfbaec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5df4fa6-942b-4772-8878-19c3b221bce8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4b907f-334e-407b-a0d9-6f920865afa6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4b907f-334e-407b-a0d9-6f920865afa6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16923218043118861654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654169232180431188616541692321804311886165416923218043118861654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bab235f-b88c-477e-94d0-eb1cacca404f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bab235f-b88c-477e-94d0-eb1cacca404f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16800381969750458986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986168003819697504589861680038196975045898616800381969750458986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4b907f-334e-407b-a0d9-6f920865afa6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bab235f-b88c-477e-94d0-eb1cacca404f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d398cbab-8948-4039-b509-69e52da6a4ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e777e48-69a7-41cc-86ee-a83a5852d942, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d398cbab-8948-4039-b509-69e52da6a4ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9860233962012826828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828986023396201282682898602339620128268289860233962012826828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e777e48-69a7-41cc-86ee-a83a5852d942, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13656079800557260164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164136560798005572601641365607980055726016413656079800557260164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d398cbab-8948-4039-b509-69e52da6a4ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e777e48-69a7-41cc-86ee-a83a5852d942, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec9ec7bc-7ca1-4003-967c-f20d98b35118, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec9ec7bc-7ca1-4003-967c-f20d98b35118, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16677536934634584072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072166775369346345840721667753693463458407216677536934634584072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f285c4a1-9450-41e1-b32a-b37ab2174536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f285c4a1-9450-41e1-b32a-b37ab2174536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6052191509414418137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137605219150941441813760521915094144181376052191509414418137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec9ec7bc-7ca1-4003-967c-f20d98b35118, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f285c4a1-9450-41e1-b32a-b37ab2174536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2caf8e8-64fb-4697-806c-65de0e548264, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 140e4b65-c379-402d-9762-21941d2826a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2caf8e8-64fb-4697-806c-65de0e548264, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17196921382398355784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784171969213823983557841719692138239835578417196921382398355784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 140e4b65-c379-402d-9762-21941d2826a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4754992846503680390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390475499284650368039047549928465036803904754992846503680390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 140e4b65-c379-402d-9762-21941d2826a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2caf8e8-64fb-4697-806c-65de0e548264, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 130d0b35-ea3e-4427-b359-90ba17db5ffa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 130d0b35-ea3e-4427-b359-90ba17db5ffa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830317021108217789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789783031702110821778978303170211082177897830317021108217789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0294f493-2f76-4cb2-ae20-b4da90548464, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0294f493-2f76-4cb2-ae20-b4da90548464, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9339849806731174138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138933984980673117413893398498067311741389339849806731174138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 130d0b35-ea3e-4427-b359-90ba17db5ffa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7a564e8-bec9-4d50-aa95-f90afe611350, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7a564e8-bec9-4d50-aa95-f90afe611350, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14479120891729453925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925144791208917294539251447912089172945392514479120891729453925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0294f493-2f76-4cb2-ae20-b4da90548464, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9cd6bc4-c275-4c72-8576-42cee3f62a35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9cd6bc4-c275-4c72-8576-42cee3f62a35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11529815270500705680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680115298152705007056801152981527050070568011529815270500705680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7a564e8-bec9-4d50-aa95-f90afe611350, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ae466ba-aeec-416c-8f79-4670d9bc2cfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ae466ba-aeec-416c-8f79-4670d9bc2cfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9370282181830619577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577937028218183061957793702821818306195779370282181830619577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9cd6bc4-c275-4c72-8576-42cee3f62a35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc074780-56aa-4255-8c86-6853e433a666, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc074780-56aa-4255-8c86-6853e433a666, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8913945493621923516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516891394549362192351689139454936219235168913945493621923516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ae466ba-aeec-416c-8f79-4670d9bc2cfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aede160f-dd6b-4e71-b023-a6b60babff13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc074780-56aa-4255-8c86-6853e433a666, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aede160f-dd6b-4e71-b023-a6b60babff13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5031835018143237250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250503183501814323725050318350181432372505031835018143237250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f298587-999e-4e8b-8f21-b4d03d34b5d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f298587-999e-4e8b-8f21-b4d03d34b5d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1027971359171054698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698102797135917105469810279713591710546981027971359171054698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aede160f-dd6b-4e71-b023-a6b60babff13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 553f31a6-b9d3-4151-b2f9-c1c4fde7893c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f298587-999e-4e8b-8f21-b4d03d34b5d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f972590f-9e97-4e72-a59d-53cb920921f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 553f31a6-b9d3-4151-b2f9-c1c4fde7893c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8563381673077493936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936856338167307749393685633816730774939368563381673077493936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f972590f-9e97-4e72-a59d-53cb920921f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11866486946334738439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439118664869463347384391186648694633473843911866486946334738439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 553f31a6-b9d3-4151-b2f9-c1c4fde7893c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f972590f-9e97-4e72-a59d-53cb920921f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96278890-9cbd-4773-9904-ea78fa2f9c13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96278890-9cbd-4773-9904-ea78fa2f9c13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15371287681651175860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860153712876816511758601537128768165117586015371287681651175860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e07472d4-c1af-4fce-b164-99e791b337d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e07472d4-c1af-4fce-b164-99e791b337d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4237603906367629680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680423760390636762968042376039063676296804237603906367629680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96278890-9cbd-4773-9904-ea78fa2f9c13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d1e40e-ab0d-4883-99e6-9a0895c1012f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d1e40e-ab0d-4883-99e6-9a0895c1012f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11418437125819985213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213114184371258199852131141843712581998521311418437125819985213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e07472d4-c1af-4fce-b164-99e791b337d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a680897-1600-4127-95d1-ac66016593a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a680897-1600-4127-95d1-ac66016593a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13187739507298732845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845131877395072987328451318773950729873284513187739507298732845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d1e40e-ab0d-4883-99e6-9a0895c1012f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c545008b-c9bd-4b80-890f-685c9789c6f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c545008b-c9bd-4b80-890f-685c9789c6f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 988755997034436360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360988755997034436360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c545008b-c9bd-4b80-890f-685c9789c6f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48b467fd-620a-49de-b32c-329d1792cb38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48b467fd-620a-49de-b32c-329d1792cb38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4223592397100805547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547422359239710080554742235923971008055474223592397100805547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a680897-1600-4127-95d1-ac66016593a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94308073-6bb1-49d9-b9a4-41c375e7af24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94308073-6bb1-49d9-b9a4-41c375e7af24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 544228363780296503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503544228363780296503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48b467fd-620a-49de-b32c-329d1792cb38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f11244a9-0930-4c47-a287-1ec19b5d088e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f11244a9-0930-4c47-a287-1ec19b5d088e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749731656976074503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503177497316569760745031774973165697607450317749731656976074503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94308073-6bb1-49d9-b9a4-41c375e7af24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8033f2ca-3a3f-45dd-9cee-98b223268272, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8033f2ca-3a3f-45dd-9cee-98b223268272, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 913069582631165212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212913069582631165212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f11244a9-0930-4c47-a287-1ec19b5d088e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97fc9937-1f64-422a-a98e-6546475de144, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97fc9937-1f64-422a-a98e-6546475de144, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13944876175998701831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831139448761759987018311394487617599870183113944876175998701831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8033f2ca-3a3f-45dd-9cee-98b223268272, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecbc0761-0bc9-476c-b0e5-467200700dde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecbc0761-0bc9-476c-b0e5-467200700dde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12669273124398168821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821126692731243981688211266927312439816882112669273124398168821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97fc9937-1f64-422a-a98e-6546475de144, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fa884cd-9814-4dbd-b623-648adac6cf13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fa884cd-9814-4dbd-b623-648adac6cf13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310383513198466071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071163103835131984660711631038351319846607116310383513198466071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecbc0761-0bc9-476c-b0e5-467200700dde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeaba8f6-5bda-4265-8ff3-c655c3212854, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeaba8f6-5bda-4265-8ff3-c655c3212854, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13048637381799758088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088130486373817997580881304863738179975808813048637381799758088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fa884cd-9814-4dbd-b623-648adac6cf13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccaeaaa4-954a-4178-a3dc-c8c80da092ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccaeaaa4-954a-4178-a3dc-c8c80da092ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1105413311093311046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046110541331109331104611054133110933110461105413311093311046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeaba8f6-5bda-4265-8ff3-c655c3212854, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d3a4a5b-f714-4511-aa32-b3eda128a745, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d3a4a5b-f714-4511-aa32-b3eda128a745, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225414269220724514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514182254142692207245141822541426922072451418225414269220724514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d3a4a5b-f714-4511-aa32-b3eda128a745, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccaeaaa4-954a-4178-a3dc-c8c80da092ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3c047e6-64d8-4404-9e5b-591f5f7419b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3c047e6-64d8-4404-9e5b-591f5f7419b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15995146642787827374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374159951466427878273741599514664278782737415995146642787827374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9628b75-6e3b-4e81-b5ff-5655a81d46fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9628b75-6e3b-4e81-b5ff-5655a81d46fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15312984401714318933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933153129844017143189331531298440171431893315312984401714318933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3c047e6-64d8-4404-9e5b-591f5f7419b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a9e4b48-ccb1-457c-9e52-e53953c172ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a9e4b48-ccb1-457c-9e52-e53953c172ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9587782065573304863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863958778206557330486395877820655733048639587782065573304863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9628b75-6e3b-4e81-b5ff-5655a81d46fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56576ae7-7853-4afe-a9f1-c06b1e2de407, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56576ae7-7853-4afe-a9f1-c06b1e2de407, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7340143723382434047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047734014372338243404773401437233824340477340143723382434047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a9e4b48-ccb1-457c-9e52-e53953c172ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d66b33-b398-493b-8493-99eb117698fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d66b33-b398-493b-8493-99eb117698fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2465118324445055951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951246511832444505595124651183244450559512465118324445055951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56576ae7-7853-4afe-a9f1-c06b1e2de407, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8214b21-8929-4346-8892-f940df8f7f62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8214b21-8929-4346-8892-f940df8f7f62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8828560973728340231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231882856097372834023188285609737283402318828560973728340231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8214b21-8929-4346-8892-f940df8f7f62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fc05b44-b3a8-46ac-a213-37c5f43b4159, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fc05b44-b3a8-46ac-a213-37c5f43b4159, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10710487573461571843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843107104875734615718431071048757346157184310710487573461571843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d66b33-b398-493b-8493-99eb117698fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31fc6605-24c2-4085-9a50-f7050369a8cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31fc6605-24c2-4085-9a50-f7050369a8cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15030425355901105696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696150304253559011056961503042535590110569615030425355901105696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fc05b44-b3a8-46ac-a213-37c5f43b4159, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a8fb8c3-21ee-4d8e-93c7-eb2bb80c89a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a8fb8c3-21ee-4d8e-93c7-eb2bb80c89a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8478280529885240009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009847828052988524000984782805298852400098478280529885240009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31fc6605-24c2-4085-9a50-f7050369a8cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca378bf-a49f-4c46-9248-a297efe07685, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca378bf-a49f-4c46-9248-a297efe07685, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3964646379637399598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598396464637963739959839646463796373995983964646379637399598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a8fb8c3-21ee-4d8e-93c7-eb2bb80c89a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab9dcae3-d2d8-4c64-a39e-0d9b9b6a3b57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca378bf-a49f-4c46-9248-a297efe07685, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab9dcae3-d2d8-4c64-a39e-0d9b9b6a3b57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8187804661148391093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093818780466114839109381878046611483910938187804661148391093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1a39182-4657-4550-9889-6418fec19198, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1a39182-4657-4550-9889-6418fec19198, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 489801353488807131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131489801353488807131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab9dcae3-d2d8-4c64-a39e-0d9b9b6a3b57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 905eb1f5-e9f4-4a52-b7bf-63b9f69b39fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 905eb1f5-e9f4-4a52-b7bf-63b9f69b39fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2281755243365594811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811228175524336559481122817552433655948112281755243365594811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1a39182-4657-4550-9889-6418fec19198, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515d4efb-1f06-47d4-8f96-38d3dab175fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 905eb1f5-e9f4-4a52-b7bf-63b9f69b39fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515d4efb-1f06-47d4-8f96-38d3dab175fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10862542991188454632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632108625429911884546321086254299118845463210862542991188454632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dcded8b-1bcc-4e29-8473-25d0baaeec51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dcded8b-1bcc-4e29-8473-25d0baaeec51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16187132350804267905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905161871323508042679051618713235080426790516187132350804267905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515d4efb-1f06-47d4-8f96-38d3dab175fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7160072e-bae1-4c0b-bb02-74d1ca83e9ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7160072e-bae1-4c0b-bb02-74d1ca83e9ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9360762604029420991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991936076260402942099193607626040294209919360762604029420991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dcded8b-1bcc-4e29-8473-25d0baaeec51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baaf61a5-db41-4db6-bb35-67e4ddb16ba1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baaf61a5-db41-4db6-bb35-67e4ddb16ba1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8431940623241644509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509843194062324164450984319406232416445098431940623241644509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7160072e-bae1-4c0b-bb02-74d1ca83e9ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff99b495-a007-4e7d-b43d-ec33ae5685c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff99b495-a007-4e7d-b43d-ec33ae5685c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8292702610436799994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994829270261043679999482927026104367999948292702610436799994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baaf61a5-db41-4db6-bb35-67e4ddb16ba1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b793458c-04e4-48b1-99eb-0589b3397b21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b793458c-04e4-48b1-99eb-0589b3397b21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2028484596800591621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621202848459680059162120284845968005916212028484596800591621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff99b495-a007-4e7d-b43d-ec33ae5685c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b78a4e0-3dbf-4a0c-a21b-7b3b33b4abb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b78a4e0-3dbf-4a0c-a21b-7b3b33b4abb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6118510816267527032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032611851081626752703261185108162675270326118510816267527032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b793458c-04e4-48b1-99eb-0589b3397b21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5aadee3-e19a-4de3-bbe1-b1885886cab7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5aadee3-e19a-4de3-bbe1-b1885886cab7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13972529594787570344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344139725295947875703441397252959478757034413972529594787570344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b78a4e0-3dbf-4a0c-a21b-7b3b33b4abb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c664fb-bae3-49c5-845b-00f5393970b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c664fb-bae3-49c5-845b-00f5393970b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15549668177475256999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999155496681774752569991554966817747525699915549668177475256999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5aadee3-e19a-4de3-bbe1-b1885886cab7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41ce16df-94dc-4664-886b-ae38ff72c6fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41ce16df-94dc-4664-886b-ae38ff72c6fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16215393115091653306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306162153931150916533061621539311509165330616215393115091653306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c664fb-bae3-49c5-845b-00f5393970b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f29d8413-8bce-48bf-9628-bc1401328117, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29d8413-8bce-48bf-9628-bc1401328117, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2670849944872681387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387267084994487268138726708499448726813872670849944872681387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41ce16df-94dc-4664-886b-ae38ff72c6fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc4296a-a764-4e20-9f13-0a10f18edf26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29d8413-8bce-48bf-9628-bc1401328117, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc4296a-a764-4e20-9f13-0a10f18edf26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17272412866500372903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903172724128665003729031727241286650037290317272412866500372903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00dd55dc-dc58-4124-95df-9d5cf7a9d19f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00dd55dc-dc58-4124-95df-9d5cf7a9d19f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11305265830585336240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240113052658305853362401130526583058533624011305265830585336240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc4296a-a764-4e20-9f13-0a10f18edf26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12dca32b-f437-40a9-bf95-1ab4edac99be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12dca32b-f437-40a9-bf95-1ab4edac99be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12074622056917680555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555120746220569176805551207462205691768055512074622056917680555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00dd55dc-dc58-4124-95df-9d5cf7a9d19f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6810bc1-0830-463b-9655-1e61e7f36d4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6810bc1-0830-463b-9655-1e61e7f36d4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14116459039390852249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249141164590393908522491411645903939085224914116459039390852249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12dca32b-f437-40a9-bf95-1ab4edac99be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c02fe1e-a62d-45a7-a504-929316788990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c02fe1e-a62d-45a7-a504-929316788990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15224796457801031910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910152247964578010319101522479645780103191015224796457801031910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6810bc1-0830-463b-9655-1e61e7f36d4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4495b2c6-b024-4798-b355-8dc5ba4d214c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4495b2c6-b024-4798-b355-8dc5ba4d214c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11840953953568158515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515118409539535681585151184095395356815851511840953953568158515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c02fe1e-a62d-45a7-a504-929316788990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fa65a97-2942-46dc-866d-59da7a7ed8d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa65a97-2942-46dc-866d-59da7a7ed8d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2112866176886129440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440211286617688612944021128661768861294402112866176886129440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4495b2c6-b024-4798-b355-8dc5ba4d214c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 657138e3-9a0f-4c60-ae27-81f5d76bc323, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 657138e3-9a0f-4c60-ae27-81f5d76bc323, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11092046312081392613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613110920463120813926131109204631208139261311092046312081392613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa65a97-2942-46dc-866d-59da7a7ed8d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a42bfde-a7e3-4888-8727-ea3ac837ff68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a42bfde-a7e3-4888-8727-ea3ac837ff68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14140333260190935113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113141403332601909351131414033326019093511314140333260190935113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 657138e3-9a0f-4c60-ae27-81f5d76bc323, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f3dda08-7352-4f66-b8d0-3514c57d768e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3dda08-7352-4f66-b8d0-3514c57d768e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3959149276394089049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049395914927639408904939591492763940890493959149276394089049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a42bfde-a7e3-4888-8727-ea3ac837ff68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9733a185-06b0-4a77-9d1f-4690abf3f798, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9733a185-06b0-4a77-9d1f-4690abf3f798, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14664726318641482191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191146647263186414821911466472631864148219114664726318641482191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3dda08-7352-4f66-b8d0-3514c57d768e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26ae222e-89c1-4714-95cd-7eaa1fde6477, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26ae222e-89c1-4714-95cd-7eaa1fde6477, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413485683782738182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182241348568378273818224134856837827381822413485683782738182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9733a185-06b0-4a77-9d1f-4690abf3f798, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a84086fd-8c59-4f69-bd1c-bcffd3c248c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a84086fd-8c59-4f69-bd1c-bcffd3c248c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 52174183766688757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5217418376668875752174183766688757521741837666887575217418376668875752174183766688757521741837666887575217418376668875752174183766688757521741837666887575217418376668875752174183766688757521741837666887575217418376668875752174183766688757521741837666887575217418376668875752174183766688757521741837666887575217418376668875752174183766688757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26ae222e-89c1-4714-95cd-7eaa1fde6477, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26b85434-8282-4445-9a85-61c6265fb710, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26b85434-8282-4445-9a85-61c6265fb710, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7031561142423268142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142703156114242326814270315611424232681427031561142423268142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26b85434-8282-4445-9a85-61c6265fb710, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da52f37a-dd3e-4b7a-b3c9-94a8549ed9b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da52f37a-dd3e-4b7a-b3c9-94a8549ed9b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956424998879024506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506956424998879024506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a84086fd-8c59-4f69-bd1c-bcffd3c248c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd8c21ff-be2d-44ae-8766-8a549dc9c7f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd8c21ff-be2d-44ae-8766-8a549dc9c7f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16930756412521702794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794169307564125217027941693075641252170279416930756412521702794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da52f37a-dd3e-4b7a-b3c9-94a8549ed9b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501460e9-bb77-4ab8-81fb-d3203b17a743, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501460e9-bb77-4ab8-81fb-d3203b17a743, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3026757869273885789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789302675786927388578930267578692738857893026757869273885789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd8c21ff-be2d-44ae-8766-8a549dc9c7f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9908e05f-c5cd-490b-9b2a-fb584e393fd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9908e05f-c5cd-490b-9b2a-fb584e393fd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259289197080991890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890625928919708099189062592891970809918906259289197080991890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501460e9-bb77-4ab8-81fb-d3203b17a743, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf3191d-93b3-4c91-bffa-736bf6746b42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf3191d-93b3-4c91-bffa-736bf6746b42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11261195474700091998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998112611954747000919981126119547470009199811261195474700091998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9908e05f-c5cd-490b-9b2a-fb584e393fd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf3b818-13bf-40ee-8ad9-4e9d86c08957, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf3b818-13bf-40ee-8ad9-4e9d86c08957, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4195332383683896747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747419533238368389674741953323836838967474195332383683896747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf3191d-93b3-4c91-bffa-736bf6746b42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf3b818-13bf-40ee-8ad9-4e9d86c08957, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 306a12d4-b903-4179-ab8f-5520fa5ccb71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 306a12d4-b903-4179-ab8f-5520fa5ccb71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8595414351648069772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772859541435164806977285954143516480697728595414351648069772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3674fd4c-2162-443a-b8c9-c70da5a7bc0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3674fd4c-2162-443a-b8c9-c70da5a7bc0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16957624168694454869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869169576241686944548691695762416869445486916957624168694454869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 306a12d4-b903-4179-ab8f-5520fa5ccb71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3674fd4c-2162-443a-b8c9-c70da5a7bc0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c8bed07-b14a-4375-b360-cd8e29f617cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae4f2d4-a357-442a-9e1d-6b0e52e4b857, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae4f2d4-a357-442a-9e1d-6b0e52e4b857, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15334127408999138538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538153341274089991385381533412740899913853815334127408999138538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c8bed07-b14a-4375-b360-cd8e29f617cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8576547722671039930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930857654772267103993085765477226710399308576547722671039930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae4f2d4-a357-442a-9e1d-6b0e52e4b857, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fd7eca0-c29d-4771-93de-1ae5cb79540d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c8bed07-b14a-4375-b360-cd8e29f617cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1de9f3fe-a5cd-43ed-afe7-cb61e2f2fadc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1de9f3fe-a5cd-43ed-afe7-cb61e2f2fadc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756456148637959778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778475645614863795977847564561486379597784756456148637959778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd7eca0-c29d-4771-93de-1ae5cb79540d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4125957330839166386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386412595733083916638641259573308391663864125957330839166386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1de9f3fe-a5cd-43ed-afe7-cb61e2f2fadc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 958d467c-9d2d-46ce-9e47-d10f323a19be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 958d467c-9d2d-46ce-9e47-d10f323a19be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6205449533993435308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308620544953399343530862054495339934353086205449533993435308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd7eca0-c29d-4771-93de-1ae5cb79540d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc7997ba-873e-42c5-a589-9a8d3f215340, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc7997ba-873e-42c5-a589-9a8d3f215340, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11783599473146558064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064117835994731465580641178359947314655806411783599473146558064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 958d467c-9d2d-46ce-9e47-d10f323a19be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8a71631-4d54-4776-9549-dd313f59b4c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8a71631-4d54-4776-9549-dd313f59b4c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436781964305942724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724174367819643059427241743678196430594272417436781964305942724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc7997ba-873e-42c5-a589-9a8d3f215340, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f51b3daf-d3e6-4264-87de-6205c3743956, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f51b3daf-d3e6-4264-87de-6205c3743956, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880344259058580705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705108803442590585807051088034425905858070510880344259058580705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8a71631-4d54-4776-9549-dd313f59b4c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de356f0d-87f1-4ece-a275-b078c6996f38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de356f0d-87f1-4ece-a275-b078c6996f38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9365453607981702869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869936545360798170286993654536079817028699365453607981702869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f51b3daf-d3e6-4264-87de-6205c3743956, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74724b2-8327-404f-8e53-75fcd6df702e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74724b2-8327-404f-8e53-75fcd6df702e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9995194820839615126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126999519482083961512699951948208396151269995194820839615126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de356f0d-87f1-4ece-a275-b078c6996f38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e3469c-9549-4d98-92ea-8c48b0d9a0b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e3469c-9549-4d98-92ea-8c48b0d9a0b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15862656402016811641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641158626564020168116411586265640201681164115862656402016811641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74724b2-8327-404f-8e53-75fcd6df702e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6029c0e5-c3f7-4c53-9ebc-5696ad28a03d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6029c0e5-c3f7-4c53-9ebc-5696ad28a03d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7260045960695528749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749726004596069552874972600459606955287497260045960695528749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e3469c-9549-4d98-92ea-8c48b0d9a0b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26c5b51-c9cf-463f-9f80-a8505dea3442, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26c5b51-c9cf-463f-9f80-a8505dea3442, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 426038271229487824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824426038271229487824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6029c0e5-c3f7-4c53-9ebc-5696ad28a03d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccee9bb4-a6fb-4f50-a35d-494096a867de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccee9bb4-a6fb-4f50-a35d-494096a867de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18282885578781107735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735182828855787811077351828288557878110773518282885578781107735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26c5b51-c9cf-463f-9f80-a8505dea3442, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c411e1b-7342-468a-ac5a-7498f8a1c933, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c411e1b-7342-468a-ac5a-7498f8a1c933, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2388175078222852112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112238817507822285211223881750782228521122388175078222852112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccee9bb4-a6fb-4f50-a35d-494096a867de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d6a9590-cc63-4a3e-82b0-c74ec77af84d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d6a9590-cc63-4a3e-82b0-c74ec77af84d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 275013290904510610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610275013290904510610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c411e1b-7342-468a-ac5a-7498f8a1c933, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a666771a-63df-40cb-80b0-aca1dfd9445b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a666771a-63df-40cb-80b0-aca1dfd9445b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3875501383033000920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920387550138303300092038755013830330009203875501383033000920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d6a9590-cc63-4a3e-82b0-c74ec77af84d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fff4e40-0bbf-4cfa-95a1-60e6202889f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fff4e40-0bbf-4cfa-95a1-60e6202889f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16364037609851853436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436163640376098518534361636403760985185343616364037609851853436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fff4e40-0bbf-4cfa-95a1-60e6202889f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d16a762f-8c57-44af-9b16-eadeff5a5f8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d16a762f-8c57-44af-9b16-eadeff5a5f8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577788644450358939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939857778864445035893985777886444503589398577788644450358939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d16a762f-8c57-44af-9b16-eadeff5a5f8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a666771a-63df-40cb-80b0-aca1dfd9445b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5aacb4-079a-42f3-8af4-080ca2af4bf0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5aacb4-079a-42f3-8af4-080ca2af4bf0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506507110370160637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637650650711037016063765065071103701606376506507110370160637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312f07dc-273c-4457-b159-8cea0e6727e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312f07dc-273c-4457-b159-8cea0e6727e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17361999358088462152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152173619993580884621521736199935808846215217361999358088462152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5aacb4-079a-42f3-8af4-080ca2af4bf0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312f07dc-273c-4457-b159-8cea0e6727e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d271c8e1-77f4-468b-917d-2d3973a45591, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d271c8e1-77f4-468b-917d-2d3973a45591, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10613093956011508550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550106130939560115085501061309395601150855010613093956011508550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4253c83-9789-43b5-b83b-6c72ed938bd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4253c83-9789-43b5-b83b-6c72ed938bd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8163333528653999170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170816333352865399917081633335286539991708163333528653999170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d271c8e1-77f4-468b-917d-2d3973a45591, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4253c83-9789-43b5-b83b-6c72ed938bd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d03b5d-293c-4bfe-bd20-2103e444c50f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ab3cf6a-bb4c-408e-88b1-a44bf7752399, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d03b5d-293c-4bfe-bd20-2103e444c50f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10968828951394861412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412109688289513948614121096882895139486141210968828951394861412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ab3cf6a-bb4c-408e-88b1-a44bf7752399, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2179880071242091304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304217988007124209130421798800712420913042179880071242091304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ab3cf6a-bb4c-408e-88b1-a44bf7752399, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8247a12f-fbb4-4c04-9d5f-22f47e6b7e1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8247a12f-fbb4-4c04-9d5f-22f47e6b7e1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18080826707389755615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615180808267073897556151808082670738975561518080826707389755615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d03b5d-293c-4bfe-bd20-2103e444c50f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b3777f4-23ab-432f-a4e8-cbd53a22fa14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b3777f4-23ab-432f-a4e8-cbd53a22fa14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138969368248482413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413613896936824848241361389693682484824136138969368248482413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8247a12f-fbb4-4c04-9d5f-22f47e6b7e1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc299bec-dc78-46b7-88fe-56d4d1c13f3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc299bec-dc78-46b7-88fe-56d4d1c13f3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284532021468430009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009928453202146843000992845320214684300099284532021468430009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b3777f4-23ab-432f-a4e8-cbd53a22fa14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bb844c6-5898-445a-92a0-75436c79decf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bb844c6-5898-445a-92a0-75436c79decf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1972933689474732386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386197293368947473238619729336894747323861972933689474732386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc299bec-dc78-46b7-88fe-56d4d1c13f3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ce34fd-8734-48eb-9421-10a5e424e0a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ce34fd-8734-48eb-9421-10a5e424e0a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988990499645406233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233498899049964540623349889904996454062334988990499645406233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bb844c6-5898-445a-92a0-75436c79decf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84833cd4-eaa3-47e2-92f9-c25b55fdac1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84833cd4-eaa3-47e2-92f9-c25b55fdac1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6895427164677613207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207689542716467761320768954271646776132076895427164677613207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ce34fd-8734-48eb-9421-10a5e424e0a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b59a86-10b0-41bf-a750-dad92b15f2bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b59a86-10b0-41bf-a750-dad92b15f2bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646075690285552899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899564607569028555289956460756902855528995646075690285552899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84833cd4-eaa3-47e2-92f9-c25b55fdac1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed83ed08-a2b0-49d6-ac58-8506c6b22a84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed83ed08-a2b0-49d6-ac58-8506c6b22a84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14883948884689740194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194148839488846897401941488394888468974019414883948884689740194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b59a86-10b0-41bf-a750-dad92b15f2bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92d121f4-42f8-497d-9352-f252c913787a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92d121f4-42f8-497d-9352-f252c913787a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15201975534849214950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950152019755348492149501520197553484921495015201975534849214950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed83ed08-a2b0-49d6-ac58-8506c6b22a84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7479f02-eb94-4020-839b-270befef489e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7479f02-eb94-4020-839b-270befef489e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3360091956986758191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191336009195698675819133600919569867581913360091956986758191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92d121f4-42f8-497d-9352-f252c913787a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81d10d29-662e-41f6-87a0-ab7dff6929a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81d10d29-662e-41f6-87a0-ab7dff6929a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8517684156827893784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784851768415682789378485176841568278937848517684156827893784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7479f02-eb94-4020-839b-270befef489e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd7cef2-afd5-4f70-838d-33ce2b215b5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd7cef2-afd5-4f70-838d-33ce2b215b5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7697272877387511700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700769727287738751170076972728773875117007697272877387511700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81d10d29-662e-41f6-87a0-ab7dff6929a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b676ddfe-8ba3-468d-99c2-2a7fec6b2107, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b676ddfe-8ba3-468d-99c2-2a7fec6b2107, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16899151406582388326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326168991514065823883261689915140658238832616899151406582388326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd7cef2-afd5-4f70-838d-33ce2b215b5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee8bc576-5171-4c7a-ba12-1ead699f9d4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee8bc576-5171-4c7a-ba12-1ead699f9d4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15932426414158957955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955159324264141589579551593242641415895795515932426414158957955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b676ddfe-8ba3-468d-99c2-2a7fec6b2107, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c23b473-33ea-472d-8322-650166dcb8cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c23b473-33ea-472d-8322-650166dcb8cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14428845908936043901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901144288459089360439011442884590893604390114428845908936043901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee8bc576-5171-4c7a-ba12-1ead699f9d4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e2edab3-c469-4603-9331-8a220d346879, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e2edab3-c469-4603-9331-8a220d346879, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1022504260447979811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811102250426044797981110225042604479798111022504260447979811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c23b473-33ea-472d-8322-650166dcb8cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bef9adf-adf3-4ef5-9e0d-804cd6123883, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bef9adf-adf3-4ef5-9e0d-804cd6123883, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17700326472982816538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538177003264729828165381770032647298281653817700326472982816538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e2edab3-c469-4603-9331-8a220d346879, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd3d0a72-c7e4-44c7-a07a-7cd701629c3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bef9adf-adf3-4ef5-9e0d-804cd6123883, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd3d0a72-c7e4-44c7-a07a-7cd701629c3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14199880438482389359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359141998804384823893591419988043848238935914199880438482389359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b53a3555-4456-448b-a089-6b423f709d56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b53a3555-4456-448b-a089-6b423f709d56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11309433039090980331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331113094330390909803311130943303909098033111309433039090980331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd3d0a72-c7e4-44c7-a07a-7cd701629c3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc14c05-1923-46a3-aa8a-c08967ffeba1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b53a3555-4456-448b-a089-6b423f709d56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc14c05-1923-46a3-aa8a-c08967ffeba1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17801204601585172973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973178012046015851729731780120460158517297317801204601585172973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2527d12d-cf80-4ace-8147-ac96a4ae08a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2527d12d-cf80-4ace-8147-ac96a4ae08a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3130511869024323905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905313051186902432390531305118690243239053130511869024323905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc14c05-1923-46a3-aa8a-c08967ffeba1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2527d12d-cf80-4ace-8147-ac96a4ae08a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639a4e34-7d4c-4703-8538-b6f281986f83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c023f7e-385c-493c-a061-ac2b3ead2112, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639a4e34-7d4c-4703-8538-b6f281986f83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2227076542806138499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499222707654280613849922270765428061384992227076542806138499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c023f7e-385c-493c-a061-ac2b3ead2112, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11698037245292098328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328116980372452920983281169803724529209832811698037245292098328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639a4e34-7d4c-4703-8538-b6f281986f83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c023f7e-385c-493c-a061-ac2b3ead2112, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a0b1060-5c24-41aa-aca4-48f0304ed48b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a0b1060-5c24-41aa-aca4-48f0304ed48b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9445145896442874204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204944514589644287420494451458964428742049445145896442874204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21229301-702b-4485-94d5-9d376c7f265d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21229301-702b-4485-94d5-9d376c7f265d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7053653123161578682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682705365312316157868270536531231615786827053653123161578682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a0b1060-5c24-41aa-aca4-48f0304ed48b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21229301-702b-4485-94d5-9d376c7f265d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d71da44-7d35-4ded-be08-6386be4bc0ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d71da44-7d35-4ded-be08-6386be4bc0ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 179194732151164147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147179194732151164147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17fe0910-f03b-468e-b1c1-9db91b4001b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17fe0910-f03b-468e-b1c1-9db91b4001b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2241407607340528977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977224140760734052897722414076073405289772241407607340528977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d71da44-7d35-4ded-be08-6386be4bc0ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d938a193-3787-4d94-9f21-560cb7118907, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d938a193-3787-4d94-9f21-560cb7118907, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2517622439018988466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466251762243901898846625176224390189884662517622439018988466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17fe0910-f03b-468e-b1c1-9db91b4001b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7b89450-c2d2-40cd-a589-3a7ec65f81c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7b89450-c2d2-40cd-a589-3a7ec65f81c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15297774282841755989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989152977742828417559891529777428284175598915297774282841755989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d938a193-3787-4d94-9f21-560cb7118907, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42de2170-2833-4845-befd-6078506bae79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42de2170-2833-4845-befd-6078506bae79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11229467805868560694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694112294678058685606941122946780586856069411229467805868560694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7b89450-c2d2-40cd-a589-3a7ec65f81c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a44460c-afb2-4810-8bbd-ae626c47e6cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a44460c-afb2-4810-8bbd-ae626c47e6cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10277128241227002176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176102771282412270021761027712824122700217610277128241227002176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42de2170-2833-4845-befd-6078506bae79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a7ad84e-902e-423f-b2c2-fa5a3641310f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7ad84e-902e-423f-b2c2-fa5a3641310f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10583119187173215216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216105831191871732152161058311918717321521610583119187173215216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a44460c-afb2-4810-8bbd-ae626c47e6cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 721aa28e-d900-41cb-8d85-ee118408bcef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 721aa28e-d900-41cb-8d85-ee118408bcef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11700572421859361357 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357117005724218593613571170057242185936135711700572421859361357" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7ad84e-902e-423f-b2c2-fa5a3641310f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e962f26d-1417-4fed-a563-5d378cc5e7cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e962f26d-1417-4fed-a563-5d378cc5e7cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8249247910411499504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504824924791041149950482492479104114995048249247910411499504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 721aa28e-d900-41cb-8d85-ee118408bcef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 284c161c-bbb5-4804-8378-094b2ecc4df2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 284c161c-bbb5-4804-8378-094b2ecc4df2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11097930829882136911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911110979308298821369111109793082988213691111097930829882136911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e962f26d-1417-4fed-a563-5d378cc5e7cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3030d28-1efb-49a6-96a8-3a3a6ddefa4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3030d28-1efb-49a6-96a8-3a3a6ddefa4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1743531580150675962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962174353158015067596217435315801506759621743531580150675962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3030d28-1efb-49a6-96a8-3a3a6ddefa4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aed65f3-67be-4f26-82ac-1b26c1532f68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aed65f3-67be-4f26-82ac-1b26c1532f68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 345587770447413748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748345587770447413748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 284c161c-bbb5-4804-8378-094b2ecc4df2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, deb0a686-59be-43e6-90fc-271f872492f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, deb0a686-59be-43e6-90fc-271f872492f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2330312547237659599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599233031254723765959923303125472376595992330312547237659599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aed65f3-67be-4f26-82ac-1b26c1532f68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5fd79fb-9716-45d0-8b2a-ef20db8ac894, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5fd79fb-9716-45d0-8b2a-ef20db8ac894, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10704207979294402073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073107042079792944020731070420797929440207310704207979294402073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, deb0a686-59be-43e6-90fc-271f872492f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7d5e1f-1344-4f8e-9688-cce3ab61c3d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7d5e1f-1344-4f8e-9688-cce3ab61c3d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15350750785147267374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374153507507851472673741535075078514726737415350750785147267374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5fd79fb-9716-45d0-8b2a-ef20db8ac894, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06f60bac-ff27-4319-a258-1f53b716bf34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f60bac-ff27-4319-a258-1f53b716bf34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10437425729454881177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177104374257294548811771043742572945488117710437425729454881177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7d5e1f-1344-4f8e-9688-cce3ab61c3d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 073cd7bb-bf67-4aa1-b556-946754f666dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 073cd7bb-bf67-4aa1-b556-946754f666dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780812409741729496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496278081240974172949627808124097417294962780812409741729496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f60bac-ff27-4319-a258-1f53b716bf34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 888b411f-b47b-41d6-a82f-7b892bd40d59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 888b411f-b47b-41d6-a82f-7b892bd40d59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12328121334340748837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837123281213343407488371232812133434074883712328121334340748837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 073cd7bb-bf67-4aa1-b556-946754f666dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 888b411f-b47b-41d6-a82f-7b892bd40d59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3620d496-3ae6-4021-be0d-6387ace8b1b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3620d496-3ae6-4021-be0d-6387ace8b1b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784354169926784479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479784354169926784479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ececa3dd-95c8-40cb-bc9a-07bb1ae3ee0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ececa3dd-95c8-40cb-bc9a-07bb1ae3ee0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8057314099413683703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703805731409941368370380573140994136837038057314099413683703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3620d496-3ae6-4021-be0d-6387ace8b1b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ececa3dd-95c8-40cb-bc9a-07bb1ae3ee0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b77119a-d614-49f3-8009-24f7a6da1d4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b77119a-d614-49f3-8009-24f7a6da1d4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15263425302273010824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824152634253022730108241526342530227301082415263425302273010824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 599e7390-af2a-48bf-a547-07d4a8e30147, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 599e7390-af2a-48bf-a547-07d4a8e30147, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13571889025230619009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009135718890252306190091357188902523061900913571889025230619009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b77119a-d614-49f3-8009-24f7a6da1d4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 599e7390-af2a-48bf-a547-07d4a8e30147, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d70895f6-1bff-4471-8497-f6d2473ac6cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d70895f6-1bff-4471-8497-f6d2473ac6cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5348623993196229264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264534862399319622926453486239931962292645348623993196229264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f0804b-0ddf-41e7-add1-7fe5468bc1ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f0804b-0ddf-41e7-add1-7fe5468bc1ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15358148090287276639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639153581480902872766391535814809028727663915358148090287276639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d70895f6-1bff-4471-8497-f6d2473ac6cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23794fd9-cf72-4632-92f1-4454ea099ee3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23794fd9-cf72-4632-92f1-4454ea099ee3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12148901603723104080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080121489016037231040801214890160372310408012148901603723104080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f0804b-0ddf-41e7-add1-7fe5468bc1ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6833fe7a-3c18-4728-bb51-b6b6ca7083ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6833fe7a-3c18-4728-bb51-b6b6ca7083ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14938223729878608360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360149382237298786083601493822372987860836014938223729878608360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23794fd9-cf72-4632-92f1-4454ea099ee3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fee2ceb-a6d0-4f36-9b65-42f63fb4d2d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fee2ceb-a6d0-4f36-9b65-42f63fb4d2d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9729979782606442201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201972997978260644220197299797826064422019729979782606442201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6833fe7a-3c18-4728-bb51-b6b6ca7083ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6940d2fb-f209-4dd9-a612-521485850691, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6940d2fb-f209-4dd9-a612-521485850691, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11841727293288343738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738118417272932883437381184172729328834373811841727293288343738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fee2ceb-a6d0-4f36-9b65-42f63fb4d2d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b1c4944-3949-40e7-abf8-47b31e9258bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b1c4944-3949-40e7-abf8-47b31e9258bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7391064442489800820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820739106444248980082073910644424898008207391064442489800820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6940d2fb-f209-4dd9-a612-521485850691, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b5e0b3-cba4-40e4-b6df-8effb1130ae2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b5e0b3-cba4-40e4-b6df-8effb1130ae2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16716480953768234748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748167164809537682347481671648095376823474816716480953768234748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b1c4944-3949-40e7-abf8-47b31e9258bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b759c2ed-2a48-4cb3-aaba-513085a3d7a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b759c2ed-2a48-4cb3-aaba-513085a3d7a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4822779684925332618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618482277968492533261848227796849253326184822779684925332618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b5e0b3-cba4-40e4-b6df-8effb1130ae2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bdf6566-bebc-4906-998d-cfd4f6eef3c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bdf6566-bebc-4906-998d-cfd4f6eef3c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10403213791488171226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226104032137914881712261040321379148817122610403213791488171226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b759c2ed-2a48-4cb3-aaba-513085a3d7a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72942bc9-916d-4b35-bdc2-bb2c5ef9c414, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72942bc9-916d-4b35-bdc2-bb2c5ef9c414, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13668514363304453790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790136685143633044537901366851436330445379013668514363304453790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bdf6566-bebc-4906-998d-cfd4f6eef3c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72942bc9-916d-4b35-bdc2-bb2c5ef9c414, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a99c48ff-9a97-44b6-b267-2cfec54484b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99c48ff-9a97-44b6-b267-2cfec54484b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12502046103259753840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840125020461032597538401250204610325975384012502046103259753840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94d3a19f-dbf0-41e3-9d6b-13005a563588, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94d3a19f-dbf0-41e3-9d6b-13005a563588, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3649602002202031819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819364960200220203181936496020022020318193649602002202031819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99c48ff-9a97-44b6-b267-2cfec54484b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26728344-d4cd-4eba-b375-87778f0c24a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94d3a19f-dbf0-41e3-9d6b-13005a563588, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26728344-d4cd-4eba-b375-87778f0c24a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9177914614957204670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670917791461495720467091779146149572046709177914614957204670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc9f76ad-ebdd-406e-bda2-4909270fc810, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9f76ad-ebdd-406e-bda2-4909270fc810, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6191095827746672512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512619109582774667251261910958277466725126191095827746672512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26728344-d4cd-4eba-b375-87778f0c24a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515878a8-7f5e-473e-a357-a0aee2a45cc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9f76ad-ebdd-406e-bda2-4909270fc810, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515878a8-7f5e-473e-a357-a0aee2a45cc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14839054057719501510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510148390540577195015101483905405771950151014839054057719501510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7469534f-51b8-4d9a-9f98-2d763e10f018, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7469534f-51b8-4d9a-9f98-2d763e10f018, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1316895504652434066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066131689550465243406613168955046524340661316895504652434066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515878a8-7f5e-473e-a357-a0aee2a45cc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d4a8807-4fab-4ca8-80b0-713fbaae3495, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7469534f-51b8-4d9a-9f98-2d763e10f018, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d4a8807-4fab-4ca8-80b0-713fbaae3495, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 884462041348550513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513884462041348550513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac8ab41-c063-4fda-800d-e7521436a8c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac8ab41-c063-4fda-800d-e7521436a8c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11989833910419595945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945119898339104195959451198983391041959594511989833910419595945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d4a8807-4fab-4ca8-80b0-713fbaae3495, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 998c1361-cd29-454e-9a82-021ade939270, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998c1361-cd29-454e-9a82-021ade939270, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3108272275324951076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076310827227532495107631082722753249510763108272275324951076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998c1361-cd29-454e-9a82-021ade939270, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe51c082-ad19-4c08-9359-04cf12144266, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe51c082-ad19-4c08-9359-04cf12144266, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7916138502216808515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515791613850221680851579161385022168085157916138502216808515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac8ab41-c063-4fda-800d-e7521436a8c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe51c082-ad19-4c08-9359-04cf12144266, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7ebd2e2-bc23-4bd3-861d-5cce46cbaaf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ebd2e2-bc23-4bd3-861d-5cce46cbaaf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10194494395563063754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754101944943955630637541019449439556306375410194494395563063754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56562f62-9df0-4af0-9695-00a7859d80bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56562f62-9df0-4af0-9695-00a7859d80bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12181372972169926199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199121813729721699261991218137297216992619912181372972169926199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ebd2e2-bc23-4bd3-861d-5cce46cbaaf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56562f62-9df0-4af0-9695-00a7859d80bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b294eb-ca36-47dc-9825-029139e82ee2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 514fc88d-7977-4cd3-bb1d-ea79cd2cfb3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b294eb-ca36-47dc-9825-029139e82ee2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2343626872610482087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087234362687261048208723436268726104820872343626872610482087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 514fc88d-7977-4cd3-bb1d-ea79cd2cfb3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15623408425873227280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280156234084258732272801562340842587322728015623408425873227280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b294eb-ca36-47dc-9825-029139e82ee2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66f6c670-ed9b-4586-85ba-5e4ea725d79b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 514fc88d-7977-4cd3-bb1d-ea79cd2cfb3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66f6c670-ed9b-4586-85ba-5e4ea725d79b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 944193436734529679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679944193436734529679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e465c9a6-2acf-40ce-a4d0-069833b44b8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e465c9a6-2acf-40ce-a4d0-069833b44b8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10191058700120070655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655101910587001200706551019105870012007065510191058700120070655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66f6c670-ed9b-4586-85ba-5e4ea725d79b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e465c9a6-2acf-40ce-a4d0-069833b44b8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9774a110-486e-46e7-906b-bfbcbe1fd421, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9774a110-486e-46e7-906b-bfbcbe1fd421, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15123226446215145059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059151232264462151450591512322644621514505915123226446215145059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4147386-7c41-427b-a3bd-0fbef39b2f4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4147386-7c41-427b-a3bd-0fbef39b2f4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14738308325867096805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805147383083258670968051473830832586709680514738308325867096805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9774a110-486e-46e7-906b-bfbcbe1fd421, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 221079c0-234c-4e77-aa05-9c9c91e30c74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 221079c0-234c-4e77-aa05-9c9c91e30c74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4149796350921941206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206414979635092194120641497963509219412064149796350921941206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4147386-7c41-427b-a3bd-0fbef39b2f4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43392a1f-ea1e-452e-8e44-d45467300c80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43392a1f-ea1e-452e-8e44-d45467300c80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3956339206658462015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015395633920665846201539563392066584620153956339206658462015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 221079c0-234c-4e77-aa05-9c9c91e30c74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 570924ce-e1de-4b61-ad3b-bad03e2a80cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 570924ce-e1de-4b61-ad3b-bad03e2a80cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2411465420808501584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584241146542080850158424114654208085015842411465420808501584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43392a1f-ea1e-452e-8e44-d45467300c80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67f3ae1c-2a28-47c2-ba6b-486402b24752, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67f3ae1c-2a28-47c2-ba6b-486402b24752, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7077613873092338072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072707761387309233807270776138730923380727077613873092338072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 570924ce-e1de-4b61-ad3b-bad03e2a80cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c07d2425-5a1f-4f1c-93c1-7cba4af093c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07d2425-5a1f-4f1c-93c1-7cba4af093c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6564731713963981470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470656473171396398147065647317139639814706564731713963981470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67f3ae1c-2a28-47c2-ba6b-486402b24752, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a61f219-10d2-47de-8fe4-c81dfefa3c28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a61f219-10d2-47de-8fe4-c81dfefa3c28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2988488455597139116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116298848845559713911629884884555971391162988488455597139116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07d2425-5a1f-4f1c-93c1-7cba4af093c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f733d3a-5abd-4c5e-9e4a-b8c9fa883d55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f733d3a-5abd-4c5e-9e4a-b8c9fa883d55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18314387553051956099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099183143875530519560991831438755305195609918314387553051956099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a61f219-10d2-47de-8fe4-c81dfefa3c28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cdbd235-ff85-4401-abeb-bce983f0d976, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cdbd235-ff85-4401-abeb-bce983f0d976, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10270440607135282089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089102704406071352820891027044060713528208910270440607135282089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f733d3a-5abd-4c5e-9e4a-b8c9fa883d55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 850190dc-a66e-4339-a283-10ea64f60962, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 850190dc-a66e-4339-a283-10ea64f60962, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13763688977369657746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746137636889773696577461376368897736965774613763688977369657746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cdbd235-ff85-4401-abeb-bce983f0d976, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 308b27b9-6202-4eeb-9329-6f4800774070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 308b27b9-6202-4eeb-9329-6f4800774070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358830478440946235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235183588304784409462351835883047844094623518358830478440946235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 850190dc-a66e-4339-a283-10ea64f60962, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3cfb199-87c6-4412-b067-082bad529605, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3cfb199-87c6-4412-b067-082bad529605, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8883072878701357426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426888307287870135742688830728787013574268883072878701357426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 308b27b9-6202-4eeb-9329-6f4800774070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e1ca44-6eee-4cca-92cf-048e4f591215, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e1ca44-6eee-4cca-92cf-048e4f591215, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13431109910006226174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174134311099100062261741343110991000622617413431109910006226174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e1ca44-6eee-4cca-92cf-048e4f591215, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c179ba-1aeb-4640-b20c-7b13fe72a666, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c179ba-1aeb-4640-b20c-7b13fe72a666, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598214965209246587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587159821496520924658715982149652092465871598214965209246587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3cfb199-87c6-4412-b067-082bad529605, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55271e01-e03f-4b1d-9a19-2abb574df7c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55271e01-e03f-4b1d-9a19-2abb574df7c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1806952955969413015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015180695295596941301518069529559694130151806952955969413015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c179ba-1aeb-4640-b20c-7b13fe72a666, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 247a71f4-4a47-4304-b453-47aa6dcf710a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 247a71f4-4a47-4304-b453-47aa6dcf710a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307062358898951291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291830706235889895129183070623588989512918307062358898951291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55271e01-e03f-4b1d-9a19-2abb574df7c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 120f38ef-6d94-496d-abf1-fcd6025504f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 247a71f4-4a47-4304-b453-47aa6dcf710a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 070cb8ca-72af-44a8-a184-8f8894bdd5df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 070cb8ca-72af-44a8-a184-8f8894bdd5df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15444017358822392888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888154440173588223928881544401735882239288815444017358822392888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 120f38ef-6d94-496d-abf1-fcd6025504f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9275627928827547080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080927562792882754708092756279288275470809275627928827547080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 120f38ef-6d94-496d-abf1-fcd6025504f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb7528dc-1bf0-4048-977b-37c750b33848, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 070cb8ca-72af-44a8-a184-8f8894bdd5df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb7528dc-1bf0-4048-977b-37c750b33848, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10719622134443832003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003107196221344438320031071962213444383200310719622134443832003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe2fc479-7ad4-4d65-ad2d-4f29efb1a7c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe2fc479-7ad4-4d65-ad2d-4f29efb1a7c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4353128563046603598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598435312856304660359843531285630466035984353128563046603598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb7528dc-1bf0-4048-977b-37c750b33848, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 779c89a9-d37e-45c2-a157-7c4c350b2626, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 779c89a9-d37e-45c2-a157-7c4c350b2626, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16968333775217350271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271169683337752173502711696833377521735027116968333775217350271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe2fc479-7ad4-4d65-ad2d-4f29efb1a7c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 216d63c9-fa2e-42d4-b282-3243298d9417, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 216d63c9-fa2e-42d4-b282-3243298d9417, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8823862766387921872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872882386276638792187288238627663879218728823862766387921872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 779c89a9-d37e-45c2-a157-7c4c350b2626, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a51b117c-7a82-41f3-be9a-4e06a9070273, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a51b117c-7a82-41f3-be9a-4e06a9070273, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13985611602832439902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902139856116028324399021398561160283243990213985611602832439902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 216d63c9-fa2e-42d4-b282-3243298d9417, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21cb8402-631f-4861-b950-83ca70177aae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21cb8402-631f-4861-b950-83ca70177aae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13766646015440413234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234137666460154404132341376664601544041323413766646015440413234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a51b117c-7a82-41f3-be9a-4e06a9070273, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c86f6209-7175-47d2-aa42-e3169521cc44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c86f6209-7175-47d2-aa42-e3169521cc44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12150721124238494157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157121507211242384941571215072112423849415712150721124238494157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21cb8402-631f-4861-b950-83ca70177aae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b200b07-11d3-48e5-82f8-0c5be8191501, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b200b07-11d3-48e5-82f8-0c5be8191501, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9240887565218988545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545924088756521898854592408875652189885459240887565218988545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c86f6209-7175-47d2-aa42-e3169521cc44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf1b66dd-1da2-430c-a823-573c6c2aa4eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf1b66dd-1da2-430c-a823-573c6c2aa4eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2987333939560459946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946298733393956045994629873339395604599462987333939560459946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b200b07-11d3-48e5-82f8-0c5be8191501, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6233fc66-b62c-4cfa-be43-7a9a6185e58e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6233fc66-b62c-4cfa-be43-7a9a6185e58e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16776336080007261306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306167763360800072613061677633608000726130616776336080007261306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf1b66dd-1da2-430c-a823-573c6c2aa4eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4daa199-52d2-421a-b01e-3839c3341540, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4daa199-52d2-421a-b01e-3839c3341540, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18259008215350499545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545182590082153504995451825900821535049954518259008215350499545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6233fc66-b62c-4cfa-be43-7a9a6185e58e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754a2be3-9f87-454b-94cc-0aea6d2720cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754a2be3-9f87-454b-94cc-0aea6d2720cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2039824698924005967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967203982469892400596720398246989240059672039824698924005967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4daa199-52d2-421a-b01e-3839c3341540, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63fc7be3-5ae8-4a97-8d08-f067ba484c14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63fc7be3-5ae8-4a97-8d08-f067ba484c14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107612907584903172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172181076129075849031721810761290758490317218107612907584903172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754a2be3-9f87-454b-94cc-0aea6d2720cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5788c7d-d16a-4e9f-81f7-7e4d6527c5ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5788c7d-d16a-4e9f-81f7-7e4d6527c5ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16546994222001242262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262165469942220012422621654699422200124226216546994222001242262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63fc7be3-5ae8-4a97-8d08-f067ba484c14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79359b19-80d8-4752-aff4-0ec8a1275d05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79359b19-80d8-4752-aff4-0ec8a1275d05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12286256580896489818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818122862565808964898181228625658089648981812286256580896489818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5788c7d-d16a-4e9f-81f7-7e4d6527c5ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 028cbc35-d0a9-477c-9fb9-24d40fe8b08b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028cbc35-d0a9-477c-9fb9-24d40fe8b08b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5812128934694505987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987581212893469450598758121289346945059875812128934694505987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79359b19-80d8-4752-aff4-0ec8a1275d05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 331830c1-7579-4c26-909c-68ae1c58381c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 331830c1-7579-4c26-909c-68ae1c58381c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2405312825308920461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461240531282530892046124053128253089204612405312825308920461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028cbc35-d0a9-477c-9fb9-24d40fe8b08b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e5f293f-f6bd-4885-a612-aa37f93bd503, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e5f293f-f6bd-4885-a612-aa37f93bd503, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665253653652781360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360466525365365278136046652536536527813604665253653652781360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 331830c1-7579-4c26-909c-68ae1c58381c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2036c5c-4b6a-4646-a8c5-d9217a1eb701, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2036c5c-4b6a-4646-a8c5-d9217a1eb701, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4975435710922100050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050497543571092210005049754357109221000504975435710922100050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e5f293f-f6bd-4885-a612-aa37f93bd503, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50ef2795-be95-4908-a3ea-be3360fe11e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ef2795-be95-4908-a3ea-be3360fe11e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164819224629102669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669716481922462910266971648192246291026697164819224629102669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2036c5c-4b6a-4646-a8c5-d9217a1eb701, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e565bd48-8bb6-4730-a3cf-b40327216653, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e565bd48-8bb6-4730-a3cf-b40327216653, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10626352713379420775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775106263527133794207751062635271337942077510626352713379420775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ef2795-be95-4908-a3ea-be3360fe11e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f6e00f-7951-4b32-b147-665f9e636517, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f6e00f-7951-4b32-b147-665f9e636517, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7606395112197777194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194760639511219777719476063951121977771947606395112197777194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e565bd48-8bb6-4730-a3cf-b40327216653, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 909a481c-d684-443d-8b9d-19c4ef55eab1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f6e00f-7951-4b32-b147-665f9e636517, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 909a481c-d684-443d-8b9d-19c4ef55eab1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7329408441331632836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836732940844133163283673294084413316328367329408441331632836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fecfcd-42e4-42f8-821a-b1e2aa1f6721, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fecfcd-42e4-42f8-821a-b1e2aa1f6721, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17811484767821101211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211178114847678211012111781148476782110121117811484767821101211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 909a481c-d684-443d-8b9d-19c4ef55eab1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce0bfe1-84f8-4fc0-a2d0-e9e5cd2804d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce0bfe1-84f8-4fc0-a2d0-e9e5cd2804d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9049994208284718873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873904999420828471887390499942082847188739049994208284718873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fecfcd-42e4-42f8-821a-b1e2aa1f6721, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95de4a5b-967e-4f3d-b77e-14ca70bf6bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95de4a5b-967e-4f3d-b77e-14ca70bf6bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13490394339282430812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812134903943392824308121349039433928243081213490394339282430812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce0bfe1-84f8-4fc0-a2d0-e9e5cd2804d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08671e3-6d3f-4383-aefe-e52c86e9a3ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08671e3-6d3f-4383-aefe-e52c86e9a3ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18020036508090199090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090180200365080901990901802003650809019909018020036508090199090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95de4a5b-967e-4f3d-b77e-14ca70bf6bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c1ef14-ff7f-4601-bbfa-3795264ad61f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c1ef14-ff7f-4601-bbfa-3795264ad61f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9332302768643421675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675933230276864342167593323027686434216759332302768643421675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08671e3-6d3f-4383-aefe-e52c86e9a3ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1898078-878c-4195-9dfc-1e807bdfa23c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1898078-878c-4195-9dfc-1e807bdfa23c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313750961425768999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999313750961425768999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c1ef14-ff7f-4601-bbfa-3795264ad61f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cdecc25-e310-4cf2-9f17-1056247443ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cdecc25-e310-4cf2-9f17-1056247443ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1708152558377909692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692170815255837790969217081525583779096921708152558377909692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1898078-878c-4195-9dfc-1e807bdfa23c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202760bc-1c28-46ff-a88c-f2084a687f5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202760bc-1c28-46ff-a88c-f2084a687f5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4505674245283765323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323450567424528376532345056742452837653234505674245283765323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cdecc25-e310-4cf2-9f17-1056247443ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 104d7c48-9982-4098-82ce-9c812596cec2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 104d7c48-9982-4098-82ce-9c812596cec2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8482077722555524189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189848207772255552418984820777225555241898482077722555524189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202760bc-1c28-46ff-a88c-f2084a687f5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 906f77ec-4bc6-4973-90df-3bace74fe842, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 906f77ec-4bc6-4973-90df-3bace74fe842, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11483625476510700348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348114836254765107003481148362547651070034811483625476510700348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 104d7c48-9982-4098-82ce-9c812596cec2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dda662b-7bb7-487a-b4b2-0b732b8e9bc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dda662b-7bb7-487a-b4b2-0b732b8e9bc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17592351447657545690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690175923514476575456901759235144765754569017592351447657545690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 906f77ec-4bc6-4973-90df-3bace74fe842, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1343069c-5b3f-4e08-a694-8d69bd7038df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1343069c-5b3f-4e08-a694-8d69bd7038df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12096428564283667388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388120964285642836673881209642856428366738812096428564283667388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dda662b-7bb7-487a-b4b2-0b732b8e9bc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 576b040f-90a2-4007-863b-22ecdac4b54c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1343069c-5b3f-4e08-a694-8d69bd7038df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 576b040f-90a2-4007-863b-22ecdac4b54c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13231598022667666448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448132315980226676664481323159802266766644813231598022667666448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 288ce2ec-d5ea-4c72-8a71-83f8f2e01600, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 288ce2ec-d5ea-4c72-8a71-83f8f2e01600, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13036701465249522526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526130367014652495225261303670146524952252613036701465249522526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 576b040f-90a2-4007-863b-22ecdac4b54c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9c02028-3a2e-4096-b44c-ca6c8ffe534a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9c02028-3a2e-4096-b44c-ca6c8ffe534a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295999252941158660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660329599925294115866032959992529411586603295999252941158660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 288ce2ec-d5ea-4c72-8a71-83f8f2e01600, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed3d11d-4dd2-43e1-87f6-885f4f80ca47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed3d11d-4dd2-43e1-87f6-885f4f80ca47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14218181759612101302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302142181817596121013021421818175961210130214218181759612101302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9c02028-3a2e-4096-b44c-ca6c8ffe534a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed3d11d-4dd2-43e1-87f6-885f4f80ca47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6e6338f-05a2-45a3-af10-a92ca351ef21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6e6338f-05a2-45a3-af10-a92ca351ef21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14153687212449058645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645141536872124490586451415368721244905864514153687212449058645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e39d6b4b-997f-4ea4-91ae-7a3451d1fc29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39d6b4b-997f-4ea4-91ae-7a3451d1fc29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15417357502649689764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764154173575026496897641541735750264968976415417357502649689764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6e6338f-05a2-45a3-af10-a92ca351ef21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39d6b4b-997f-4ea4-91ae-7a3451d1fc29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 653259e8-d8ef-4adc-b19c-f60d7c4ae1f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 653259e8-d8ef-4adc-b19c-f60d7c4ae1f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15990789980774778362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362159907899807747783621599078998077477836215990789980774778362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92bc46c1-173b-4232-a773-f576c3c6cd5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92bc46c1-173b-4232-a773-f576c3c6cd5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3533239748581677763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763353323974858167776335332397485816777633533239748581677763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 653259e8-d8ef-4adc-b19c-f60d7c4ae1f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92bc46c1-173b-4232-a773-f576c3c6cd5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741483f3-85d9-4781-9436-da2556ac407f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741483f3-85d9-4781-9436-da2556ac407f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17540222455742628159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159175402224557426281591754022245574262815917540222455742628159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6b5f6c-5808-4990-bc55-6dfa415a9d4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6b5f6c-5808-4990-bc55-6dfa415a9d4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2135486663425758564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564213548666342575856421354866634257585642135486663425758564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6b5f6c-5808-4990-bc55-6dfa415a9d4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741483f3-85d9-4781-9436-da2556ac407f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdd80ac6-d8df-48e1-82d9-8499046ab2d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdd80ac6-d8df-48e1-82d9-8499046ab2d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18329665096313988122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122183296650963139881221832966509631398812218329665096313988122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9640a77f-f6f8-4bab-a3e9-bc2a3e404af7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9640a77f-f6f8-4bab-a3e9-bc2a3e404af7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6127458574065199510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510612745857406519951061274585740651995106127458574065199510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdd80ac6-d8df-48e1-82d9-8499046ab2d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a9e0456-29d7-4dc7-8770-a11e922938e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9640a77f-f6f8-4bab-a3e9-bc2a3e404af7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a9e0456-29d7-4dc7-8770-a11e922938e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16245784796451652960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960162457847964516529601624578479645165296016245784796451652960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e00bde00-70bb-4d19-82ee-582a7efee3f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e00bde00-70bb-4d19-82ee-582a7efee3f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16800299152356155559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559168002991523561555591680029915235615555916800299152356155559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a9e0456-29d7-4dc7-8770-a11e922938e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c20c675-c592-4c64-b227-a9a6b154c120, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c20c675-c592-4c64-b227-a9a6b154c120, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13305471358429091321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321133054713584290913211330547135842909132113305471358429091321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e00bde00-70bb-4d19-82ee-582a7efee3f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78727d08-da15-4a11-9d22-080a046efbaa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78727d08-da15-4a11-9d22-080a046efbaa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13876716209691363332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332138767162096913633321387671620969136333213876716209691363332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c20c675-c592-4c64-b227-a9a6b154c120, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46061c9f-5ec8-42f5-87c7-b80ef0cc2bb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46061c9f-5ec8-42f5-87c7-b80ef0cc2bb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11587599978992831330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330115875999789928313301158759997899283133011587599978992831330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78727d08-da15-4a11-9d22-080a046efbaa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3793b5f0-3ac1-44c5-8e48-5fa6c45964f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3793b5f0-3ac1-44c5-8e48-5fa6c45964f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8543523078268387553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553854352307826838755385435230782683875538543523078268387553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46061c9f-5ec8-42f5-87c7-b80ef0cc2bb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2215cc64-eb81-4b55-8c49-706bf842fce2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2215cc64-eb81-4b55-8c49-706bf842fce2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15360099902659997860 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860153600999026599978601536009990265999786015360099902659997860" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3793b5f0-3ac1-44c5-8e48-5fa6c45964f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42f11376-20b3-44b3-a761-f096b59fef15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42f11376-20b3-44b3-a761-f096b59fef15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1453647848854072903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903145364784885407290314536478488540729031453647848854072903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2215cc64-eb81-4b55-8c49-706bf842fce2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bac6ed8-d082-4da9-bb1f-7d9bcd24201e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bac6ed8-d082-4da9-bb1f-7d9bcd24201e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1063026176026603580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580106302617602660358010630261760266035801063026176026603580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42f11376-20b3-44b3-a761-f096b59fef15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a277758b-62b1-4f7c-a631-2272305f186a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a277758b-62b1-4f7c-a631-2272305f186a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5727594315323985254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254572759431532398525457275943153239852545727594315323985254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bac6ed8-d082-4da9-bb1f-7d9bcd24201e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d152d2-3ba4-4eb7-8557-7b014b07bb4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d152d2-3ba4-4eb7-8557-7b014b07bb4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979816152680504381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381169798161526805043811697981615268050438116979816152680504381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a277758b-62b1-4f7c-a631-2272305f186a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7717002-fbf0-4cb4-a467-20de0191a13c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7717002-fbf0-4cb4-a467-20de0191a13c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9357719030791107351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351935771903079110735193577190307911073519357719030791107351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d152d2-3ba4-4eb7-8557-7b014b07bb4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a08069e-6677-4207-a00c-7615c6c93bd5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a08069e-6677-4207-a00c-7615c6c93bd5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2990188403496481048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048299018840349648104829901884034964810482990188403496481048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7717002-fbf0-4cb4-a467-20de0191a13c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6dd3442-b6c4-482f-9d61-83e30db238a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6dd3442-b6c4-482f-9d61-83e30db238a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568944942566876789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789155689449425668767891556894494256687678915568944942566876789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a08069e-6677-4207-a00c-7615c6c93bd5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08150407-7b6e-4cf1-80a1-a173a3eade3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08150407-7b6e-4cf1-80a1-a173a3eade3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6312645037875491198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198631264503787549119863126450378754911986312645037875491198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6dd3442-b6c4-482f-9d61-83e30db238a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e533007-3ee7-4d1e-b9f0-ca346438dd7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e533007-3ee7-4d1e-b9f0-ca346438dd7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16146199233587128091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091161461992335871280911614619923358712809116146199233587128091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08150407-7b6e-4cf1-80a1-a173a3eade3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba292a9d-6625-415f-8f2e-3b34c432a735, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba292a9d-6625-415f-8f2e-3b34c432a735, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 338589534020363172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172338589534020363172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e533007-3ee7-4d1e-b9f0-ca346438dd7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 495f0f75-53a6-4c4f-ace7-f718f3bfe179, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 495f0f75-53a6-4c4f-ace7-f718f3bfe179, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448439983115239299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299124484399831152392991244843998311523929912448439983115239299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba292a9d-6625-415f-8f2e-3b34c432a735, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56ed88cd-82cb-49ae-80bf-16817674b80e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56ed88cd-82cb-49ae-80bf-16817674b80e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3941579898300751572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572394157989830075157239415798983007515723941579898300751572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 495f0f75-53a6-4c4f-ace7-f718f3bfe179, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0323dde3-ae07-43c1-8aaf-2bf70fc0c007, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0323dde3-ae07-43c1-8aaf-2bf70fc0c007, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1177835867914694733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733117783586791469473311778358679146947331177835867914694733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56ed88cd-82cb-49ae-80bf-16817674b80e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd52df4a-4fda-4b87-baf8-f51b6660760f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd52df4a-4fda-4b87-baf8-f51b6660760f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1004873436110340947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947100487343611034094710048734361103409471004873436110340947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0323dde3-ae07-43c1-8aaf-2bf70fc0c007, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07e32195-e7b2-4e9f-87e2-7b03baf790ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07e32195-e7b2-4e9f-87e2-7b03baf790ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14359130719848636050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050143591307198486360501435913071984863605014359130719848636050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd52df4a-4fda-4b87-baf8-f51b6660760f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f2cae0c-fbb9-4c5a-9706-5cdb0f6b4fcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f2cae0c-fbb9-4c5a-9706-5cdb0f6b4fcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6674108541133298703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703667410854113329870366741085411332987036674108541133298703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07e32195-e7b2-4e9f-87e2-7b03baf790ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6be4d2-5c8a-489f-918d-af6f02f3bc7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6be4d2-5c8a-489f-918d-af6f02f3bc7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13312140624799830003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003133121406247998300031331214062479983000313312140624799830003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f2cae0c-fbb9-4c5a-9706-5cdb0f6b4fcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 573b4f78-4f49-4d21-8719-244f291db7ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 573b4f78-4f49-4d21-8719-244f291db7ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16034186075536403231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231160341860755364032311603418607553640323116034186075536403231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6be4d2-5c8a-489f-918d-af6f02f3bc7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 573b4f78-4f49-4d21-8719-244f291db7ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 761f1239-e587-4915-9feb-4a524e6b009e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 761f1239-e587-4915-9feb-4a524e6b009e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1573917915744850838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838157391791574485083815739179157448508381573917915744850838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d6943fa-16ae-43ca-8781-6b28c7d117a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d6943fa-16ae-43ca-8781-6b28c7d117a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12810868716981156606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606128108687169811566061281086871698115660612810868716981156606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 761f1239-e587-4915-9feb-4a524e6b009e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59e848a8-c8fc-400f-bc80-8ccd848f7dc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e848a8-c8fc-400f-bc80-8ccd848f7dc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10905244889204469966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966109052448892044699661090524488920446996610905244889204469966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d6943fa-16ae-43ca-8781-6b28c7d117a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f6ff99-30cc-49a3-9d1f-fe9947942f39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f6ff99-30cc-49a3-9d1f-fe9947942f39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 498240779712180323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323498240779712180323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e848a8-c8fc-400f-bc80-8ccd848f7dc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f575c8d6-c354-4a37-adcd-5d96f93a892c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f575c8d6-c354-4a37-adcd-5d96f93a892c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12371572964065331451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451123715729640653314511237157296406533145112371572964065331451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f6ff99-30cc-49a3-9d1f-fe9947942f39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88bcf163-e01c-4ab6-ba4a-dfeb35c26ae7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88bcf163-e01c-4ab6-ba4a-dfeb35c26ae7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7251484187907686480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480725148418790768648072514841879076864807251484187907686480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f575c8d6-c354-4a37-adcd-5d96f93a892c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5321ad9e-980e-4063-b0fb-4c60e9ac833b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5321ad9e-980e-4063-b0fb-4c60e9ac833b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6346258966379264601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601634625896637926460163462589663792646016346258966379264601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88bcf163-e01c-4ab6-ba4a-dfeb35c26ae7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc4be1cc-632f-4f06-a9d6-02acddf51dd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc4be1cc-632f-4f06-a9d6-02acddf51dd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 103720399653701915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915103720399653701915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5321ad9e-980e-4063-b0fb-4c60e9ac833b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 292c9c04-bd51-4c38-b8c1-6e37e7db260d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 292c9c04-bd51-4c38-b8c1-6e37e7db260d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1757775227876265488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488175777522787626548817577752278762654881757775227876265488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc4be1cc-632f-4f06-a9d6-02acddf51dd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4884be0f-4023-4d51-bb4c-2d795c3128eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4884be0f-4023-4d51-bb4c-2d795c3128eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12188822613583251198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198121888226135832511981218882261358325119812188822613583251198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 292c9c04-bd51-4c38-b8c1-6e37e7db260d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcd030ce-450d-49d8-ad7e-2e5982cf541f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd030ce-450d-49d8-ad7e-2e5982cf541f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6023803017346648614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614602380301734664861460238030173466486146023803017346648614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4884be0f-4023-4d51-bb4c-2d795c3128eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3569093a-3bbe-4c73-89b0-2761147662ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3569093a-3bbe-4c73-89b0-2761147662ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13295030588897331098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098132950305888973310981329503058889733109813295030588897331098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd030ce-450d-49d8-ad7e-2e5982cf541f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dbb1d74-a5f0-4f64-8de8-12564291ed09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dbb1d74-a5f0-4f64-8de8-12564291ed09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10064069791994060187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187100640697919940601871006406979199406018710064069791994060187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3569093a-3bbe-4c73-89b0-2761147662ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b398dfb-f0f5-4a2c-9300-3ef468c670a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b398dfb-f0f5-4a2c-9300-3ef468c670a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3683386723475714628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628368338672347571462836833867234757146283683386723475714628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dbb1d74-a5f0-4f64-8de8-12564291ed09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba8a26c6-3426-4eb3-a1ac-6f6415334adf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8a26c6-3426-4eb3-a1ac-6f6415334adf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14427031402535838409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409144270314025358384091442703140253583840914427031402535838409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b398dfb-f0f5-4a2c-9300-3ef468c670a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57340ddb-4512-4cd9-9ad1-5cee16ec530a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57340ddb-4512-4cd9-9ad1-5cee16ec530a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6894335189501386329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329689433518950138632968943351895013863296894335189501386329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8a26c6-3426-4eb3-a1ac-6f6415334adf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eda7d62-38f8-4bd2-8f16-941ee1b492ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eda7d62-38f8-4bd2-8f16-941ee1b492ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15964458600631076950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950159644586006310769501596445860063107695015964458600631076950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57340ddb-4512-4cd9-9ad1-5cee16ec530a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eda7d62-38f8-4bd2-8f16-941ee1b492ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c06fbce8-3dfc-4d4c-979d-e45a03289ce2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06fbce8-3dfc-4d4c-979d-e45a03289ce2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9162654304469164580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580916265430446916458091626543044691645809162654304469164580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe86d824-509d-46c2-918e-bea34a7b7767, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe86d824-509d-46c2-918e-bea34a7b7767, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539538467270924188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188155395384672709241881553953846727092418815539538467270924188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe86d824-509d-46c2-918e-bea34a7b7767, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06fbce8-3dfc-4d4c-979d-e45a03289ce2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ecb5a2-c663-42a2-b691-8d8dcefcaf11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72b4a1a-f538-4189-8fcc-a9448fb30c8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ecb5a2-c663-42a2-b691-8d8dcefcaf11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 83192182739785467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8319218273978546783192182739785467831921827397854678319218273978546783192182739785467831921827397854678319218273978546783192182739785467831921827397854678319218273978546783192182739785467831921827397854678319218273978546783192182739785467831921827397854678319218273978546783192182739785467831921827397854678319218273978546783192182739785467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72b4a1a-f538-4189-8fcc-a9448fb30c8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15155066563603387773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773151550665636033877731515506656360338777315155066563603387773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ecb5a2-c663-42a2-b691-8d8dcefcaf11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69457900-08b8-4933-b5ec-8ed9054a87f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72b4a1a-f538-4189-8fcc-a9448fb30c8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69457900-08b8-4933-b5ec-8ed9054a87f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16839053634681462128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128168390536346814621281683905363468146212816839053634681462128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10234d9b-ae8c-4dc2-ba98-734cd89344d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10234d9b-ae8c-4dc2-ba98-734cd89344d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9380102929085533278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278938010292908553327893801029290855332789380102929085533278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69457900-08b8-4933-b5ec-8ed9054a87f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10234d9b-ae8c-4dc2-ba98-734cd89344d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07607c2b-63c2-4d67-82a7-5500e2eeeb43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e161f0a-abc1-489f-bf2f-e52a2c3c8258, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07607c2b-63c2-4d67-82a7-5500e2eeeb43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4040744670967222575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575404074467096722257540407446709672225754040744670967222575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e161f0a-abc1-489f-bf2f-e52a2c3c8258, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3634215368037823756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756363421536803782375636342153680378237563634215368037823756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e161f0a-abc1-489f-bf2f-e52a2c3c8258, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 674f8fec-0258-4409-a2ca-9bd395d31f5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07607c2b-63c2-4d67-82a7-5500e2eeeb43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 674f8fec-0258-4409-a2ca-9bd395d31f5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6056915488331254743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743605691548833125474360569154883312547436056915488331254743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a85926-309a-488c-97f5-30a0f615c708, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a85926-309a-488c-97f5-30a0f615c708, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3150011623024114635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635315001162302411463531500116230241146353150011623024114635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 674f8fec-0258-4409-a2ca-9bd395d31f5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2787ef24-6250-4a11-ab49-06ffe969691d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a85926-309a-488c-97f5-30a0f615c708, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2787ef24-6250-4a11-ab49-06ffe969691d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15613092694489832505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505156130926944898325051561309269448983250515613092694489832505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a34c307d-363b-47d6-9052-3e1078d16473, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a34c307d-363b-47d6-9052-3e1078d16473, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14732481371307325288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288147324813713073252881473248137130732528814732481371307325288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2787ef24-6250-4a11-ab49-06ffe969691d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79609e3c-89f0-451e-a9e6-7b422d4e4127, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79609e3c-89f0-451e-a9e6-7b422d4e4127, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885433106074591610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610118854331060745916101188543310607459161011885433106074591610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a34c307d-363b-47d6-9052-3e1078d16473, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e909460d-bdb8-4557-8fd8-2a3e40327d7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e909460d-bdb8-4557-8fd8-2a3e40327d7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9034927909362916716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716903492790936291671690349279093629167169034927909362916716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79609e3c-89f0-451e-a9e6-7b422d4e4127, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f59812e-1025-4d14-aae3-b3ad02abecb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f59812e-1025-4d14-aae3-b3ad02abecb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5819872841361977449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449581987284136197744958198728413619774495819872841361977449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e909460d-bdb8-4557-8fd8-2a3e40327d7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0ffd505-e3ec-44b8-9f2f-3477722c215d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0ffd505-e3ec-44b8-9f2f-3477722c215d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10798012781182818535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535107980127811828185351079801278118281853510798012781182818535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f59812e-1025-4d14-aae3-b3ad02abecb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61568f3c-1465-452e-844b-9c0d3050a91a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61568f3c-1465-452e-844b-9c0d3050a91a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14905536015726012891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891149055360157260128911490553601572601289114905536015726012891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0ffd505-e3ec-44b8-9f2f-3477722c215d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1ec4ffd-19a5-4659-ac3a-6dadc9505097, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ec4ffd-19a5-4659-ac3a-6dadc9505097, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6393304566460382945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945639330456646038294563933045664603829456393304566460382945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61568f3c-1465-452e-844b-9c0d3050a91a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ec4ffd-19a5-4659-ac3a-6dadc9505097, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547cc249-bd7f-48ec-9077-ebe1cd85f4af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547cc249-bd7f-48ec-9077-ebe1cd85f4af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11031092212822046123 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123110310922128220461231103109221282204612311031092212822046123" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 018faab2-7fad-4c09-98c4-97daec51160a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 018faab2-7fad-4c09-98c4-97daec51160a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14807890214369347076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076148078902143693470761480789021436934707614807890214369347076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547cc249-bd7f-48ec-9077-ebe1cd85f4af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e1a69e-da18-4e08-9663-d69c7699219d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e1a69e-da18-4e08-9663-d69c7699219d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 784414445276273209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209784414445276273209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 018faab2-7fad-4c09-98c4-97daec51160a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc4ad3c-008a-4229-8066-bec369904bee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc4ad3c-008a-4229-8066-bec369904bee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13855441836787278722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722138554418367872787221385544183678727872213855441836787278722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e1a69e-da18-4e08-9663-d69c7699219d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2552cea3-1b21-4854-bfd4-85a31da55dad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2552cea3-1b21-4854-bfd4-85a31da55dad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3810847442473786986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986381084744247378698638108474424737869863810847442473786986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc4ad3c-008a-4229-8066-bec369904bee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2d1b49-0daf-45ac-961c-838cd1362a9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2d1b49-0daf-45ac-961c-838cd1362a9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361491537899671402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402153614915378996714021536149153789967140215361491537899671402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2552cea3-1b21-4854-bfd4-85a31da55dad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2c26e4e-c5bd-4de6-8d17-c2240c3331cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c26e4e-c5bd-4de6-8d17-c2240c3331cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708254619754393856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856870825461975439385687082546197543938568708254619754393856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2d1b49-0daf-45ac-961c-838cd1362a9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ec9432c-7d38-45c4-bfe3-5d61a6c5946b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ec9432c-7d38-45c4-bfe3-5d61a6c5946b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8042451534129324566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566804245153412932456680424515341293245668042451534129324566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c26e4e-c5bd-4de6-8d17-c2240c3331cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55e35d8-f8e1-4bda-84ef-6b990294d9d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55e35d8-f8e1-4bda-84ef-6b990294d9d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 527141954049807492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492527141954049807492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ec9432c-7d38-45c4-bfe3-5d61a6c5946b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81a010d5-41e5-43ec-bb0f-23c316325eff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81a010d5-41e5-43ec-bb0f-23c316325eff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16552176795061679751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751165521767950616797511655217679506167975116552176795061679751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55e35d8-f8e1-4bda-84ef-6b990294d9d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d02cee9e-52b6-46bb-8231-acde347932e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d02cee9e-52b6-46bb-8231-acde347932e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 887877109000490377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377887877109000490377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81a010d5-41e5-43ec-bb0f-23c316325eff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac085a2b-18c9-460e-a10d-b5ce75e39427, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac085a2b-18c9-460e-a10d-b5ce75e39427, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1698750514757785172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172169875051475778517216987505147577851721698750514757785172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d02cee9e-52b6-46bb-8231-acde347932e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55594f5d-0c17-49a9-a1a8-a1e19983b1a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55594f5d-0c17-49a9-a1a8-a1e19983b1a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10394322747276730157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157103943227472767301571039432274727673015710394322747276730157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac085a2b-18c9-460e-a10d-b5ce75e39427, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96a9354e-313d-4ef0-86c0-cd5dc6147c20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96a9354e-313d-4ef0-86c0-cd5dc6147c20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17505176806068172830 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830175051768060681728301750517680606817283017505176806068172830" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55594f5d-0c17-49a9-a1a8-a1e19983b1a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e4ad66c-1b64-42e1-8e7a-37cc819f704e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e4ad66c-1b64-42e1-8e7a-37cc819f704e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8008921307961221065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065800892130796122106580089213079612210658008921307961221065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96a9354e-313d-4ef0-86c0-cd5dc6147c20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e0cf0c-cc11-4e87-9358-4fcce86607e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e0cf0c-cc11-4e87-9358-4fcce86607e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 144129582994287368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368144129582994287368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e4ad66c-1b64-42e1-8e7a-37cc819f704e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ef7f0c4-8467-40d0-bebb-8b3cb0be7572, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef7f0c4-8467-40d0-bebb-8b3cb0be7572, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18203344292393410076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076182033442923934100761820334429239341007618203344292393410076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e0cf0c-cc11-4e87-9358-4fcce86607e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc51522-0c54-4f0d-8303-c2f329f4d40d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc51522-0c54-4f0d-8303-c2f329f4d40d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13148519489463372695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695131485194894633726951314851948946337269513148519489463372695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef7f0c4-8467-40d0-bebb-8b3cb0be7572, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 663fed3d-1c11-42aa-8356-b97b934b20db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 663fed3d-1c11-42aa-8356-b97b934b20db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1311974076252126551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551131197407625212655113119740762521265511311974076252126551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc51522-0c54-4f0d-8303-c2f329f4d40d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 617937d8-622a-45ee-af7f-5b963afefa9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617937d8-622a-45ee-af7f-5b963afefa9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5979116861223485736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736597911686122348573659791168612234857365979116861223485736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 663fed3d-1c11-42aa-8356-b97b934b20db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01a5eadf-f8b9-40db-88f8-a2dad58d56fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01a5eadf-f8b9-40db-88f8-a2dad58d56fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11705428486981402655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655117054284869814026551170542848698140265511705428486981402655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617937d8-622a-45ee-af7f-5b963afefa9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a8283f9-aa30-449d-b34d-eae9bd53aa30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a8283f9-aa30-449d-b34d-eae9bd53aa30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6109062227557676238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238610906222755767623861090622275576762386109062227557676238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01a5eadf-f8b9-40db-88f8-a2dad58d56fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c78ff4b4-7351-4934-9eb7-32c26d2f385b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c78ff4b4-7351-4934-9eb7-32c26d2f385b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7081447880037397596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596708144788003739759670814478800373975967081447880037397596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a8283f9-aa30-449d-b34d-eae9bd53aa30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afc194e2-fd2b-4d62-a226-37aa4b4a2ab3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afc194e2-fd2b-4d62-a226-37aa4b4a2ab3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8966654041629786778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778896665404162978677889666540416297867788966654041629786778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c78ff4b4-7351-4934-9eb7-32c26d2f385b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db6f6e8-0b84-432f-8559-ee69d7451840, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db6f6e8-0b84-432f-8559-ee69d7451840, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4562427601356474226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226456242760135647422645624276013564742264562427601356474226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afc194e2-fd2b-4d62-a226-37aa4b4a2ab3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9d90ff0-1dfa-433b-af3a-140c54ed0ff5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9d90ff0-1dfa-433b-af3a-140c54ed0ff5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8670736884563905424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424867073688456390542486707368845639054248670736884563905424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db6f6e8-0b84-432f-8559-ee69d7451840, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe709a66-3ce6-4832-bde7-587ef9547ea1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe709a66-3ce6-4832-bde7-587ef9547ea1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5080792475865684270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270508079247586568427050807924758656842705080792475865684270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9d90ff0-1dfa-433b-af3a-140c54ed0ff5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0198a194-e962-4e87-bd63-d056876654c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0198a194-e962-4e87-bd63-d056876654c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1531521572153464755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755153152157215346475515315215721534647551531521572153464755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe709a66-3ce6-4832-bde7-587ef9547ea1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4f7411f-b567-4a4b-a7cf-31403fb9e511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f7411f-b567-4a4b-a7cf-31403fb9e511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10238847646570489216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216102388476465704892161023884764657048921610238847646570489216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0198a194-e962-4e87-bd63-d056876654c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f7411f-b567-4a4b-a7cf-31403fb9e511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8439ad49-fc91-454b-86d7-10e6b32e8474, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 353855b2-a78f-4d0e-b238-65bd04a80c45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8439ad49-fc91-454b-86d7-10e6b32e8474, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16135598751331713159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159161355987513317131591613559875133171315916135598751331713159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 353855b2-a78f-4d0e-b238-65bd04a80c45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12370389287334876985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985123703892873348769851237038928733487698512370389287334876985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 353855b2-a78f-4d0e-b238-65bd04a80c45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab4cdbe-2043-48da-9ac5-b6c7de210c90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab4cdbe-2043-48da-9ac5-b6c7de210c90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10807304930896713253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253108073049308967132531080730493089671325310807304930896713253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8439ad49-fc91-454b-86d7-10e6b32e8474, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16a60fb5-792f-45f5-99fb-4069b46f2cfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16a60fb5-792f-45f5-99fb-4069b46f2cfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15584675216897436772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772155846752168974367721558467521689743677215584675216897436772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16a60fb5-792f-45f5-99fb-4069b46f2cfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab4cdbe-2043-48da-9ac5-b6c7de210c90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b295d404-906b-4a2c-bec6-b3028f5eed01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1539af-34eb-436c-82f3-e61cac693f52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b295d404-906b-4a2c-bec6-b3028f5eed01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12544410874892294609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609125444108748922946091254441087489229460912544410874892294609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1539af-34eb-436c-82f3-e61cac693f52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4278363553457883427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427427836355345788342742783635534578834274278363553457883427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b295d404-906b-4a2c-bec6-b3028f5eed01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1539af-34eb-436c-82f3-e61cac693f52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a88346-1841-4285-8be3-d6cc4ec129b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b3258d7-1488-4d8a-aafc-14d8548de843, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a88346-1841-4285-8be3-d6cc4ec129b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16397645659808040429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429163976456598080404291639764565980804042916397645659808040429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b3258d7-1488-4d8a-aafc-14d8548de843, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5386817071381087644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644538681707138108764453868170713810876445386817071381087644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b3258d7-1488-4d8a-aafc-14d8548de843, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a88346-1841-4285-8be3-d6cc4ec129b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ada1e95-1eed-477a-b7e6-e51ac90b3c8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ada1e95-1eed-477a-b7e6-e51ac90b3c8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13902400500140618191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191139024005001406181911390240050014061819113902400500140618191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1284cd6e-1c12-4f67-b2d9-836e5510d1bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1284cd6e-1c12-4f67-b2d9-836e5510d1bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8814135741649744812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812881413574164974481288141357416497448128814135741649744812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ada1e95-1eed-477a-b7e6-e51ac90b3c8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fdc81ba-3898-47f3-b94b-78ceae7019db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fdc81ba-3898-47f3-b94b-78ceae7019db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11374809025556050246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246113748090255560502461137480902555605024611374809025556050246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1284cd6e-1c12-4f67-b2d9-836e5510d1bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dc58bf7-b5e6-426f-981c-473ed4d939fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dc58bf7-b5e6-426f-981c-473ed4d939fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943770646296807601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601119437706462968076011194377064629680760111943770646296807601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fdc81ba-3898-47f3-b94b-78ceae7019db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 290ec65b-9533-49e5-9280-4f4f37dba698, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 290ec65b-9533-49e5-9280-4f4f37dba698, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8516304818016080676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676851630481801608067685163048180160806768516304818016080676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dc58bf7-b5e6-426f-981c-473ed4d939fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 568e6a78-fb49-46ee-892d-b10ed7c19a7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 568e6a78-fb49-46ee-892d-b10ed7c19a7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4917194434510425119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119491719443451042511949171944345104251194917194434510425119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 290ec65b-9533-49e5-9280-4f4f37dba698, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91262797-9b65-4389-8a66-b9629a358f30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91262797-9b65-4389-8a66-b9629a358f30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258870174020676845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845112588701740206768451125887017402067684511258870174020676845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 568e6a78-fb49-46ee-892d-b10ed7c19a7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae1c5a7-cdd0-462c-ba8d-c33c057c4736, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae1c5a7-cdd0-462c-ba8d-c33c057c4736, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13002023034212410999 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999130020230342124109991300202303421241099913002023034212410999" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91262797-9b65-4389-8a66-b9629a358f30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7588324-7fbd-4409-b5de-3ce1185e555a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7588324-7fbd-4409-b5de-3ce1185e555a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538792696811417936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936155387926968114179361553879269681141793615538792696811417936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae1c5a7-cdd0-462c-ba8d-c33c057c4736, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b61c3ecf-52c5-4dfe-91a5-b8f1ecf14278, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b61c3ecf-52c5-4dfe-91a5-b8f1ecf14278, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11758472732150761179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179117584727321507611791175847273215076117911758472732150761179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7588324-7fbd-4409-b5de-3ce1185e555a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 471ec576-b268-42b4-ac24-8eaed4b90901, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 471ec576-b268-42b4-ac24-8eaed4b90901, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863305617855208803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803118633056178552088031186330561785520880311863305617855208803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b61c3ecf-52c5-4dfe-91a5-b8f1ecf14278, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a58de49-2bfb-4f8a-b388-868090c78c17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a58de49-2bfb-4f8a-b388-868090c78c17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10939147770787890401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401109391477707878904011093914777078789040110939147770787890401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 471ec576-b268-42b4-ac24-8eaed4b90901, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 119303ca-9736-495d-a667-507a44c5f28c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 119303ca-9736-495d-a667-507a44c5f28c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12003167676673516387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387120031676766735163871200316767667351638712003167676673516387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a58de49-2bfb-4f8a-b388-868090c78c17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51184c17-5540-400b-92fb-26c8a3cf5a20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51184c17-5540-400b-92fb-26c8a3cf5a20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4003827569471282439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439400382756947128243940038275694712824394003827569471282439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51184c17-5540-400b-92fb-26c8a3cf5a20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a29c5b6-d66b-4d74-b9f7-3ccfb3901086, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a29c5b6-d66b-4d74-b9f7-3ccfb3901086, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4058552139614591637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637405855213961459163740585521396145916374058552139614591637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 119303ca-9736-495d-a667-507a44c5f28c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aec5a1f-9239-4621-8cbe-4cecd9d531bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aec5a1f-9239-4621-8cbe-4cecd9d531bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7780144746506442755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755778014474650644275577801447465064427557780144746506442755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a29c5b6-d66b-4d74-b9f7-3ccfb3901086, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd039d17-88c1-4ed5-85f4-fe916d406f84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd039d17-88c1-4ed5-85f4-fe916d406f84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 908270410603388512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512908270410603388512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aec5a1f-9239-4621-8cbe-4cecd9d531bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8acd6ece-3a52-4b27-b471-d55bbb353fea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd039d17-88c1-4ed5-85f4-fe916d406f84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8acd6ece-3a52-4b27-b471-d55bbb353fea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6731087191390925342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342673108719139092534267310871913909253426731087191390925342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db1fec83-afeb-4960-83fe-95a973002531, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db1fec83-afeb-4960-83fe-95a973002531, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13918706446897902161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161139187064468979021611391870644689790216113918706446897902161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8acd6ece-3a52-4b27-b471-d55bbb353fea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f51d82-aed0-4bf5-939f-15f376bf4b71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db1fec83-afeb-4960-83fe-95a973002531, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f51d82-aed0-4bf5-939f-15f376bf4b71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6506436234060345615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615650643623406034561565064362340603456156506436234060345615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeb9b80d-d7f6-42ca-a0c4-85c70c22b542, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb9b80d-d7f6-42ca-a0c4-85c70c22b542, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3510380311516870689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689351038031151687068935103803115168706893510380311516870689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f51d82-aed0-4bf5-939f-15f376bf4b71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf98bc3-4189-4e58-95e6-cc1da4747841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf98bc3-4189-4e58-95e6-cc1da4747841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5195972729496422226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226519597272949642222651959727294964222265195972729496422226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb9b80d-d7f6-42ca-a0c4-85c70c22b542, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b712f4-6189-40e6-a013-146c10ff5d0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b712f4-6189-40e6-a013-146c10ff5d0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6098568405888864696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696609856840588886469660985684058888646966098568405888864696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf98bc3-4189-4e58-95e6-cc1da4747841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a406d1-302d-454d-b75c-e690b09cfae6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a406d1-302d-454d-b75c-e690b09cfae6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12976557784347405538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538129765577843474055381297655778434740553812976557784347405538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b712f4-6189-40e6-a013-146c10ff5d0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d897e1d6-0acb-4b41-8c1d-3b5c5ef7ecbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d897e1d6-0acb-4b41-8c1d-3b5c5ef7ecbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3851698955001129529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529385169895500112952938516989550011295293851698955001129529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a406d1-302d-454d-b75c-e690b09cfae6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d897e1d6-0acb-4b41-8c1d-3b5c5ef7ecbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f24ea532-7075-4d99-98f9-5f0bbb6dd99e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae06afbc-c4fe-460c-b6ae-ee19b1282a80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f24ea532-7075-4d99-98f9-5f0bbb6dd99e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4250267057066913102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102425026705706691310242502670570669131024250267057066913102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae06afbc-c4fe-460c-b6ae-ee19b1282a80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15120553826666344509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509151205538266663445091512055382666634450915120553826666344509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae06afbc-c4fe-460c-b6ae-ee19b1282a80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ec1ccdd-90fc-4163-8106-a1efe20de2b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ec1ccdd-90fc-4163-8106-a1efe20de2b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7821878548164641591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591782187854816464159178218785481646415917821878548164641591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f24ea532-7075-4d99-98f9-5f0bbb6dd99e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d0bd07a-984f-42d5-b69d-45db8d480c5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d0bd07a-984f-42d5-b69d-45db8d480c5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114716165492210844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844811471616549221084481147161654922108448114716165492210844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ec1ccdd-90fc-4163-8106-a1efe20de2b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d41e955-d823-4e46-ab0f-8844e7f117f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d41e955-d823-4e46-ab0f-8844e7f117f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15905853332550586273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273159058533325505862731590585333255058627315905853332550586273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d0bd07a-984f-42d5-b69d-45db8d480c5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca46f31f-9ec6-4bd9-b044-fce52da4d766, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca46f31f-9ec6-4bd9-b044-fce52da4d766, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9994634397583505249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249999463439758350524999946343975835052499994634397583505249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d41e955-d823-4e46-ab0f-8844e7f117f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15404f23-26e4-4b53-a688-30e37163f5de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15404f23-26e4-4b53-a688-30e37163f5de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3832101077346752432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432383210107734675243238321010773467524323832101077346752432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca46f31f-9ec6-4bd9-b044-fce52da4d766, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 692b47f8-bd86-4cfc-b27a-dfdead81c567, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 692b47f8-bd86-4cfc-b27a-dfdead81c567, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6193102010021837535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535619310201002183753561931020100218375356193102010021837535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15404f23-26e4-4b53-a688-30e37163f5de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d60036-03b9-4bf8-9f81-4fd7357bd0c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d60036-03b9-4bf8-9f81-4fd7357bd0c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4643997950525489796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796464399795052548979646439979505254897964643997950525489796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 692b47f8-bd86-4cfc-b27a-dfdead81c567, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 199b529c-af60-4ee5-9519-eed65b3ece2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 199b529c-af60-4ee5-9519-eed65b3ece2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7647995130720236308 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308764799513072023630876479951307202363087647995130720236308" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d60036-03b9-4bf8-9f81-4fd7357bd0c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdf2278e-345e-4f06-9e1f-f3436b34aaf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdf2278e-345e-4f06-9e1f-f3436b34aaf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16519616719754629684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684165196167197546296841651961671975462968416519616719754629684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 199b529c-af60-4ee5-9519-eed65b3ece2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37354a62-4a04-4300-b64c-037d15f31b73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37354a62-4a04-4300-b64c-037d15f31b73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15185660835288196480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480151856608352881964801518566083528819648015185660835288196480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdf2278e-345e-4f06-9e1f-f3436b34aaf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e687d414-6c4c-4938-a2b2-ebb7273d20b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e687d414-6c4c-4938-a2b2-ebb7273d20b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309411513716984597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597830941151371698459783094115137169845978309411513716984597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37354a62-4a04-4300-b64c-037d15f31b73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64fbfac-48c6-48d0-ac72-092a0b53789c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64fbfac-48c6-48d0-ac72-092a0b53789c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4763453498863362128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128476345349886336212847634534988633621284763453498863362128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e687d414-6c4c-4938-a2b2-ebb7273d20b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01690c7d-291e-4104-b8d6-4505a9eb0032, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01690c7d-291e-4104-b8d6-4505a9eb0032, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3475962364544847213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213347596236454484721334759623645448472133475962364544847213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64fbfac-48c6-48d0-ac72-092a0b53789c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fccac4c-b54b-4cfa-8d11-04d2c28ef3cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fccac4c-b54b-4cfa-8d11-04d2c28ef3cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18047813464919236319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319180478134649192363191804781346491923631918047813464919236319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01690c7d-291e-4104-b8d6-4505a9eb0032, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a68c3c4c-96ad-4fe0-8225-f3bc79c298f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a68c3c4c-96ad-4fe0-8225-f3bc79c298f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13259771111749597111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111132597711117495971111325977111174959711113259771111749597111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fccac4c-b54b-4cfa-8d11-04d2c28ef3cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99b8fc37-303d-4118-b505-d1efa54e23ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99b8fc37-303d-4118-b505-d1efa54e23ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426578383063864896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896342657838306386489634265783830638648963426578383063864896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a68c3c4c-96ad-4fe0-8225-f3bc79c298f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc946647-aebb-448f-b42c-6cf84df90fd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc946647-aebb-448f-b42c-6cf84df90fd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 825724262355632013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013825724262355632013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99b8fc37-303d-4118-b505-d1efa54e23ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c151a94-83c5-44ad-a675-ab6370fb08e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c151a94-83c5-44ad-a675-ab6370fb08e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10608340522187299804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804106083405221872998041060834052218729980410608340522187299804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc946647-aebb-448f-b42c-6cf84df90fd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c151a94-83c5-44ad-a675-ab6370fb08e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c13d7d43-1b7c-4931-89f7-5885eff87b20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c13d7d43-1b7c-4931-89f7-5885eff87b20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934643305078232207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207109346433050782322071093464330507823220710934643305078232207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0aab0bc-8445-4173-a33c-37991c0895ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0aab0bc-8445-4173-a33c-37991c0895ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14956033502408509640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640149560335024085096401495603350240850964014956033502408509640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c13d7d43-1b7c-4931-89f7-5885eff87b20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5afedb6d-4b16-4de1-a2d9-42437bbca858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5afedb6d-4b16-4de1-a2d9-42437bbca858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354171556579724077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077113541715565797240771135417155657972407711354171556579724077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0aab0bc-8445-4173-a33c-37991c0895ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1aa26322-0809-4ef4-85e9-9cd303aeec7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1aa26322-0809-4ef4-85e9-9cd303aeec7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2774278209793245628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628277427820979324562827742782097932456282774278209793245628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5afedb6d-4b16-4de1-a2d9-42437bbca858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5878fd4a-cead-419e-a70e-e7be53845b0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5878fd4a-cead-419e-a70e-e7be53845b0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15784013537758834663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663157840135377588346631578401353775883466315784013537758834663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1aa26322-0809-4ef4-85e9-9cd303aeec7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25476476-10b0-49e6-a2e0-ff574bb3b19a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25476476-10b0-49e6-a2e0-ff574bb3b19a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8318658824962108245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245831865882496210824583186588249621082458318658824962108245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5878fd4a-cead-419e-a70e-e7be53845b0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ede5c771-3da6-4af7-b4c7-e7ebed3429fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25476476-10b0-49e6-a2e0-ff574bb3b19a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ede5c771-3da6-4af7-b4c7-e7ebed3429fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695422846701709901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901369542284670170990136954228467017099013695422846701709901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc5d307a-7061-4807-be81-03329568b1be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5d307a-7061-4807-be81-03329568b1be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15351687805044998040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040153516878050449980401535168780504499804015351687805044998040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5d307a-7061-4807-be81-03329568b1be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ede5c771-3da6-4af7-b4c7-e7ebed3429fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe5c53f3-84a6-4665-b664-0f8e7237d3e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe5c53f3-84a6-4665-b664-0f8e7237d3e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7562329724153981191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191756232972415398119175623297241539811917562329724153981191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a526ede3-cff7-463f-8af7-a6378274e236, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a526ede3-cff7-463f-8af7-a6378274e236, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341690784551837405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405123416907845518374051234169078455183740512341690784551837405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe5c53f3-84a6-4665-b664-0f8e7237d3e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7d4c61a-582e-4e94-8015-0f3d2b16053e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d4c61a-582e-4e94-8015-0f3d2b16053e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14479395352838739673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673144793953528387396731447939535283873967314479395352838739673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a526ede3-cff7-463f-8af7-a6378274e236, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34eb65a4-67de-4bba-a40d-6e47ca107148, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34eb65a4-67de-4bba-a40d-6e47ca107148, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9059785807600816403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403905978580760081640390597858076008164039059785807600816403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d4c61a-582e-4e94-8015-0f3d2b16053e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcffbec9-77f4-4526-b62b-78bc57cc4ba5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcffbec9-77f4-4526-b62b-78bc57cc4ba5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8646307567628958665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665864630756762895866586463075676289586658646307567628958665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcffbec9-77f4-4526-b62b-78bc57cc4ba5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4c4303-282d-41d4-9a5c-3b189a1394f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4c4303-282d-41d4-9a5c-3b189a1394f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3480436398057714664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664348043639805771466434804363980577146643480436398057714664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34eb65a4-67de-4bba-a40d-6e47ca107148, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd80d7d6-525c-4829-86d4-57e08fdd017f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd80d7d6-525c-4829-86d4-57e08fdd017f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5832739307028786302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302583273930702878630258327393070287863025832739307028786302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4c4303-282d-41d4-9a5c-3b189a1394f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9df585c3-074e-4c48-93b2-9422292b2328, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9df585c3-074e-4c48-93b2-9422292b2328, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4177786352166899247 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247417778635216689924741777863521668992474177786352166899247" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd80d7d6-525c-4829-86d4-57e08fdd017f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5abf89f7-ff1d-4e68-94de-cf8af3f0b47d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5abf89f7-ff1d-4e68-94de-cf8af3f0b47d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484081807053603459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459104840818070536034591048408180705360345910484081807053603459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9df585c3-074e-4c48-93b2-9422292b2328, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d494f44d-4df8-4e39-b616-c5473d906f59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d494f44d-4df8-4e39-b616-c5473d906f59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6855712712876576461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461685571271287657646168557127128765764616855712712876576461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5abf89f7-ff1d-4e68-94de-cf8af3f0b47d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b300e47d-29fe-474b-a6eb-d53e524d481b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b300e47d-29fe-474b-a6eb-d53e524d481b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 91077061114732275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "9107706111473227591077061114732275910770611147322759107706111473227591077061114732275910770611147322759107706111473227591077061114732275910770611147322759107706111473227591077061114732275910770611147322759107706111473227591077061114732275910770611147322759107706111473227591077061114732275910770611147322759107706111473227591077061114732275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d494f44d-4df8-4e39-b616-c5473d906f59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4956821e-5925-464e-a02f-46d7f14bd72c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4956821e-5925-464e-a02f-46d7f14bd72c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11678884427187181723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723116788844271871817231167888442718718172311678884427187181723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b300e47d-29fe-474b-a6eb-d53e524d481b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d1b40d6-85e3-4a74-9b03-f7b18a41bc8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d1b40d6-85e3-4a74-9b03-f7b18a41bc8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6591386596517925278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278659138659651792527865913865965179252786591386596517925278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4956821e-5925-464e-a02f-46d7f14bd72c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 846ad4fe-a90a-436c-8d39-252826988be1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846ad4fe-a90a-436c-8d39-252826988be1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9975982077457087714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714997598207745708771499759820774570877149975982077457087714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d1b40d6-85e3-4a74-9b03-f7b18a41bc8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b2d9751-7240-4cc8-a8d1-c8a6be09f7cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b2d9751-7240-4cc8-a8d1-c8a6be09f7cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11838177486063710415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415118381774860637104151183817748606371041511838177486063710415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846ad4fe-a90a-436c-8d39-252826988be1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53b06282-71f0-45d7-ae16-73a3bb04d337, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b06282-71f0-45d7-ae16-73a3bb04d337, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11266104771517789894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894112661047715177898941126610477151778989411266104771517789894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b2d9751-7240-4cc8-a8d1-c8a6be09f7cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e529bfb-c5e3-4deb-a003-f67ed07db142, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e529bfb-c5e3-4deb-a003-f67ed07db142, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16012107824568999722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722160121078245689997221601210782456899972216012107824568999722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b06282-71f0-45d7-ae16-73a3bb04d337, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc5584be-92b2-4f71-bc54-3c32246264a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5584be-92b2-4f71-bc54-3c32246264a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14231983585203571067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067142319835852035710671423198358520357106714231983585203571067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e529bfb-c5e3-4deb-a003-f67ed07db142, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c107c349-d43e-4bb1-84e3-23cf9ae74837, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c107c349-d43e-4bb1-84e3-23cf9ae74837, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2238617665078212706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706223861766507821270622386176650782127062238617665078212706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5584be-92b2-4f71-bc54-3c32246264a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c10f1794-5604-4d96-ade5-77e858bd0fe5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c10f1794-5604-4d96-ade5-77e858bd0fe5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5299295957781026876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876529929595778102687652992959577810268765299295957781026876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c107c349-d43e-4bb1-84e3-23cf9ae74837, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97f917f0-500c-4f3c-aef0-6273fdae9152, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97f917f0-500c-4f3c-aef0-6273fdae9152, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5931546598896483268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268593154659889648326859315465988964832685931546598896483268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c10f1794-5604-4d96-ade5-77e858bd0fe5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85397a3f-a684-4fba-a77b-98fbca2da356, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85397a3f-a684-4fba-a77b-98fbca2da356, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2406679531352233821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821240667953135223382124066795313522338212406679531352233821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97f917f0-500c-4f3c-aef0-6273fdae9152, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e013bc-48c6-4d87-a0f8-2c3412849e30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e013bc-48c6-4d87-a0f8-2c3412849e30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15102383619358606861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861151023836193586068611510238361935860686115102383619358606861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85397a3f-a684-4fba-a77b-98fbca2da356, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6dc8c70-4736-4d69-8788-9262574af0ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6dc8c70-4736-4d69-8788-9262574af0ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1173293932617982289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289117329393261798228911732939326179822891173293932617982289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e013bc-48c6-4d87-a0f8-2c3412849e30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28beec94-171c-4dbb-9002-7dcf4e024d71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28beec94-171c-4dbb-9002-7dcf4e024d71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10339660257893652022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022103396602578936520221033966025789365202210339660257893652022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6dc8c70-4736-4d69-8788-9262574af0ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bb0f91f-4b86-4245-87d0-d745414e2a0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb0f91f-4b86-4245-87d0-d745414e2a0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4094531033161635904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904409453103316163590440945310331616359044094531033161635904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28beec94-171c-4dbb-9002-7dcf4e024d71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c32c9de-84ef-4639-8a6b-a094066e4d5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c32c9de-84ef-4639-8a6b-a094066e4d5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17087021823373937579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579170870218233739375791708702182337393757917087021823373937579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb0f91f-4b86-4245-87d0-d745414e2a0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a21e2202-affe-4ce4-9f69-98b1d412de0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a21e2202-affe-4ce4-9f69-98b1d412de0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1564165760261948117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117156416576026194811715641657602619481171564165760261948117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c32c9de-84ef-4639-8a6b-a094066e4d5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23445297-0d06-4e64-9d8c-3d6603e4e576, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23445297-0d06-4e64-9d8c-3d6603e4e576, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7656116704363292659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659765611670436329265976561167043632926597656116704363292659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a21e2202-affe-4ce4-9f69-98b1d412de0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6665c704-06eb-4c3f-8e79-d891c5baa9f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6665c704-06eb-4c3f-8e79-d891c5baa9f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15215608075097426995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995152156080750974269951521560807509742699515215608075097426995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23445297-0d06-4e64-9d8c-3d6603e4e576, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6665c704-06eb-4c3f-8e79-d891c5baa9f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53276eb9-1587-484c-beaa-01f950f8606b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53276eb9-1587-484c-beaa-01f950f8606b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7744955411070054404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404774495541107005440477449554110700544047744955411070054404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f629ff93-2667-4a66-b41f-e47084121387, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f629ff93-2667-4a66-b41f-e47084121387, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13472260462975862074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074134722604629758620741347226046297586207413472260462975862074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53276eb9-1587-484c-beaa-01f950f8606b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6f8689e-c287-4419-8647-70ac6fe06202, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6f8689e-c287-4419-8647-70ac6fe06202, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15923892307024324410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410159238923070243244101592389230702432441015923892307024324410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f629ff93-2667-4a66-b41f-e47084121387, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d2f45c-f774-46ff-9deb-dc3378590cd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d2f45c-f774-46ff-9deb-dc3378590cd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16597314159712504617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617165973141597125046171659731415971250461716597314159712504617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6f8689e-c287-4419-8647-70ac6fe06202, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 916fed56-9518-4a0d-a868-58f26eb54713, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d2f45c-f774-46ff-9deb-dc3378590cd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f970232-6f05-4d4f-a31e-78db16779e91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f970232-6f05-4d4f-a31e-78db16779e91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2739824269719172201 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201273982426971917220127398242697191722012739824269719172201" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 916fed56-9518-4a0d-a868-58f26eb54713, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7763241688302689776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776776324168830268977677632416883026897767763241688302689776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f970232-6f05-4d4f-a31e-78db16779e91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e824f1d5-3226-481b-84da-a819c5bab180, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e824f1d5-3226-481b-84da-a819c5bab180, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1799314340393817208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208179931434039381720817993143403938172081799314340393817208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 916fed56-9518-4a0d-a868-58f26eb54713, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8f74e87-4cb6-4434-9819-a14911a91339, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8f74e87-4cb6-4434-9819-a14911a91339, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11514894448355330767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767115148944483553307671151489444835533076711514894448355330767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e824f1d5-3226-481b-84da-a819c5bab180, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8f74e87-4cb6-4434-9819-a14911a91339, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5153a4ab-27ba-47aa-bc6e-79ecb4ea0e6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5153a4ab-27ba-47aa-bc6e-79ecb4ea0e6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17816593189612901611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611178165931896129016111781659318961290161117816593189612901611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d361f7a-cef5-4a7d-b300-e7a14dc96b48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d361f7a-cef5-4a7d-b300-e7a14dc96b48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8820634889665106996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996882063488966510699688206348896651069968820634889665106996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5153a4ab-27ba-47aa-bc6e-79ecb4ea0e6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff736a9d-06ef-4597-bbf4-3b67c3a1c84a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff736a9d-06ef-4597-bbf4-3b67c3a1c84a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6277433656485358498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498627743365648535849862774336564853584986277433656485358498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d361f7a-cef5-4a7d-b300-e7a14dc96b48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a49fdb8-3788-4fea-a05d-c4d2f55c7320, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a49fdb8-3788-4fea-a05d-c4d2f55c7320, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17341266330647523402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402173412663306475234021734126633064752340217341266330647523402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff736a9d-06ef-4597-bbf4-3b67c3a1c84a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61ef9991-1ecb-443d-8915-ceb564a10384, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61ef9991-1ecb-443d-8915-ceb564a10384, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11468608254742067134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134114686082547420671341146860825474206713411468608254742067134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a49fdb8-3788-4fea-a05d-c4d2f55c7320, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 227003cb-fada-4737-a8e6-70159c5bf011, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 227003cb-fada-4737-a8e6-70159c5bf011, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6690219496165675869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869669021949616567586966902194961656758696690219496165675869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61ef9991-1ecb-443d-8915-ceb564a10384, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3f84e84-23db-4439-aa45-1a4c36ab5f32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f84e84-23db-4439-aa45-1a4c36ab5f32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186186085549991829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829151861860855499918291518618608554999182915186186085549991829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 227003cb-fada-4737-a8e6-70159c5bf011, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 059810de-ac32-4564-b18a-2b6471ed756b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059810de-ac32-4564-b18a-2b6471ed756b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368929770352058568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568153689297703520585681536892977035205856815368929770352058568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f84e84-23db-4439-aa45-1a4c36ab5f32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdf9de1e-7499-4c33-a57c-2bb1502a8a7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdf9de1e-7499-4c33-a57c-2bb1502a8a7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1824707802528222214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214182470780252822221418247078025282222141824707802528222214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059810de-ac32-4564-b18a-2b6471ed756b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55cf0199-0656-4d12-aef1-f58a10bc651f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55cf0199-0656-4d12-aef1-f58a10bc651f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2209426595463240010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010220942659546324001022094265954632400102209426595463240010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdf9de1e-7499-4c33-a57c-2bb1502a8a7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc60af02-9893-4285-bac1-ada3d2624038, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc60af02-9893-4285-bac1-ada3d2624038, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11160489894057448946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946111604898940574489461116048989405744894611160489894057448946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55cf0199-0656-4d12-aef1-f58a10bc651f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d5b2a0-015c-4f93-aefa-3417d32a885e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc60af02-9893-4285-bac1-ada3d2624038, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fcb0f54-40a5-475b-a8bf-0650fbc92d4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d5b2a0-015c-4f93-aefa-3417d32a885e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11554668892125522529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529115546688921255225291155466889212552252911554668892125522529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fcb0f54-40a5-475b-a8bf-0650fbc92d4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12670926928895964693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693126709269288959646931267092692889596469312670926928895964693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d5b2a0-015c-4f93-aefa-3417d32a885e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fcb0f54-40a5-475b-a8bf-0650fbc92d4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a02e38d-fa73-4183-8097-9429f133057f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6631220-bac3-4dab-9127-f6972e5eca1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a02e38d-fa73-4183-8097-9429f133057f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12110561337392621179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179121105613373926211791211056133739262117912110561337392621179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6631220-bac3-4dab-9127-f6972e5eca1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13269237588151870647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647132692375881518706471326923758815187064713269237588151870647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a02e38d-fa73-4183-8097-9429f133057f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78a22ccc-4334-4e50-95fb-c9c84d6967de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a22ccc-4334-4e50-95fb-c9c84d6967de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8067156874111779466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466806715687411177946680671568741117794668067156874111779466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6631220-bac3-4dab-9127-f6972e5eca1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b014f752-20af-436f-a5ce-23057e3c4b1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b014f752-20af-436f-a5ce-23057e3c4b1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17084311653249291650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650170843116532492916501708431165324929165017084311653249291650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a22ccc-4334-4e50-95fb-c9c84d6967de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b014f752-20af-436f-a5ce-23057e3c4b1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c93cb62-1dd0-4a4f-936f-bc32c3c10afd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c93cb62-1dd0-4a4f-936f-bc32c3c10afd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 570881924427625666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666570881924427625666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3818571-40ba-4111-810e-aaa6ec09ca82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3818571-40ba-4111-810e-aaa6ec09ca82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8511768218075192472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472851176821807519247285117682180751924728511768218075192472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c93cb62-1dd0-4a4f-936f-bc32c3c10afd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e45679c-c066-4c96-8a00-462f6bd5ba94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e45679c-c066-4c96-8a00-462f6bd5ba94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1690291259100610797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797169029125910061079716902912591006107971690291259100610797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3818571-40ba-4111-810e-aaa6ec09ca82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e13f96-4b9f-4fd9-af5d-fb161910cde5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e13f96-4b9f-4fd9-af5d-fb161910cde5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1509574331913668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15095743319136681509574331913668150957433191366815095743319136681509574331913668150957433191366815095743319136681509574331913668150957433191366815095743319136681509574331913668150957433191366815095743319136681509574331913668150957433191366815095743319136681509574331913668150957433191366815095743319136681509574331913668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e13f96-4b9f-4fd9-af5d-fb161910cde5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e45679c-c066-4c96-8a00-462f6bd5ba94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4230a55-1e51-4973-afea-9a290d2884d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4230a55-1e51-4973-afea-9a290d2884d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16409401670356701735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735164094016703567017351640940167035670173516409401670356701735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67b614fa-90fc-497f-a392-8a282cc16f8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67b614fa-90fc-497f-a392-8a282cc16f8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2473926800464974704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704247392680046497470424739268004649747042473926800464974704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4230a55-1e51-4973-afea-9a290d2884d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8410d73-19f0-4695-b7f7-59bd07b9e04b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67b614fa-90fc-497f-a392-8a282cc16f8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16b19e94-c9da-48b3-abf7-109612ea5729, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b19e94-c9da-48b3-abf7-109612ea5729, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1900665241354876718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718190066524135487671819006652413548767181900665241354876718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8410d73-19f0-4695-b7f7-59bd07b9e04b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 885442572627112365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365885442572627112365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8410d73-19f0-4695-b7f7-59bd07b9e04b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b19e94-c9da-48b3-abf7-109612ea5729, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 805be5de-c69e-48fd-87ed-359b13a5caa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ee006c-506f-401f-919e-5da79f32098a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 805be5de-c69e-48fd-87ed-359b13a5caa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3996464274616690914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914399646427461669091439964642746166909143996464274616690914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ee006c-506f-401f-919e-5da79f32098a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13783818577487740629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629137838185774877406291378381857748774062913783818577487740629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 805be5de-c69e-48fd-87ed-359b13a5caa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f821bee3-1a36-44c4-a4d9-3f07ea79ee45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f821bee3-1a36-44c4-a4d9-3f07ea79ee45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8949437258333805517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517894943725833380551789494372583338055178949437258333805517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ee006c-506f-401f-919e-5da79f32098a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889b09bb-85fb-40d7-824e-8ac3a74909b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889b09bb-85fb-40d7-824e-8ac3a74909b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9318399974800349770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770931839997480034977093183999748003497709318399974800349770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f821bee3-1a36-44c4-a4d9-3f07ea79ee45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 471eb8a6-20af-4fcc-9bfb-3bb59a388de5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889b09bb-85fb-40d7-824e-8ac3a74909b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 471eb8a6-20af-4fcc-9bfb-3bb59a388de5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15726676536413925802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802157266765364139258021572667653641392580215726676536413925802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78f4d3be-53c0-44a7-b07b-dcc294cedfd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78f4d3be-53c0-44a7-b07b-dcc294cedfd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4010372045614533633 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633401037204561453363340103720456145336334010372045614533633" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 471eb8a6-20af-4fcc-9bfb-3bb59a388de5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32af63c9-2538-4928-bb5f-b629f08b51d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32af63c9-2538-4928-bb5f-b629f08b51d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7082989136562778695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695708298913656277869570829891365627786957082989136562778695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78f4d3be-53c0-44a7-b07b-dcc294cedfd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 710c42a6-aad4-4a49-85a2-373215479cc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 710c42a6-aad4-4a49-85a2-373215479cc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12100229287439234352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352121002292874392343521210022928743923435212100229287439234352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32af63c9-2538-4928-bb5f-b629f08b51d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04b43499-c4b7-4dc1-9b6a-3678ddf68bfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04b43499-c4b7-4dc1-9b6a-3678ddf68bfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10435777899102658386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386104357778991026583861043577789910265838610435777899102658386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 710c42a6-aad4-4a49-85a2-373215479cc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 474ca459-b8d4-4c19-8d62-a32cdc9defea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 474ca459-b8d4-4c19-8d62-a32cdc9defea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12584601793061866313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313125846017930618663131258460179306186631312584601793061866313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04b43499-c4b7-4dc1-9b6a-3678ddf68bfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b3a2613-7fa5-4d6e-b155-3c5e9fc8fd72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b3a2613-7fa5-4d6e-b155-3c5e9fc8fd72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1598019109312820092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092159801910931282009215980191093128200921598019109312820092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b3a2613-7fa5-4d6e-b155-3c5e9fc8fd72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 474ca459-b8d4-4c19-8d62-a32cdc9defea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cee0d40-c400-457d-8b48-3024588cf23c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cee0d40-c400-457d-8b48-3024588cf23c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1757353689460009584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584175735368946000958417573536894600095841757353689460009584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4727c525-5dcc-470f-a3ad-b687496d8582, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4727c525-5dcc-470f-a3ad-b687496d8582, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2008920123802237874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874200892012380223787420089201238022378742008920123802237874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cee0d40-c400-457d-8b48-3024588cf23c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44104147-bef6-43f6-a45f-07e1f4e512a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44104147-bef6-43f6-a45f-07e1f4e512a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13377697390124714705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705133776973901247147051337769739012471470513377697390124714705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4727c525-5dcc-470f-a3ad-b687496d8582, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f9cf693-71db-4563-b949-88fca2f970c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f9cf693-71db-4563-b949-88fca2f970c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6878781877249369717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717687878187724936971768787818772493697176878781877249369717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44104147-bef6-43f6-a45f-07e1f4e512a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f3c76f8-4693-42be-b6bd-7918faa9dc1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f3c76f8-4693-42be-b6bd-7918faa9dc1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12511236956943309734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734125112369569433097341251123695694330973412511236956943309734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f9cf693-71db-4563-b949-88fca2f970c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33651404-1d82-4ae0-8c8f-808985555297, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33651404-1d82-4ae0-8c8f-808985555297, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 306151666110537942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942306151666110537942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f3c76f8-4693-42be-b6bd-7918faa9dc1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9c9116e-0b23-4b23-b477-16800240f5d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c9116e-0b23-4b23-b477-16800240f5d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16092443122818932190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190160924431228189321901609244312281893219016092443122818932190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33651404-1d82-4ae0-8c8f-808985555297, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45bdf568-812e-44ce-9237-289169d84669, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45bdf568-812e-44ce-9237-289169d84669, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10048418380022587895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895100484183800225878951004841838002258789510048418380022587895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c9116e-0b23-4b23-b477-16800240f5d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45bdf568-812e-44ce-9237-289169d84669, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1c3843d-6463-4e37-b955-4064b6bded03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1c3843d-6463-4e37-b955-4064b6bded03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5388158552388213634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634538815855238821363453881585523882136345388158552388213634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef30a14-1cce-473e-b08f-add98ca5dbe3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef30a14-1cce-473e-b08f-add98ca5dbe3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11015379505058445100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100110153795050584451001101537950505844510011015379505058445100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1c3843d-6463-4e37-b955-4064b6bded03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edcad359-18b5-4fa1-96ca-0f42ff385440, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef30a14-1cce-473e-b08f-add98ca5dbe3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edcad359-18b5-4fa1-96ca-0f42ff385440, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3745598806456607683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683374559880645660768337455988064566076833745598806456607683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 722def77-d99a-4cce-8691-0a23a6385e0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 722def77-d99a-4cce-8691-0a23a6385e0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399975076668173562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562133999750766681735621339997507666817356213399975076668173562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edcad359-18b5-4fa1-96ca-0f42ff385440, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 867297c3-e6fc-456d-b930-890103e276dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 722def77-d99a-4cce-8691-0a23a6385e0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 867297c3-e6fc-456d-b930-890103e276dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12988553422485886096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096129885534224858860961298855342248588609612988553422485886096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501b0a27-dcc2-4648-95e6-77166f39d1d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501b0a27-dcc2-4648-95e6-77166f39d1d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9693635738036911962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962969363573803691196296936357380369119629693635738036911962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 867297c3-e6fc-456d-b930-890103e276dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cf05abf-5784-4228-9512-22a81628f190, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501b0a27-dcc2-4648-95e6-77166f39d1d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32d8598c-a04b-4782-95fe-cb8c9b09231a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cf05abf-5784-4228-9512-22a81628f190, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12343541306051969957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957123435413060519699571234354130605196995712343541306051969957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32d8598c-a04b-4782-95fe-cb8c9b09231a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3240258952240946236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236324025895224094623632402589522409462363240258952240946236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32d8598c-a04b-4782-95fe-cb8c9b09231a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e95ec656-e270-4fb3-a8e1-670913d368c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cf05abf-5784-4228-9512-22a81628f190, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e95ec656-e270-4fb3-a8e1-670913d368c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14258384749439343399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399142583847494393433991425838474943934339914258384749439343399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989ca585-ca60-45b9-bf25-8f8834160cb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989ca585-ca60-45b9-bf25-8f8834160cb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11859045327563436444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444118590453275634364441185904532756343644411859045327563436444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e95ec656-e270-4fb3-a8e1-670913d368c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989ca585-ca60-45b9-bf25-8f8834160cb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a99ec677-298f-43f3-a334-8c31522cd931, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d26fa36e-f02b-43c7-817c-358ba155d089, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99ec677-298f-43f3-a334-8c31522cd931, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9065513043352825713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713906551304335282571390655130433528257139065513043352825713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d26fa36e-f02b-43c7-817c-358ba155d089, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3871996612989710132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132387199661298971013238719966129897101323871996612989710132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99ec677-298f-43f3-a334-8c31522cd931, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 151c9716-1050-4f0c-bcb4-563085d39342, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 151c9716-1050-4f0c-bcb4-563085d39342, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13392073710792978848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848133920737107929788481339207371079297884813392073710792978848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d26fa36e-f02b-43c7-817c-358ba155d089, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521a970f-7e5f-4c83-8e9f-256efaa5eb4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 151c9716-1050-4f0c-bcb4-563085d39342, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521a970f-7e5f-4c83-8e9f-256efaa5eb4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6297549387254950441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441629754938725495044162975493872549504416297549387254950441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d46bd91-d87a-4a78-9295-695abf8a5146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d46bd91-d87a-4a78-9295-695abf8a5146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3813790814012000385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385381379081401200038538137908140120003853813790814012000385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521a970f-7e5f-4c83-8e9f-256efaa5eb4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e46094e-38bb-4dc9-9557-85cb570f0aff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d46bd91-d87a-4a78-9295-695abf8a5146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e46094e-38bb-4dc9-9557-85cb570f0aff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6955492003635646207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207695549200363564620769554920036356462076955492003635646207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c50ad4-500c-46a5-b4d7-aeb6034749d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c50ad4-500c-46a5-b4d7-aeb6034749d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17706271546722051422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422177062715467220514221770627154672205142217706271546722051422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e46094e-38bb-4dc9-9557-85cb570f0aff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5264de-88df-4f59-993f-fdce0a3db07a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5264de-88df-4f59-993f-fdce0a3db07a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9379630100965841846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846937963010096584184693796301009658418469379630100965841846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c50ad4-500c-46a5-b4d7-aeb6034749d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45f34ce4-afaa-49c0-99ec-72a277f6e629, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45f34ce4-afaa-49c0-99ec-72a277f6e629, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13042208838044110613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613130422088380441106131304220883804411061313042208838044110613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5264de-88df-4f59-993f-fdce0a3db07a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1ff72b5-2f78-4c6e-99ad-d8d273fa032b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1ff72b5-2f78-4c6e-99ad-d8d273fa032b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3688340950867573560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560368834095086757356036883409508675735603688340950867573560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45f34ce4-afaa-49c0-99ec-72a277f6e629, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6e1350-7586-4dd0-931e-292ae3bffd4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6e1350-7586-4dd0-931e-292ae3bffd4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14101330249215892545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545141013302492158925451410133024921589254514101330249215892545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1ff72b5-2f78-4c6e-99ad-d8d273fa032b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd122c22-adac-4cf6-a7e3-0c05bcb1f668, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd122c22-adac-4cf6-a7e3-0c05bcb1f668, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874716494046650431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431187471649404665043118747164940466504311874716494046650431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6e1350-7586-4dd0-931e-292ae3bffd4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ac67020-c9bd-4c77-a3be-22556a138b6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ac67020-c9bd-4c77-a3be-22556a138b6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3318153645883357090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090331815364588335709033181536458833570903318153645883357090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd122c22-adac-4cf6-a7e3-0c05bcb1f668, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86b58aae-9be6-4cc8-879c-59e497a048bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b58aae-9be6-4cc8-879c-59e497a048bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13168296936579717053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053131682969365797170531316829693657971705313168296936579717053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ac67020-c9bd-4c77-a3be-22556a138b6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2e6d9f-d812-4175-ae27-21d87e752bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2e6d9f-d812-4175-ae27-21d87e752bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4803049550801069246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246480304955080106924648030495508010692464803049550801069246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b58aae-9be6-4cc8-879c-59e497a048bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 972a15e0-be40-40a4-b42d-72b63e0ec1fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 972a15e0-be40-40a4-b42d-72b63e0ec1fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10960652048133970143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143109606520481339701431096065204813397014310960652048133970143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2e6d9f-d812-4175-ae27-21d87e752bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef085a12-1845-4b6c-808c-21d746672a13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef085a12-1845-4b6c-808c-21d746672a13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5012937846682649744 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744501293784668264974450129378466826497445012937846682649744" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 972a15e0-be40-40a4-b42d-72b63e0ec1fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e300b119-5821-4066-b560-8e35aae9edc2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e300b119-5821-4066-b560-8e35aae9edc2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2201461513983411477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477220146151398341147722014615139834114772201461513983411477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef085a12-1845-4b6c-808c-21d746672a13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a1f5f45-845b-4192-b4ba-df49326b6819, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a1f5f45-845b-4192-b4ba-df49326b6819, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12763507707496137264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264127635077074961372641276350770749613726412763507707496137264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e300b119-5821-4066-b560-8e35aae9edc2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75e00898-04da-4f79-97e3-3646e690a7bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75e00898-04da-4f79-97e3-3646e690a7bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14097538396446866834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834140975383964468668341409753839644686683414097538396446866834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a1f5f45-845b-4192-b4ba-df49326b6819, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9c604fd-8251-4d93-9b42-218067512c67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9c604fd-8251-4d93-9b42-218067512c67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203501034932803204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204132035010349328032041320350103493280320413203501034932803204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75e00898-04da-4f79-97e3-3646e690a7bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3072cb75-7dfd-4d46-8803-cbddbe13f804, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3072cb75-7dfd-4d46-8803-cbddbe13f804, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2862609591927882400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400286260959192788240028626095919278824002862609591927882400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9c604fd-8251-4d93-9b42-218067512c67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4cd1e5-b8c8-4efd-adf9-2e32fc2add85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4cd1e5-b8c8-4efd-adf9-2e32fc2add85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13521884461301841669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669135218844613018416691352188446130184166913521884461301841669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3072cb75-7dfd-4d46-8803-cbddbe13f804, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a453cf5-38bf-454f-8c48-24e7b54f688e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a453cf5-38bf-454f-8c48-24e7b54f688e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4343367142160576064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064434336714216057606443433671421605760644343367142160576064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4cd1e5-b8c8-4efd-adf9-2e32fc2add85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f354cdc-3f71-49e1-aed2-a26ba86379d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f354cdc-3f71-49e1-aed2-a26ba86379d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 810358878877423502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502810358878877423502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a453cf5-38bf-454f-8c48-24e7b54f688e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 529d57b7-f952-49a5-98f6-2e22dcb2b804, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 529d57b7-f952-49a5-98f6-2e22dcb2b804, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10670251067479560724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724106702510674795607241067025106747956072410670251067479560724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f354cdc-3f71-49e1-aed2-a26ba86379d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3512b542-224b-48a7-899b-f3fda5b0b9f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3512b542-224b-48a7-899b-f3fda5b0b9f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16461806959175347951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951164618069591753479511646180695917534795116461806959175347951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 529d57b7-f952-49a5-98f6-2e22dcb2b804, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2db2701-a3f9-43eb-bec9-6b001888d07f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2db2701-a3f9-43eb-bec9-6b001888d07f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3657829650258189887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887365782965025818988736578296502581898873657829650258189887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3512b542-224b-48a7-899b-f3fda5b0b9f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5030d3e8-2d5c-46a2-b15e-71f0afb11f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2db2701-a3f9-43eb-bec9-6b001888d07f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5030d3e8-2d5c-46a2-b15e-71f0afb11f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6030579605339005916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916603057960533900591660305796053390059166030579605339005916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b68bab85-5bb6-40df-b1a2-4fa50fec7f79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b68bab85-5bb6-40df-b1a2-4fa50fec7f79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8256438911798611767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767825643891179861176782564389117986117678256438911798611767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5030d3e8-2d5c-46a2-b15e-71f0afb11f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7966639-9ca9-485b-aae0-1ab4d5476f02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7966639-9ca9-485b-aae0-1ab4d5476f02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10698045843553566934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934106980458435535669341069804584355356693410698045843553566934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b68bab85-5bb6-40df-b1a2-4fa50fec7f79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ae5d530-01f6-4ee4-9876-be614ee73b20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ae5d530-01f6-4ee4-9876-be614ee73b20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17111802678523513958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958171118026785235139581711180267852351395817111802678523513958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7966639-9ca9-485b-aae0-1ab4d5476f02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e28aa0b3-1ac7-4aa9-94a1-8040c8705439, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ae5d530-01f6-4ee4-9876-be614ee73b20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28aa0b3-1ac7-4aa9-94a1-8040c8705439, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8306005384350188807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807830600538435018880783060053843501888078306005384350188807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e67146d-4f79-4a64-a236-12f402b52487, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e67146d-4f79-4a64-a236-12f402b52487, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 502788893890565972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972502788893890565972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28aa0b3-1ac7-4aa9-94a1-8040c8705439, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e67146d-4f79-4a64-a236-12f402b52487, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16907edb-5e26-4c19-9720-1dc001a50417, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16907edb-5e26-4c19-9720-1dc001a50417, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9397522139199901864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864939752213919990186493975221391999018649397522139199901864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f88927d2-42e3-465b-b23c-8957b89dd245, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f88927d2-42e3-465b-b23c-8957b89dd245, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8358513591784729570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570835851359178472957083585135917847295708358513591784729570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16907edb-5e26-4c19-9720-1dc001a50417, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d55f68-cb91-42e2-a59c-49576e7ef86c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d55f68-cb91-42e2-a59c-49576e7ef86c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15052841160910367013 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013150528411609103670131505284116091036701315052841160910367013" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f88927d2-42e3-465b-b23c-8957b89dd245, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e6b6e4-62ab-4b63-b382-62b2fdba6c08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e6b6e4-62ab-4b63-b382-62b2fdba6c08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1500293152341506253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253150029315234150625315002931523415062531500293152341506253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d55f68-cb91-42e2-a59c-49576e7ef86c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfb64a67-ac84-483e-a92c-4d61946948cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb64a67-ac84-483e-a92c-4d61946948cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8922959951321183652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652892295995132118365289229599513211836528922959951321183652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e6b6e4-62ab-4b63-b382-62b2fdba6c08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55253f2e-0943-4de6-bfab-d79238ff5e75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55253f2e-0943-4de6-bfab-d79238ff5e75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15744179350465824808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808157441793504658248081574417935046582480815744179350465824808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb64a67-ac84-483e-a92c-4d61946948cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47379a7f-ec4b-48fa-bbcc-5cf361713b42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47379a7f-ec4b-48fa-bbcc-5cf361713b42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7286643573599099229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229728664357359909922972866435735990992297286643573599099229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55253f2e-0943-4de6-bfab-d79238ff5e75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad607573-6bf4-4613-80de-ec8a92906461, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad607573-6bf4-4613-80de-ec8a92906461, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8161101943811872469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469816110194381187246981611019438118724698161101943811872469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47379a7f-ec4b-48fa-bbcc-5cf361713b42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 562b624d-8e2b-41a7-a96d-09ffe4ad67c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562b624d-8e2b-41a7-a96d-09ffe4ad67c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 806876317207412711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711806876317207412711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad607573-6bf4-4613-80de-ec8a92906461, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 153a6c8e-8748-463e-bd91-ca844633749b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153a6c8e-8748-463e-bd91-ca844633749b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8323926715184203363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363832392671518420336383239267151842033638323926715184203363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562b624d-8e2b-41a7-a96d-09ffe4ad67c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 092b0fdf-3b6c-4443-a706-8e775dc87ba9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092b0fdf-3b6c-4443-a706-8e775dc87ba9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7706376913664813019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019770637691366481301977063769136648130197706376913664813019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153a6c8e-8748-463e-bd91-ca844633749b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89c8f12e-6be6-45cf-a200-958716341f26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c8f12e-6be6-45cf-a200-958716341f26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18411342902075684818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818184113429020756848181841134290207568481818411342902075684818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092b0fdf-3b6c-4443-a706-8e775dc87ba9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59940943-d62f-40f3-9a9c-2b8ab22b4b58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59940943-d62f-40f3-9a9c-2b8ab22b4b58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6494948138267542140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140649494813826754214064949481382675421406494948138267542140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c8f12e-6be6-45cf-a200-958716341f26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 527da5c4-9ed6-4b6a-b2b1-299f80e483db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 527da5c4-9ed6-4b6a-b2b1-299f80e483db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16044514468265390050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050160445144682653900501604451446826539005016044514468265390050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59940943-d62f-40f3-9a9c-2b8ab22b4b58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0802ecf5-0522-43dd-bad8-0cd574fe709b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0802ecf5-0522-43dd-bad8-0cd574fe709b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062084105192445134 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134150620841051924451341506208410519244513415062084105192445134" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 527da5c4-9ed6-4b6a-b2b1-299f80e483db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee0ad055-d6ae-4ecf-91f4-be84b34ca8df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee0ad055-d6ae-4ecf-91f4-be84b34ca8df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10829399375883873256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256108293993758838732561082939937588387325610829399375883873256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0802ecf5-0522-43dd-bad8-0cd574fe709b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16f69e24-ee14-44f4-b3b7-727418f78891, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16f69e24-ee14-44f4-b3b7-727418f78891, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2541102720212813407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407254110272021281340725411027202128134072541102720212813407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee0ad055-d6ae-4ecf-91f4-be84b34ca8df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70a995c2-674e-4f78-9c46-b60e754d8c0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a995c2-674e-4f78-9c46-b60e754d8c0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977701147568830712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712697770114756883071269777011475688307126977701147568830712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16f69e24-ee14-44f4-b3b7-727418f78891, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58ad1122-1edb-4236-8092-b3c89cf3f46c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ad1122-1edb-4236-8092-b3c89cf3f46c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5638190019146308340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340563819001914630834056381900191463083405638190019146308340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a995c2-674e-4f78-9c46-b60e754d8c0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bd9565-e9b9-4d66-82f3-b89f2e55d9cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bd9565-e9b9-4d66-82f3-b89f2e55d9cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17984929695234682461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461179849296952346824611798492969523468246117984929695234682461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ad1122-1edb-4236-8092-b3c89cf3f46c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53398600-a6cc-4df3-aaff-4b161690d3b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53398600-a6cc-4df3-aaff-4b161690d3b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4750022005768751532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532475002200576875153247500220057687515324750022005768751532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bd9565-e9b9-4d66-82f3-b89f2e55d9cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d03b2768-221d-451d-a56a-a379d51f30fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d03b2768-221d-451d-a56a-a379d51f30fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2727782600381119472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472272778260038111947227277826003811194722727782600381119472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53398600-a6cc-4df3-aaff-4b161690d3b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a996f72-a168-4179-a398-364b3e5d30e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a996f72-a168-4179-a398-364b3e5d30e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13952654075146035114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114139526540751460351141395265407514603511413952654075146035114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d03b2768-221d-451d-a56a-a379d51f30fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc23198e-4abd-4b35-b4e3-c5a28c99f79b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc23198e-4abd-4b35-b4e3-c5a28c99f79b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081728635486027514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514170817286354860275141708172863548602751417081728635486027514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a996f72-a168-4179-a398-364b3e5d30e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e94ca02-bcd3-4e0b-b503-00968c63aec1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e94ca02-bcd3-4e0b-b503-00968c63aec1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14482002232745763847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847144820022327457638471448200223274576384714482002232745763847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e94ca02-bcd3-4e0b-b503-00968c63aec1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad0688b-db1a-4887-aabf-5ffe03426e5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad0688b-db1a-4887-aabf-5ffe03426e5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10202999049863006936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936102029990498630069361020299904986300693610202999049863006936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc23198e-4abd-4b35-b4e3-c5a28c99f79b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8cf7e47-1ef2-48ce-bc53-e2b8410881f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8cf7e47-1ef2-48ce-bc53-e2b8410881f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16598696104003216047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047165986961040032160471659869610400321604716598696104003216047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad0688b-db1a-4887-aabf-5ffe03426e5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5661a0f5-2a0a-4129-89a5-58279e109328, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5661a0f5-2a0a-4129-89a5-58279e109328, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15661125738043947438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438156611257380439474381566112573804394743815661125738043947438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8cf7e47-1ef2-48ce-bc53-e2b8410881f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b332ce4a-49ca-46a0-910a-6cb56f683de2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b332ce4a-49ca-46a0-910a-6cb56f683de2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13796582786706092328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328137965827867060923281379658278670609232813796582786706092328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5661a0f5-2a0a-4129-89a5-58279e109328, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f767f2d-b717-44cf-ba4a-f468e4256e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f767f2d-b717-44cf-ba4a-f468e4256e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15157003480991791791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791151570034809917917911515700348099179179115157003480991791791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b332ce4a-49ca-46a0-910a-6cb56f683de2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ac25f12-1fb6-4d93-9211-917a89eec391, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ac25f12-1fb6-4d93-9211-917a89eec391, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425694427807081702 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702142569442780708170214256944278070817021425694427807081702" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f767f2d-b717-44cf-ba4a-f468e4256e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e62605c7-7dc9-4a74-83fc-a863f6efd584, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ac25f12-1fb6-4d93-9211-917a89eec391, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e62605c7-7dc9-4a74-83fc-a863f6efd584, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10757534761233317867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867107575347612333178671075753476123331786710757534761233317867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3706281e-e657-4fef-9282-98e527b78368, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3706281e-e657-4fef-9282-98e527b78368, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1506433363015422661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661150643336301542266115064333630154226611506433363015422661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e62605c7-7dc9-4a74-83fc-a863f6efd584, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8375d2a1-c354-4564-b120-d8b24c54daa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3706281e-e657-4fef-9282-98e527b78368, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8375d2a1-c354-4564-b120-d8b24c54daa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10039097795484558069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069100390977954845580691003909779548455806910039097795484558069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c80dd72f-b78f-4dbf-9e89-83503c1d0e14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c80dd72f-b78f-4dbf-9e89-83503c1d0e14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2852763398548251197 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197285276339854825119728527633985482511972852763398548251197" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8375d2a1-c354-4564-b120-d8b24c54daa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c80dd72f-b78f-4dbf-9e89-83503c1d0e14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7893c1a2-3260-493a-a40f-e1b24aee3b72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7893c1a2-3260-493a-a40f-e1b24aee3b72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397282479557481343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343239728247955748134323972824795574813432397282479557481343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2b16ad-204b-45d0-9671-3cc5176c4106, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2b16ad-204b-45d0-9671-3cc5176c4106, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3615148162788248047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047361514816278824804736151481627882480473615148162788248047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7893c1a2-3260-493a-a40f-e1b24aee3b72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ea9c6f-61fd-450b-b6e0-0c4f947c4a7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ea9c6f-61fd-450b-b6e0-0c4f947c4a7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5151635040487920951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951515163504048792095151516350404879209515151635040487920951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2b16ad-204b-45d0-9671-3cc5176c4106, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c62a8e91-6e0e-464b-9c7a-8f48f1d48533, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c62a8e91-6e0e-464b-9c7a-8f48f1d48533, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16635018387094105883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883166350183870941058831663501838709410588316635018387094105883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ea9c6f-61fd-450b-b6e0-0c4f947c4a7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3050214b-dd6a-40d0-b693-a74bfecd21a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3050214b-dd6a-40d0-b693-a74bfecd21a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13851067370428516846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846138510673704285168461385106737042851684613851067370428516846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c62a8e91-6e0e-464b-9c7a-8f48f1d48533, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6429486-d19c-4471-903c-4918575a2a75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6429486-d19c-4471-903c-4918575a2a75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13795682103487554487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487137956821034875544871379568210348755448713795682103487554487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3050214b-dd6a-40d0-b693-a74bfecd21a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf0cb5a-1b54-42e1-a317-d64dfd8d998f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf0cb5a-1b54-42e1-a317-d64dfd8d998f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3193993381674821240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240319399338167482124031939933816748212403193993381674821240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6429486-d19c-4471-903c-4918575a2a75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e11e0e4-da23-43e9-a3cd-f6a0685d14f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf0cb5a-1b54-42e1-a317-d64dfd8d998f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e11e0e4-da23-43e9-a3cd-f6a0685d14f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1182840570144824005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005118284057014482400511828405701448240051182840570144824005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ce9e784-7960-4268-9452-2a27d7f925fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ce9e784-7960-4268-9452-2a27d7f925fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4654920710026235785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785465492071002623578546549207100262357854654920710026235785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e11e0e4-da23-43e9-a3cd-f6a0685d14f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 654110d4-78c7-4614-ac64-89ee6301a3f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 654110d4-78c7-4614-ac64-89ee6301a3f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5594957473536926942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942559495747353692694255949574735369269425594957473536926942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ce9e784-7960-4268-9452-2a27d7f925fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fa5a04f-8551-4637-98b0-40466ac6992f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fa5a04f-8551-4637-98b0-40466ac6992f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5515766562412716409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409551576656241271640955157665624127164095515766562412716409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 654110d4-78c7-4614-ac64-89ee6301a3f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e317120-066b-4afe-97d9-87901edfa0e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e317120-066b-4afe-97d9-87901edfa0e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10456349673166021699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699104563496731660216991045634967316602169910456349673166021699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fa5a04f-8551-4637-98b0-40466ac6992f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c9f2e30-220a-4d54-8260-20d38815f1e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c9f2e30-220a-4d54-8260-20d38815f1e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11460280787621816108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108114602807876218161081146028078762181610811460280787621816108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e317120-066b-4afe-97d9-87901edfa0e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c9f2e30-220a-4d54-8260-20d38815f1e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48f36a5-5408-4345-9250-1ec58c8991d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50ae87d1-e852-4463-a37f-440fc038f933, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48f36a5-5408-4345-9250-1ec58c8991d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 535190738186027229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229535190738186027229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50ae87d1-e852-4463-a37f-440fc038f933, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8107257372456057072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072810725737245605707281072573724560570728107257372456057072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48f36a5-5408-4345-9250-1ec58c8991d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaeab706-c86e-4760-ab12-4245d49e0e1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaeab706-c86e-4760-ab12-4245d49e0e1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14107303963136534628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628141073039631365346281410730396313653462814107303963136534628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50ae87d1-e852-4463-a37f-440fc038f933, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 766d11d6-6598-43e6-ad08-ccb412e92479, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 766d11d6-6598-43e6-ad08-ccb412e92479, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9239760791337873180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180923976079133787318092397607913378731809239760791337873180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaeab706-c86e-4760-ab12-4245d49e0e1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfe36019-056e-443d-8bd1-aa0330c731b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfe36019-056e-443d-8bd1-aa0330c731b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18155956425488391837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837181559564254883918371815595642548839183718155956425488391837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 766d11d6-6598-43e6-ad08-ccb412e92479, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3208671b-ad10-480d-9e4c-4c7e3183f323, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3208671b-ad10-480d-9e4c-4c7e3183f323, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3364945760607848473 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473336494576060784847333649457606078484733364945760607848473" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfe36019-056e-443d-8bd1-aa0330c731b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3772b77c-ff24-4723-a77a-cc8c80e31dbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3772b77c-ff24-4723-a77a-cc8c80e31dbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9826462948617935449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449982646294861793544998264629486179354499826462948617935449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3208671b-ad10-480d-9e4c-4c7e3183f323, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5ae49e-09a7-41c1-b494-b4de6ef68b1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5ae49e-09a7-41c1-b494-b4de6ef68b1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10492684230190572346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346104926842301905723461049268423019057234610492684230190572346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3772b77c-ff24-4723-a77a-cc8c80e31dbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8345ca9-bba5-40ec-85ec-06609e601a2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8345ca9-bba5-40ec-85ec-06609e601a2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11117472605359716075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075111174726053597160751111747260535971607511117472605359716075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5ae49e-09a7-41c1-b494-b4de6ef68b1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43ae659d-e327-4307-a5b6-06d5b2808543, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43ae659d-e327-4307-a5b6-06d5b2808543, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7512992165733974291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291751299216573397429175129921657339742917512992165733974291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8345ca9-bba5-40ec-85ec-06609e601a2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cda4ba68-ab4f-404c-b8c4-39f674b07cee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cda4ba68-ab4f-404c-b8c4-39f674b07cee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7164930478308416942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942716493047830841694271649304783084169427164930478308416942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43ae659d-e327-4307-a5b6-06d5b2808543, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c6c714-0036-4fe5-9736-59bc4bdce7d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c6c714-0036-4fe5-9736-59bc4bdce7d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5528687501012749060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060552868750101274906055286875010127490605528687501012749060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cda4ba68-ab4f-404c-b8c4-39f674b07cee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0eb47d-16f7-4c9d-8617-9b1df24fd5b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c6c714-0036-4fe5-9736-59bc4bdce7d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0eb47d-16f7-4c9d-8617-9b1df24fd5b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7434466162882510051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051743446616288251005174344661628825100517434466162882510051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3848a197-f6ba-44ef-8329-2178bd5e487c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3848a197-f6ba-44ef-8329-2178bd5e487c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1119999012753166634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634111999901275316663411199990127531666341119999012753166634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0eb47d-16f7-4c9d-8617-9b1df24fd5b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cebc0ea-048f-490d-9a13-b924fbaac9b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cebc0ea-048f-490d-9a13-b924fbaac9b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5004652258338985576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576500465225833898557650046522583389855765004652258338985576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3848a197-f6ba-44ef-8329-2178bd5e487c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e718b6f-2f2a-42d2-a59a-9a5b8b862fe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e718b6f-2f2a-42d2-a59a-9a5b8b862fe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6992569894022935158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158699256989402293515869925698940229351586992569894022935158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cebc0ea-048f-490d-9a13-b924fbaac9b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12bde835-421f-4785-a47b-22e0f3dbe262, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12bde835-421f-4785-a47b-22e0f3dbe262, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4904093251590584326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326490409325159058432649040932515905843264904093251590584326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e718b6f-2f2a-42d2-a59a-9a5b8b862fe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10a69d6-e204-438a-a129-730f2eb13497, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10a69d6-e204-438a-a129-730f2eb13497, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093585810190590638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638110935858101905906381109358581019059063811093585810190590638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10a69d6-e204-438a-a129-730f2eb13497, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98c9780a-2173-4545-8b77-9eeac85b68d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12bde835-421f-4785-a47b-22e0f3dbe262, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98c9780a-2173-4545-8b77-9eeac85b68d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773332350701597589 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589147733323507015975891477333235070159758914773332350701597589" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d769595-9f61-4e0f-b5c0-32214a6efadc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d769595-9f61-4e0f-b5c0-32214a6efadc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4179896158635261138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138417989615863526113841798961586352611384179896158635261138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98c9780a-2173-4545-8b77-9eeac85b68d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a017e754-9f05-4d1f-b350-a2ba22f1ced3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d769595-9f61-4e0f-b5c0-32214a6efadc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a017e754-9f05-4d1f-b350-a2ba22f1ced3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12831461851638634282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282128314618516386342821283146185163863428212831461851638634282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec4c0f3e-889b-41e9-92c2-6dd2ce42f16a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec4c0f3e-889b-41e9-92c2-6dd2ce42f16a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12277871815500858121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121122778718155008581211227787181550085812112277871815500858121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a017e754-9f05-4d1f-b350-a2ba22f1ced3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1c05bb2-af14-4409-8136-6bb8f4c14771, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c05bb2-af14-4409-8136-6bb8f4c14771, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2732758806094293385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385273275880609429338527327588060942933852732758806094293385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec4c0f3e-889b-41e9-92c2-6dd2ce42f16a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11986065-662b-4412-925d-f7100c1aa079, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11986065-662b-4412-925d-f7100c1aa079, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10392034024891762071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071103920340248917620711039203402489176207110392034024891762071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c05bb2-af14-4409-8136-6bb8f4c14771, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11986065-662b-4412-925d-f7100c1aa079, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13cd233c-2ea0-4d62-a167-3f6f8603f92c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 558f50b7-3953-4f28-a913-b45417b44110, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13cd233c-2ea0-4d62-a167-3f6f8603f92c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 88396713312194230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8839671331219423088396713312194230883967133121942308839671331219423088396713312194230883967133121942308839671331219423088396713312194230883967133121942308839671331219423088396713312194230883967133121942308839671331219423088396713312194230883967133121942308839671331219423088396713312194230883967133121942308839671331219423088396713312194230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558f50b7-3953-4f28-a913-b45417b44110, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3496558716864307161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161349655871686430716134965587168643071613496558716864307161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13cd233c-2ea0-4d62-a167-3f6f8603f92c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 135f27f6-42c4-4e90-ae2f-abf06891241e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 135f27f6-42c4-4e90-ae2f-abf06891241e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10663499733585333837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837106634997335853338371066349973358533383710663499733585333837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558f50b7-3953-4f28-a913-b45417b44110, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c77ba5-05cb-4be4-9075-d760c306881d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c77ba5-05cb-4be4-9075-d760c306881d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3808650081035764439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439380865008103576443938086500810357644393808650081035764439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 135f27f6-42c4-4e90-ae2f-abf06891241e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a44fbd6d-c15e-4b47-ada1-8fd520047906, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a44fbd6d-c15e-4b47-ada1-8fd520047906, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17371457194950468802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802173714571949504688021737145719495046880217371457194950468802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c77ba5-05cb-4be4-9075-d760c306881d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1a7f2bd-7461-498f-bba6-028e9dc86540, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1a7f2bd-7461-498f-bba6-028e9dc86540, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3379298221043624529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529337929822104362452933792982210436245293379298221043624529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a44fbd6d-c15e-4b47-ada1-8fd520047906, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a9fdb4-ab61-419c-9825-b2a8171b2679, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a9fdb4-ab61-419c-9825-b2a8171b2679, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10631966035977260986 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986106319660359772609861063196603597726098610631966035977260986" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1a7f2bd-7461-498f-bba6-028e9dc86540, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 076075cd-9c60-4e56-a2fc-55a2da3d99df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076075cd-9c60-4e56-a2fc-55a2da3d99df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746216753230660394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394147462167532306603941474621675323066039414746216753230660394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a9fdb4-ab61-419c-9825-b2a8171b2679, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4acfb6ee-db27-4001-a828-251be3cbd34e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4acfb6ee-db27-4001-a828-251be3cbd34e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18185038071090030381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381181850380710900303811818503807109003038118185038071090030381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076075cd-9c60-4e56-a2fc-55a2da3d99df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da6ef80d-61d3-47cf-b0c6-399d2e4f7b9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da6ef80d-61d3-47cf-b0c6-399d2e4f7b9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2362767363653119273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273236276736365311927323627673636531192732362767363653119273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4acfb6ee-db27-4001-a828-251be3cbd34e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ea12daa-b763-48dc-973a-685405844a26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ea12daa-b763-48dc-973a-685405844a26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935512260962696739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739893551226096269673989355122609626967398935512260962696739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da6ef80d-61d3-47cf-b0c6-399d2e4f7b9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 323f683d-333b-46ce-9c33-acd3e1eca981, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 323f683d-333b-46ce-9c33-acd3e1eca981, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17287644124656137518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518172876441246561375181728764412465613751817287644124656137518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ea12daa-b763-48dc-973a-685405844a26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22af161e-d955-45e4-a0f5-8da9df7ee33a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22af161e-d955-45e4-a0f5-8da9df7ee33a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5474422853168035921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921547442285316803592154744228531680359215474422853168035921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 323f683d-333b-46ce-9c33-acd3e1eca981, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15827e3d-0a9f-4696-9a40-0aa4677ff361, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15827e3d-0a9f-4696-9a40-0aa4677ff361, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14462536163057546753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753144625361630575467531446253616305754675314462536163057546753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22af161e-d955-45e4-a0f5-8da9df7ee33a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cbc848a-a74c-4d4a-8510-36d5eb12ff6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cbc848a-a74c-4d4a-8510-36d5eb12ff6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15224573180978196832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832152245731809781968321522457318097819683215224573180978196832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15827e3d-0a9f-4696-9a40-0aa4677ff361, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f73bce49-5325-4cdd-a1ce-5d3c3bf384ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f73bce49-5325-4cdd-a1ce-5d3c3bf384ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14977455330227889531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531149774553302278895311497745533022788953114977455330227889531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cbc848a-a74c-4d4a-8510-36d5eb12ff6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd8613c7-cbe6-47c3-8923-707e85fb135b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd8613c7-cbe6-47c3-8923-707e85fb135b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1295572181661047377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377129557218166104737712955721816610473771295572181661047377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f73bce49-5325-4cdd-a1ce-5d3c3bf384ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14eca95b-13e8-42fd-85d4-e927544e0019, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14eca95b-13e8-42fd-85d4-e927544e0019, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7878784523593244671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671787878452359324467178787845235932446717878784523593244671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd8613c7-cbe6-47c3-8923-707e85fb135b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9a4f50-f03d-43f4-9fa1-8ab48d7791f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9a4f50-f03d-43f4-9fa1-8ab48d7791f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6769514592497943548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548676951459249794354867695145924979435486769514592497943548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14eca95b-13e8-42fd-85d4-e927544e0019, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d80ea697-c058-4cad-a28b-7d5e1b820482, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d80ea697-c058-4cad-a28b-7d5e1b820482, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11070560853890520052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052110705608538905200521107056085389052005211070560853890520052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9a4f50-f03d-43f4-9fa1-8ab48d7791f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e0183e6-478d-4be3-a52c-43ecdf16c885, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e0183e6-478d-4be3-a52c-43ecdf16c885, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6747110124436511581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581674711012443651158167471101244365115816747110124436511581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d80ea697-c058-4cad-a28b-7d5e1b820482, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b01872fb-77cc-4ffa-a395-36a7202923d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b01872fb-77cc-4ffa-a395-36a7202923d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5786961101827849512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512578696110182784951257869611018278495125786961101827849512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e0183e6-478d-4be3-a52c-43ecdf16c885, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca1c3a08-0525-4f89-a993-6bf1b6698ab0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca1c3a08-0525-4f89-a993-6bf1b6698ab0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16310962853033142225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225163109628530331422251631096285303314222516310962853033142225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b01872fb-77cc-4ffa-a395-36a7202923d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46b99ed9-eb11-41c6-aa7d-6f30953a6866, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46b99ed9-eb11-41c6-aa7d-6f30953a6866, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14684719743314047076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076146847197433140470761468471974331404707614684719743314047076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca1c3a08-0525-4f89-a993-6bf1b6698ab0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f1fdd5a-c219-4ed1-a69c-2868b72c2220, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f1fdd5a-c219-4ed1-a69c-2868b72c2220, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13033993618822862978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978130339936188228629781303399361882286297813033993618822862978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f1fdd5a-c219-4ed1-a69c-2868b72c2220, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 487d17ae-2980-4490-9d2a-869c409fb525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 487d17ae-2980-4490-9d2a-869c409fb525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9130063744509220510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510913006374450922051091300637445092205109130063744509220510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46b99ed9-eb11-41c6-aa7d-6f30953a6866, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8464fa-0a7d-44c1-83f1-0ba8fad09bdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8464fa-0a7d-44c1-83f1-0ba8fad09bdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8499466214983865636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636849946621498386563684994662149838656368499466214983865636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 487d17ae-2980-4490-9d2a-869c409fb525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7d5f0c9-6865-4b1b-b346-b6394cda4186, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7d5f0c9-6865-4b1b-b346-b6394cda4186, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 657670628230860288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288657670628230860288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8464fa-0a7d-44c1-83f1-0ba8fad09bdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8afc4ac0-06b0-4e7f-b82d-933281cbd62c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8afc4ac0-06b0-4e7f-b82d-933281cbd62c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4809306946348264839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839480930694634826483948093069463482648394809306946348264839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7d5f0c9-6865-4b1b-b346-b6394cda4186, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8afc4ac0-06b0-4e7f-b82d-933281cbd62c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 208507d7-1b0e-4166-bd93-6c00c9c8a41f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208507d7-1b0e-4166-bd93-6c00c9c8a41f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2149647266544009374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374214964726654400937421496472665440093742149647266544009374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c391999-d874-4492-89c8-1f3e6c08ef33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c391999-d874-4492-89c8-1f3e6c08ef33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6783633502178820142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142678363350217882014267836335021788201426783633502178820142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208507d7-1b0e-4166-bd93-6c00c9c8a41f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30d45f6e-a571-4414-8bbe-c5a98ab9f2b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30d45f6e-a571-4414-8bbe-c5a98ab9f2b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13944608078292965160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160139446080782929651601394460807829296516013944608078292965160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c391999-d874-4492-89c8-1f3e6c08ef33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a409a22a-5c0f-496c-a3d9-940f14ca5f53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a409a22a-5c0f-496c-a3d9-940f14ca5f53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16503392588325966414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414165033925883259664141650339258832596641416503392588325966414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30d45f6e-a571-4414-8bbe-c5a98ab9f2b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36bb0a8b-1924-499f-80b1-2f14e521d178, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36bb0a8b-1924-499f-80b1-2f14e521d178, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9779889564556615292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292977988956455661529297798895645566152929779889564556615292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a409a22a-5c0f-496c-a3d9-940f14ca5f53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4abc1e3-4adb-4e6b-8c49-7eeb79d68815, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4abc1e3-4adb-4e6b-8c49-7eeb79d68815, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3406035866554709733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733340603586655470973334060358665547097333406035866554709733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36bb0a8b-1924-499f-80b1-2f14e521d178, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ffcbb7d-2fa9-4c92-9ba0-1592c1b91314, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ffcbb7d-2fa9-4c92-9ba0-1592c1b91314, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190993941883990847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847519099394188399084751909939418839908475190993941883990847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4abc1e3-4adb-4e6b-8c49-7eeb79d68815, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3d77385-a1bd-4143-912f-9944cb23f4ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3d77385-a1bd-4143-912f-9944cb23f4ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12888107502095802577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577128881075020958025771288810750209580257712888107502095802577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ffcbb7d-2fa9-4c92-9ba0-1592c1b91314, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68efe7bb-7f6c-49b8-b968-83c40780a61e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68efe7bb-7f6c-49b8-b968-83c40780a61e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15296648386056807022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022152966483860568070221529664838605680702215296648386056807022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3d77385-a1bd-4143-912f-9944cb23f4ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2408d643-7a7f-41be-ae0f-6440037c3881, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2408d643-7a7f-41be-ae0f-6440037c3881, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6554964514181147117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117655496451418114711765549645141811471176554964514181147117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68efe7bb-7f6c-49b8-b968-83c40780a61e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe8ce3e-1412-47cb-813d-09ab5d75959a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe8ce3e-1412-47cb-813d-09ab5d75959a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368608088180794754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754123686080881807947541236860808818079475412368608088180794754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2408d643-7a7f-41be-ae0f-6440037c3881, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20436804-6bb1-4af6-9a54-92f55dc85ea2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20436804-6bb1-4af6-9a54-92f55dc85ea2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1324006023969536773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773132400602396953677313240060239695367731324006023969536773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe8ce3e-1412-47cb-813d-09ab5d75959a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc7769de-297a-48b4-881d-aee232eb0647, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc7769de-297a-48b4-881d-aee232eb0647, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7202269617255477227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227720226961725547722772022696172554772277202269617255477227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20436804-6bb1-4af6-9a54-92f55dc85ea2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a2b2120-4ac6-4fb7-99be-e7583d46624f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc7769de-297a-48b4-881d-aee232eb0647, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a2b2120-4ac6-4fb7-99be-e7583d46624f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705530168414086238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238970553016841408623897055301684140862389705530168414086238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30e05405-3e6d-4661-9710-c76f635fb4c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30e05405-3e6d-4661-9710-c76f635fb4c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7072625848277825984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984707262584827782598470726258482778259847072625848277825984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a2b2120-4ac6-4fb7-99be-e7583d46624f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc4b6ad-f030-4a6c-b10a-656d050c5c65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc4b6ad-f030-4a6c-b10a-656d050c5c65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7655581063017878884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884765558106301787888476555810630178788847655581063017878884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30e05405-3e6d-4661-9710-c76f635fb4c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4d68829-02a8-41a3-bef0-6edf2ec9d529, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4d68829-02a8-41a3-bef0-6edf2ec9d529, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231465368455736854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854231465368455736854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc4b6ad-f030-4a6c-b10a-656d050c5c65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32a398ad-f63b-4410-b20f-e2fbfb8854b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a398ad-f63b-4410-b20f-e2fbfb8854b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437917339377082188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188443791733937708218844379173393770821884437917339377082188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4d68829-02a8-41a3-bef0-6edf2ec9d529, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78cfa05b-3b8b-4efe-908e-d7db01ade7ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78cfa05b-3b8b-4efe-908e-d7db01ade7ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8114715204965523966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966811471520496552396681147152049655239668114715204965523966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a398ad-f63b-4410-b20f-e2fbfb8854b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb16a5ab-bc51-494e-ad8c-33fe8b1fc824, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb16a5ab-bc51-494e-ad8c-33fe8b1fc824, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4081674528415920796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796408167452841592079640816745284159207964081674528415920796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78cfa05b-3b8b-4efe-908e-d7db01ade7ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c099a395-8d7c-48e2-a1c6-250be0e41934, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c099a395-8d7c-48e2-a1c6-250be0e41934, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13166635133305669226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226131666351333056692261316663513330566922613166635133305669226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb16a5ab-bc51-494e-ad8c-33fe8b1fc824, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3b918e-a218-4dca-9a5b-af2dc0363546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3b918e-a218-4dca-9a5b-af2dc0363546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14658159971598848488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488146581599715988484881465815997159884848814658159971598848488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c099a395-8d7c-48e2-a1c6-250be0e41934, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87e73657-ed8d-4490-a43e-de045e45b297, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87e73657-ed8d-4490-a43e-de045e45b297, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17190467024936674170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170171904670249366741701719046702493667417017190467024936674170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3b918e-a218-4dca-9a5b-af2dc0363546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b55010aa-1461-4345-9554-7ea5333d6d22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b55010aa-1461-4345-9554-7ea5333d6d22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12478883760649889431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431124788837606498894311247888376064988943112478883760649889431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87e73657-ed8d-4490-a43e-de045e45b297, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d9dff3-e000-46a8-9866-b63de642c5c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d9dff3-e000-46a8-9866-b63de642c5c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1917190312183272514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514191719031218327251419171903121832725141917190312183272514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b55010aa-1461-4345-9554-7ea5333d6d22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e45319cb-2144-4595-9c81-7322fb787ce8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45319cb-2144-4595-9c81-7322fb787ce8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464496525712181514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514134644965257121815141346449652571218151413464496525712181514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d9dff3-e000-46a8-9866-b63de642c5c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd137dcf-3eb2-44e7-b893-497420236f91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd137dcf-3eb2-44e7-b893-497420236f91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5494713819501777957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957549471381950177795754947138195017779575494713819501777957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45319cb-2144-4595-9c81-7322fb787ce8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9651d001-8cbf-4b42-a83d-65660e9c5b1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9651d001-8cbf-4b42-a83d-65660e9c5b1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10874144041335115608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608108741440413351156081087414404133511560810874144041335115608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd137dcf-3eb2-44e7-b893-497420236f91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9651d001-8cbf-4b42-a83d-65660e9c5b1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27c9d522-1e1a-43a5-a9de-b2a90ed2af99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 681560b4-6fef-4180-b6b8-99533ff70209, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27c9d522-1e1a-43a5-a9de-b2a90ed2af99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037841470689805298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298140378414706898052981403784147068980529814037841470689805298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 681560b4-6fef-4180-b6b8-99533ff70209, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13039289705345113467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467130392897053451134671303928970534511346713039289705345113467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27c9d522-1e1a-43a5-a9de-b2a90ed2af99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46bea6d5-da22-4882-92d3-626fe72ee739, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46bea6d5-da22-4882-92d3-626fe72ee739, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4139496288954839855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855413949628895483985541394962889548398554139496288954839855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 681560b4-6fef-4180-b6b8-99533ff70209, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4a4e4d0-bab3-43eb-81e9-c6d64c2da669, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4a4e4d0-bab3-43eb-81e9-c6d64c2da669, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 740181269328576528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528740181269328576528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46bea6d5-da22-4882-92d3-626fe72ee739, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b33ad2f-f37b-455e-93b2-baa58675d116, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b33ad2f-f37b-455e-93b2-baa58675d116, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11426186087510463545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545114261860875104635451142618608751046354511426186087510463545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4a4e4d0-bab3-43eb-81e9-c6d64c2da669, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44ae79c-e9d8-43ff-b523-ddb588dd3f75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44ae79c-e9d8-43ff-b523-ddb588dd3f75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14468115561892012723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723144681155618920127231446811556189201272314468115561892012723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b33ad2f-f37b-455e-93b2-baa58675d116, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d758adc9-41d5-4f2e-a5f7-ce8d7bb38d36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d758adc9-41d5-4f2e-a5f7-ce8d7bb38d36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1869806118444150736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736186980611844415073618698061184441507361869806118444150736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44ae79c-e9d8-43ff-b523-ddb588dd3f75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea8bd0d8-a14f-4e52-94f6-5186149ebd70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea8bd0d8-a14f-4e52-94f6-5186149ebd70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6370832882101182699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699637083288210118269963708328821011826996370832882101182699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d758adc9-41d5-4f2e-a5f7-ce8d7bb38d36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26238924-6f65-4e49-a0df-bcf5d6a031c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26238924-6f65-4e49-a0df-bcf5d6a031c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 533841381153379610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610533841381153379610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea8bd0d8-a14f-4e52-94f6-5186149ebd70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84592885-d24a-4c42-ae5e-9124d4ef92dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84592885-d24a-4c42-ae5e-9124d4ef92dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10450323607038080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1045032360703808010450323607038080104503236070380801045032360703808010450323607038080104503236070380801045032360703808010450323607038080104503236070380801045032360703808010450323607038080104503236070380801045032360703808010450323607038080104503236070380801045032360703808010450323607038080104503236070380801045032360703808010450323607038080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84592885-d24a-4c42-ae5e-9124d4ef92dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26238924-6f65-4e49-a0df-bcf5d6a031c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6d403fc-5836-4bf2-bbbc-ffdb7e0727da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6d403fc-5836-4bf2-bbbc-ffdb7e0727da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9855789580649269793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793985578958064926979398557895806492697939855789580649269793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae918ee4-fabf-496a-851d-9261b27ad6a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae918ee4-fabf-496a-851d-9261b27ad6a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8442883079994165743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743844288307999416574384428830799941657438442883079994165743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6d403fc-5836-4bf2-bbbc-ffdb7e0727da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1120a1d-ffc4-44a1-ae7c-a3c98ac87b50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1120a1d-ffc4-44a1-ae7c-a3c98ac87b50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1681153303303755446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446168115330330375544616811533033037554461681153303303755446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae918ee4-fabf-496a-851d-9261b27ad6a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e792281-b547-43e3-9dd5-463de78022ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e792281-b547-43e3-9dd5-463de78022ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1238137427558599597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597123813742755859959712381374275585995971238137427558599597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1120a1d-ffc4-44a1-ae7c-a3c98ac87b50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dea4afc8-eb2f-4a09-a463-df5572da7c21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dea4afc8-eb2f-4a09-a463-df5572da7c21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2588709112211140965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965258870911221114096525887091122111409652588709112211140965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e792281-b547-43e3-9dd5-463de78022ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f54956ab-ab30-445c-b5ac-fbb916777b7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f54956ab-ab30-445c-b5ac-fbb916777b7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928246014652756706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706292824601465275670629282460146527567062928246014652756706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dea4afc8-eb2f-4a09-a463-df5572da7c21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe66fa8d-2f73-4db7-b0cd-4bf0f3c02ef4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe66fa8d-2f73-4db7-b0cd-4bf0f3c02ef4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925802447536820299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299292580244753682029929258024475368202992925802447536820299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f54956ab-ab30-445c-b5ac-fbb916777b7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 504a2c8f-ac8f-4656-a93b-584ead289588, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 504a2c8f-ac8f-4656-a93b-584ead289588, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8681483452553263725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725868148345255326372586814834525532637258681483452553263725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe66fa8d-2f73-4db7-b0cd-4bf0f3c02ef4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69491fb6-f548-4916-b6a5-5e73d028e2c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69491fb6-f548-4916-b6a5-5e73d028e2c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6892111417643762638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638689211141764376263868921114176437626386892111417643762638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 504a2c8f-ac8f-4656-a93b-584ead289588, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef53e174-0056-4c15-95e6-b654045e3841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef53e174-0056-4c15-95e6-b654045e3841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6687947366808157335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335668794736680815733566879473668081573356687947366808157335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69491fb6-f548-4916-b6a5-5e73d028e2c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dfec16e-ad1a-4a8c-a2f5-e5bcc704a527, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dfec16e-ad1a-4a8c-a2f5-e5bcc704a527, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6199609545248328050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050619960954524832805061996095452483280506199609545248328050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef53e174-0056-4c15-95e6-b654045e3841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feac7d97-bde8-45a1-8074-e62da07b4bfd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feac7d97-bde8-45a1-8074-e62da07b4bfd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5539308829972015747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747553930882997201574755393088299720157475539308829972015747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dfec16e-ad1a-4a8c-a2f5-e5bcc704a527, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f662342-05f2-4539-be40-79892e8a54e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f662342-05f2-4539-be40-79892e8a54e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18237552722595206601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601182375527225952066011823755272259520660118237552722595206601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feac7d97-bde8-45a1-8074-e62da07b4bfd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 125e07c0-c696-4ff1-863d-abb028a238b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 125e07c0-c696-4ff1-863d-abb028a238b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7716809871275977525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525771680987127597752577168098712759775257716809871275977525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f662342-05f2-4539-be40-79892e8a54e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76dcb3ec-7b6b-4d2a-9638-211ddf306e2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76dcb3ec-7b6b-4d2a-9638-211ddf306e2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18343269224555024563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563183432692245550245631834326922455502456318343269224555024563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 125e07c0-c696-4ff1-863d-abb028a238b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46577173-b0ff-4f9b-9643-b94f1b37a316, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46577173-b0ff-4f9b-9643-b94f1b37a316, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10985916199833139671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671109859161998331396711098591619983313967110985916199833139671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76dcb3ec-7b6b-4d2a-9638-211ddf306e2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6844f66e-c80f-40ad-b830-d0f6a0c24564, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6844f66e-c80f-40ad-b830-d0f6a0c24564, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14895450900355311864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864148954509003553118641489545090035531186414895450900355311864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46577173-b0ff-4f9b-9643-b94f1b37a316, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4abeb479-2890-43f6-88cb-b150fae6c34f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4abeb479-2890-43f6-88cb-b150fae6c34f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13956795438190236716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716139567954381902367161395679543819023671613956795438190236716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6844f66e-c80f-40ad-b830-d0f6a0c24564, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83602e47-14f0-4b9c-bb73-168b4409a7e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83602e47-14f0-4b9c-bb73-168b4409a7e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242405536798988895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895142424055367989888951424240553679898889514242405536798988895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4abeb479-2890-43f6-88cb-b150fae6c34f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0649adb3-d69a-4470-a223-5c3fbfbf4707, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0649adb3-d69a-4470-a223-5c3fbfbf4707, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6241800013049438598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598624180001304943859862418000130494385986241800013049438598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83602e47-14f0-4b9c-bb73-168b4409a7e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 564f3a0b-1283-4c3c-bfd2-9ae59c460505, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 564f3a0b-1283-4c3c-bfd2-9ae59c460505, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 114189939387806686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686114189939387806686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0649adb3-d69a-4470-a223-5c3fbfbf4707, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 564f3a0b-1283-4c3c-bfd2-9ae59c460505, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d7b9e93-852c-4b9b-bbe9-eaa3610d043e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cee4449-94d3-4704-9b9e-e299d1c9e713, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d7b9e93-852c-4b9b-bbe9-eaa3610d043e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655189890438871411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411165518989043887141116551898904388714111655189890438871411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cee4449-94d3-4704-9b9e-e299d1c9e713, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15972980629193758997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997159729806291937589971597298062919375899715972980629193758997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d7b9e93-852c-4b9b-bbe9-eaa3610d043e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 585fd178-f8f7-47da-a02e-18295df497a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cee4449-94d3-4704-9b9e-e299d1c9e713, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 585fd178-f8f7-47da-a02e-18295df497a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8546486208565871899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899854648620856587189985464862085658718998546486208565871899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de82ed22-feaf-4ef9-af02-0cc6158f963a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de82ed22-feaf-4ef9-af02-0cc6158f963a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17832651983928287544 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544178326519839282875441783265198392828754417832651983928287544" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 585fd178-f8f7-47da-a02e-18295df497a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 633e93ec-49e2-42ce-982d-49fa2c7b1b75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 633e93ec-49e2-42ce-982d-49fa2c7b1b75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8687058984151204030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030868705898415120403086870589841512040308687058984151204030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de82ed22-feaf-4ef9-af02-0cc6158f963a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c572dcae-2bfc-495d-a1c9-73b3971086da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c572dcae-2bfc-495d-a1c9-73b3971086da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218046796538604320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320221804679653860432022180467965386043202218046796538604320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 633e93ec-49e2-42ce-982d-49fa2c7b1b75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7299f7f0-62b4-4fcc-83e3-f483240bde0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7299f7f0-62b4-4fcc-83e3-f483240bde0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 122279251802789392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392122279251802789392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c572dcae-2bfc-495d-a1c9-73b3971086da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc1d8e57-f621-4b7e-9cd7-ff73373be7bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc1d8e57-f621-4b7e-9cd7-ff73373be7bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12799498976459722756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756127994989764597227561279949897645972275612799498976459722756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7299f7f0-62b4-4fcc-83e3-f483240bde0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 187fd6c9-641d-4c04-9ea5-5b2803ca8381, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 187fd6c9-641d-4c04-9ea5-5b2803ca8381, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6834840913052293823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823683484091305229382368348409130522938236834840913052293823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc1d8e57-f621-4b7e-9cd7-ff73373be7bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d851c9a3-1a2c-4cf4-af76-1a245b587094, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d851c9a3-1a2c-4cf4-af76-1a245b587094, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9143837839987851893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893914383783998785189391438378399878518939143837839987851893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 187fd6c9-641d-4c04-9ea5-5b2803ca8381, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b3a55b7-55ac-4abd-bac9-ec210eb79818, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b3a55b7-55ac-4abd-bac9-ec210eb79818, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6016469810289123442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442601646981028912344260164698102891234426016469810289123442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d851c9a3-1a2c-4cf4-af76-1a245b587094, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58c08222-649d-43ab-b1d0-d80d1ca7c9f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c08222-649d-43ab-b1d0-d80d1ca7c9f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15892492955118126057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057158924929551181260571589249295511812605715892492955118126057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b3a55b7-55ac-4abd-bac9-ec210eb79818, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1591b4c-3765-41ff-863a-74d96dc90a08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1591b4c-3765-41ff-863a-74d96dc90a08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11688566265793475215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215116885662657934752151168856626579347521511688566265793475215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c08222-649d-43ab-b1d0-d80d1ca7c9f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7fc5aac-5039-4a80-b676-71fbed471fec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7fc5aac-5039-4a80-b676-71fbed471fec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15016739532064799873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873150167395320647998731501673953206479987315016739532064799873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1591b4c-3765-41ff-863a-74d96dc90a08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43804092-c95e-41dc-ace5-40103584abcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43804092-c95e-41dc-ace5-40103584abcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6611014695576676059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059661101469557667605966110146955766760596611014695576676059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7fc5aac-5039-4a80-b676-71fbed471fec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ef1090b-a164-48ae-a53e-546e0ac70dc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ef1090b-a164-48ae-a53e-546e0ac70dc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15880716840266066010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010158807168402660660101588071684026606601015880716840266066010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43804092-c95e-41dc-ace5-40103584abcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51cfb84-1df0-4d8e-a9bf-b4b720a83c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51cfb84-1df0-4d8e-a9bf-b4b720a83c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16641937250731938891 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891166419372507319388911664193725073193889116641937250731938891" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ef1090b-a164-48ae-a53e-546e0ac70dc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90edcb6d-5b8c-4164-8856-d9df821c14ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90edcb6d-5b8c-4164-8856-d9df821c14ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7170020316778852535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535717002031677885253571700203167788525357170020316778852535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51cfb84-1df0-4d8e-a9bf-b4b720a83c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 448db4c4-b9ce-4bbd-80b5-edee09e6a8ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 448db4c4-b9ce-4bbd-80b5-edee09e6a8ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9706696372211564956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956970669637221156495697066963722115649569706696372211564956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90edcb6d-5b8c-4164-8856-d9df821c14ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 448db4c4-b9ce-4bbd-80b5-edee09e6a8ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a664436-168b-4919-8fe4-47d4b38aa673, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a664436-168b-4919-8fe4-47d4b38aa673, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2479332525865190432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432247933252586519043224793325258651904322479332525865190432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c409dc5c-9233-4e10-9c7f-b7bd677b51cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c409dc5c-9233-4e10-9c7f-b7bd677b51cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15624635708699544646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646156246357086995446461562463570869954464615624635708699544646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a664436-168b-4919-8fe4-47d4b38aa673, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e538ac2e-2bc1-4cc4-b239-359fd76fbb68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e538ac2e-2bc1-4cc4-b239-359fd76fbb68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15562438675368299019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019155624386753682990191556243867536829901915562438675368299019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c409dc5c-9233-4e10-9c7f-b7bd677b51cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37fc2669-fa54-4aca-952f-d872c850a2f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37fc2669-fa54-4aca-952f-d872c850a2f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7938882475420885561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561793888247542088556179388824754208855617938882475420885561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e538ac2e-2bc1-4cc4-b239-359fd76fbb68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 910cdfc7-4bda-4c61-9d9c-d4a9f55fd890, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 910cdfc7-4bda-4c61-9d9c-d4a9f55fd890, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3085361215655391258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258308536121565539125830853612156553912583085361215655391258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37fc2669-fa54-4aca-952f-d872c850a2f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ba7f19e-d375-45b6-9c65-1d2c6849e573, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ba7f19e-d375-45b6-9c65-1d2c6849e573, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1213279284216623264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264121327928421662326412132792842166232641213279284216623264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 910cdfc7-4bda-4c61-9d9c-d4a9f55fd890, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc2937fd-db7d-4afa-a7a8-0432f3ea71ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc2937fd-db7d-4afa-a7a8-0432f3ea71ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11615434262126595749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749116154342621265957491161543426212659574911615434262126595749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ba7f19e-d375-45b6-9c65-1d2c6849e573, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e735b235-7339-4b52-bfd5-dc2b5ac8fb59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e735b235-7339-4b52-bfd5-dc2b5ac8fb59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3370691892080198039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039337069189208019803933706918920801980393370691892080198039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc2937fd-db7d-4afa-a7a8-0432f3ea71ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e735b235-7339-4b52-bfd5-dc2b5ac8fb59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 488eb365-757d-44dc-99d5-5e5f462bfbe1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 488eb365-757d-44dc-99d5-5e5f462bfbe1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5854721402039675561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561585472140203967556158547214020396755615854721402039675561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27860f9c-e757-439e-b349-11bf5e2e9527, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27860f9c-e757-439e-b349-11bf5e2e9527, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 655591517147692943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943655591517147692943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 488eb365-757d-44dc-99d5-5e5f462bfbe1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ed87781-f371-4932-afba-05257f28cecb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ed87781-f371-4932-afba-05257f28cecb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15503047429567485784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784155030474295674857841550304742956748578415503047429567485784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27860f9c-e757-439e-b349-11bf5e2e9527, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1c5af9-78c3-43f9-99b1-75dba5cf9a73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1c5af9-78c3-43f9-99b1-75dba5cf9a73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10735856086054032111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111107358560860540321111073585608605403211110735856086054032111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ed87781-f371-4932-afba-05257f28cecb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e387ce-e4f4-4414-b2a5-a8003a5f19eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e387ce-e4f4-4414-b2a5-a8003a5f19eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18347659215829175557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557183476592158291755571834765921582917555718347659215829175557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1c5af9-78c3-43f9-99b1-75dba5cf9a73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbc0ddca-a4d0-4596-9de0-3200e4bf3049, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc0ddca-a4d0-4596-9de0-3200e4bf3049, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1937957491314395672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672193795749131439567219379574913143956721937957491314395672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc0ddca-a4d0-4596-9de0-3200e4bf3049, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aa75db0-ec6b-4ad2-9302-c9cbb541b471, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aa75db0-ec6b-4ad2-9302-c9cbb541b471, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14038861088843043254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254140388610888430432541403886108884304325414038861088843043254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e387ce-e4f4-4414-b2a5-a8003a5f19eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c41dcd4a-7363-4d4c-9f4b-fc76a101b7b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c41dcd4a-7363-4d4c-9f4b-fc76a101b7b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9517418564278605562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562951741856427860556295174185642786055629517418564278605562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aa75db0-ec6b-4ad2-9302-c9cbb541b471, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a33a715-adc1-4f09-888f-6615de2f86ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a33a715-adc1-4f09-888f-6615de2f86ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8557157584147462513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513855715758414746251385571575841474625138557157584147462513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c41dcd4a-7363-4d4c-9f4b-fc76a101b7b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 422c2b22-67eb-4906-8a59-fe2fd5e7f95a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 422c2b22-67eb-4906-8a59-fe2fd5e7f95a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11013945860069711458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458110139458600697114581101394586006971145811013945860069711458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a33a715-adc1-4f09-888f-6615de2f86ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 422c2b22-67eb-4906-8a59-fe2fd5e7f95a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f960bf78-343f-48aa-a09f-06bb410c4695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f960bf78-343f-48aa-a09f-06bb410c4695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14996500431692807749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749149965004316928077491499650043169280774914996500431692807749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 526ce3d5-7009-4537-9563-fdc5b10b5a6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 526ce3d5-7009-4537-9563-fdc5b10b5a6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10531986010284653980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980105319860102846539801053198601028465398010531986010284653980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f960bf78-343f-48aa-a09f-06bb410c4695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85e08d4-e15d-41cc-82d3-8f3a26d6f97a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85e08d4-e15d-41cc-82d3-8f3a26d6f97a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8356731398669692145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145835673139866969214583567313986696921458356731398669692145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 526ce3d5-7009-4537-9563-fdc5b10b5a6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc31136f-3fce-4a09-952d-546f2e122b69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc31136f-3fce-4a09-952d-546f2e122b69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17888868160647149345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345178888681606471493451788886816064714934517888868160647149345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85e08d4-e15d-41cc-82d3-8f3a26d6f97a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1cece99-f041-4dd2-b236-4c0283eb01b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc31136f-3fce-4a09-952d-546f2e122b69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d03b44e-8846-4019-b3fc-54872be25f4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1cece99-f041-4dd2-b236-4c0283eb01b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4130301563501040788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788413030156350104078841303015635010407884130301563501040788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d03b44e-8846-4019-b3fc-54872be25f4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1064233476401774109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109106423347640177410910642334764017741091064233476401774109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d03b44e-8846-4019-b3fc-54872be25f4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1cece99-f041-4dd2-b236-4c0283eb01b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93047afe-52cd-4912-b5fa-ef7e9ae4b164, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93047afe-52cd-4912-b5fa-ef7e9ae4b164, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2212262043053403857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857221226204305340385722122620430534038572212262043053403857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43500d16-7448-49e2-96e2-8f7c9d1f4210, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43500d16-7448-49e2-96e2-8f7c9d1f4210, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8765257996416375212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212876525799641637521287652579964163752128765257996416375212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93047afe-52cd-4912-b5fa-ef7e9ae4b164, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e01de5b-c90a-4213-a54e-f2790c498be4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e01de5b-c90a-4213-a54e-f2790c498be4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9401387827723386658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658940138782772338665894013878277233866589401387827723386658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e01de5b-c90a-4213-a54e-f2790c498be4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23ea1a35-fd32-47b6-9258-a9e4feb29e24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23ea1a35-fd32-47b6-9258-a9e4feb29e24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1855974060885708325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325185597406088570832518559740608857083251855974060885708325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43500d16-7448-49e2-96e2-8f7c9d1f4210, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36402c03-0693-4f91-891b-7d40fba6c035, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36402c03-0693-4f91-891b-7d40fba6c035, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5272486401492354449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449527248640149235444952724864014923544495272486401492354449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23ea1a35-fd32-47b6-9258-a9e4feb29e24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40929950-1baf-44b5-b93b-be783d96f100, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40929950-1baf-44b5-b93b-be783d96f100, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5645635923954961857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857564563592395496185756456359239549618575645635923954961857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36402c03-0693-4f91-891b-7d40fba6c035, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e37a41c-77d0-49a9-ab2f-f144cbb959a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e37a41c-77d0-49a9-ab2f-f144cbb959a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11517007482118165984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984115170074821181659841151700748211816598411517007482118165984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40929950-1baf-44b5-b93b-be783d96f100, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 311824eb-5554-4ab6-8ca2-eede7db04b83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 311824eb-5554-4ab6-8ca2-eede7db04b83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2422272100764417272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272242227210076441727224222721007644172722422272100764417272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e37a41c-77d0-49a9-ab2f-f144cbb959a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc9b0592-7c80-437d-afd3-2fbd412dcad4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9b0592-7c80-437d-afd3-2fbd412dcad4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 603825770768880944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944603825770768880944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 311824eb-5554-4ab6-8ca2-eede7db04b83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c42a6a22-c89d-4160-9282-b0afd1b69de8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c42a6a22-c89d-4160-9282-b0afd1b69de8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12650120732187648875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875126501207321876488751265012073218764887512650120732187648875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9b0592-7c80-437d-afd3-2fbd412dcad4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcb2bbf0-920c-465b-bb7f-3089d315966b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcb2bbf0-920c-465b-bb7f-3089d315966b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11358278361107008060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060113582783611070080601135827836110700806011358278361107008060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c42a6a22-c89d-4160-9282-b0afd1b69de8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add9a6a2-b7c0-4379-8dd6-9af299d7edbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add9a6a2-b7c0-4379-8dd6-9af299d7edbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15882751732600384117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117158827517326003841171588275173260038411715882751732600384117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcb2bbf0-920c-465b-bb7f-3089d315966b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d079db52-b575-444e-a09b-5f088a2b8135, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d079db52-b575-444e-a09b-5f088a2b8135, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8436012813641534082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082843601281364153408284360128136415340828436012813641534082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add9a6a2-b7c0-4379-8dd6-9af299d7edbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b247a14-26cd-4dfa-accd-f231aae10aa6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b247a14-26cd-4dfa-accd-f231aae10aa6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15159322316484457325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325151593223164844573251515932231648445732515159322316484457325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d079db52-b575-444e-a09b-5f088a2b8135, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 755b0056-a9ec-43a0-b454-e386b7a0443a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 755b0056-a9ec-43a0-b454-e386b7a0443a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5787823964208498687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687578782396420849868757878239642084986875787823964208498687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b247a14-26cd-4dfa-accd-f231aae10aa6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcd1123d-9423-423b-a6bb-ae5e025a19fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcd1123d-9423-423b-a6bb-ae5e025a19fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8394795638719499979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979839479563871949997983947956387194999798394795638719499979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 755b0056-a9ec-43a0-b454-e386b7a0443a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ae34627-a4bf-467b-8509-03355e0bc77d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ae34627-a4bf-467b-8509-03355e0bc77d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8100660863374722581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581810066086337472258181006608633747225818100660863374722581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcd1123d-9423-423b-a6bb-ae5e025a19fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 359a0af5-256e-4253-ae94-f97933d27ffd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 359a0af5-256e-4253-ae94-f97933d27ffd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15361459649108556768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768153614596491085567681536145964910855676815361459649108556768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ae34627-a4bf-467b-8509-03355e0bc77d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab51b7c-d888-4961-bcd3-b3054c4b31e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab51b7c-d888-4961-bcd3-b3054c4b31e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2165911965958971553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553216591196595897155321659119659589715532165911965958971553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 359a0af5-256e-4253-ae94-f97933d27ffd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe884bd7-e1e5-43f1-907d-20adb00424fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe884bd7-e1e5-43f1-907d-20adb00424fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248224496588290640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640162482244965882906401624822449658829064016248224496588290640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab51b7c-d888-4961-bcd3-b3054c4b31e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6b5dce2-b208-4ffb-9da2-a668e6339180, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b5dce2-b208-4ffb-9da2-a668e6339180, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3087681731289451936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936308768173128945193630876817312894519363087681731289451936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe884bd7-e1e5-43f1-907d-20adb00424fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a4dc87b-0a81-4069-9cff-779cb023ab16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a4dc87b-0a81-4069-9cff-779cb023ab16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4334321600284428238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238433432160028442823843343216002844282384334321600284428238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b5dce2-b208-4ffb-9da2-a668e6339180, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fdd9e3b-dacb-470c-9927-5456e6820df0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fdd9e3b-dacb-470c-9927-5456e6820df0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9555521517202801630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630955552151720280163095555215172028016309555521517202801630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a4dc87b-0a81-4069-9cff-779cb023ab16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0e48710-fce6-4999-bda8-9878dd1e3b52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0e48710-fce6-4999-bda8-9878dd1e3b52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7332119722521120688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688733211972252112068873321197225211206887332119722521120688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fdd9e3b-dacb-470c-9927-5456e6820df0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312dcbff-b1ea-47bf-96a7-7eef4dd40f2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312dcbff-b1ea-47bf-96a7-7eef4dd40f2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13186288847285289409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409131862888472852894091318628884728528940913186288847285289409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0e48710-fce6-4999-bda8-9878dd1e3b52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b3fa7f9-83f3-4029-8fd2-c0fef515b8f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b3fa7f9-83f3-4029-8fd2-c0fef515b8f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17909075200958779287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287179090752009587792871790907520095877928717909075200958779287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312dcbff-b1ea-47bf-96a7-7eef4dd40f2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60dacdf6-e98f-4931-bd5f-a0233c0ffd6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60dacdf6-e98f-4931-bd5f-a0233c0ffd6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17550767601685996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755076760168599617550767601685996175507676016859961755076760168599617550767601685996175507676016859961755076760168599617550767601685996175507676016859961755076760168599617550767601685996175507676016859961755076760168599617550767601685996175507676016859961755076760168599617550767601685996175507676016859961755076760168599617550767601685996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b3fa7f9-83f3-4029-8fd2-c0fef515b8f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74e1ed01-e3b8-41bc-addc-54fafb5cba62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e1ed01-e3b8-41bc-addc-54fafb5cba62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10736508696811666481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481107365086968116664811073650869681166648110736508696811666481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60dacdf6-e98f-4931-bd5f-a0233c0ffd6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd5fa9f3-dd7f-4adf-b76d-221ee38cf41e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd5fa9f3-dd7f-4adf-b76d-221ee38cf41e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465759873397523695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695154657598733975236951546575987339752369515465759873397523695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e1ed01-e3b8-41bc-addc-54fafb5cba62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47d67d6b-8940-4716-af3a-b29bcad1e4b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47d67d6b-8940-4716-af3a-b29bcad1e4b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6724199145853241511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511672419914585324151167241991458532415116724199145853241511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd5fa9f3-dd7f-4adf-b76d-221ee38cf41e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5163c3c2-4f3f-49cd-a35b-135add5492f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5163c3c2-4f3f-49cd-a35b-135add5492f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1186997032270949718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718118699703227094971811869970322709497181186997032270949718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47d67d6b-8940-4716-af3a-b29bcad1e4b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9aa53fa-b1bb-42e3-9c0e-3ecfb2555658, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9aa53fa-b1bb-42e3-9c0e-3ecfb2555658, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2498829564033047922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922249882956403304792224988295640330479222498829564033047922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5163c3c2-4f3f-49cd-a35b-135add5492f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ade05e2-eee5-47b7-b522-5a52d9ff2a92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ade05e2-eee5-47b7-b522-5a52d9ff2a92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2659164481788388551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551265916448178838855126591644817883885512659164481788388551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9aa53fa-b1bb-42e3-9c0e-3ecfb2555658, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 566cd9f3-29ab-4fbb-9d18-28ca407e2eac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566cd9f3-29ab-4fbb-9d18-28ca407e2eac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2439130602159857243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243243913060215985724324391306021598572432439130602159857243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ade05e2-eee5-47b7-b522-5a52d9ff2a92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 383231ef-e412-4760-af76-a194dfb89ce2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 383231ef-e412-4760-af76-a194dfb89ce2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16479481045634572966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966164794810456345729661647948104563457296616479481045634572966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566cd9f3-29ab-4fbb-9d18-28ca407e2eac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b43b38a-33d4-475c-86bb-8ef8c98c1a65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b43b38a-33d4-475c-86bb-8ef8c98c1a65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12621026118347408808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808126210261183474088081262102611834740880812621026118347408808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 383231ef-e412-4760-af76-a194dfb89ce2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1551da7a-5aa5-4c51-997c-a5cdd6965254, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b43b38a-33d4-475c-86bb-8ef8c98c1a65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1551da7a-5aa5-4c51-997c-a5cdd6965254, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1037517230659652955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955103751723065965295510375172306596529551037517230659652955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e869ee1-c309-45b7-a824-2ac7d902b580, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e869ee1-c309-45b7-a824-2ac7d902b580, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15376217494185856432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432153762174941858564321537621749418585643215376217494185856432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1551da7a-5aa5-4c51-997c-a5cdd6965254, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e869ee1-c309-45b7-a824-2ac7d902b580, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fdc2700-4df3-43d8-b5eb-fd44c8af70ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fdc2700-4df3-43d8-b5eb-fd44c8af70ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12513088435654503183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183125130884356545031831251308843565450318312513088435654503183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebccbf8b-a47e-4815-b795-7ce340db6112, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebccbf8b-a47e-4815-b795-7ce340db6112, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10081477362371153097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097100814773623711530971008147736237115309710081477362371153097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fdc2700-4df3-43d8-b5eb-fd44c8af70ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebccbf8b-a47e-4815-b795-7ce340db6112, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bea985-1183-4978-84b2-9fe4002c58c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bea985-1183-4978-84b2-9fe4002c58c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11479179616709327160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160114791796167093271601147917961670932716011479179616709327160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 810b4522-10f4-4434-8ae4-158d1374ff2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 810b4522-10f4-4434-8ae4-158d1374ff2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 971684876138948195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195971684876138948195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bea985-1183-4978-84b2-9fe4002c58c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59756cb6-3981-4c11-ac55-044ca6ab0eca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59756cb6-3981-4c11-ac55-044ca6ab0eca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828731630686126982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982128287316306861269821282873163068612698212828731630686126982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 810b4522-10f4-4434-8ae4-158d1374ff2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4c84d76-8c09-492f-b739-ef24bc8ce1c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4c84d76-8c09-492f-b739-ef24bc8ce1c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054014019262175485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485905401401926217548590540140192621754859054014019262175485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59756cb6-3981-4c11-ac55-044ca6ab0eca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 161a4cbd-2a6d-4a66-993f-19b69dd5b0ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4c84d76-8c09-492f-b739-ef24bc8ce1c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 161a4cbd-2a6d-4a66-993f-19b69dd5b0ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10638929086664294022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022106389290866642940221063892908666429402210638929086664294022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2682114-68c0-42c4-b991-4b38cd11341a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2682114-68c0-42c4-b991-4b38cd11341a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13230341953760792808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808132303419537607928081323034195376079280813230341953760792808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 161a4cbd-2a6d-4a66-993f-19b69dd5b0ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecccc968-2dff-4abf-bd6c-09aa3a4f0162, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2682114-68c0-42c4-b991-4b38cd11341a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecccc968-2dff-4abf-bd6c-09aa3a4f0162, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14394020717295161954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954143940207172951619541439402071729516195414394020717295161954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcb81860-78d0-47bb-9b83-e029de5190fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcb81860-78d0-47bb-9b83-e029de5190fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2910481099731956680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680291048109973195668029104810997319566802910481099731956680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecccc968-2dff-4abf-bd6c-09aa3a4f0162, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c90aaf8-ab11-486f-9ffb-6c5d67e330f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c90aaf8-ab11-486f-9ffb-6c5d67e330f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13229962951014951196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196132299629510149511961322996295101495119613229962951014951196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcb81860-78d0-47bb-9b83-e029de5190fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f96e2f9-e986-4f1a-9ee5-fb31f538367e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f96e2f9-e986-4f1a-9ee5-fb31f538367e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17048357913103786218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218170483579131037862181704835791310378621817048357913103786218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c90aaf8-ab11-486f-9ffb-6c5d67e330f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f96e2f9-e986-4f1a-9ee5-fb31f538367e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c793447b-7001-4355-b7c6-400e0352f5fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ca220ad-7e32-4820-99c5-159b4eb2b344, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c793447b-7001-4355-b7c6-400e0352f5fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8561020604036465990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990856102060403646599085610206040364659908561020604036465990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ca220ad-7e32-4820-99c5-159b4eb2b344, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6950229303888390839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839695022930388839083969502293038883908396950229303888390839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ca220ad-7e32-4820-99c5-159b4eb2b344, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75be4371-9e51-46c1-ad3b-3ca239525e8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c793447b-7001-4355-b7c6-400e0352f5fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75be4371-9e51-46c1-ad3b-3ca239525e8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17399572362452111030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030173995723624521110301739957236245211103017399572362452111030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2362944-4293-4654-b3aa-bd6a6b75df55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2362944-4293-4654-b3aa-bd6a6b75df55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13770999403695616531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531137709994036956165311377099940369561653113770999403695616531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75be4371-9e51-46c1-ad3b-3ca239525e8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bb0d37e-0f30-446b-8ca9-f25ac401f9a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb0d37e-0f30-446b-8ca9-f25ac401f9a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2361741204107739258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258236174120410773925823617412041077392582361741204107739258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2362944-4293-4654-b3aa-bd6a6b75df55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06c00ed3-646f-4174-93f1-35302fe3ef0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06c00ed3-646f-4174-93f1-35302fe3ef0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766544108207082132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132976654410820708213297665441082070821329766544108207082132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb0d37e-0f30-446b-8ca9-f25ac401f9a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1a4d125-cd89-4e81-93bf-f590b1f12022, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1a4d125-cd89-4e81-93bf-f590b1f12022, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13196348712594441035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035131963487125944410351319634871259444103513196348712594441035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06c00ed3-646f-4174-93f1-35302fe3ef0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdca6037-f347-434b-ba13-0d02bcb72dda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdca6037-f347-434b-ba13-0d02bcb72dda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 601336095440323745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745601336095440323745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1a4d125-cd89-4e81-93bf-f590b1f12022, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e82017a4-cf55-4371-a90f-8a8227c09d58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82017a4-cf55-4371-a90f-8a8227c09d58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1124637364893986843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843112463736489398684311246373648939868431124637364893986843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdca6037-f347-434b-ba13-0d02bcb72dda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab8c37bd-df4b-488a-be15-7297787071bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab8c37bd-df4b-488a-be15-7297787071bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10692507616919721581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581106925076169197215811069250761691972158110692507616919721581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82017a4-cf55-4371-a90f-8a8227c09d58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab8c37bd-df4b-488a-be15-7297787071bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79973bc8-8602-4b49-bf0b-ed8e75ce825a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79973bc8-8602-4b49-bf0b-ed8e75ce825a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10339545542928637697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697103395455429286376971033954554292863769710339545542928637697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a368810-b8e7-4567-857f-464f439d2d2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a368810-b8e7-4567-857f-464f439d2d2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12494174376122936674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674124941743761229366741249417437612293667412494174376122936674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79973bc8-8602-4b49-bf0b-ed8e75ce825a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24957388-12d5-4041-b506-5566c886c109, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24957388-12d5-4041-b506-5566c886c109, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7809174462210141803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803780917446221014180378091744622101418037809174462210141803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a368810-b8e7-4567-857f-464f439d2d2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf491b40-6be9-4704-85e2-228cdd395d5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf491b40-6be9-4704-85e2-228cdd395d5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14553106302941952736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736145531063029419527361455310630294195273614553106302941952736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24957388-12d5-4041-b506-5566c886c109, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95a89421-cac2-4af8-af2c-4fd3453e999c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a89421-cac2-4af8-af2c-4fd3453e999c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17723593123512795631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631177235931235127956311772359312351279563117723593123512795631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf491b40-6be9-4704-85e2-228cdd395d5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba35328-2b19-44d8-8f5a-4d9f0aa15c5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba35328-2b19-44d8-8f5a-4d9f0aa15c5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4135622873809281600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600413562287380928160041356228738092816004135622873809281600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a89421-cac2-4af8-af2c-4fd3453e999c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e27f4297-de1d-4b6e-9880-ad02bef68ed0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e27f4297-de1d-4b6e-9880-ad02bef68ed0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10994474171505379205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205109944741715053792051099447417150537920510994474171505379205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba35328-2b19-44d8-8f5a-4d9f0aa15c5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 731bbaf1-e3f6-401a-aa36-3802f647a4ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 731bbaf1-e3f6-401a-aa36-3802f647a4ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17226315419713527607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607172263154197135276071722631541971352760717226315419713527607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e27f4297-de1d-4b6e-9880-ad02bef68ed0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3ae2ef7-1b68-42b8-ad34-b70f1b1a74c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3ae2ef7-1b68-42b8-ad34-b70f1b1a74c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8508917274071041997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997850891727407104199785089172740710419978508917274071041997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 731bbaf1-e3f6-401a-aa36-3802f647a4ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41dab40e-5a51-4333-b311-9b8dd7c93166, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41dab40e-5a51-4333-b311-9b8dd7c93166, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2515605554140211836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836251560555414021183625156055541402118362515605554140211836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3ae2ef7-1b68-42b8-ad34-b70f1b1a74c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41dab40e-5a51-4333-b311-9b8dd7c93166, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b73ecca-182e-4077-ab43-e85af7e28b6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b73ecca-182e-4077-ab43-e85af7e28b6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209822601021177284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284162098226010211772841620982260102117728416209822601021177284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58e17249-3631-4bb7-9180-46b73344bf3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58e17249-3631-4bb7-9180-46b73344bf3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8853214120141486388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388885321412014148638888532141201414863888853214120141486388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b73ecca-182e-4077-ab43-e85af7e28b6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba55ae7-1c56-4ecc-88ca-c9f5a0ef931b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba55ae7-1c56-4ecc-88ca-c9f5a0ef931b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8366527970337756991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991836652797033775699183665279703377569918366527970337756991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58e17249-3631-4bb7-9180-46b73344bf3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e40110c-cadf-4d63-9a0b-332b543460ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e40110c-cadf-4d63-9a0b-332b543460ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368208413961938299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299153682084139619382991536820841396193829915368208413961938299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba55ae7-1c56-4ecc-88ca-c9f5a0ef931b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45944ce1-9b75-4159-80b5-cc34d026945d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45944ce1-9b75-4159-80b5-cc34d026945d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13312024424379327198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198133120244243793271981331202442437932719813312024424379327198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e40110c-cadf-4d63-9a0b-332b543460ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58ed05b3-8540-47b3-ae0f-9504d3529c2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58ed05b3-8540-47b3-ae0f-9504d3529c2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9833375782387563240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240983337578238756324098333757823875632409833375782387563240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45944ce1-9b75-4159-80b5-cc34d026945d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58ed05b3-8540-47b3-ae0f-9504d3529c2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 741c6e8e-6280-46de-8820-4b3541824df0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e68e7c2-48c1-4276-a8ff-e60fdbb7ebc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e68e7c2-48c1-4276-a8ff-e60fdbb7ebc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9733715417204769194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194973371541720476919497337154172047691949733715417204769194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 741c6e8e-6280-46de-8820-4b3541824df0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17916920539331686007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007179169205393316860071791692053933168600717916920539331686007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e68e7c2-48c1-4276-a8ff-e60fdbb7ebc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 741c6e8e-6280-46de-8820-4b3541824df0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c77eb5-9005-436b-9288-25e0c548a143, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c77eb5-9005-436b-9288-25e0c548a143, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9293010680302302441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441929301068030230244192930106803023024419293010680302302441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e0a8b14-eece-4d8a-92ff-c676d9e4824d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e0a8b14-eece-4d8a-92ff-c676d9e4824d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7640445406087652037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037764044540608765203776404454060876520377640445406087652037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c77eb5-9005-436b-9288-25e0c548a143, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35c08278-be2a-4f4a-86b7-4e7651b36084, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c08278-be2a-4f4a-86b7-4e7651b36084, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6108052671321503656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656610805267132150365661080526713215036566108052671321503656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e0a8b14-eece-4d8a-92ff-c676d9e4824d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00750bb0-0a6a-4fa2-96ff-6ab7dbd89261, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c08278-be2a-4f4a-86b7-4e7651b36084, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 393b659e-c88a-43e0-9df0-7fe19683cf1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 393b659e-c88a-43e0-9df0-7fe19683cf1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8312557913995883235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235831255791399588323583125579139958832358312557913995883235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00750bb0-0a6a-4fa2-96ff-6ab7dbd89261, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5818127802819787964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964581812780281978796458181278028197879645818127802819787964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 393b659e-c88a-43e0-9df0-7fe19683cf1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a7f2dca-a84f-45aa-b5a3-870a127c08a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a7f2dca-a84f-45aa-b5a3-870a127c08a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17070789161514255824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824170707891615142558241707078916151425582417070789161514255824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00750bb0-0a6a-4fa2-96ff-6ab7dbd89261, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3024bb4f-20e6-4f31-a28e-e33023291b47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3024bb4f-20e6-4f31-a28e-e33023291b47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3412338322869294736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736341233832286929473634123383228692947363412338322869294736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a7f2dca-a84f-45aa-b5a3-870a127c08a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f7fc397-1c8c-4494-8997-ef32f6d842f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f7fc397-1c8c-4494-8997-ef32f6d842f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5310318255511503872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872531031825551150387253103182555115038725310318255511503872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3024bb4f-20e6-4f31-a28e-e33023291b47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e16aca0-59a3-4c32-83d4-396054c106ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e16aca0-59a3-4c32-83d4-396054c106ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15390262099261746857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857153902620992617468571539026209926174685715390262099261746857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f7fc397-1c8c-4494-8997-ef32f6d842f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43222c34-f606-424e-879e-75b233d6e42d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43222c34-f606-424e-879e-75b233d6e42d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2812431148646368156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156281243114864636815628124311486463681562812431148646368156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e16aca0-59a3-4c32-83d4-396054c106ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a060009-8814-4b91-8923-7ffcf477855e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a060009-8814-4b91-8923-7ffcf477855e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9777650266669706678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678977765026666970667897776502666697066789777650266669706678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43222c34-f606-424e-879e-75b233d6e42d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 194ad6cb-cfff-400e-9291-8aab7ab6a7d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 194ad6cb-cfff-400e-9291-8aab7ab6a7d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10556689944919702447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447105566899449197024471055668994491970244710556689944919702447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a060009-8814-4b91-8923-7ffcf477855e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0edea136-ade8-40cf-bd31-d642b0c96ff3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0edea136-ade8-40cf-bd31-d642b0c96ff3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752588300329464728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728157525883003294647281575258830032946472815752588300329464728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 194ad6cb-cfff-400e-9291-8aab7ab6a7d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 095f9a6f-5184-42e2-a839-5a291850c6f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 095f9a6f-5184-42e2-a839-5a291850c6f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13005907060647151062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062130059070606471510621300590706064715106213005907060647151062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0edea136-ade8-40cf-bd31-d642b0c96ff3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d8fd311-8ed1-4d43-a0f8-1e9fbcfd1c05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d8fd311-8ed1-4d43-a0f8-1e9fbcfd1c05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3458762726635080289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289345876272663508028934587627266350802893458762726635080289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 095f9a6f-5184-42e2-a839-5a291850c6f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 949bfb32-5a07-4518-ba0a-836097979135, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 949bfb32-5a07-4518-ba0a-836097979135, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15302462909494015937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937153024629094940159371530246290949401593715302462909494015937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d8fd311-8ed1-4d43-a0f8-1e9fbcfd1c05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da83d1fc-ac56-4835-bd6f-36c55f0d5fed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da83d1fc-ac56-4835-bd6f-36c55f0d5fed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2558298485219598575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575255829848521959857525582984852195985752558298485219598575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 949bfb32-5a07-4518-ba0a-836097979135, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e530e400-491f-4b37-9fb0-b6a098966cdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e530e400-491f-4b37-9fb0-b6a098966cdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5538689152148558432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432553868915214855843255386891521485584325538689152148558432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da83d1fc-ac56-4835-bd6f-36c55f0d5fed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1f11cab-8634-492c-9c87-7b609be6766c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1f11cab-8634-492c-9c87-7b609be6766c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 414329270761647659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659414329270761647659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e530e400-491f-4b37-9fb0-b6a098966cdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58c0523e-7302-4753-ba7f-7e0797675f81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58c0523e-7302-4753-ba7f-7e0797675f81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17583738669880436077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077175837386698804360771758373866988043607717583738669880436077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1f11cab-8634-492c-9c87-7b609be6766c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 582d629a-2885-40ff-8e93-4abc49571ec2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58c0523e-7302-4753-ba7f-7e0797675f81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 582d629a-2885-40ff-8e93-4abc49571ec2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1443836728631816995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995144383672863181699514438367286318169951443836728631816995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6b700a-9824-4647-a5a5-7ca9621ec2f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6b700a-9824-4647-a5a5-7ca9621ec2f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11480700409020759922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922114807004090207599221148070040902075992211480700409020759922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 582d629a-2885-40ff-8e93-4abc49571ec2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d182532-60da-494d-859c-a137c3d3d9f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d182532-60da-494d-859c-a137c3d3d9f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205878698373956987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987132058786983739569871320587869837395698713205878698373956987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6b700a-9824-4647-a5a5-7ca9621ec2f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3266bfb-43ce-4171-9cfa-6a4321e79042, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3266bfb-43ce-4171-9cfa-6a4321e79042, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10432898611563557358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358104328986115635573581043289861156355735810432898611563557358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d182532-60da-494d-859c-a137c3d3d9f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dae6ce40-6981-47b0-978d-28f493c8679b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dae6ce40-6981-47b0-978d-28f493c8679b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3739104130899514217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217373910413089951421737391041308995142173739104130899514217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3266bfb-43ce-4171-9cfa-6a4321e79042, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da89470d-bd85-43a9-8e49-aae151772428, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da89470d-bd85-43a9-8e49-aae151772428, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18446478666843753000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000184464786668437530001844647866684375300018446478666843753000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dae6ce40-6981-47b0-978d-28f493c8679b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc14682-2826-4809-8ae2-6299b57b68ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc14682-2826-4809-8ae2-6299b57b68ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211086842423545422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422321108684242354542232110868424235454223211086842423545422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc14682-2826-4809-8ae2-6299b57b68ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 935ded84-1f3c-4a9d-bbcd-5018ec37d536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 935ded84-1f3c-4a9d-bbcd-5018ec37d536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5128150009754640660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660512815000975464066051281500097546406605128150009754640660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 935ded84-1f3c-4a9d-bbcd-5018ec37d536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95bc9003-3ce8-4a72-a5cf-3cdc73560147, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95bc9003-3ce8-4a72-a5cf-3cdc73560147, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11238433109929643278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278112384331099296432781123843310992964327811238433109929643278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da89470d-bd85-43a9-8e49-aae151772428, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1feb35-a102-49ef-be3b-8fa7817d2450, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1feb35-a102-49ef-be3b-8fa7817d2450, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16901760373322937438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438169017603733229374381690176037332293743816901760373322937438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95bc9003-3ce8-4a72-a5cf-3cdc73560147, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74e38f90-01e4-401b-9fa1-1efaeb04f2f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74e38f90-01e4-401b-9fa1-1efaeb04f2f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3724554911322087399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399372455491132208739937245549113220873993724554911322087399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1feb35-a102-49ef-be3b-8fa7817d2450, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 477219a7-a21d-4f35-8b45-ffcd9391ea4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477219a7-a21d-4f35-8b45-ffcd9391ea4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2199576687924292956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956219957668792429295621995766879242929562199576687924292956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74e38f90-01e4-401b-9fa1-1efaeb04f2f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b92072da-2204-475a-8d33-10e8039807ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b92072da-2204-475a-8d33-10e8039807ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15487357086202372499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499154873570862023724991548735708620237249915487357086202372499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477219a7-a21d-4f35-8b45-ffcd9391ea4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02698c5f-09b5-40b2-adec-7b7d4514797b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02698c5f-09b5-40b2-adec-7b7d4514797b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8058633951618425935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935805863395161842593580586339516184259358058633951618425935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b92072da-2204-475a-8d33-10e8039807ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294bb783-18d2-4e29-9116-aa36a8820479, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294bb783-18d2-4e29-9116-aa36a8820479, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8726439686102357682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682872643968610235768287264396861023576828726439686102357682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02698c5f-09b5-40b2-adec-7b7d4514797b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9ea687-0f51-4681-9218-5ff4109e689e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9ea687-0f51-4681-9218-5ff4109e689e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16443409861975564315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315164434098619755643151644340986197556431516443409861975564315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294bb783-18d2-4e29-9116-aa36a8820479, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d302ca21-2e27-4d31-a9d1-ac1ec3c77305, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d302ca21-2e27-4d31-a9d1-ac1ec3c77305, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2419389854031331835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835241938985403133183524193898540313318352419389854031331835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9ea687-0f51-4681-9218-5ff4109e689e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed906fe9-e1d6-4e26-9768-136f42161b1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed906fe9-e1d6-4e26-9768-136f42161b1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382954046623465619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619638295404662346561963829540466234656196382954046623465619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d302ca21-2e27-4d31-a9d1-ac1ec3c77305, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 451af1a6-ef5b-4da1-bcc7-a45317680586, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 451af1a6-ef5b-4da1-bcc7-a45317680586, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13921396478196538121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121139213964781965381211392139647819653812113921396478196538121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed906fe9-e1d6-4e26-9768-136f42161b1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a1a62c3-8f94-46e9-9f57-a2d16b74dc37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a1a62c3-8f94-46e9-9f57-a2d16b74dc37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14233653092108966586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586142336530921089665861423365309210896658614233653092108966586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 451af1a6-ef5b-4da1-bcc7-a45317680586, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faab2fc9-bffe-406b-b467-f4bf4380cb7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faab2fc9-bffe-406b-b467-f4bf4380cb7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10121684764042905587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587101216847640429055871012168476404290558710121684764042905587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a1a62c3-8f94-46e9-9f57-a2d16b74dc37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c54f721-9c0e-4792-afc5-011ca91a0cac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c54f721-9c0e-4792-afc5-011ca91a0cac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1575388648988779718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718157538864898877971815753886489887797181575388648988779718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faab2fc9-bffe-406b-b467-f4bf4380cb7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e8f514d-a370-475c-a29d-b99b1ac74f17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8f514d-a370-475c-a29d-b99b1ac74f17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2272121208503486593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593227212120850348659322721212085034865932272121208503486593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c54f721-9c0e-4792-afc5-011ca91a0cac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e2cf4c3-4940-46b2-8df9-d708527a1191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2cf4c3-4940-46b2-8df9-d708527a1191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327886981108112309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309143278869811081123091432788698110811230914327886981108112309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8f514d-a370-475c-a29d-b99b1ac74f17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96767561-596a-4359-81d5-0c9d033248cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96767561-596a-4359-81d5-0c9d033248cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 817445778842140179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179817445778842140179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2cf4c3-4940-46b2-8df9-d708527a1191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce4e501-94f2-4291-890e-fe3d4750f5c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce4e501-94f2-4291-890e-fe3d4750f5c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431315269174922532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532184313152691749225321843131526917492253218431315269174922532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce4e501-94f2-4291-890e-fe3d4750f5c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 154fdbb5-7dd5-4d93-9365-40ffa146f733, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 154fdbb5-7dd5-4d93-9365-40ffa146f733, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5052121445369888914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914505212144536988891450521214453698889145052121445369888914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96767561-596a-4359-81d5-0c9d033248cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fe57907-5e01-4165-9a95-6081fc105aab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fe57907-5e01-4165-9a95-6081fc105aab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888735319341483861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861158887353193414838611588873531934148386115888735319341483861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 154fdbb5-7dd5-4d93-9365-40ffa146f733, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d37b92-1f80-42d8-a0ca-bb384af23723, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d37b92-1f80-42d8-a0ca-bb384af23723, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9884866009181270705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705988486600918127070598848660091812707059884866009181270705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fe57907-5e01-4165-9a95-6081fc105aab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de95c569-621e-4c65-8980-0a4b32ea04ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de95c569-621e-4c65-8980-0a4b32ea04ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 886030812052541718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718886030812052541718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d37b92-1f80-42d8-a0ca-bb384af23723, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70fb1afb-57ef-414b-b747-9035a277e92b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70fb1afb-57ef-414b-b747-9035a277e92b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5737106943294098840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840573710694329409884057371069432940988405737106943294098840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de95c569-621e-4c65-8980-0a4b32ea04ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ea80fa-77fa-4983-a853-f6551ec47042, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ea80fa-77fa-4983-a853-f6551ec47042, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17172244287896875056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056171722442878968750561717224428789687505617172244287896875056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70fb1afb-57ef-414b-b747-9035a277e92b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b0a3183-e0d9-404f-8eea-ef7f08c601a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b0a3183-e0d9-404f-8eea-ef7f08c601a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251827669759191353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353182518276697591913531825182766975919135318251827669759191353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ea80fa-77fa-4983-a853-f6551ec47042, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50c4c0cb-5937-4d2b-b396-c4465913bf36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50c4c0cb-5937-4d2b-b396-c4465913bf36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4191282666955439651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651419128266695543965141912826669554396514191282666955439651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b0a3183-e0d9-404f-8eea-ef7f08c601a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 976cce0a-c09c-43a7-806c-c0a9fc2ae548, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 976cce0a-c09c-43a7-806c-c0a9fc2ae548, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3806084954988610718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718380608495498861071838060849549886107183806084954988610718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50c4c0cb-5937-4d2b-b396-c4465913bf36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18e13737-c6e5-41f7-ac97-217c99a586bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18e13737-c6e5-41f7-ac97-217c99a586bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2802202182291273416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416280220218229127341628022021822912734162802202182291273416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 976cce0a-c09c-43a7-806c-c0a9fc2ae548, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d4c0b3-9e70-4ce3-afdf-a53c7ac2842d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d4c0b3-9e70-4ce3-afdf-a53c7ac2842d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17795293266263486989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989177952932662634869891779529326626348698917795293266263486989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18e13737-c6e5-41f7-ac97-217c99a586bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9689971c-a898-4662-87bc-70be174fb5a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9689971c-a898-4662-87bc-70be174fb5a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12005146177081724341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341120051461770817243411200514617708172434112005146177081724341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d4c0b3-9e70-4ce3-afdf-a53c7ac2842d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e2c4f07-0411-4a82-9e17-335ea1fd5a05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e2c4f07-0411-4a82-9e17-335ea1fd5a05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9056737641335697331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331905673764133569733190567376413356973319056737641335697331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9689971c-a898-4662-87bc-70be174fb5a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c9d2d1b-7c94-4a12-a93d-f0ee3b26ffdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c9d2d1b-7c94-4a12-a93d-f0ee3b26ffdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12863923273859231028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028128639232738592310281286392327385923102812863923273859231028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e2c4f07-0411-4a82-9e17-335ea1fd5a05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2840329-f642-4da1-b028-3ea89b41df0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2840329-f642-4da1-b028-3ea89b41df0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7514611300412360442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442751461130041236044275146113004123604427514611300412360442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c9d2d1b-7c94-4a12-a93d-f0ee3b26ffdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30fca0d6-9e64-48f7-ae33-577db4ab543a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30fca0d6-9e64-48f7-ae33-577db4ab543a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2203337792150284777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777220333779215028477722033377921502847772203337792150284777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2840329-f642-4da1-b028-3ea89b41df0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1635e84a-9223-42ad-af34-8b6b3bfb6bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1635e84a-9223-42ad-af34-8b6b3bfb6bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13961769459476558511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511139617694594765585111396176945947655851113961769459476558511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30fca0d6-9e64-48f7-ae33-577db4ab543a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b3eed92-c6c7-48a3-b8fe-dc8dcaf54314, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b3eed92-c6c7-48a3-b8fe-dc8dcaf54314, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274550459421691897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897727455045942169189772745504594216918977274550459421691897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1635e84a-9223-42ad-af34-8b6b3bfb6bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a915eb87-4e50-436c-af3c-d41c62988751, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a915eb87-4e50-436c-af3c-d41c62988751, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3195156770479954290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290319515677047995429031951567704799542903195156770479954290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b3eed92-c6c7-48a3-b8fe-dc8dcaf54314, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2257c1-1f37-43a6-ba1a-4472b391b9c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2257c1-1f37-43a6-ba1a-4472b391b9c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17264411226423435751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751172644112264234357511726441122642343575117264411226423435751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a915eb87-4e50-436c-af3c-d41c62988751, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63e53499-df6f-4704-af95-b34f22c0233f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63e53499-df6f-4704-af95-b34f22c0233f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1525765484052205096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096152576548405220509615257654840522050961525765484052205096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2257c1-1f37-43a6-ba1a-4472b391b9c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26e2093e-edff-4791-b8ca-9c6b59587de0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26e2093e-edff-4791-b8ca-9c6b59587de0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8372908564154619449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449837290856415461944983729085641546194498372908564154619449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63e53499-df6f-4704-af95-b34f22c0233f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbbc0929-de5f-421a-a6c2-bc53d972903c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbbc0929-de5f-421a-a6c2-bc53d972903c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11977671439523671703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703119776714395236717031197767143952367170311977671439523671703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26e2093e-edff-4791-b8ca-9c6b59587de0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74f5beb3-3edb-4535-91d2-82d7eb3d26cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f5beb3-3edb-4535-91d2-82d7eb3d26cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5849450587807556101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101584945058780755610158494505878075561015849450587807556101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbbc0929-de5f-421a-a6c2-bc53d972903c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61381a7e-7582-4393-9e06-23e12815cea0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61381a7e-7582-4393-9e06-23e12815cea0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734020012250898210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210273402001225089821027340200122508982102734020012250898210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f5beb3-3edb-4535-91d2-82d7eb3d26cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22666681-7405-4a8f-8985-e6170ccab74d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22666681-7405-4a8f-8985-e6170ccab74d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8469944404782697454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454846994440478269745484699444047826974548469944404782697454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61381a7e-7582-4393-9e06-23e12815cea0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2011e32-6920-499d-acb1-bdacfabf2c00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2011e32-6920-499d-acb1-bdacfabf2c00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11826731557018203694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694118267315570182036941182673155701820369411826731557018203694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22666681-7405-4a8f-8985-e6170ccab74d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 478052c7-b408-4876-ac8b-ccf777d2e141, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 478052c7-b408-4876-ac8b-ccf777d2e141, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1257066877893582401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401125706687789358240112570668778935824011257066877893582401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2011e32-6920-499d-acb1-bdacfabf2c00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ab6039f-5065-40f3-9138-ee6cdfe9f91d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ab6039f-5065-40f3-9138-ee6cdfe9f91d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3498511922368643701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701349851192236864370134985119223686437013498511922368643701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 478052c7-b408-4876-ac8b-ccf777d2e141, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ff869b4-b21e-4df6-9515-1159f2a59d7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ff869b4-b21e-4df6-9515-1159f2a59d7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10664833534335205373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373106648335343352053731066483353433520537310664833534335205373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ab6039f-5065-40f3-9138-ee6cdfe9f91d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a4d5488-e6c4-4db9-966a-d92c19610d74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a4d5488-e6c4-4db9-966a-d92c19610d74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15890924922686019173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173158909249226860191731589092492268601917315890924922686019173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ff869b4-b21e-4df6-9515-1159f2a59d7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09bc5292-327f-445d-add1-4955d0c2fa01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09bc5292-327f-445d-add1-4955d0c2fa01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 516016639898869755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755516016639898869755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a4d5488-e6c4-4db9-966a-d92c19610d74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc46fe2-ba6d-4ab6-a227-af419a0270be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc46fe2-ba6d-4ab6-a227-af419a0270be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13058360670158387943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943130583606701583879431305836067015838794313058360670158387943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09bc5292-327f-445d-add1-4955d0c2fa01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc46fe2-ba6d-4ab6-a227-af419a0270be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47dc53db-811b-47d6-9479-a2be2deaeceb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47dc53db-811b-47d6-9479-a2be2deaeceb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13010820964683366404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404130108209646833664041301082096468336640413010820964683366404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b3fb576-cc6c-46c0-9c60-ebfa9254f169, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b3fb576-cc6c-46c0-9c60-ebfa9254f169, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3234007305752193625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625323400730575219362532340073057521936253234007305752193625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47dc53db-811b-47d6-9479-a2be2deaeceb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c661fd06-ab9c-4c0a-9ac0-becc9d346d76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c661fd06-ab9c-4c0a-9ac0-becc9d346d76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6600051242492284569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569660005124249228456966000512424922845696600051242492284569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b3fb576-cc6c-46c0-9c60-ebfa9254f169, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f736432-f15c-474e-8f94-c75fd3fba8e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f736432-f15c-474e-8f94-c75fd3fba8e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13346893722128915393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393133468937221289153931334689372212891539313346893722128915393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c661fd06-ab9c-4c0a-9ac0-becc9d346d76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ab04ef9-165e-4518-92e0-54b3a55b9270, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ab04ef9-165e-4518-92e0-54b3a55b9270, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13432691468725224361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361134326914687252243611343269146872522436113432691468725224361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f736432-f15c-474e-8f94-c75fd3fba8e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67658b66-53a0-4e66-bb8e-d90a2372afba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67658b66-53a0-4e66-bb8e-d90a2372afba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14459849406443693288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288144598494064436932881445984940644369328814459849406443693288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ab04ef9-165e-4518-92e0-54b3a55b9270, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc11d04d-64ba-49bd-a554-0b44922afbcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc11d04d-64ba-49bd-a554-0b44922afbcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3266504673110833439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439326650467311083343932665046731108334393266504673110833439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67658b66-53a0-4e66-bb8e-d90a2372afba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e8f719-f213-4c47-885d-63bab8d5798a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e8f719-f213-4c47-885d-63bab8d5798a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3342141758882250640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640334214175888225064033421417588822506403342141758882250640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc11d04d-64ba-49bd-a554-0b44922afbcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d275180c-7f41-4bf2-a87e-2d97b30f9ed2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d275180c-7f41-4bf2-a87e-2d97b30f9ed2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14849198211090670398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398148491982110906703981484919821109067039814849198211090670398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e8f719-f213-4c47-885d-63bab8d5798a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b454226-1279-415e-ae10-d924b8e7b960, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b454226-1279-415e-ae10-d924b8e7b960, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17368839156588203797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797173688391565882037971736883915658820379717368839156588203797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d275180c-7f41-4bf2-a87e-2d97b30f9ed2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fed7c25-d2b9-4358-8810-cc92561954e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fed7c25-d2b9-4358-8810-cc92561954e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7239141585402902313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313723914158540290231372391415854029023137239141585402902313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b454226-1279-415e-ae10-d924b8e7b960, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f64e970f-95e9-4027-84dc-a37a688cf2f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f64e970f-95e9-4027-84dc-a37a688cf2f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11095978877742788974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974110959788777427889741109597887774278897411095978877742788974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fed7c25-d2b9-4358-8810-cc92561954e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae1606a5-0e8f-4ef5-a3dc-f419fbb88836, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae1606a5-0e8f-4ef5-a3dc-f419fbb88836, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10574312540631101662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662105743125406311016621057431254063110166210574312540631101662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f64e970f-95e9-4027-84dc-a37a688cf2f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7174890a-ea6a-4378-abce-b96680785b56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7174890a-ea6a-4378-abce-b96680785b56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11532511619584271692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692115325116195842716921153251161958427169211532511619584271692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae1606a5-0e8f-4ef5-a3dc-f419fbb88836, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89bceb39-bf67-4185-960d-59e5caf328bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89bceb39-bf67-4185-960d-59e5caf328bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13748887280153373581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581137488872801533735811374888728015337358113748887280153373581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7174890a-ea6a-4378-abce-b96680785b56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3ce439-6280-477a-a57d-5de6f1c18220, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3ce439-6280-477a-a57d-5de6f1c18220, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11034168139065887514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514110341681390658875141103416813906588751411034168139065887514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89bceb39-bf67-4185-960d-59e5caf328bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be831869-4123-4999-8927-5474918d8932, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be831869-4123-4999-8927-5474918d8932, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2337940366703633784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784233794036670363378423379403667036337842337940366703633784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3ce439-6280-477a-a57d-5de6f1c18220, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f52ec3da-3be7-4ad0-93eb-57c43cc66495, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f52ec3da-3be7-4ad0-93eb-57c43cc66495, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 641014687650511159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159641014687650511159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be831869-4123-4999-8927-5474918d8932, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d08827a-053d-4869-86cd-3e6344d23ed8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d08827a-053d-4869-86cd-3e6344d23ed8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14737392764666900058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058147373927646669000581473739276466690005814737392764666900058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f52ec3da-3be7-4ad0-93eb-57c43cc66495, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cec60f9-b628-4a5a-9e51-f33aa061939c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cec60f9-b628-4a5a-9e51-f33aa061939c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16387050871409471121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121163870508714094711211638705087140947112116387050871409471121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d08827a-053d-4869-86cd-3e6344d23ed8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ccc2872-7a2e-4c9e-b081-f9ed832943ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ccc2872-7a2e-4c9e-b081-f9ed832943ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13280890721772723618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618132808907217727236181328089072177272361813280890721772723618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cec60f9-b628-4a5a-9e51-f33aa061939c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8078857c-bccd-44c1-a7be-59844ddefdc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8078857c-bccd-44c1-a7be-59844ddefdc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3082280143159166326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326308228014315916632630822801431591663263082280143159166326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ccc2872-7a2e-4c9e-b081-f9ed832943ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301291f9-6283-4573-a356-b7ebc233b6f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8078857c-bccd-44c1-a7be-59844ddefdc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301291f9-6283-4573-a356-b7ebc233b6f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12863140337640278721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721128631403376402787211286314033764027872112863140337640278721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b165230b-4914-4a7c-8b7a-9edf580bfd7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b165230b-4914-4a7c-8b7a-9edf580bfd7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 466263994940161712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712466263994940161712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301291f9-6283-4573-a356-b7ebc233b6f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e11bd93d-ebf8-4b93-976c-14e5561889f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e11bd93d-ebf8-4b93-976c-14e5561889f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8310660776311010817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817831066077631101081783106607763110108178310660776311010817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e11bd93d-ebf8-4b93-976c-14e5561889f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2030c448-5c29-4ec0-af71-0a8fba2c5b14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2030c448-5c29-4ec0-af71-0a8fba2c5b14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3984116055987233543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543398411605598723354339841160559872335433984116055987233543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b165230b-4914-4a7c-8b7a-9edf580bfd7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a719c9d-8ad8-4f05-8019-e5083bc680d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a719c9d-8ad8-4f05-8019-e5083bc680d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10587623494512893656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656105876234945128936561058762349451289365610587623494512893656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2030c448-5c29-4ec0-af71-0a8fba2c5b14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ef22344-34e9-46bb-a270-5a542e2b20a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ef22344-34e9-46bb-a270-5a542e2b20a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570372915803821815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815657037291580382181565703729158038218156570372915803821815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a719c9d-8ad8-4f05-8019-e5083bc680d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53e3bd79-ced4-4e39-81d8-7e93cf57df8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53e3bd79-ced4-4e39-81d8-7e93cf57df8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15254014408354166739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739152540144083541667391525401440835416673915254014408354166739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ef22344-34e9-46bb-a270-5a542e2b20a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b2aeecd-5f4d-414d-9d86-24660e496193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b2aeecd-5f4d-414d-9d86-24660e496193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3077876212842047947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947307787621284204794730778762128420479473077876212842047947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53e3bd79-ced4-4e39-81d8-7e93cf57df8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdcbb1f7-608b-4f68-9a0d-6d391e998868, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdcbb1f7-608b-4f68-9a0d-6d391e998868, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7905487074576781108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108790548707457678110879054870745767811087905487074576781108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b2aeecd-5f4d-414d-9d86-24660e496193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f505a935-2c84-44cf-b1d8-e8768f9d8c24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f505a935-2c84-44cf-b1d8-e8768f9d8c24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14854404134320688763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763148544041343206887631485440413432068876314854404134320688763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdcbb1f7-608b-4f68-9a0d-6d391e998868, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76c5658b-41c8-4cd3-bf62-ffae3b484a48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76c5658b-41c8-4cd3-bf62-ffae3b484a48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16878293072862129017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017168782930728621290171687829307286212901716878293072862129017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f505a935-2c84-44cf-b1d8-e8768f9d8c24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a58def9b-90ff-45b8-a87f-f1e8eb6a8ec7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a58def9b-90ff-45b8-a87f-f1e8eb6a8ec7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2240889920988182745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745224088992098818274522408899209881827452240889920988182745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76c5658b-41c8-4cd3-bf62-ffae3b484a48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51fdebd9-17ba-4ae5-813e-182edd0c2a33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51fdebd9-17ba-4ae5-813e-182edd0c2a33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12041828375603930495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495120418283756039304951204182837560393049512041828375603930495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a58def9b-90ff-45b8-a87f-f1e8eb6a8ec7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b1e5654-00c5-4321-97d9-f1f49fe29a4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1e5654-00c5-4321-97d9-f1f49fe29a4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17084447973540376956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956170844479735403769561708444797354037695617084447973540376956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51fdebd9-17ba-4ae5-813e-182edd0c2a33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cc58ce7-8a88-41a6-85df-dc11f20dc0f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cc58ce7-8a88-41a6-85df-dc11f20dc0f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13879967115331808472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472138799671153318084721387996711533180847213879967115331808472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1e5654-00c5-4321-97d9-f1f49fe29a4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42638434-c63d-412d-8c7c-40d534eb7d84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42638434-c63d-412d-8c7c-40d534eb7d84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12288636469133539082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082122886364691335390821228863646913353908212288636469133539082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cc58ce7-8a88-41a6-85df-dc11f20dc0f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9bdab91-5701-4699-b563-5ad0dfded247, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9bdab91-5701-4699-b563-5ad0dfded247, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17608189912056528014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014176081899120565280141760818991205652801417608189912056528014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42638434-c63d-412d-8c7c-40d534eb7d84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4baedff7-49a4-41b4-aa1a-96fa820c40a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4baedff7-49a4-41b4-aa1a-96fa820c40a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3251826278890715293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293325182627889071529332518262788907152933251826278890715293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9bdab91-5701-4699-b563-5ad0dfded247, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4baedff7-49a4-41b4-aa1a-96fa820c40a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcbf02d0-17f5-4aed-9ef5-d3099a3ef239, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcbf02d0-17f5-4aed-9ef5-d3099a3ef239, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12240194642667766487 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487122401946426677664871224019464266776648712240194642667766487" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 320a9d8b-12e7-422f-b985-316a92e45b4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320a9d8b-12e7-422f-b985-316a92e45b4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3113739274736828420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420311373927473682842031137392747368284203113739274736828420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320a9d8b-12e7-422f-b985-316a92e45b4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65911fea-7b15-48ce-a696-11fd0e53e6e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcbf02d0-17f5-4aed-9ef5-d3099a3ef239, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65911fea-7b15-48ce-a696-11fd0e53e6e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3903543868533220587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587390354386853322058739035438685332205873903543868533220587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48d12f8-cadb-49ba-9c2e-69290fa0c257, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48d12f8-cadb-49ba-9c2e-69290fa0c257, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374439058895266909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909133744390588952669091337443905889526690913374439058895266909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65911fea-7b15-48ce-a696-11fd0e53e6e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48d12f8-cadb-49ba-9c2e-69290fa0c257, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eca3b611-df75-4790-81b1-41a7446259e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbfdbee3-467f-43b5-819b-b9a247bd8367, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eca3b611-df75-4790-81b1-41a7446259e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9776460890557358313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313977646089055735831397764608905573583139776460890557358313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbfdbee3-467f-43b5-819b-b9a247bd8367, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16382242482706986496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496163822424827069864961638224248270698649616382242482706986496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eca3b611-df75-4790-81b1-41a7446259e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1d9c02-322d-4c7a-9c38-548fdec778d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbfdbee3-467f-43b5-819b-b9a247bd8367, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1d9c02-322d-4c7a-9c38-548fdec778d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508176013482803068 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068508176013482803068" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb458da-5d9d-49e5-95b2-276d20bca9f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb458da-5d9d-49e5-95b2-276d20bca9f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1655937475505576301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301165593747550557630116559374755055763011655937475505576301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1d9c02-322d-4c7a-9c38-548fdec778d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5518d63-e9ed-4bd3-b1c1-90800fd842f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5518d63-e9ed-4bd3-b1c1-90800fd842f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5324179761725205259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259532417976172520525953241797617252052595324179761725205259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb458da-5d9d-49e5-95b2-276d20bca9f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92cf265f-09c0-4613-89c7-9e3306bef3eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92cf265f-09c0-4613-89c7-9e3306bef3eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10848918419194099363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363108489184191940993631084891841919409936310848918419194099363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5518d63-e9ed-4bd3-b1c1-90800fd842f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92cf265f-09c0-4613-89c7-9e3306bef3eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45d1723e-a1f7-489e-bfbd-d2303d3a9914, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45d1723e-a1f7-489e-bfbd-d2303d3a9914, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18269696683630300231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231182696966836303002311826969668363030023118269696683630300231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3a0db8a-a27d-481e-a0f7-82262b261f36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3a0db8a-a27d-481e-a0f7-82262b261f36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4193875703119829685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685419387570311982968541938757031198296854193875703119829685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45d1723e-a1f7-489e-bfbd-d2303d3a9914, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7c62694-f858-4aec-8ab2-122ae61c050e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7c62694-f858-4aec-8ab2-122ae61c050e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10898013679526237591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591108980136795262375911089801367952623759110898013679526237591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3a0db8a-a27d-481e-a0f7-82262b261f36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74f8db9d-5545-4a6c-8321-5ae473cb38de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74f8db9d-5545-4a6c-8321-5ae473cb38de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096762385788134658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658209676238578813465820967623857881346582096762385788134658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7c62694-f858-4aec-8ab2-122ae61c050e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c02f081-cdf9-4808-8476-0a3d6c0b0fa3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c02f081-cdf9-4808-8476-0a3d6c0b0fa3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7649036799359430215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215764903679935943021576490367993594302157649036799359430215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74f8db9d-5545-4a6c-8321-5ae473cb38de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b377b48-0483-4e50-a50d-386c4899c95e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b377b48-0483-4e50-a50d-386c4899c95e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188461737770596731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731718846173777059673171884617377705967317188461737770596731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c02f081-cdf9-4808-8476-0a3d6c0b0fa3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a015dba-7a23-4bcc-a9f5-de3ad81da8aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a015dba-7a23-4bcc-a9f5-de3ad81da8aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685044061956802835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835126850440619568028351268504406195680283512685044061956802835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b377b48-0483-4e50-a50d-386c4899c95e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e66e358b-4943-4955-9da4-845f358e5a52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e66e358b-4943-4955-9da4-845f358e5a52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3896687579050916743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743389668757905091674338966875790509167433896687579050916743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a015dba-7a23-4bcc-a9f5-de3ad81da8aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b379b0d1-a948-41a2-b05f-2c09ae8eedb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b379b0d1-a948-41a2-b05f-2c09ae8eedb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13799244400929712971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971137992444009297129711379924440092971297113799244400929712971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b379b0d1-a948-41a2-b05f-2c09ae8eedb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44804448-a7dd-4493-bd51-4ecf6eefc248, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44804448-a7dd-4493-bd51-4ecf6eefc248, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6630071205420011205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205663007120542001120566300712054200112056630071205420011205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e66e358b-4943-4955-9da4-845f358e5a52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4118900a-fc44-44da-af9a-e99a930228d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4118900a-fc44-44da-af9a-e99a930228d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11500525214519900096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096115005252145199000961150052521451990009611500525214519900096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44804448-a7dd-4493-bd51-4ecf6eefc248, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05ce385a-5577-4757-99d6-855567546a34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05ce385a-5577-4757-99d6-855567546a34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500356244951857522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522550035624495185752255003562449518575225500356244951857522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4118900a-fc44-44da-af9a-e99a930228d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54548f67-843e-4668-ab1d-024f08dc8d43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54548f67-843e-4668-ab1d-024f08dc8d43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17927244750042774819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819179272447500427748191792724475004277481917927244750042774819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05ce385a-5577-4757-99d6-855567546a34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38495fac-f875-421a-8377-9bf9d716839b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38495fac-f875-421a-8377-9bf9d716839b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 337141122438131207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207337141122438131207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54548f67-843e-4668-ab1d-024f08dc8d43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb497e89-396c-4533-80b1-470d8cf63c16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb497e89-396c-4533-80b1-470d8cf63c16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12406542903382628663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663124065429033826286631240654290338262866312406542903382628663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38495fac-f875-421a-8377-9bf9d716839b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f490ee-7794-480f-b0ac-500c7af09783, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f490ee-7794-480f-b0ac-500c7af09783, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1854781727261510458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458185478172726151045818547817272615104581854781727261510458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb497e89-396c-4533-80b1-470d8cf63c16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee9148a4-ef42-4ab3-8f69-ba47bc4130ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee9148a4-ef42-4ab3-8f69-ba47bc4130ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12043349899769526692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692120433498997695266921204334989976952669212043349899769526692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f490ee-7794-480f-b0ac-500c7af09783, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7d6d0a6-7922-416b-8f88-608c8ac25934, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7d6d0a6-7922-416b-8f88-608c8ac25934, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9306698296684030783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783930669829668403078393066982966840307839306698296684030783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee9148a4-ef42-4ab3-8f69-ba47bc4130ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a10482-2467-44c2-9116-511dfa0a1b6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a10482-2467-44c2-9116-511dfa0a1b6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6215593740041639424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424621559374004163942462155937400416394246215593740041639424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7d6d0a6-7922-416b-8f88-608c8ac25934, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dece6514-9e06-4381-9817-26435a8e4b34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dece6514-9e06-4381-9817-26435a8e4b34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12858052143065944011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011128580521430659440111285805214306594401112858052143065944011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a10482-2467-44c2-9116-511dfa0a1b6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fd361eb-ea11-4f52-aebf-a2be42c701b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fd361eb-ea11-4f52-aebf-a2be42c701b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6369962590193068950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950636996259019306895063699625901930689506369962590193068950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dece6514-9e06-4381-9817-26435a8e4b34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdd8824-ff77-40f7-b496-744b6af08b70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdd8824-ff77-40f7-b496-744b6af08b70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 402994882802550780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780402994882802550780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fd361eb-ea11-4f52-aebf-a2be42c701b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1062b6b7-ad28-4433-a86d-2be50fcc35ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdd8824-ff77-40f7-b496-744b6af08b70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1062b6b7-ad28-4433-a86d-2be50fcc35ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5929991254631312366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366592999125463131236659299912546313123665929991254631312366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa5e2b3f-3b13-4c6a-ab46-2cf462befbdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa5e2b3f-3b13-4c6a-ab46-2cf462befbdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 845838740166959209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209845838740166959209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1062b6b7-ad28-4433-a86d-2be50fcc35ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47fc6f36-f4ee-4a2d-941d-6f9241e1903f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa5e2b3f-3b13-4c6a-ab46-2cf462befbdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47fc6f36-f4ee-4a2d-941d-6f9241e1903f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6104020835411036525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525610402083541103652561040208354110365256104020835411036525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a1e4089-2528-452d-a6a9-2051a6c3e862, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a1e4089-2528-452d-a6a9-2051a6c3e862, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13137801476473900486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486131378014764739004861313780147647390048613137801476473900486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47fc6f36-f4ee-4a2d-941d-6f9241e1903f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0adc17b-b210-401f-8fe7-2b69f4d00925, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0adc17b-b210-401f-8fe7-2b69f4d00925, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9313674114707229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93136741147072299313674114707229931367411470722993136741147072299313674114707229931367411470722993136741147072299313674114707229931367411470722993136741147072299313674114707229931367411470722993136741147072299313674114707229931367411470722993136741147072299313674114707229931367411470722993136741147072299313674114707229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a1e4089-2528-452d-a6a9-2051a6c3e862, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1cc5649-81c5-4c5f-9d3a-59048f85d1d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1cc5649-81c5-4c5f-9d3a-59048f85d1d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 28990012546523640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2899001254652364028990012546523640289900125465236402899001254652364028990012546523640289900125465236402899001254652364028990012546523640289900125465236402899001254652364028990012546523640289900125465236402899001254652364028990012546523640289900125465236402899001254652364028990012546523640289900125465236402899001254652364028990012546523640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0adc17b-b210-401f-8fe7-2b69f4d00925, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b6bd7a3-3dd4-4546-8239-b8c55fd6374b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b6bd7a3-3dd4-4546-8239-b8c55fd6374b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10555090966082008564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564105550909660820085641055509096608200856410555090966082008564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1cc5649-81c5-4c5f-9d3a-59048f85d1d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 693328ac-ca30-410b-90a0-a75b164660b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 693328ac-ca30-410b-90a0-a75b164660b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569224587106995709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709956922458710699570995692245871069957099569224587106995709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b6bd7a3-3dd4-4546-8239-b8c55fd6374b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b076a03c-2905-4770-a17b-54ef5b095f05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b076a03c-2905-4770-a17b-54ef5b095f05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3822699893934639671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671382269989393463967138226998939346396713822699893934639671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 693328ac-ca30-410b-90a0-a75b164660b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a1428eb-2385-490f-8b40-ff6256142a7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1428eb-2385-490f-8b40-ff6256142a7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8198689257435979077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077819868925743597907781986892574359790778198689257435979077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b076a03c-2905-4770-a17b-54ef5b095f05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bcd6f80-24ce-41e8-9554-082f15d2273a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bcd6f80-24ce-41e8-9554-082f15d2273a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2090753214331241015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015209075321433124101520907532143312410152090753214331241015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1428eb-2385-490f-8b40-ff6256142a7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1fa8982-6115-40fe-bdcf-4884415cc2af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1fa8982-6115-40fe-bdcf-4884415cc2af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18273112100204759522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522182731121002047595221827311210020475952218273112100204759522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bcd6f80-24ce-41e8-9554-082f15d2273a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 795f0e03-8a5b-4929-8f3c-5daac9c746a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795f0e03-8a5b-4929-8f3c-5daac9c746a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6904276723829708180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180690427672382970818069042767238297081806904276723829708180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1fa8982-6115-40fe-bdcf-4884415cc2af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5263f167-126f-4c18-a79c-9326bb11d93a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5263f167-126f-4c18-a79c-9326bb11d93a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881847862387234194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194881847862387234194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795f0e03-8a5b-4929-8f3c-5daac9c746a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc827ac1-bfe5-4603-977b-99a340fc3c52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc827ac1-bfe5-4603-977b-99a340fc3c52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13919300581709835172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172139193005817098351721391930058170983517213919300581709835172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5263f167-126f-4c18-a79c-9326bb11d93a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6e2129-7c27-468f-ad91-411ca9274939, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6e2129-7c27-468f-ad91-411ca9274939, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14565950357795674015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015145659503577956740151456595035779567401514565950357795674015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc827ac1-bfe5-4603-977b-99a340fc3c52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8570f6b-9c9e-41fc-a3d4-83fe1e841ba9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8570f6b-9c9e-41fc-a3d4-83fe1e841ba9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3645070879987391100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100364507087998739110036450708799873911003645070879987391100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6e2129-7c27-468f-ad91-411ca9274939, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a77f8368-31a0-4bb0-9b1c-b6a7fab5b73f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77f8368-31a0-4bb0-9b1c-b6a7fab5b73f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760007053728220164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164137600070537282201641376000705372822016413760007053728220164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8570f6b-9c9e-41fc-a3d4-83fe1e841ba9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 547c9cc5-5e60-4b01-9f62-fb210b459d4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 547c9cc5-5e60-4b01-9f62-fb210b459d4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13414261651697241474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474134142616516972414741341426165169724147413414261651697241474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77f8368-31a0-4bb0-9b1c-b6a7fab5b73f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9130405-10ec-4aab-a0ab-d4801bd910f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9130405-10ec-4aab-a0ab-d4801bd910f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9727230565318953979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979972723056531895397997272305653189539799727230565318953979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 547c9cc5-5e60-4b01-9f62-fb210b459d4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66353343-e3be-474c-b438-49d516865c34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66353343-e3be-474c-b438-49d516865c34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604581419168307975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975160458141916830797516045814191683079751604581419168307975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9130405-10ec-4aab-a0ab-d4801bd910f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89e409ff-7ec8-437c-9e3e-f500206483c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89e409ff-7ec8-437c-9e3e-f500206483c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10876327866083606208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208108763278660836062081087632786608360620810876327866083606208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66353343-e3be-474c-b438-49d516865c34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813cebf3-5c7e-4429-bbc3-5cf7a3078389, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813cebf3-5c7e-4429-bbc3-5cf7a3078389, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2476072767123016480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480247607276712301648024760727671230164802476072767123016480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89e409ff-7ec8-437c-9e3e-f500206483c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed2b6153-ead9-4a71-8040-154b2e5e7b1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed2b6153-ead9-4a71-8040-154b2e5e7b1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134046510336872784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784151340465103368727841513404651033687278415134046510336872784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813cebf3-5c7e-4429-bbc3-5cf7a3078389, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df6624a-534a-4524-900e-47cec03c8c15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df6624a-534a-4524-900e-47cec03c8c15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15023087146995335044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044150230871469953350441502308714699533504415023087146995335044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed2b6153-ead9-4a71-8040-154b2e5e7b1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0acdd900-6a9f-4ba5-8e2f-269f181d7ec3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0acdd900-6a9f-4ba5-8e2f-269f181d7ec3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6246094164721116461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461624609416472111646162460941647211164616246094164721116461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df6624a-534a-4524-900e-47cec03c8c15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9308477-d897-4658-852e-f99b9d19e39e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9308477-d897-4658-852e-f99b9d19e39e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17553835506818569307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307175538355068185693071755383550681856930717553835506818569307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0acdd900-6a9f-4ba5-8e2f-269f181d7ec3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83b44ba5-dd30-40a1-8312-a7890458dcc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83b44ba5-dd30-40a1-8312-a7890458dcc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18113310545240455771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771181133105452404557711811331054524045577118113310545240455771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9308477-d897-4658-852e-f99b9d19e39e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509aedf4-86d7-4a73-b98d-19d4953efa85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509aedf4-86d7-4a73-b98d-19d4953efa85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 944632320246899849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849944632320246899849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83b44ba5-dd30-40a1-8312-a7890458dcc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b882fdb1-0450-49bd-b07d-a1388b1c5824, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b882fdb1-0450-49bd-b07d-a1388b1c5824, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747971171614730175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175177479711716147301751774797117161473017517747971171614730175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509aedf4-86d7-4a73-b98d-19d4953efa85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93678eb2-cd4d-4894-bab4-547076e44fdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93678eb2-cd4d-4894-bab4-547076e44fdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751930365672872500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500675193036567287250067519303656728725006751930365672872500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b882fdb1-0450-49bd-b07d-a1388b1c5824, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e9e121-7e1a-4cc9-b81b-e593c9c4c8bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e9e121-7e1a-4cc9-b81b-e593c9c4c8bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11736277431100955294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294117362774311009552941173627743110095529411736277431100955294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93678eb2-cd4d-4894-bab4-547076e44fdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282f1b6b-a091-4b2c-9bac-b808e8caece3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282f1b6b-a091-4b2c-9bac-b808e8caece3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13461123172762791984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984134611231727627919841346112317276279198413461123172762791984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e9e121-7e1a-4cc9-b81b-e593c9c4c8bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c7df56-ff52-41bd-986d-59000d412b86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c7df56-ff52-41bd-986d-59000d412b86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12275732750806623257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257122757327508066232571227573275080662325712275732750806623257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282f1b6b-a091-4b2c-9bac-b808e8caece3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4508fe13-e3c0-408a-a589-d0fddc25be36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4508fe13-e3c0-408a-a589-d0fddc25be36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11720783037764088559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559117207830377640885591172078303776408855911720783037764088559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c7df56-ff52-41bd-986d-59000d412b86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4508fe13-e3c0-408a-a589-d0fddc25be36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ace73e-1220-491f-9535-f403368722fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60afcf43-f125-423c-8ca2-daadda200a0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ace73e-1220-491f-9535-f403368722fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 100799305652480628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628100799305652480628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60afcf43-f125-423c-8ca2-daadda200a0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10823566053378779535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535108235660533787795351082356605337877953510823566053378779535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ace73e-1220-491f-9535-f403368722fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60afcf43-f125-423c-8ca2-daadda200a0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fc637f8-eb60-4b4d-b217-a95b9c6ea123, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c70683-8f7c-42ae-9dcd-4c88d50f8440, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fc637f8-eb60-4b4d-b217-a95b9c6ea123, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1436872253711186782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782143687225371118678214368722537111867821436872253711186782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c70683-8f7c-42ae-9dcd-4c88d50f8440, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 868898579156762918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918868898579156762918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fc637f8-eb60-4b4d-b217-a95b9c6ea123, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c70683-8f7c-42ae-9dcd-4c88d50f8440, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8306a3e9-c287-44aa-9b36-668394e7291e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23bfc45c-90b8-4bf8-84dc-8f493cb9c4cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8306a3e9-c287-44aa-9b36-668394e7291e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036331750107628019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019403633175010762801940363317501076280194036331750107628019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23bfc45c-90b8-4bf8-84dc-8f493cb9c4cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18397226823263326238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238183972268232633262381839722682326332623818397226823263326238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23bfc45c-90b8-4bf8-84dc-8f493cb9c4cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7fb1a81-a967-4c21-9422-d5ab23f77d97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7fb1a81-a967-4c21-9422-d5ab23f77d97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11589565666690767083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083115895656666907670831158956566669076708311589565666690767083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8306a3e9-c287-44aa-9b36-668394e7291e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d568a9d1-ccb0-45b1-b410-413ef5611485, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d568a9d1-ccb0-45b1-b410-413ef5611485, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6493132102505293715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715649313210250529371564931321025052937156493132102505293715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7fb1a81-a967-4c21-9422-d5ab23f77d97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee41b598-fd83-44f8-83d2-095287e2a658, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee41b598-fd83-44f8-83d2-095287e2a658, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15309366845631506036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036153093668456315060361530936684563150603615309366845631506036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d568a9d1-ccb0-45b1-b410-413ef5611485, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca098bbc-39b2-44df-b1f4-979dcdb887cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca098bbc-39b2-44df-b1f4-979dcdb887cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9625743229334473142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142962574322933447314296257432293344731429625743229334473142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee41b598-fd83-44f8-83d2-095287e2a658, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87fe3505-25a7-4590-af2b-e4599a8cc85c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87fe3505-25a7-4590-af2b-e4599a8cc85c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9337432091312146845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845933743209131214684593374320913121468459337432091312146845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca098bbc-39b2-44df-b1f4-979dcdb887cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6bbd759-efb9-4c07-bd3e-776f7afe59f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6bbd759-efb9-4c07-bd3e-776f7afe59f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15987844581741361275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275159878445817413612751598784458174136127515987844581741361275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87fe3505-25a7-4590-af2b-e4599a8cc85c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6d1f37b-3abb-43a9-9b89-fa952a033ad9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6d1f37b-3abb-43a9-9b89-fa952a033ad9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2226019605832121518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518222601960583212151822260196058321215182226019605832121518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6bbd759-efb9-4c07-bd3e-776f7afe59f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38ee26aa-f080-45e9-98b7-d87beefe4857, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38ee26aa-f080-45e9-98b7-d87beefe4857, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235639406221362831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831235639406221362831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6d1f37b-3abb-43a9-9b89-fa952a033ad9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db74ff9f-4c5e-4dc6-b9c1-7306c57e9ee1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db74ff9f-4c5e-4dc6-b9c1-7306c57e9ee1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10326336962104910952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952103263369621049109521032633696210491095210326336962104910952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38ee26aa-f080-45e9-98b7-d87beefe4857, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0b9052c-d30e-4096-ab39-abdb9d3be317, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0b9052c-d30e-4096-ab39-abdb9d3be317, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4021271081104210372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372402127108110421037240212710811042103724021271081104210372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db74ff9f-4c5e-4dc6-b9c1-7306c57e9ee1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54153cae-6bcf-470a-b09a-5d7bbf0fd38e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54153cae-6bcf-470a-b09a-5d7bbf0fd38e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10646421247332425668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668106464212473324256681064642124733242566810646421247332425668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0b9052c-d30e-4096-ab39-abdb9d3be317, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e278900-af06-482a-96a8-76c0f37ab6c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e278900-af06-482a-96a8-76c0f37ab6c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313459935530593910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910131345993553059391013134599355305939101313459935530593910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54153cae-6bcf-470a-b09a-5d7bbf0fd38e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aadee02f-96b0-4146-a518-b90301924316, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadee02f-96b0-4146-a518-b90301924316, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7908454427753317672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672790845442775331767279084544277533176727908454427753317672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e278900-af06-482a-96a8-76c0f37ab6c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a87090f-bbe5-4ecf-9119-8084da09691b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a87090f-bbe5-4ecf-9119-8084da09691b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 752919010473017261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261752919010473017261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadee02f-96b0-4146-a518-b90301924316, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a87090f-bbe5-4ecf-9119-8084da09691b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4a015e1-64e8-4251-878a-3fe8e62cf4fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 934442a5-21d0-40fc-9714-8ac0a4d61c2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4a015e1-64e8-4251-878a-3fe8e62cf4fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16384592219562587382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382163845922195625873821638459221956258738216384592219562587382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 934442a5-21d0-40fc-9714-8ac0a4d61c2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16417884242907581331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331164178842429075813311641788424290758133116417884242907581331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4a015e1-64e8-4251-878a-3fe8e62cf4fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 934442a5-21d0-40fc-9714-8ac0a4d61c2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a429ac-e8a9-4d2e-85d8-2ac44bfa969b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae58aff0-cd5f-435d-8ebe-6e77105f4d7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a429ac-e8a9-4d2e-85d8-2ac44bfa969b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9046331414018835309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309904633141401883530990463314140188353099046331414018835309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae58aff0-cd5f-435d-8ebe-6e77105f4d7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16917636120671305095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095169176361206713050951691763612067130509516917636120671305095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae58aff0-cd5f-435d-8ebe-6e77105f4d7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a429ac-e8a9-4d2e-85d8-2ac44bfa969b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9c9832-83f0-4c63-a909-64218116dfd2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2810ef7-f690-4151-a767-8ced293af34d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9c9832-83f0-4c63-a909-64218116dfd2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 148349323823869039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039148349323823869039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2810ef7-f690-4151-a767-8ced293af34d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7714947558668720964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964771494755866872096477149475586687209647714947558668720964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9c9832-83f0-4c63-a909-64218116dfd2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2810ef7-f690-4151-a767-8ced293af34d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d9f038f-ae28-4e41-8db4-fad253cefc58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b85d815f-ff7d-4c56-968e-18df7a94de14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d9f038f-ae28-4e41-8db4-fad253cefc58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2367791190276812076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076236779119027681207623677911902768120762367791190276812076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b85d815f-ff7d-4c56-968e-18df7a94de14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11178974040122535558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558111789740401225355581117897404012253555811178974040122535558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d9f038f-ae28-4e41-8db4-fad253cefc58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b85d815f-ff7d-4c56-968e-18df7a94de14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 065851a5-a70d-4217-b9a3-0f37fae79176, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 065851a5-a70d-4217-b9a3-0f37fae79176, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3527246711229128673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673352724671122912867335272467112291286733527246711229128673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8f8c34b-10c4-45cf-864c-21eee5c77a64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8f8c34b-10c4-45cf-864c-21eee5c77a64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17792466215316031408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408177924662153160314081779246621531603140817792466215316031408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 065851a5-a70d-4217-b9a3-0f37fae79176, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc0606a5-6872-413e-9878-cc69d0ab87eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc0606a5-6872-413e-9878-cc69d0ab87eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11451538560408355870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870114515385604083558701145153856040835587011451538560408355870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8f8c34b-10c4-45cf-864c-21eee5c77a64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23514e0d-cb37-4b89-bccc-051cb3766070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23514e0d-cb37-4b89-bccc-051cb3766070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13867629338841188237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237138676293388411882371386762933884118823713867629338841188237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc0606a5-6872-413e-9878-cc69d0ab87eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 816e0409-8f6a-4d01-9687-d5e785c6527c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816e0409-8f6a-4d01-9687-d5e785c6527c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7422677888543687366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366742267788854368736674226778885436873667422677888543687366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23514e0d-cb37-4b89-bccc-051cb3766070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb43ba39-6eab-42cf-a79e-e9ff7b1c30d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb43ba39-6eab-42cf-a79e-e9ff7b1c30d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13203876521197658724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724132038765211976587241320387652119765872413203876521197658724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816e0409-8f6a-4d01-9687-d5e785c6527c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 968ea9a3-c7ec-43a9-8305-cd4499dcfcc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 968ea9a3-c7ec-43a9-8305-cd4499dcfcc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596004065791073355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355759600406579107335575960040657910733557596004065791073355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb43ba39-6eab-42cf-a79e-e9ff7b1c30d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 520b510f-55b7-4f96-9120-ae9ebdf77fe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 520b510f-55b7-4f96-9120-ae9ebdf77fe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15134211090087922081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081151342110900879220811513421109008792208115134211090087922081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 968ea9a3-c7ec-43a9-8305-cd4499dcfcc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4a9bc04-ded2-4532-a304-cb99e9d85d71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4a9bc04-ded2-4532-a304-cb99e9d85d71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17260229096477666200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200172602290964776662001726022909647766620017260229096477666200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 520b510f-55b7-4f96-9120-ae9ebdf77fe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb1206cd-08c4-497d-88df-12bfc24cc6af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb1206cd-08c4-497d-88df-12bfc24cc6af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5252189519639028652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652525218951963902865252521895196390286525252189519639028652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4a9bc04-ded2-4532-a304-cb99e9d85d71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b20facf4-e1ab-4e76-a615-f52d0c177bdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b20facf4-e1ab-4e76-a615-f52d0c177bdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2879173491084956495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495287917349108495649528791734910849564952879173491084956495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb1206cd-08c4-497d-88df-12bfc24cc6af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5928791-585c-4f3c-bc23-c765d32ea42e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5928791-585c-4f3c-bc23-c765d32ea42e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13277824197451011924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924132778241974510119241327782419745101192413277824197451011924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b20facf4-e1ab-4e76-a615-f52d0c177bdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6731e8d5-19fc-475e-82fc-534aa8336cf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6731e8d5-19fc-475e-82fc-534aa8336cf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3826463854356643227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227382646385435664322738264638543566432273826463854356643227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5928791-585c-4f3c-bc23-c765d32ea42e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 705859f8-0867-4110-a51c-3e3d5c87221c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 705859f8-0867-4110-a51c-3e3d5c87221c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3716628088710932136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136371662808871093213637166280887109321363716628088710932136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6731e8d5-19fc-475e-82fc-534aa8336cf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a61a58b6-6c84-44a2-be42-159683426f9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a61a58b6-6c84-44a2-be42-159683426f9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6969189047140304631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631696918904714030463169691890471403046316969189047140304631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 705859f8-0867-4110-a51c-3e3d5c87221c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc467210-86ce-4d3b-8291-b3e52476f520, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc467210-86ce-4d3b-8291-b3e52476f520, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3370001157188389528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528337000115718838952833700011571883895283370001157188389528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a61a58b6-6c84-44a2-be42-159683426f9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd663e7-12c7-42c1-8006-a76f9b735d77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd663e7-12c7-42c1-8006-a76f9b735d77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9401499797424686511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511940149979742468651194014997974246865119401499797424686511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc467210-86ce-4d3b-8291-b3e52476f520, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3762f2e6-58fe-4627-92a2-b8d4e4186cdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd663e7-12c7-42c1-8006-a76f9b735d77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c83d3d-6bd8-425b-9bc4-a24330034952, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c83d3d-6bd8-425b-9bc4-a24330034952, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7738569466472844619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619773856946647284461977385694664728446197738569466472844619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3762f2e6-58fe-4627-92a2-b8d4e4186cdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1247850342110127558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558124785034211012755812478503421101275581247850342110127558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c83d3d-6bd8-425b-9bc4-a24330034952, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 551198ac-f857-41de-9ba4-855e33826b68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 551198ac-f857-41de-9ba4-855e33826b68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2001037516930337918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918200103751693033791820010375169303379182001037516930337918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3762f2e6-58fe-4627-92a2-b8d4e4186cdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8003ce4-9e8e-4f25-92b2-1ce896effa95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8003ce4-9e8e-4f25-92b2-1ce896effa95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650900214893097875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875176509002148930978751765090021489309787517650900214893097875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 551198ac-f857-41de-9ba4-855e33826b68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d343ab-4dca-4b8d-a419-7952606ca93c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d343ab-4dca-4b8d-a419-7952606ca93c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7560651673593140136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136756065167359314013675606516735931401367560651673593140136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8003ce4-9e8e-4f25-92b2-1ce896effa95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab6f1ac-b003-453e-8f6a-13df612f4b19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab6f1ac-b003-453e-8f6a-13df612f4b19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18134606898766269600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600181346068987662696001813460689876626960018134606898766269600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d343ab-4dca-4b8d-a419-7952606ca93c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab6f1ac-b003-453e-8f6a-13df612f4b19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ea9889-87ff-4c26-ae43-985d1c3c1e10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ea9889-87ff-4c26-ae43-985d1c3c1e10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7918481806607696490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490791848180660769649079184818066076964907918481806607696490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8642d05d-e3f3-458d-aeb1-52f38a17f525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8642d05d-e3f3-458d-aeb1-52f38a17f525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4879571891895811899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899487957189189581189948795718918958118994879571891895811899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ea9889-87ff-4c26-ae43-985d1c3c1e10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37773f98-e268-4ae5-9703-80b8b3715983, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37773f98-e268-4ae5-9703-80b8b3715983, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003189597196304928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928600318959719630492860031895971963049286003189597196304928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8642d05d-e3f3-458d-aeb1-52f38a17f525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e78d91-041d-464f-8d9a-a9b46c247544, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e78d91-041d-464f-8d9a-a9b46c247544, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14944185037638441807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807149441850376384418071494418503763844180714944185037638441807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37773f98-e268-4ae5-9703-80b8b3715983, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9332a35f-6fc7-4c34-915c-c1648ef2c9b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9332a35f-6fc7-4c34-915c-c1648ef2c9b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10162952641680683969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969101629526416806839691016295264168068396910162952641680683969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e78d91-041d-464f-8d9a-a9b46c247544, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c686212-582a-413a-a4fb-66fecaa4fb7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c686212-582a-413a-a4fb-66fecaa4fb7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13596350681167436152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152135963506811674361521359635068116743615213596350681167436152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9332a35f-6fc7-4c34-915c-c1648ef2c9b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfc16405-8cc1-4b4c-9d90-4e914af94e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfc16405-8cc1-4b4c-9d90-4e914af94e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17457327666250526577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577174573276662505265771745732766625052657717457327666250526577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c686212-582a-413a-a4fb-66fecaa4fb7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d202883a-f58f-4ad4-af8c-4b1e4db7d777, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d202883a-f58f-4ad4-af8c-4b1e4db7d777, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 380057092310678958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958380057092310678958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfc16405-8cc1-4b4c-9d90-4e914af94e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba079e6-b928-4419-bf6e-ecce5efc4d51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba079e6-b928-4419-bf6e-ecce5efc4d51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2647115764942780449 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449264711576494278044926471157649427804492647115764942780449" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d202883a-f58f-4ad4-af8c-4b1e4db7d777, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de6cda52-faf3-41be-b192-5a2d2cdd62ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de6cda52-faf3-41be-b192-5a2d2cdd62ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7228602416001782172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172722860241600178217272286024160017821727228602416001782172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba079e6-b928-4419-bf6e-ecce5efc4d51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe339a5-1289-4d62-bd16-2b27d694a290, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe339a5-1289-4d62-bd16-2b27d694a290, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17410199893024994635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635174101998930249946351741019989302499463517410199893024994635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de6cda52-faf3-41be-b192-5a2d2cdd62ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11baca2c-8ea6-41d6-8172-a0890973f1b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11baca2c-8ea6-41d6-8172-a0890973f1b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12948508540420638105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105129485085404206381051294850854042063810512948508540420638105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe339a5-1289-4d62-bd16-2b27d694a290, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55eafd46-a742-440b-8247-9e80dfc80d31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55eafd46-a742-440b-8247-9e80dfc80d31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2534702490096680564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564253470249009668056425347024900966805642534702490096680564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11baca2c-8ea6-41d6-8172-a0890973f1b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c2af581-4160-446c-8cd3-8413ac2f7593, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c2af581-4160-446c-8cd3-8413ac2f7593, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13965445490787728763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763139654454907877287631396544549078772876313965445490787728763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55eafd46-a742-440b-8247-9e80dfc80d31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85dbf5e3-11d9-4d67-ad5b-380866958865, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85dbf5e3-11d9-4d67-ad5b-380866958865, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4302373657067513252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252430237365706751325243023736570675132524302373657067513252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c2af581-4160-446c-8cd3-8413ac2f7593, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb60bd05-b7e0-47ab-a568-cf53f9e9a527, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb60bd05-b7e0-47ab-a568-cf53f9e9a527, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15037706386600826720 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720150377063866008267201503770638660082672015037706386600826720" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85dbf5e3-11d9-4d67-ad5b-380866958865, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ff3af8-7e41-42c9-8787-0ff6fcfe4bbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ff3af8-7e41-42c9-8787-0ff6fcfe4bbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13863957787442698054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054138639577874426980541386395778744269805413863957787442698054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb60bd05-b7e0-47ab-a568-cf53f9e9a527, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ce03c4d-3f60-40b3-be6f-2c70065aeaca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ce03c4d-3f60-40b3-be6f-2c70065aeaca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18242859173974987034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034182428591739749870341824285917397498703418242859173974987034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ff3af8-7e41-42c9-8787-0ff6fcfe4bbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a1d8c7-c6a0-4da4-859f-2139f3314444, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a1d8c7-c6a0-4da4-859f-2139f3314444, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8540644948479816657 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657854064494847981665785406449484798166578540644948479816657" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ce03c4d-3f60-40b3-be6f-2c70065aeaca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 928868f0-4962-44dd-bb96-37a06593ae2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 928868f0-4962-44dd-bb96-37a06593ae2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7591969778771869392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392759196977877186939275919697787718693927591969778771869392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a1d8c7-c6a0-4da4-859f-2139f3314444, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eff21f60-e212-48ad-bec4-514ac271fb70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eff21f60-e212-48ad-bec4-514ac271fb70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17323444427632102770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770173234444276321027701732344442763210277017323444427632102770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 928868f0-4962-44dd-bb96-37a06593ae2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57315015-f828-45f1-8e81-10032c64364c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57315015-f828-45f1-8e81-10032c64364c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513330044450378637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637135133300444503786371351333004445037863713513330044450378637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eff21f60-e212-48ad-bec4-514ac271fb70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9679e840-a213-4d25-bc5c-89a18dd0cfd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9679e840-a213-4d25-bc5c-89a18dd0cfd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17688627268483265229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229176886272684832652291768862726848326522917688627268483265229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57315015-f828-45f1-8e81-10032c64364c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 342a55e9-ab21-4a36-8ea5-79702ec8f4f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 342a55e9-ab21-4a36-8ea5-79702ec8f4f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2998278261105198162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162299827826110519816229982782611051981622998278261105198162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9679e840-a213-4d25-bc5c-89a18dd0cfd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c45cd778-fbbd-4ee0-9e62-c83c67b1ef10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 342a55e9-ab21-4a36-8ea5-79702ec8f4f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c45cd778-fbbd-4ee0-9e62-c83c67b1ef10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3632124236939997282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282363212423693999728236321242369399972823632124236939997282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ac8d6b-54b1-4a30-b5bb-a70fd529039f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ac8d6b-54b1-4a30-b5bb-a70fd529039f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10564680311840556965 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965105646803118405569651056468031184055696510564680311840556965" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c45cd778-fbbd-4ee0-9e62-c83c67b1ef10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c92b5ef-2229-4449-8a73-b5449feffae5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c92b5ef-2229-4449-8a73-b5449feffae5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9450237321916014326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326945023732191601432694502373219160143269450237321916014326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ac8d6b-54b1-4a30-b5bb-a70fd529039f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0d2beb3-a2f9-4318-9d4a-e532175dca1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0d2beb3-a2f9-4318-9d4a-e532175dca1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4839604472869314520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520483960447286931452048396044728693145204839604472869314520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c92b5ef-2229-4449-8a73-b5449feffae5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40dfb13-0b6f-46d0-ba23-e94ffc21463d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40dfb13-0b6f-46d0-ba23-e94ffc21463d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9523074070576497033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033952307407057649703395230740705764970339523074070576497033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0d2beb3-a2f9-4318-9d4a-e532175dca1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e714cb4-c4e7-4600-bc07-e7122135ac4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e714cb4-c4e7-4600-bc07-e7122135ac4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438741721933404660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660154387417219334046601543874172193340466015438741721933404660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40dfb13-0b6f-46d0-ba23-e94ffc21463d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 415277f6-1111-4875-85e8-217ef567ea2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e714cb4-c4e7-4600-bc07-e7122135ac4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 610770e9-5d37-4efc-9876-f3ed84681bc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 415277f6-1111-4875-85e8-217ef567ea2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7945940012685018465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465794594001268501846579459400126850184657945940012685018465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 610770e9-5d37-4efc-9876-f3ed84681bc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13205204370338167679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679132052043703381676791320520437033816767913205204370338167679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 415277f6-1111-4875-85e8-217ef567ea2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d043a0a2-da6a-4864-aca5-4bb7101a4684, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d043a0a2-da6a-4864-aca5-4bb7101a4684, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16735604620629008375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375167356046206290083751673560462062900837516735604620629008375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 610770e9-5d37-4efc-9876-f3ed84681bc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f36938c-aa98-415b-86df-c8ae62f91086, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f36938c-aa98-415b-86df-c8ae62f91086, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16479504653825556091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091164795046538255560911647950465382555609116479504653825556091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d043a0a2-da6a-4864-aca5-4bb7101a4684, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f36938c-aa98-415b-86df-c8ae62f91086, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b07194f-5f28-4798-9855-3764e6964c8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b07194f-5f28-4798-9855-3764e6964c8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14898276127557124183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183148982761275571241831489827612755712418314898276127557124183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27ed8f2b-7247-4ab4-b11f-b7e620c4527a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27ed8f2b-7247-4ab4-b11f-b7e620c4527a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15827085879271812081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081158270858792718120811582708587927181208115827085879271812081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b07194f-5f28-4798-9855-3764e6964c8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aebb6fe7-22c5-4f59-ad25-159ae087a050, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27ed8f2b-7247-4ab4-b11f-b7e620c4527a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebb6fe7-22c5-4f59-ad25-159ae087a050, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7227632936412342253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253722763293641234225372276329364123422537227632936412342253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60120116-07be-4616-b354-52bc1b0726e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60120116-07be-4616-b354-52bc1b0726e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8640211250840874360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360864021125084087436086402112508408743608640211250840874360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebb6fe7-22c5-4f59-ad25-159ae087a050, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f623ab-f26c-41ce-891a-926cda5b9a4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f623ab-f26c-41ce-891a-926cda5b9a4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12251152158985001550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550122511521589850015501225115215898500155012251152158985001550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60120116-07be-4616-b354-52bc1b0726e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 326de546-ff7a-42ff-ab33-bf995a87f6e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 326de546-ff7a-42ff-ab33-bf995a87f6e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18162526402859061936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936181625264028590619361816252640285906193618162526402859061936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f623ab-f26c-41ce-891a-926cda5b9a4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35c196f2-6bcc-475a-b722-3587d6cc3467, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c196f2-6bcc-475a-b722-3587d6cc3467, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7259481353114921348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348725948135311492134872594813531149213487259481353114921348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 326de546-ff7a-42ff-ab33-bf995a87f6e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8392ecab-20b7-411e-ab79-ef0e65fb29ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8392ecab-20b7-411e-ab79-ef0e65fb29ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15270673553541072219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219152706735535410722191527067355354107221915270673553541072219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c196f2-6bcc-475a-b722-3587d6cc3467, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59c0ba2-7b90-493a-86f8-76ade8bb0b66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59c0ba2-7b90-493a-86f8-76ade8bb0b66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18222571005921670684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684182225710059216706841822257100592167068418222571005921670684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8392ecab-20b7-411e-ab79-ef0e65fb29ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59c0ba2-7b90-493a-86f8-76ade8bb0b66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd6bdc9-dfc2-43d1-9c4e-aa94a60298b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd6bdc9-dfc2-43d1-9c4e-aa94a60298b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5942163101442525325 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325594216310144252532559421631014425253255942163101442525325" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05763094-e374-474a-b557-68d207379635, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05763094-e374-474a-b557-68d207379635, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2208088942601273559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559220808894260127355922080889426012735592208088942601273559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05763094-e374-474a-b557-68d207379635, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd6bdc9-dfc2-43d1-9c4e-aa94a60298b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dfad1ca-2443-46dd-bccc-040e5994f93c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dfad1ca-2443-46dd-bccc-040e5994f93c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2759016433519298024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024275901643351929802427590164335192980242759016433519298024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80b8ccce-9c3f-448f-9a15-514adda2f73d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b8ccce-9c3f-448f-9a15-514adda2f73d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6672453955228024069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069667245395522802406966724539552280240696672453955228024069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dfad1ca-2443-46dd-bccc-040e5994f93c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e77454c-abf7-49c1-91b5-978110225c0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e77454c-abf7-49c1-91b5-978110225c0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7561854934777690426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426756185493477769042675618549347776904267561854934777690426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b8ccce-9c3f-448f-9a15-514adda2f73d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85b39eed-b4ec-428c-8837-c133cf4de1a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85b39eed-b4ec-428c-8837-c133cf4de1a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10999059139353259705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705109990591393532597051099905913935325970510999059139353259705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e77454c-abf7-49c1-91b5-978110225c0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baa10142-89d2-48fa-a4b1-af68e5051499, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa10142-89d2-48fa-a4b1-af68e5051499, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12615931112360320843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843126159311123603208431261593111236032084312615931112360320843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85b39eed-b4ec-428c-8837-c133cf4de1a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc19b8d-f95c-40a9-992f-fc595e8d8703, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc19b8d-f95c-40a9-992f-fc595e8d8703, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9093518720876681379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379909351872087668137990935187208766813799093518720876681379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa10142-89d2-48fa-a4b1-af68e5051499, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f3e48d0-8fc1-499b-91b0-1e0a0eb9fea2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f3e48d0-8fc1-499b-91b0-1e0a0eb9fea2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16471737306715566883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883164717373067155668831647173730671556688316471737306715566883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc19b8d-f95c-40a9-992f-fc595e8d8703, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75884395-eb1a-462e-bdb3-01680db64f7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75884395-eb1a-462e-bdb3-01680db64f7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13693649547072952497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497136936495470729524971369364954707295249713693649547072952497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f3e48d0-8fc1-499b-91b0-1e0a0eb9fea2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a55bd7e6-b662-4070-a57b-1f1387c497f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a55bd7e6-b662-4070-a57b-1f1387c497f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10759713770422055514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514107597137704220555141075971377042205551410759713770422055514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75884395-eb1a-462e-bdb3-01680db64f7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 563d85a6-66d8-4a72-ad39-ac02db2f3bd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 563d85a6-66d8-4a72-ad39-ac02db2f3bd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10970934704378864404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404109709347043788644041097093470437886440410970934704378864404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a55bd7e6-b662-4070-a57b-1f1387c497f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6af929c2-d5c0-4b51-8daf-aff2b59bcd27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6af929c2-d5c0-4b51-8daf-aff2b59bcd27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262917873596030229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229122629178735960302291226291787359603022912262917873596030229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 563d85a6-66d8-4a72-ad39-ac02db2f3bd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9715fc42-8699-483c-8553-67c1a8849079, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9715fc42-8699-483c-8553-67c1a8849079, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16843021991894547207 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207168430219918945472071684302199189454720716843021991894547207" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6af929c2-d5c0-4b51-8daf-aff2b59bcd27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38e9e922-0598-4806-8f36-4dd145173795, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38e9e922-0598-4806-8f36-4dd145173795, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1358957414998031064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064135895741499803106413589574149980310641358957414998031064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9715fc42-8699-483c-8553-67c1a8849079, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23f55be6-fd0f-4215-9e06-346831d50062, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23f55be6-fd0f-4215-9e06-346831d50062, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14574571163993726330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330145745711639937263301457457116399372633014574571163993726330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23f55be6-fd0f-4215-9e06-346831d50062, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d69cbd-7d3d-48e4-bcee-cbd9445281bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d69cbd-7d3d-48e4-bcee-cbd9445281bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17090371558488692291 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291170903715584886922911709037155848869229117090371558488692291" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38e9e922-0598-4806-8f36-4dd145173795, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc214559-3f14-46e2-affb-faf1e9411771, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc214559-3f14-46e2-affb-faf1e9411771, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12416959148867648845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845124169591488676488451241695914886764884512416959148867648845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc214559-3f14-46e2-affb-faf1e9411771, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 742c8aff-3112-40e3-af21-65a936d92d14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 742c8aff-3112-40e3-af21-65a936d92d14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615630501156658859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859861563050115665885986156305011566588598615630501156658859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d69cbd-7d3d-48e4-bcee-cbd9445281bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01b0b250-003d-4ea7-8b40-74a6943f552c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01b0b250-003d-4ea7-8b40-74a6943f552c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11916091910408878036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036119160919104088780361191609191040887803611916091910408878036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 742c8aff-3112-40e3-af21-65a936d92d14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7bbceb5-9570-4277-ba72-3d05de3c932f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7bbceb5-9570-4277-ba72-3d05de3c932f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7157927767912619665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665715792776791261966571579277679126196657157927767912619665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01b0b250-003d-4ea7-8b40-74a6943f552c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5835458-303a-4ab4-83a3-4db5712cd4d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5835458-303a-4ab4-83a3-4db5712cd4d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11513129859539015474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474115131298595390154741151312985953901547411513129859539015474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7bbceb5-9570-4277-ba72-3d05de3c932f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 295cc6e5-cbbf-4339-b50f-89b74b4af75d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 295cc6e5-cbbf-4339-b50f-89b74b4af75d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17215466370060963645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645172154663700609636451721546637006096364517215466370060963645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5835458-303a-4ab4-83a3-4db5712cd4d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6e019d4-9221-4ba1-a6c2-38972835af2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6e019d4-9221-4ba1-a6c2-38972835af2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16404644569366900581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581164046445693669005811640464456936690058116404644569366900581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 295cc6e5-cbbf-4339-b50f-89b74b4af75d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a9f7ea-999f-4a39-b0d4-6d18a0522711, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a9f7ea-999f-4a39-b0d4-6d18a0522711, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 55379047144028332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5537904714402833255379047144028332553790471440283325537904714402833255379047144028332553790471440283325537904714402833255379047144028332553790471440283325537904714402833255379047144028332553790471440283325537904714402833255379047144028332553790471440283325537904714402833255379047144028332553790471440283325537904714402833255379047144028332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6e019d4-9221-4ba1-a6c2-38972835af2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98e7bd06-c658-4de1-b397-64f4a90621f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98e7bd06-c658-4de1-b397-64f4a90621f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8466736862869034019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019846673686286903401984667368628690340198466736862869034019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a9f7ea-999f-4a39-b0d4-6d18a0522711, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 326170bf-d8ad-4e07-b96e-c56c7a09d859, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 326170bf-d8ad-4e07-b96e-c56c7a09d859, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3758713376668858284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284375871337666885828437587133766688582843758713376668858284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98e7bd06-c658-4de1-b397-64f4a90621f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16923bcc-38f7-4819-81f5-78ec1397adae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16923bcc-38f7-4819-81f5-78ec1397adae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10012969758537771313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313100129697585377713131001296975853777131310012969758537771313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16923bcc-38f7-4819-81f5-78ec1397adae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 326170bf-d8ad-4e07-b96e-c56c7a09d859, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8234680c-4023-42cf-975c-249025757473, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeb355d2-f1f4-45e0-a47f-777ddeb840a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8234680c-4023-42cf-975c-249025757473, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16913761023082122782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782169137610230821227821691376102308212278216913761023082122782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeb355d2-f1f4-45e0-a47f-777ddeb840a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11070484469889356703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703110704844698893567031107048446988935670311070484469889356703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8234680c-4023-42cf-975c-249025757473, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f31c43-f181-4907-92ad-7169d8298f06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f31c43-f181-4907-92ad-7169d8298f06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12564944130659149090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090125649441306591490901256494413065914909012564944130659149090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeb355d2-f1f4-45e0-a47f-777ddeb840a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e121be89-1848-4411-8b51-f620db1d4c65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e121be89-1848-4411-8b51-f620db1d4c65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2023414722248753853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853202341472224875385320234147222487538532023414722248753853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f31c43-f181-4907-92ad-7169d8298f06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82b19a0a-ad1c-46ad-bc57-bf5124883482, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82b19a0a-ad1c-46ad-bc57-bf5124883482, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5445083962916559385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385544508396291655938554450839629165593855445083962916559385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e121be89-1848-4411-8b51-f620db1d4c65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4192449-ad33-4611-b64f-a99c6dafcc5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4192449-ad33-4611-b64f-a99c6dafcc5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231166168670994756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756923116616867099475692311661686709947569231166168670994756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82b19a0a-ad1c-46ad-bc57-bf5124883482, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3a8f92a-cf84-43b6-aef7-9fc5b9b48cad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3a8f92a-cf84-43b6-aef7-9fc5b9b48cad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9736575116356360704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704973657511635636070497365751163563607049736575116356360704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4192449-ad33-4611-b64f-a99c6dafcc5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd55f456-5f8c-4941-8188-a4fbffb73742, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd55f456-5f8c-4941-8188-a4fbffb73742, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6105021134600959755 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755610502113460095975561050211346009597556105021134600959755" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3a8f92a-cf84-43b6-aef7-9fc5b9b48cad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd55f456-5f8c-4941-8188-a4fbffb73742, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec42293-a841-4f05-bf4e-348b62853a45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec42293-a841-4f05-bf4e-348b62853a45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17990688847861728907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907179906888478617289071799068884786172890717990688847861728907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dc7f4b-5533-49bf-98f2-31b571a7f053, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dc7f4b-5533-49bf-98f2-31b571a7f053, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12794271842996812876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876127942718429968128761279427184299681287612794271842996812876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec42293-a841-4f05-bf4e-348b62853a45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e9fcbd-dd3c-48a5-b8c2-fd942f14f712, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e9fcbd-dd3c-48a5-b8c2-fd942f14f712, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4416171739073806585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585441617173907380658544161717390738065854416171739073806585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dc7f4b-5533-49bf-98f2-31b571a7f053, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff482fcd-38f9-4b0d-a0e8-7ace844673b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff482fcd-38f9-4b0d-a0e8-7ace844673b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18141751845193733513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513181417518451937335131814175184519373351318141751845193733513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e9fcbd-dd3c-48a5-b8c2-fd942f14f712, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ee23d48-1f16-45ac-8853-78d723af0fb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff482fcd-38f9-4b0d-a0e8-7ace844673b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ee23d48-1f16-45ac-8853-78d723af0fb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3421247340785110280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280342124734078511028034212473407851102803421247340785110280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd19f735-460d-426e-a22c-5057b191e148, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd19f735-460d-426e-a22c-5057b191e148, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11948098914038918991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991119480989140389189911194809891403891899111948098914038918991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ee23d48-1f16-45ac-8853-78d723af0fb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99112090-d734-4ea0-81bf-5a9b9eba3b12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd19f735-460d-426e-a22c-5057b191e148, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99112090-d734-4ea0-81bf-5a9b9eba3b12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1431689678617662378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378143168967861766237814316896786176623781431689678617662378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f456a853-5fde-4e20-bad9-6cb1dad5bef5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f456a853-5fde-4e20-bad9-6cb1dad5bef5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12883690347639026131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131128836903476390261311288369034763902613112883690347639026131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99112090-d734-4ea0-81bf-5a9b9eba3b12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4010e8c-b382-44eb-b6f7-fed74cda1e7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f456a853-5fde-4e20-bad9-6cb1dad5bef5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4010e8c-b382-44eb-b6f7-fed74cda1e7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10523906023167594546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546105239060231675945461052390602316759454610523906023167594546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90bc866c-eef9-4734-81a8-c131a5713c6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90bc866c-eef9-4734-81a8-c131a5713c6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12091733335938293661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661120917333359382936611209173333593829366112091733335938293661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4010e8c-b382-44eb-b6f7-fed74cda1e7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f123100-50d9-42ec-a205-24cf7bd4151a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f123100-50d9-42ec-a205-24cf7bd4151a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18019437428417960395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395180194374284179603951801943742841796039518019437428417960395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90bc866c-eef9-4734-81a8-c131a5713c6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4aca7dd-b26a-4179-95bd-bc3f81568fdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4aca7dd-b26a-4179-95bd-bc3f81568fdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7182207234191490875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875718220723419149087571822072341914908757182207234191490875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f123100-50d9-42ec-a205-24cf7bd4151a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14c69648-a849-46aa-b109-2c4801d05241, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14c69648-a849-46aa-b109-2c4801d05241, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11875455569147113581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581118754555691471135811187545556914711358111875455569147113581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4aca7dd-b26a-4179-95bd-bc3f81568fdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2bbd43-3fe0-4f0c-b7c9-62747c1e985a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2bbd43-3fe0-4f0c-b7c9-62747c1e985a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3270928687070172712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712327092868707017271232709286870701727123270928687070172712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14c69648-a849-46aa-b109-2c4801d05241, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6982af58-6877-4c3d-9692-9ab1e3269013, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6982af58-6877-4c3d-9692-9ab1e3269013, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16485029306911106616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616164850293069111066161648502930691110661616485029306911106616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2bbd43-3fe0-4f0c-b7c9-62747c1e985a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58d7b2e8-aedb-411e-8cec-ba4fd4a58b60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58d7b2e8-aedb-411e-8cec-ba4fd4a58b60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080504146324528057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057908050414632452805790805041463245280579080504146324528057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6982af58-6877-4c3d-9692-9ab1e3269013, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c04237b0-c424-455d-8ec8-f0a5f2120485, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c04237b0-c424-455d-8ec8-f0a5f2120485, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1246409853941274243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243124640985394127424312464098539412742431246409853941274243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58d7b2e8-aedb-411e-8cec-ba4fd4a58b60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99ebd173-534b-4e17-8215-15eb2b82ec58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99ebd173-534b-4e17-8215-15eb2b82ec58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356082374155065192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192123560823741550651921235608237415506519212356082374155065192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c04237b0-c424-455d-8ec8-f0a5f2120485, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50d4201-c5c8-4476-a56b-55f618c6e6ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50d4201-c5c8-4476-a56b-55f618c6e6ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8540905237643777613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613854090523764377761385409052376437776138540905237643777613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99ebd173-534b-4e17-8215-15eb2b82ec58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 364709e1-7cac-4243-b575-9543bfc2484a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 364709e1-7cac-4243-b575-9543bfc2484a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7241218724983209269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269724121872498320926972412187249832092697241218724983209269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50d4201-c5c8-4476-a56b-55f618c6e6ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 059d06b0-3414-4609-aa7c-b21ffc19efb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 059d06b0-3414-4609-aa7c-b21ffc19efb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17365124106261616071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071173651241062616160711736512410626161607117365124106261616071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 364709e1-7cac-4243-b575-9543bfc2484a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4523775-c4f8-4a77-93bd-fdc27e8d86d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4523775-c4f8-4a77-93bd-fdc27e8d86d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3679787980802600401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401367978798080260040136797879808026004013679787980802600401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 059d06b0-3414-4609-aa7c-b21ffc19efb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90978564-7197-4fa1-8ed4-f0f318d1171b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90978564-7197-4fa1-8ed4-f0f318d1171b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3285802875160730672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672328580287516073067232858028751607306723285802875160730672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4523775-c4f8-4a77-93bd-fdc27e8d86d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c423de19-eda5-48ff-9ddc-6c1abac463a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c423de19-eda5-48ff-9ddc-6c1abac463a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11133368479363051752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752111333684793630517521113336847936305175211133368479363051752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90978564-7197-4fa1-8ed4-f0f318d1171b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e80975f-b742-4b5f-8ba1-8d0b72a3d904, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e80975f-b742-4b5f-8ba1-8d0b72a3d904, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13388627555258680549 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549133886275552586805491338862755525868054913388627555258680549" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c423de19-eda5-48ff-9ddc-6c1abac463a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf52c55-a32f-4f2f-8aa0-3db91d1be1a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf52c55-a32f-4f2f-8aa0-3db91d1be1a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4124190970954788290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290412419097095478829041241909709547882904124190970954788290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e80975f-b742-4b5f-8ba1-8d0b72a3d904, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64b7832e-0510-49dd-b8cf-4ad9a90adf4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64b7832e-0510-49dd-b8cf-4ad9a90adf4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5283146929358220263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263528314692935822026352831469293582202635283146929358220263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf52c55-a32f-4f2f-8aa0-3db91d1be1a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a242028-fee2-4fa9-b97a-08bd215c40e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a242028-fee2-4fa9-b97a-08bd215c40e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4997247031725970002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002499724703172597000249972470317259700024997247031725970002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64b7832e-0510-49dd-b8cf-4ad9a90adf4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9dd46c0-085a-4240-8ea0-1968308d4c76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9dd46c0-085a-4240-8ea0-1968308d4c76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5573323222549911567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567557332322254991156755733232225499115675573323222549911567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a242028-fee2-4fa9-b97a-08bd215c40e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68ced11e-48e8-4645-b6f0-1cb644a3b015, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68ced11e-48e8-4645-b6f0-1cb644a3b015, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839074364935456136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136183907436493545613618390743649354561361839074364935456136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9dd46c0-085a-4240-8ea0-1968308d4c76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68695664-1fe9-4453-a744-9c8c4fb098a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68695664-1fe9-4453-a744-9c8c4fb098a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17707489283587868350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350177074892835878683501770748928358786835017707489283587868350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68ced11e-48e8-4645-b6f0-1cb644a3b015, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07dca86e-ec86-4ab1-bf81-ee3a2d58769c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07dca86e-ec86-4ab1-bf81-ee3a2d58769c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4840274396292155514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514484027439629215551448402743962921555144840274396292155514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68695664-1fe9-4453-a744-9c8c4fb098a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db3e61b6-d413-4753-bd8a-8f1c19645564, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db3e61b6-d413-4753-bd8a-8f1c19645564, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1472355895655724889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889147235589565572488914723558956557248891472355895655724889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07dca86e-ec86-4ab1-bf81-ee3a2d58769c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee71e3cf-b112-426a-aa15-d22a25ab34e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee71e3cf-b112-426a-aa15-d22a25ab34e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4181019106490830369 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369418101910649083036941810191064908303694181019106490830369" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db3e61b6-d413-4753-bd8a-8f1c19645564, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49732fd8-d3ed-4d44-8033-b369eb952184, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49732fd8-d3ed-4d44-8033-b369eb952184, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1679848984341585158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158167984898434158515816798489843415851581679848984341585158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee71e3cf-b112-426a-aa15-d22a25ab34e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47b26348-2e9d-45b0-ac79-3d58acfc2556, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47b26348-2e9d-45b0-ac79-3d58acfc2556, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4577549827555790276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276457754982755579027645775498275557902764577549827555790276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49732fd8-d3ed-4d44-8033-b369eb952184, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8dec5ae7-7b0b-4631-828f-ef9cec245fe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8dec5ae7-7b0b-4631-828f-ef9cec245fe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1468910783644833538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538146891078364483353814689107836448335381468910783644833538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47b26348-2e9d-45b0-ac79-3d58acfc2556, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5df4d779-1d41-4e9b-aeb2-f830577f1578, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5df4d779-1d41-4e9b-aeb2-f830577f1578, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13889391614121337841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841138893916141213378411388939161412133784113889391614121337841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8dec5ae7-7b0b-4631-828f-ef9cec245fe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c058020a-ce27-46b6-ad46-504358a2d7d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c058020a-ce27-46b6-ad46-504358a2d7d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15006871123968157000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000150068711239681570001500687112396815700015006871123968157000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5df4d779-1d41-4e9b-aeb2-f830577f1578, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65a9957a-452d-4dd0-a50e-3d2f3184c3e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65a9957a-452d-4dd0-a50e-3d2f3184c3e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11231933401419043916 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916112319334014190439161123193340141904391611231933401419043916" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c058020a-ce27-46b6-ad46-504358a2d7d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ef2ae47-bda4-472f-ae4b-94e5b53534e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ef2ae47-bda4-472f-ae4b-94e5b53534e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13751153561990327977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977137511535619903279771375115356199032797713751153561990327977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65a9957a-452d-4dd0-a50e-3d2f3184c3e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53131d16-2f8a-4962-a7e6-4c87f83d8d99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53131d16-2f8a-4962-a7e6-4c87f83d8d99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13831440970287433033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033138314409702874330331383144097028743303313831440970287433033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ef2ae47-bda4-472f-ae4b-94e5b53534e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba04350b-f8c7-410e-8fe5-8fa8731f5ca5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba04350b-f8c7-410e-8fe5-8fa8731f5ca5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304363793332323636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636430436379333232363643043637933323236364304363793332323636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53131d16-2f8a-4962-a7e6-4c87f83d8d99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 604fa8e9-bf39-440e-a798-7a038d29da53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 604fa8e9-bf39-440e-a798-7a038d29da53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9517939270105625467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467951793927010562546795179392701056254679517939270105625467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 604fa8e9-bf39-440e-a798-7a038d29da53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba04350b-f8c7-410e-8fe5-8fa8731f5ca5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae151866-c318-449f-891e-8b4ec8efa4cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91c99e5e-df04-4e51-8184-9a3c8651eba8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae151866-c318-449f-891e-8b4ec8efa4cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3720405097501247417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417372040509750124741737204050975012474173720405097501247417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91c99e5e-df04-4e51-8184-9a3c8651eba8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11847902871868871064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064118479028718688710641184790287186887106411847902871868871064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91c99e5e-df04-4e51-8184-9a3c8651eba8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae151866-c318-449f-891e-8b4ec8efa4cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624aa2b5-fcdf-41b5-88fe-66868546f47c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624aa2b5-fcdf-41b5-88fe-66868546f47c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211633198744756033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033321163319874475603332116331987447560333211633198744756033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b77a15a5-f53c-46ef-b138-bb7f6b97f120, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b77a15a5-f53c-46ef-b138-bb7f6b97f120, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15053996619344800611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611150539966193448006111505399661934480061115053996619344800611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624aa2b5-fcdf-41b5-88fe-66868546f47c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b77a15a5-f53c-46ef-b138-bb7f6b97f120, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d680a78-dee7-4565-ae32-dc51579c90b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68702a51-d3d4-43bf-b877-6248e1ab1ac0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d680a78-dee7-4565-ae32-dc51579c90b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14417817155820328579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579144178171558203285791441781715582032857914417817155820328579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68702a51-d3d4-43bf-b877-6248e1ab1ac0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11104633531704621628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628111046335317046216281110463353170462162811104633531704621628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68702a51-d3d4-43bf-b877-6248e1ab1ac0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d680a78-dee7-4565-ae32-dc51579c90b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b65910cd-f026-4066-8984-daa4f7b5f669, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639a61fd-b64a-4b45-8f7e-31dccc0ed2e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b65910cd-f026-4066-8984-daa4f7b5f669, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8279452083129371648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648827945208312937164882794520831293716488279452083129371648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639a61fd-b64a-4b45-8f7e-31dccc0ed2e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13937433264812955712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712139374332648129557121393743326481295571213937433264812955712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639a61fd-b64a-4b45-8f7e-31dccc0ed2e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b65910cd-f026-4066-8984-daa4f7b5f669, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69a90249-e8ca-4bdb-820f-4f5d8ce551f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69a90249-e8ca-4bdb-820f-4f5d8ce551f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854864746363034505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505985486474636303450598548647463630345059854864746363034505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4e0954-4386-43e2-8dc2-acaa4761a8ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4e0954-4386-43e2-8dc2-acaa4761a8ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8093413131963673894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894809341313196367389480934131319636738948093413131963673894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69a90249-e8ca-4bdb-820f-4f5d8ce551f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4e0954-4386-43e2-8dc2-acaa4761a8ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ddddcea-c786-4c9b-9844-92fa57b91cc2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcefb3e-0040-4f88-b7f1-18cafc148d37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ddddcea-c786-4c9b-9844-92fa57b91cc2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11532658148598046767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767115326581485980467671153265814859804676711532658148598046767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcefb3e-0040-4f88-b7f1-18cafc148d37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1892613769926833421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421189261376992683342118926137699268334211892613769926833421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcefb3e-0040-4f88-b7f1-18cafc148d37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3df946-880f-45fe-ad96-3e4c1d17bb65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3df946-880f-45fe-ad96-3e4c1d17bb65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15423415765017154952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952154234157650171549521542341576501715495215423415765017154952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ddddcea-c786-4c9b-9844-92fa57b91cc2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 459bce79-a146-46a0-8453-2556a728a50e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 459bce79-a146-46a0-8453-2556a728a50e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9898288596850112001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001989828859685011200198982885968501120019898288596850112001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3df946-880f-45fe-ad96-3e4c1d17bb65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad5a4537-abbe-4e3b-b2fb-43d0856503f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad5a4537-abbe-4e3b-b2fb-43d0856503f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11483433865938688639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639114834338659386886391148343386593868863911483433865938688639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 459bce79-a146-46a0-8453-2556a728a50e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 420a2162-db7c-4223-9db4-4aa68649e6e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 420a2162-db7c-4223-9db4-4aa68649e6e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12474288205235275057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057124742882052352750571247428820523527505712474288205235275057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad5a4537-abbe-4e3b-b2fb-43d0856503f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14eb93b1-a8d8-4828-9ad9-eca47c4c89cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14eb93b1-a8d8-4828-9ad9-eca47c4c89cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3977830518000698063 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063397783051800069806339778305180006980633977830518000698063" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 420a2162-db7c-4223-9db4-4aa68649e6e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9796a1e2-8b6d-4f4a-9cfa-8b30929e873a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9796a1e2-8b6d-4f4a-9cfa-8b30929e873a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18105145440992432587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587181051454409924325871810514544099243258718105145440992432587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14eb93b1-a8d8-4828-9ad9-eca47c4c89cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de29f93c-de4b-435f-8f30-0e91e7f478f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de29f93c-de4b-435f-8f30-0e91e7f478f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317073307533652843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843331707330753365284333170733075336528433317073307533652843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9796a1e2-8b6d-4f4a-9cfa-8b30929e873a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca421428-bfd0-4eaa-b6cc-b4d3fef59a8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca421428-bfd0-4eaa-b6cc-b4d3fef59a8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7449169706204490447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447744916970620449044774491697062044904477449169706204490447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de29f93c-de4b-435f-8f30-0e91e7f478f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1be37c96-88e0-4518-8cb8-60b08e71ac6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1be37c96-88e0-4518-8cb8-60b08e71ac6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6874391679691652637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637687439167969165263768743916796916526376874391679691652637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca421428-bfd0-4eaa-b6cc-b4d3fef59a8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e29fab8-7d2b-4011-b64b-0e995d905a60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e29fab8-7d2b-4011-b64b-0e995d905a60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940766577444729709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709394076657744472970939407665774447297093940766577444729709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1be37c96-88e0-4518-8cb8-60b08e71ac6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93897f64-f267-427e-a980-d9260f0cf458, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93897f64-f267-427e-a980-d9260f0cf458, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16988764185293226255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255169887641852932262551698876418529322625516988764185293226255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e29fab8-7d2b-4011-b64b-0e995d905a60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 558e0bd7-11d4-4502-b846-84251ffd1ef5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558e0bd7-11d4-4502-b846-84251ffd1ef5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1765157158667795262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262176515715866779526217651571586677952621765157158667795262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93897f64-f267-427e-a980-d9260f0cf458, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea087c4d-1919-4b6f-be20-7c46c046ddf3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea087c4d-1919-4b6f-be20-7c46c046ddf3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5828011528953036800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800582801152895303680058280115289530368005828011528953036800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558e0bd7-11d4-4502-b846-84251ffd1ef5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a2c0cbd-90b9-4832-bc0c-de7eff31de78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a2c0cbd-90b9-4832-bc0c-de7eff31de78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157949626506442805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805111579496265064428051115794962650644280511157949626506442805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea087c4d-1919-4b6f-be20-7c46c046ddf3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43dbcb75-1da2-4966-9c63-0c9d8cc0a5d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43dbcb75-1da2-4966-9c63-0c9d8cc0a5d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11988004115096538311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311119880041150965383111198800411509653831111988004115096538311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a2c0cbd-90b9-4832-bc0c-de7eff31de78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9c45f58-093b-46f3-9907-26b43575c80d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9c45f58-093b-46f3-9907-26b43575c80d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14923124617856718114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114149231246178567181141492312461785671811414923124617856718114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43dbcb75-1da2-4966-9c63-0c9d8cc0a5d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de1ecf9-a411-4673-8924-d8c2ab8efc6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de1ecf9-a411-4673-8924-d8c2ab8efc6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11996942267089878047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047119969422670898780471199694226708987804711996942267089878047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9c45f58-093b-46f3-9907-26b43575c80d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c03f6e46-fe4d-41a1-9787-cf21e368b141, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c03f6e46-fe4d-41a1-9787-cf21e368b141, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7481352134702676493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493748135213470267649374813521347026764937481352134702676493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de1ecf9-a411-4673-8924-d8c2ab8efc6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd165e6c-df89-4252-ad56-4458c4a58eef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd165e6c-df89-4252-ad56-4458c4a58eef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16318537330713591365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365163185373307135913651631853733071359136516318537330713591365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c03f6e46-fe4d-41a1-9787-cf21e368b141, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95ccce45-c4b5-4ffa-aa82-1a8c476133a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd165e6c-df89-4252-ad56-4458c4a58eef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95ccce45-c4b5-4ffa-aa82-1a8c476133a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15407103225287111951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951154071032252871119511540710322528711195115407103225287111951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f1e8a60-14fe-4a25-b8aa-2c5c7ac06acc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f1e8a60-14fe-4a25-b8aa-2c5c7ac06acc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1666031954193792957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957166603195419379295716660319541937929571666031954193792957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95ccce45-c4b5-4ffa-aa82-1a8c476133a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93d2c47e-a6a1-4f96-88b9-1c33c66884f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f1e8a60-14fe-4a25-b8aa-2c5c7ac06acc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93d2c47e-a6a1-4f96-88b9-1c33c66884f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13577875302646819407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407135778753026468194071357787530264681940713577875302646819407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cde16d41-6dca-49cd-981d-d97a3172a238, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cde16d41-6dca-49cd-981d-d97a3172a238, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17847566834558393878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878178475668345583938781784756683455839387817847566834558393878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93d2c47e-a6a1-4f96-88b9-1c33c66884f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa5970d-6e55-4336-82e0-7aedca0dfff1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cde16d41-6dca-49cd-981d-d97a3172a238, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa5970d-6e55-4336-82e0-7aedca0dfff1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6771691039779673427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427677169103977967342767716910397796734276771691039779673427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 981fd947-bf2e-46e9-9efb-909edc4825d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 981fd947-bf2e-46e9-9efb-909edc4825d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3401317188306747918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918340131718830674791834013171883067479183401317188306747918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa5970d-6e55-4336-82e0-7aedca0dfff1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 981fd947-bf2e-46e9-9efb-909edc4825d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31ca1d72-365a-4df2-bace-7898f79b7e86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31ca1d72-365a-4df2-bace-7898f79b7e86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18196563459874597466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466181965634598745974661819656345987459746618196563459874597466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4f8b28-29a5-41f1-8e2a-90d9705aed8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4f8b28-29a5-41f1-8e2a-90d9705aed8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6548022964628179706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706654802296462817970665480229646281797066548022964628179706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31ca1d72-365a-4df2-bace-7898f79b7e86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4f8b28-29a5-41f1-8e2a-90d9705aed8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63619ca8-f313-43ea-8b48-92460e6bb428, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63619ca8-f313-43ea-8b48-92460e6bb428, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 184428787868987610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610184428787868987610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f04d341d-e56a-4d66-a350-d4869b746520, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63619ca8-f313-43ea-8b48-92460e6bb428, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7a1b93-223f-4862-907b-be94ff8f34a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7a1b93-223f-4862-907b-be94ff8f34a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085544192058302915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915108554419205830291510855441920583029151085544192058302915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f04d341d-e56a-4d66-a350-d4869b746520, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992735319738822488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488899273531973882248889927353197388224888992735319738822488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7a1b93-223f-4862-907b-be94ff8f34a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74082d4f-cbec-4d7a-889f-2992f298da40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74082d4f-cbec-4d7a-889f-2992f298da40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12033545072588235043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043120335450725882350431203354507258823504312033545072588235043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f04d341d-e56a-4d66-a350-d4869b746520, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffdca32c-eeb6-42a6-8f1c-f17ea7a6db1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffdca32c-eeb6-42a6-8f1c-f17ea7a6db1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7309494123643501383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383730949412364350138373094941236435013837309494123643501383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74082d4f-cbec-4d7a-889f-2992f298da40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83705f10-eb0f-4445-ad24-dff8cf82ac2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83705f10-eb0f-4445-ad24-dff8cf82ac2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541879818126292669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669125418798181262926691254187981812629266912541879818126292669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffdca32c-eeb6-42a6-8f1c-f17ea7a6db1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82286884-01fc-4e08-95c7-a68bc78ae9f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82286884-01fc-4e08-95c7-a68bc78ae9f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6542433112147799413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413654243311214779941365424331121477994136542433112147799413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83705f10-eb0f-4445-ad24-dff8cf82ac2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6080c1c1-f887-4933-a026-de9d73739c42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6080c1c1-f887-4933-a026-de9d73739c42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 328029319566883147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147328029319566883147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82286884-01fc-4e08-95c7-a68bc78ae9f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56a9f0e8-11c0-439e-9da0-723dce2f839f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56a9f0e8-11c0-439e-9da0-723dce2f839f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 798885351232055772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772798885351232055772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6080c1c1-f887-4933-a026-de9d73739c42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 646e7e27-77f1-4acf-b6eb-f47b1d5f7de7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 646e7e27-77f1-4acf-b6eb-f47b1d5f7de7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2054069345799932334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334205406934579993233420540693457999323342054069345799932334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56a9f0e8-11c0-439e-9da0-723dce2f839f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b758a090-a95b-4ade-bc7d-0b8019b1879f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b758a090-a95b-4ade-bc7d-0b8019b1879f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3797511455263093677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677379751145526309367737975114552630936773797511455263093677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 646e7e27-77f1-4acf-b6eb-f47b1d5f7de7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1add1d69-d7a5-4615-ac91-0c8134817e1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1add1d69-d7a5-4615-ac91-0c8134817e1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9080946814727558940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940908094681472755894090809468147275589409080946814727558940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b758a090-a95b-4ade-bc7d-0b8019b1879f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b603c303-8a9b-41e8-aaca-68043cf5e568, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b603c303-8a9b-41e8-aaca-68043cf5e568, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5156179694831044884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884515617969483104488451561796948310448845156179694831044884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1add1d69-d7a5-4615-ac91-0c8134817e1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92513653-3692-424f-848d-17eb03163db1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92513653-3692-424f-848d-17eb03163db1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12252872862105352252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252122528728621053522521225287286210535225212252872862105352252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b603c303-8a9b-41e8-aaca-68043cf5e568, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92a4e861-102a-4632-b756-8c3d2179433e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92a4e861-102a-4632-b756-8c3d2179433e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11959288507454143444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444119592885074541434441195928850745414344411959288507454143444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92513653-3692-424f-848d-17eb03163db1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb25617e-9de5-4c84-9336-d40e57db8802, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb25617e-9de5-4c84-9336-d40e57db8802, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12564951715420943950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950125649517154209439501256495171542094395012564951715420943950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb25617e-9de5-4c84-9336-d40e57db8802, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86b4fab3-23e5-4789-aad7-bd9f97412a2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b4fab3-23e5-4789-aad7-bd9f97412a2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17535550584200123377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377175355505842001233771753555058420012337717535550584200123377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b4fab3-23e5-4789-aad7-bd9f97412a2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff2f47e-3011-4080-a539-133e21828f39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff2f47e-3011-4080-a539-133e21828f39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12344896316048864559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559123448963160488645591234489631604886455912344896316048864559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92a4e861-102a-4632-b756-8c3d2179433e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5a7e999-ad56-408c-aabd-b0018ce76b21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5a7e999-ad56-408c-aabd-b0018ce76b21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7354718071503175597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597735471807150317559773547180715031755977354718071503175597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff2f47e-3011-4080-a539-133e21828f39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47a2d707-3b25-4bf1-8d23-3c427057093f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47a2d707-3b25-4bf1-8d23-3c427057093f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14478656006202351229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229144786560062023512291447865600620235122914478656006202351229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5a7e999-ad56-408c-aabd-b0018ce76b21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 787421c9-f798-469c-88ac-f664a3b26c34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 787421c9-f798-469c-88ac-f664a3b26c34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12685793286936125431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431126857932869361254311268579328693612543112685793286936125431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47a2d707-3b25-4bf1-8d23-3c427057093f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 787421c9-f798-469c-88ac-f664a3b26c34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4cbd38c-e8f9-43eb-9725-06691461cd98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0ac12cd-a3e9-4d2f-a0d6-c59938f9f85a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4cbd38c-e8f9-43eb-9725-06691461cd98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8165283376242770323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323816528337624277032381652833762427703238165283376242770323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0ac12cd-a3e9-4d2f-a0d6-c59938f9f85a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4725066932100367104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104472506693210036710447250669321003671044725066932100367104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0ac12cd-a3e9-4d2f-a0d6-c59938f9f85a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef832d0-9a8a-4884-9f16-c1b9f5004375, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef832d0-9a8a-4884-9f16-c1b9f5004375, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7581494809372595789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789758149480937259578975814948093725957897581494809372595789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4cbd38c-e8f9-43eb-9725-06691461cd98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4106ce00-799c-4917-a2ee-3eb718740ace, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4106ce00-799c-4917-a2ee-3eb718740ace, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14407454643550429675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675144074546435504296751440745464355042967514407454643550429675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef832d0-9a8a-4884-9f16-c1b9f5004375, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4106ce00-799c-4917-a2ee-3eb718740ace, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8d96058-7487-498e-8633-9498a8a1d96a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d96058-7487-498e-8633-9498a8a1d96a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16683198914877080194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194166831989148770801941668319891487708019416683198914877080194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b705d3b4-a7f5-4fc8-986a-e3e232a1770c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b705d3b4-a7f5-4fc8-986a-e3e232a1770c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2302508570618043677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677230250857061804367723025085706180436772302508570618043677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d96058-7487-498e-8633-9498a8a1d96a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa824dd8-7e06-4d7b-85a5-5f217ff9d1cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b705d3b4-a7f5-4fc8-986a-e3e232a1770c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d347e07d-47ff-4ac4-a095-bcd9ad0b9799, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa824dd8-7e06-4d7b-85a5-5f217ff9d1cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5425370940807742629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629542537094080774262954253709408077426295425370940807742629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d347e07d-47ff-4ac4-a095-bcd9ad0b9799, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13142324758481980588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588131423247584819805881314232475848198058813142324758481980588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa824dd8-7e06-4d7b-85a5-5f217ff9d1cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e2a17ba-546c-47e2-a8dc-7134d8595bc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e2a17ba-546c-47e2-a8dc-7134d8595bc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15643373855685725564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564156433738556857255641564337385568572556415643373855685725564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d347e07d-47ff-4ac4-a095-bcd9ad0b9799, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8317ad-5d4c-4879-820d-0a03d378b9e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8317ad-5d4c-4879-820d-0a03d378b9e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566114309155627187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187256611430915562718725661143091556271872566114309155627187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e2a17ba-546c-47e2-a8dc-7134d8595bc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fec7162-2e1f-439a-b9d1-e9a1e5bb33e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8317ad-5d4c-4879-820d-0a03d378b9e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fec7162-2e1f-439a-b9d1-e9a1e5bb33e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12316496519393433756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756123164965193934337561231649651939343375612316496519393433756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12440082-ed75-45c6-aedd-07b7eac68b24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12440082-ed75-45c6-aedd-07b7eac68b24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16784243396728664973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973167842433967286649731678424339672866497316784243396728664973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fec7162-2e1f-439a-b9d1-e9a1e5bb33e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a7df70f-a2ef-47e8-b39c-bb76a59ff415, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a7df70f-a2ef-47e8-b39c-bb76a59ff415, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2468161495015757406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406246816149501575740624681614950157574062468161495015757406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12440082-ed75-45c6-aedd-07b7eac68b24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad26ceb2-140c-4363-8a0f-92b3e9416313, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad26ceb2-140c-4363-8a0f-92b3e9416313, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14315529142172789731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731143155291421727897311431552914217278973114315529142172789731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a7df70f-a2ef-47e8-b39c-bb76a59ff415, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72b93f4-4239-4f29-a94e-e5bee3f963d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72b93f4-4239-4f29-a94e-e5bee3f963d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2148478946850788028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028214847894685078802821484789468507880282148478946850788028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad26ceb2-140c-4363-8a0f-92b3e9416313, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf59f160-1f38-4d52-b2f4-d8602309510a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf59f160-1f38-4d52-b2f4-d8602309510a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7431791869327357594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594743179186932735759474317918693273575947431791869327357594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72b93f4-4239-4f29-a94e-e5bee3f963d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9ca84dd-8653-4a40-a798-cc27a71650cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ca84dd-8653-4a40-a798-cc27a71650cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2053335711383114344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344205333571138311434420533357113831143442053335711383114344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf59f160-1f38-4d52-b2f4-d8602309510a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 386daf7e-3155-475e-b96f-e1bdac2d9a52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 386daf7e-3155-475e-b96f-e1bdac2d9a52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9056029035464108258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258905602903546410825890560290354641082589056029035464108258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ca84dd-8653-4a40-a798-cc27a71650cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c89d412a-5557-44fd-a57c-0644e16b73d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c89d412a-5557-44fd-a57c-0644e16b73d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15988327747238418143 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143159883277472384181431598832774723841814315988327747238418143" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 386daf7e-3155-475e-b96f-e1bdac2d9a52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bbddd86-8cfc-40e4-9d59-dcb3f010219b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bbddd86-8cfc-40e4-9d59-dcb3f010219b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925239513201045198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198192523951320104519819252395132010451981925239513201045198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c89d412a-5557-44fd-a57c-0644e16b73d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 826ea685-4ccf-4f66-b580-13460036d521, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826ea685-4ccf-4f66-b580-13460036d521, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17108564232461740403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403171085642324617404031710856423246174040317108564232461740403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bbddd86-8cfc-40e4-9d59-dcb3f010219b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b371577c-09ac-42aa-99f1-033c630bcd77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b371577c-09ac-42aa-99f1-033c630bcd77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 724712400138767046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046724712400138767046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826ea685-4ccf-4f66-b580-13460036d521, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cbea922-bfe1-4d27-8ba1-1ff25b3fd015, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cbea922-bfe1-4d27-8ba1-1ff25b3fd015, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6444805937042156159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159644480593704215615964448059370421561596444805937042156159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b371577c-09ac-42aa-99f1-033c630bcd77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c054d364-f055-4550-aa72-e002c02f114c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c054d364-f055-4550-aa72-e002c02f114c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6497462524405667175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175649746252440566717564974625244056671756497462524405667175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cbea922-bfe1-4d27-8ba1-1ff25b3fd015, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1d553d4-3c31-4570-9182-42e298f1858f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1d553d4-3c31-4570-9182-42e298f1858f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3623458358852854892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892362345835885285489236234583588528548923623458358852854892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c054d364-f055-4550-aa72-e002c02f114c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7960b5e4-0209-472d-9fe8-a67692670e5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7960b5e4-0209-472d-9fe8-a67692670e5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11103209967043279967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967111032099670432799671110320996704327996711103209967043279967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1d553d4-3c31-4570-9182-42e298f1858f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0110818c-368d-4f24-b290-181f50cbdb6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0110818c-368d-4f24-b290-181f50cbdb6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16288828030429518937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937162888280304295189371628882803042951893716288828030429518937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7960b5e4-0209-472d-9fe8-a67692670e5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d6364e2-03b9-42d6-abb3-7df8540bbf55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6364e2-03b9-42d6-abb3-7df8540bbf55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1515665004728469237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237151566500472846923715156650047284692371515665004728469237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0110818c-368d-4f24-b290-181f50cbdb6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dde9241-8aee-4f60-8070-20cb2d19b2b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dde9241-8aee-4f60-8070-20cb2d19b2b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13836143756241358443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443138361437562413584431383614375624135844313836143756241358443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6364e2-03b9-42d6-abb3-7df8540bbf55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d5887de-289d-4200-abc5-b5990a97bbee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d5887de-289d-4200-abc5-b5990a97bbee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3638431511520349977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977363843151152034997736384315115203499773638431511520349977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dde9241-8aee-4f60-8070-20cb2d19b2b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3197a2f-95d0-4ac4-a099-878b701ab080, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3197a2f-95d0-4ac4-a099-878b701ab080, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4639774669164266863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863463977466916426686346397746691642668634639774669164266863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d5887de-289d-4200-abc5-b5990a97bbee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a199ff5f-fdfd-4b6e-a23b-94cc930338b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a199ff5f-fdfd-4b6e-a23b-94cc930338b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3317872797727441828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828331787279772744182833178727977274418283317872797727441828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3197a2f-95d0-4ac4-a099-878b701ab080, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 348ac2d4-2771-4214-9f5b-90bd2faf90a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 348ac2d4-2771-4214-9f5b-90bd2faf90a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5633063970690358071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071563306397069035807156330639706903580715633063970690358071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a199ff5f-fdfd-4b6e-a23b-94cc930338b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19156fcd-8f64-4a84-a1c4-0c36713a23f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19156fcd-8f64-4a84-a1c4-0c36713a23f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68429237116262685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6842923711626268568429237116262685684292371162626856842923711626268568429237116262685684292371162626856842923711626268568429237116262685684292371162626856842923711626268568429237116262685684292371162626856842923711626268568429237116262685684292371162626856842923711626268568429237116262685684292371162626856842923711626268568429237116262685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 348ac2d4-2771-4214-9f5b-90bd2faf90a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 579fcb88-9304-474a-a3a4-7bcd7df770f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 579fcb88-9304-474a-a3a4-7bcd7df770f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14959773905912384008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008149597739059123840081495977390591238400814959773905912384008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19156fcd-8f64-4a84-a1c4-0c36713a23f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa1278d-acce-440a-91e2-23601eb5d64b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa1278d-acce-440a-91e2-23601eb5d64b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13334576126208498125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125133345761262084981251333457612620849812513334576126208498125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 579fcb88-9304-474a-a3a4-7bcd7df770f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54ac76fe-2196-4b4d-8cd3-f5330acbfe1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54ac76fe-2196-4b4d-8cd3-f5330acbfe1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7435580366373987089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089743558036637398708974355803663739870897435580366373987089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa1278d-acce-440a-91e2-23601eb5d64b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f5afafc-36ae-416c-808e-d1092fa41b2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f5afafc-36ae-416c-808e-d1092fa41b2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9977378894237115713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713997737889423711571399773788942371157139977378894237115713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54ac76fe-2196-4b4d-8cd3-f5330acbfe1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27d43907-f757-4398-8a8c-022865b2abe4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27d43907-f757-4398-8a8c-022865b2abe4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11403001766427243662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662114030017664272436621140300176642724366211403001766427243662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f5afafc-36ae-416c-808e-d1092fa41b2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41d603bb-3936-43a0-9d23-6dc2545321aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27d43907-f757-4398-8a8c-022865b2abe4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41d603bb-3936-43a0-9d23-6dc2545321aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580710545323841064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064458071054532384106445807105453238410644580710545323841064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5001cc16-9223-4c0e-a481-bc1dd1223ed6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5001cc16-9223-4c0e-a481-bc1dd1223ed6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14856368648574915786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786148563686485749157861485636864857491578614856368648574915786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41d603bb-3936-43a0-9d23-6dc2545321aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feba98d4-5b46-4ebb-aaa7-7f760102bdc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5001cc16-9223-4c0e-a481-bc1dd1223ed6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feba98d4-5b46-4ebb-aaa7-7f760102bdc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12729239908184182923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923127292399081841829231272923990818418292312729239908184182923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2595603a-2e60-4c09-a4e3-bc327d27c173, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2595603a-2e60-4c09-a4e3-bc327d27c173, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 550919595042256301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301550919595042256301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feba98d4-5b46-4ebb-aaa7-7f760102bdc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e322556f-0447-4ba8-b190-cdfa4f208a1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2595603a-2e60-4c09-a4e3-bc327d27c173, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e322556f-0447-4ba8-b190-cdfa4f208a1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2284369244911300541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541228436924491130054122843692449113005412284369244911300541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71c25fa4-6b22-4ed5-96fa-29399c3c9d45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71c25fa4-6b22-4ed5-96fa-29399c3c9d45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12396840205532293388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388123968402055322933881239684020553229338812396840205532293388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e322556f-0447-4ba8-b190-cdfa4f208a1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f5386e0-2acd-40d3-9441-141dda96bb66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71c25fa4-6b22-4ed5-96fa-29399c3c9d45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f5386e0-2acd-40d3-9441-141dda96bb66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4036336928775386863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863403633692877538686340363369287753868634036336928775386863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5036136c-7660-45c8-9370-10c8bf7cd28f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5036136c-7660-45c8-9370-10c8bf7cd28f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2566418393744250097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097256641839374425009725664183937442500972566418393744250097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f5386e0-2acd-40d3-9441-141dda96bb66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5036136c-7660-45c8-9370-10c8bf7cd28f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52563a23-5437-415a-a22f-a2bf33d686e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52563a23-5437-415a-a22f-a2bf33d686e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14907157385452997870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870149071573854529978701490715738545299787014907157385452997870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87fb00c0-0b52-48d9-85c5-9f1b618e6a8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87fb00c0-0b52-48d9-85c5-9f1b618e6a8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17134098626094964850 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850171340986260949648501713409862609496485017134098626094964850" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52563a23-5437-415a-a22f-a2bf33d686e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87fb00c0-0b52-48d9-85c5-9f1b618e6a8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f83fad91-954f-44f4-b146-31928f4ca350, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 601ac958-60ce-49b2-9c1b-665ba8835d45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f83fad91-954f-44f4-b146-31928f4ca350, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7971468718247674550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550797146871824767455079714687182476745507971468718247674550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 601ac958-60ce-49b2-9c1b-665ba8835d45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12223187229194363797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797122231872291943637971222318722919436379712223187229194363797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f83fad91-954f-44f4-b146-31928f4ca350, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 601ac958-60ce-49b2-9c1b-665ba8835d45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c8aecf8-bb7c-46c1-84ba-dce60455b580, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92a601a9-091c-4133-a5c5-2a2c14c32862, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c8aecf8-bb7c-46c1-84ba-dce60455b580, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10346234569799216333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333103462345697992163331034623456979921633310346234569799216333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92a601a9-091c-4133-a5c5-2a2c14c32862, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5597182246417355578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578559718224641735557855971822464173555785597182246417355578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c8aecf8-bb7c-46c1-84ba-dce60455b580, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92a601a9-091c-4133-a5c5-2a2c14c32862, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2284fd4d-40a8-48d2-ab00-50e3b1956abc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b051fca2-0560-426b-ae57-2835d45860aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2284fd4d-40a8-48d2-ab00-50e3b1956abc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6102056974749907095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095610205697474990709561020569747499070956102056974749907095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b051fca2-0560-426b-ae57-2835d45860aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5517649198030068454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454551764919803006845455176491980300684545517649198030068454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b051fca2-0560-426b-ae57-2835d45860aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2284fd4d-40a8-48d2-ab00-50e3b1956abc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e81fec92-44a5-40bd-b36c-a14925e1cbdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31e05cdd-ae33-446c-86da-c17741eb9929, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e81fec92-44a5-40bd-b36c-a14925e1cbdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9704137580572452792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792970413758057245279297041375805724527929704137580572452792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31e05cdd-ae33-446c-86da-c17741eb9929, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16551343996953171652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652165513439969531716521655134399695317165216551343996953171652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e81fec92-44a5-40bd-b36c-a14925e1cbdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31e05cdd-ae33-446c-86da-c17741eb9929, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9350e1b-6ca9-456b-85b7-c7ce9a9cb76d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcf5e57a-f9b0-4ae1-8536-e90da62743e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9350e1b-6ca9-456b-85b7-c7ce9a9cb76d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8443147474451859614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614844314747445185961484431474744518596148443147474451859614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcf5e57a-f9b0-4ae1-8536-e90da62743e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7604804909613252477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477760480490961325247776048049096132524777604804909613252477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcf5e57a-f9b0-4ae1-8536-e90da62743e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 884f9397-b386-4b65-af85-3439c6005f3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 884f9397-b386-4b65-af85-3439c6005f3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17567016392658969460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460175670163926589694601756701639265896946017567016392658969460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9350e1b-6ca9-456b-85b7-c7ce9a9cb76d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d634b1b4-4b30-4fbe-a986-26a5c1a5b8f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d634b1b4-4b30-4fbe-a986-26a5c1a5b8f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629308728535433382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382136293087285354333821362930872853543338213629308728535433382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 884f9397-b386-4b65-af85-3439c6005f3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c94e5357-7480-4a0c-b3fb-57adb2db9da7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d634b1b4-4b30-4fbe-a986-26a5c1a5b8f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c94e5357-7480-4a0c-b3fb-57adb2db9da7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6533355981084872021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021653335598108487202165333559810848720216533355981084872021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12345a1f-8bd2-4a11-8b77-8753bceb65da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12345a1f-8bd2-4a11-8b77-8753bceb65da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15226938264368818526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526152269382643688185261522693826436881852615226938264368818526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c94e5357-7480-4a0c-b3fb-57adb2db9da7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef9c81aa-7b06-43f2-8511-d3a588cc00a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef9c81aa-7b06-43f2-8511-d3a588cc00a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3560975511774889171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171356097551177488917135609755117748891713560975511774889171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12345a1f-8bd2-4a11-8b77-8753bceb65da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d653510-9b3d-497a-a12c-4656101f353a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d653510-9b3d-497a-a12c-4656101f353a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866379383127628699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699178663793831276286991786637938312762869917866379383127628699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef9c81aa-7b06-43f2-8511-d3a588cc00a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d561c3de-8fe6-4367-bf4a-fd48ece99c7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d653510-9b3d-497a-a12c-4656101f353a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d561c3de-8fe6-4367-bf4a-fd48ece99c7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5486373782443090915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915548637378244309091554863737824430909155486373782443090915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a1fa9f3-ffd5-4934-8053-ebc131159749, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1fa9f3-ffd5-4934-8053-ebc131159749, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16182030370320603806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806161820303703206038061618203037032060380616182030370320603806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d561c3de-8fe6-4367-bf4a-fd48ece99c7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1fa9f3-ffd5-4934-8053-ebc131159749, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c7550c4-d17e-4493-9b74-1a6f677e1cc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5766143-cd11-4474-989b-8e1d316353b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c7550c4-d17e-4493-9b74-1a6f677e1cc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13024785182184980114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114130247851821849801141302478518218498011413024785182184980114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5766143-cd11-4474-989b-8e1d316353b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11519346369367133223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223115193463693671332231151934636936713322311519346369367133223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c7550c4-d17e-4493-9b74-1a6f677e1cc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3616c5de-d820-48df-9f94-66f9620cf65d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3616c5de-d820-48df-9f94-66f9620cf65d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11445688030723916070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070114456880307239160701144568803072391607011445688030723916070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5766143-cd11-4474-989b-8e1d316353b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc1a56d-d2c4-44d8-bfdd-69debd595476, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc1a56d-d2c4-44d8-bfdd-69debd595476, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10592513495038573959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959105925134950385739591059251349503857395910592513495038573959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc1a56d-d2c4-44d8-bfdd-69debd595476, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f0e2f6-a938-4823-94ef-b4bb509754fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f0e2f6-a938-4823-94ef-b4bb509754fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14969700452118995008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008149697004521189950081496970045211899500814969700452118995008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3616c5de-d820-48df-9f94-66f9620cf65d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a756c3a-c814-4deb-9065-34bd411c0055, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a756c3a-c814-4deb-9065-34bd411c0055, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469280311792290751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751646928031179229075164692803117922907516469280311792290751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f0e2f6-a938-4823-94ef-b4bb509754fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c14f7e05-1e44-46cc-b798-b431d27905b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a756c3a-c814-4deb-9065-34bd411c0055, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c14f7e05-1e44-46cc-b798-b431d27905b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454122938585953655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655124541229385859536551245412293858595365512454122938585953655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c0d69d-d00a-4dbe-9246-0d5f45fda19b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c0d69d-d00a-4dbe-9246-0d5f45fda19b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13768186466685545480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480137681864666855454801376818646668554548013768186466685545480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c14f7e05-1e44-46cc-b798-b431d27905b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0a4ba82-f0f4-4b5f-aada-10d1b033f4b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0a4ba82-f0f4-4b5f-aada-10d1b033f4b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1569748474658567920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920156974847465856792015697484746585679201569748474658567920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c0d69d-d00a-4dbe-9246-0d5f45fda19b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be67a370-bf63-497e-965b-e254c3615e95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be67a370-bf63-497e-965b-e254c3615e95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8133638745082404922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922813363874508240492281336387450824049228133638745082404922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0a4ba82-f0f4-4b5f-aada-10d1b033f4b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 526ff923-d76b-4070-acce-548d8dd99e97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be67a370-bf63-497e-965b-e254c3615e95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 526ff923-d76b-4070-acce-548d8dd99e97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12400051410928715883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883124000514109287158831240005141092871588312400051410928715883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e333e1b-75bf-46f2-a342-b7442a93d04c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e333e1b-75bf-46f2-a342-b7442a93d04c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5095375548422670718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718509537554842267071850953755484226707185095375548422670718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 526ff923-d76b-4070-acce-548d8dd99e97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1903f34a-83ae-4072-b083-ad6d1faf2809, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1903f34a-83ae-4072-b083-ad6d1faf2809, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417683415424931504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504641768341542493150464176834154249315046417683415424931504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e333e1b-75bf-46f2-a342-b7442a93d04c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b63445f-f034-4480-b35e-a4b5a76accd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b63445f-f034-4480-b35e-a4b5a76accd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6091469999125201992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992609146999912520199260914699991252019926091469999125201992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1903f34a-83ae-4072-b083-ad6d1faf2809, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdaada5-db20-4f61-b6ce-37e6e44449e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdaada5-db20-4f61-b6ce-37e6e44449e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4938966363105559146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146493896636310555914649389663631055591464938966363105559146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b63445f-f034-4480-b35e-a4b5a76accd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9536fc4-c196-4b87-9ca4-0913e53ac409, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9536fc4-c196-4b87-9ca4-0913e53ac409, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 385508591824233040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040385508591824233040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdaada5-db20-4f61-b6ce-37e6e44449e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 883522b8-0e5d-4d52-a617-d90ed90982d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 883522b8-0e5d-4d52-a617-d90ed90982d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4718299689652422444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444471829968965242244447182996896524224444718299689652422444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9536fc4-c196-4b87-9ca4-0913e53ac409, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e38f83a-aebc-4ed4-b4d9-397ee2b988ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e38f83a-aebc-4ed4-b4d9-397ee2b988ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5631317879950227278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278563131787995022727856313178799502272785631317879950227278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 883522b8-0e5d-4d52-a617-d90ed90982d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76a5ba8-30a0-4cc9-9939-ea304ae02ebb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76a5ba8-30a0-4cc9-9939-ea304ae02ebb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5122794964526246448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448512279496452624644851227949645262464485122794964526246448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76a5ba8-30a0-4cc9-9939-ea304ae02ebb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1516874c-1880-47f4-a6af-55ed04f583df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1516874c-1880-47f4-a6af-55ed04f583df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7188284168259763114 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114718828416825976311471882841682597631147188284168259763114" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e38f83a-aebc-4ed4-b4d9-397ee2b988ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5328a016-02e0-4dcb-818e-b2931a3e0bd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5328a016-02e0-4dcb-818e-b2931a3e0bd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15044149845542767040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040150441498455427670401504414984554276704015044149845542767040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5328a016-02e0-4dcb-818e-b2931a3e0bd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c4a9a09-ab09-496c-95c1-6b4f551c90a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c4a9a09-ab09-496c-95c1-6b4f551c90a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15752835385296254381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381157528353852962543811575283538529625438115752835385296254381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1516874c-1880-47f4-a6af-55ed04f583df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9c8153-4b01-4833-81da-c8717382e0a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9c8153-4b01-4833-81da-c8717382e0a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5719895335042192869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869571989533504219286957198953350421928695719895335042192869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c4a9a09-ab09-496c-95c1-6b4f551c90a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1732dc8a-dd8f-44dc-91e7-d06a657757de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1732dc8a-dd8f-44dc-91e7-d06a657757de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2515512097425141153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153251551209742514115325155120974251411532515512097425141153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9c8153-4b01-4833-81da-c8717382e0a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f500befe-201e-49c3-9770-d08d5f0426d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f500befe-201e-49c3-9770-d08d5f0426d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12652973444300098996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996126529734443000989961265297344430009899612652973444300098996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1732dc8a-dd8f-44dc-91e7-d06a657757de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 314f5dc2-6e3c-41eb-a4b2-e6c62ab520df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 314f5dc2-6e3c-41eb-a4b2-e6c62ab520df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6249683847594476512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512624968384759447651262496838475944765126249683847594476512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f500befe-201e-49c3-9770-d08d5f0426d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bb3539a-eebb-4ba1-85aa-8fc9f2156365, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bb3539a-eebb-4ba1-85aa-8fc9f2156365, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4817808608301637267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267481780860830163726748178086083016372674817808608301637267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 314f5dc2-6e3c-41eb-a4b2-e6c62ab520df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54c236d1-4e42-4ba5-be34-695dcb479aba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54c236d1-4e42-4ba5-be34-695dcb479aba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 463972899257506379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379463972899257506379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bb3539a-eebb-4ba1-85aa-8fc9f2156365, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e7b4bf7-60d3-4cbd-80f5-a89cb0a194de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e7b4bf7-60d3-4cbd-80f5-a89cb0a194de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15824432189340602262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262158244321893406022621582443218934060226215824432189340602262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54c236d1-4e42-4ba5-be34-695dcb479aba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 028de396-4476-4553-b56b-d186c7ede731, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 028de396-4476-4553-b56b-d186c7ede731, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8385724852815303342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342838572485281530334283857248528153033428385724852815303342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e7b4bf7-60d3-4cbd-80f5-a89cb0a194de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7299ebe-7c0e-4753-ab7f-e414746f9cd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7299ebe-7c0e-4753-ab7f-e414746f9cd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995146587348001764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764109951465873480017641099514658734800176410995146587348001764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 028de396-4476-4553-b56b-d186c7ede731, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a99b1f47-6bf1-47b2-af74-9d13e8289686, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a99b1f47-6bf1-47b2-af74-9d13e8289686, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9614825344521947491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491961482534452194749196148253445219474919614825344521947491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7299ebe-7c0e-4753-ab7f-e414746f9cd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c34478e-a3e0-4f7f-9a18-57520ec48657, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c34478e-a3e0-4f7f-9a18-57520ec48657, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11540361773508865888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888115403617735088658881154036177350886588811540361773508865888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a99b1f47-6bf1-47b2-af74-9d13e8289686, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ad56257-80f4-4dc9-94b0-4d00e716e5d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ad56257-80f4-4dc9-94b0-4d00e716e5d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12696249773960033364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364126962497739600333641269624977396003336412696249773960033364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c34478e-a3e0-4f7f-9a18-57520ec48657, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3909fb38-a87f-4aa5-b602-3b8bb4b9833a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3909fb38-a87f-4aa5-b602-3b8bb4b9833a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11086840883447244910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910110868408834472449101108684088344724491011086840883447244910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ad56257-80f4-4dc9-94b0-4d00e716e5d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5489f6d-39f9-435f-b68a-71be11938642, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5489f6d-39f9-435f-b68a-71be11938642, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 829043273495739615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615829043273495739615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3909fb38-a87f-4aa5-b602-3b8bb4b9833a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53b38f87-c77f-4202-8def-f02360643965, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53b38f87-c77f-4202-8def-f02360643965, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855052451531164793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793885505245153116479388550524515311647938855052451531164793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5489f6d-39f9-435f-b68a-71be11938642, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3219dc6d-54a8-4965-aafe-cf92d89deaa2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3219dc6d-54a8-4965-aafe-cf92d89deaa2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17667836174352154898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898176678361743521548981766783617435215489817667836174352154898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53b38f87-c77f-4202-8def-f02360643965, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe9ce6be-97df-4388-976a-fef12b4f24e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe9ce6be-97df-4388-976a-fef12b4f24e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 508615446095170704 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704508615446095170704" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3219dc6d-54a8-4965-aafe-cf92d89deaa2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0c674fe-d484-4d8c-b77e-46c1a88f6cff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0c674fe-d484-4d8c-b77e-46c1a88f6cff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2928587516723619076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076292858751672361907629285875167236190762928587516723619076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe9ce6be-97df-4388-976a-fef12b4f24e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39b64d64-021f-4d6c-aef1-9fd816cc1601, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39b64d64-021f-4d6c-aef1-9fd816cc1601, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 505153098635598420 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420505153098635598420" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0c674fe-d484-4d8c-b77e-46c1a88f6cff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f48da68-67b8-4d38-b489-ebde03891ab8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39b64d64-021f-4d6c-aef1-9fd816cc1601, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f48da68-67b8-4d38-b489-ebde03891ab8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5733777835721643793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793573377783572164379357337778357216437935733777835721643793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c5df2b2-fe7e-4625-8a6d-c0f20e5d2001, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c5df2b2-fe7e-4625-8a6d-c0f20e5d2001, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8486004505620630458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458848600450562063045884860045056206304588486004505620630458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f48da68-67b8-4d38-b489-ebde03891ab8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c5df2b2-fe7e-4625-8a6d-c0f20e5d2001, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12d63879-37f3-4cf0-8ca7-7222d4596153, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12d63879-37f3-4cf0-8ca7-7222d4596153, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10268633225158894097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097102686332251588940971026863322515889409710268633225158894097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 473c732d-0ecd-4054-a2e0-93bdb9e7b649, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473c732d-0ecd-4054-a2e0-93bdb9e7b649, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6305995520955064545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545630599552095506454563059955209550645456305995520955064545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12d63879-37f3-4cf0-8ca7-7222d4596153, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473c732d-0ecd-4054-a2e0-93bdb9e7b649, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79c817c9-e6d7-40b2-8b22-a9b9ec5622ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79c817c9-e6d7-40b2-8b22-a9b9ec5622ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9506930790716961368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368950693079071696136895069307907169613689506930790716961368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfb2bd37-7d33-4c94-8576-be621c5fb9c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfb2bd37-7d33-4c94-8576-be621c5fb9c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15124989844227671235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235151249898442276712351512498984422767123515124989844227671235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79c817c9-e6d7-40b2-8b22-a9b9ec5622ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfb2bd37-7d33-4c94-8576-be621c5fb9c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c43dfe84-f12b-4813-a5ed-cfe653be8f9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c43dfe84-f12b-4813-a5ed-cfe653be8f9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11579473534652845179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179115794735346528451791157947353465284517911579473534652845179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7591f21-90c5-49ac-ae67-53dcb7256153, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7591f21-90c5-49ac-ae67-53dcb7256153, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12298408786861296225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225122984087868612962251229840878686129622512298408786861296225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c43dfe84-f12b-4813-a5ed-cfe653be8f9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae2c4f0-0eb9-4f9d-913b-b632329d8c94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae2c4f0-0eb9-4f9d-913b-b632329d8c94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663087288465441973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973266308728846544197326630872884654419732663087288465441973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7591f21-90c5-49ac-ae67-53dcb7256153, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 807a67db-1294-4c79-8aeb-f73066364a47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807a67db-1294-4c79-8aeb-f73066364a47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 407619041715222664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664407619041715222664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae2c4f0-0eb9-4f9d-913b-b632329d8c94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdd45d3c-7354-4864-bc8c-256660dd04fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdd45d3c-7354-4864-bc8c-256660dd04fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3878288312237424831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831387828831223742483138782883122374248313878288312237424831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807a67db-1294-4c79-8aeb-f73066364a47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4e40c48-f8b7-4101-8808-8927e5258d31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4e40c48-f8b7-4101-8808-8927e5258d31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3615134467876234689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689361513446787623468936151344678762346893615134467876234689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdd45d3c-7354-4864-bc8c-256660dd04fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e537f92c-e5e6-4eac-acf4-2ef807a1908d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e537f92c-e5e6-4eac-acf4-2ef807a1908d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4198970416232664550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550419897041623266455041989704162326645504198970416232664550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4e40c48-f8b7-4101-8808-8927e5258d31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2fe1a5c-0798-46cd-aef7-c9f47807fc4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2fe1a5c-0798-46cd-aef7-c9f47807fc4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7068533167228727788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788706853316722872778870685331672287277887068533167228727788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e537f92c-e5e6-4eac-acf4-2ef807a1908d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9219b81-8f86-4c56-ac5c-f5bd7bf32022, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9219b81-8f86-4c56-ac5c-f5bd7bf32022, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9180405727503480771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771918040572750348077191804057275034807719180405727503480771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2fe1a5c-0798-46cd-aef7-c9f47807fc4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f41bb70-4f51-4e94-b910-d3602be66832, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f41bb70-4f51-4e94-b910-d3602be66832, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17133607277577311269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269171336072775773112691713360727757731126917133607277577311269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9219b81-8f86-4c56-ac5c-f5bd7bf32022, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0d95c54-d07c-4312-a651-f2daab3039f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0d95c54-d07c-4312-a651-f2daab3039f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9727633172783461556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556972763317278346155697276331727834615569727633172783461556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f41bb70-4f51-4e94-b910-d3602be66832, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb8aa943-e080-4a95-b667-da4f0b9558c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb8aa943-e080-4a95-b667-da4f0b9558c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5262882178359307095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095526288217835930709552628821783593070955262882178359307095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0d95c54-d07c-4312-a651-f2daab3039f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 782cad98-f591-48e7-91cf-dcaa6802d96e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 782cad98-f591-48e7-91cf-dcaa6802d96e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14205928606821248896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896142059286068212488961420592860682124889614205928606821248896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb8aa943-e080-4a95-b667-da4f0b9558c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb1150fc-6673-4451-b999-008eabb01e50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb1150fc-6673-4451-b999-008eabb01e50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 146447041115327650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650146447041115327650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 782cad98-f591-48e7-91cf-dcaa6802d96e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 222c019d-d86d-4dc8-8cb9-5e7e211738a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 222c019d-d86d-4dc8-8cb9-5e7e211738a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890944997800695261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261289094499780069526128909449978006952612890944997800695261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb1150fc-6673-4451-b999-008eabb01e50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 200c2be8-7d47-4541-b2c7-e76308cbc5a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200c2be8-7d47-4541-b2c7-e76308cbc5a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18353756434707972646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646183537564347079726461835375643470797264618353756434707972646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200c2be8-7d47-4541-b2c7-e76308cbc5a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3408bbce-ce11-4cd4-81bb-dad16e55b2b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3408bbce-ce11-4cd4-81bb-dad16e55b2b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15262908137396887650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650152629081373968876501526290813739688765015262908137396887650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3408bbce-ce11-4cd4-81bb-dad16e55b2b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 222c019d-d86d-4dc8-8cb9-5e7e211738a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0b12af3-1908-4f15-bea1-969a54edbf48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0b12af3-1908-4f15-bea1-969a54edbf48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7861611124754261988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988786161112475426198878616111247542619887861611124754261988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0a37fe3-7e92-4984-aa3b-90399cd1604a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a37fe3-7e92-4984-aa3b-90399cd1604a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15227264953501332342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342152272649535013323421522726495350133234215227264953501332342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0b12af3-1908-4f15-bea1-969a54edbf48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90a588e8-7802-4faf-9ffc-7cf0073d840a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90a588e8-7802-4faf-9ffc-7cf0073d840a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7866521061858879590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590786652106185887959078665210618588795907866521061858879590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a37fe3-7e92-4984-aa3b-90399cd1604a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c37ec68d-eaf4-4a14-b51a-c15b38719b8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c37ec68d-eaf4-4a14-b51a-c15b38719b8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860858359836242372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372168608583598362423721686085835983624237216860858359836242372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90a588e8-7802-4faf-9ffc-7cf0073d840a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e67225-65b5-4e01-9115-9445c8ee67d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e67225-65b5-4e01-9115-9445c8ee67d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15125770145984951461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461151257701459849514611512577014598495146115125770145984951461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c37ec68d-eaf4-4a14-b51a-c15b38719b8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1cf625e-f278-4ca4-86a6-dc79ecabc6ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1cf625e-f278-4ca4-86a6-dc79ecabc6ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17437408406926276656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656174374084069262766561743740840692627665617437408406926276656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e67225-65b5-4e01-9115-9445c8ee67d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249ed0b2-891b-4895-b9e4-c370e957100c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1cf625e-f278-4ca4-86a6-dc79ecabc6ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249ed0b2-891b-4895-b9e4-c370e957100c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10416365630994828674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674104163656309948286741041636563099482867410416365630994828674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc52eef0-0bdb-41ae-bed7-958c75840d72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc52eef0-0bdb-41ae-bed7-958c75840d72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10259335849849114398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398102593358498491143981025933584984911439810259335849849114398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249ed0b2-891b-4895-b9e4-c370e957100c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aed606ed-1335-418c-9eea-1f4aa817223d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aed606ed-1335-418c-9eea-1f4aa817223d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 424209694558161676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676424209694558161676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc52eef0-0bdb-41ae-bed7-958c75840d72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a2a0722-318d-40fb-81fa-a199e1c582c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a2a0722-318d-40fb-81fa-a199e1c582c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14292314599695510147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147142923145996955101471429231459969551014714292314599695510147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aed606ed-1335-418c-9eea-1f4aa817223d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19af297b-9237-46a9-9a30-ab5221baab04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19af297b-9237-46a9-9a30-ab5221baab04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10472980710926613783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783104729807109266137831047298071092661378310472980710926613783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a2a0722-318d-40fb-81fa-a199e1c582c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 283ad781-1934-4145-a148-5c4f35272254, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 283ad781-1934-4145-a148-5c4f35272254, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17571390170089925783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783175713901700899257831757139017008992578317571390170089925783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19af297b-9237-46a9-9a30-ab5221baab04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac642236-956f-4d38-8f96-7ac667bba92f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac642236-956f-4d38-8f96-7ac667bba92f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16538175004728450911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911165381750047284509111653817500472845091116538175004728450911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 283ad781-1934-4145-a148-5c4f35272254, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d2b4ad0-8478-4227-8c06-e66a11ee9821, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d2b4ad0-8478-4227-8c06-e66a11ee9821, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6573395424339607103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103657339542433960710365733954243396071036573395424339607103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac642236-956f-4d38-8f96-7ac667bba92f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d2b4ad0-8478-4227-8c06-e66a11ee9821, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 428eaaad-30a7-4554-ad56-a2ef53901646, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a54458f-ab7e-4d80-9753-7b1a92843863, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 428eaaad-30a7-4554-ad56-a2ef53901646, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8305734698546183588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588830573469854618358883057346985461835888305734698546183588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a54458f-ab7e-4d80-9753-7b1a92843863, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7252933702939314094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094725293370293931409472529337029393140947252933702939314094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 428eaaad-30a7-4554-ad56-a2ef53901646, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a54458f-ab7e-4d80-9753-7b1a92843863, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad864dc9-06d8-4793-8702-5badf6757536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adcc0cd6-464d-4d60-afd8-e42f2e13bcf4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad864dc9-06d8-4793-8702-5badf6757536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4585889133600269270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270458588913360026927045858891336002692704585889133600269270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adcc0cd6-464d-4d60-afd8-e42f2e13bcf4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1466170691389808714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714146617069138980871414661706913898087141466170691389808714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad864dc9-06d8-4793-8702-5badf6757536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adcc0cd6-464d-4d60-afd8-e42f2e13bcf4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e2cf94-c3b5-4227-9be8-ee06280bcefb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d61351f-41e2-42f8-b7d7-5b1a70dae342, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e2cf94-c3b5-4227-9be8-ee06280bcefb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3990530953149320751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751399053095314932075139905309531493207513990530953149320751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d61351f-41e2-42f8-b7d7-5b1a70dae342, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8987586453772643329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329898758645377264332989875864537726433298987586453772643329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d61351f-41e2-42f8-b7d7-5b1a70dae342, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b7ea980-76b9-4cd2-8fce-d53a8181a993, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b7ea980-76b9-4cd2-8fce-d53a8181a993, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8069343924760323146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146806934392476032314680693439247603231468069343924760323146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e2cf94-c3b5-4227-9be8-ee06280bcefb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4df0b51-eab3-42c6-a440-e1a8476c58e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4df0b51-eab3-42c6-a440-e1a8476c58e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13256015546196216968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968132560155461962169681325601554619621696813256015546196216968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b7ea980-76b9-4cd2-8fce-d53a8181a993, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc53c9f4-86f4-48f1-a848-0ea90d79feac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc53c9f4-86f4-48f1-a848-0ea90d79feac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12815143398170163252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252128151433981701632521281514339817016325212815143398170163252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4df0b51-eab3-42c6-a440-e1a8476c58e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af9473da-f1b1-43e1-b6b1-a4477793aea6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af9473da-f1b1-43e1-b6b1-a4477793aea6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7749509754161053212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212774950975416105321277495097541610532127749509754161053212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc53c9f4-86f4-48f1-a848-0ea90d79feac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9a2558f-9bdb-43a0-987c-0af763578ddc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9a2558f-9bdb-43a0-987c-0af763578ddc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 293143820537813233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233293143820537813233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af9473da-f1b1-43e1-b6b1-a4477793aea6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2bcab1a-1a47-48de-9caf-68a0006c1546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2bcab1a-1a47-48de-9caf-68a0006c1546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16160252530304548823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823161602525303045488231616025253030454882316160252530304548823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9a2558f-9bdb-43a0-987c-0af763578ddc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6601bb6a-294a-4cc6-82dd-4af500f9aeae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6601bb6a-294a-4cc6-82dd-4af500f9aeae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2546376526527856496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496254637652652785649625463765265278564962546376526527856496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2bcab1a-1a47-48de-9caf-68a0006c1546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 105ddf67-ea97-4d26-b2b5-651552bcb5da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 105ddf67-ea97-4d26-b2b5-651552bcb5da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4242053615867057574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574424205361586705757442420536158670575744242053615867057574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6601bb6a-294a-4cc6-82dd-4af500f9aeae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8c3fdb-b8fa-458b-9e0c-27932610134a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 105ddf67-ea97-4d26-b2b5-651552bcb5da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8c3fdb-b8fa-458b-9e0c-27932610134a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10414796778645875700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700104147967786458757001041479677864587570010414796778645875700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef8a9683-6b86-4bfc-8a12-b4f411cdf168, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef8a9683-6b86-4bfc-8a12-b4f411cdf168, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7931535050484155205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205793153505048415520579315350504841552057931535050484155205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8c3fdb-b8fa-458b-9e0c-27932610134a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef8a9683-6b86-4bfc-8a12-b4f411cdf168, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6a5d0ea-e8f2-485f-816b-3c3ca91e8a6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6a5d0ea-e8f2-485f-816b-3c3ca91e8a6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16627459314366400489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489166274593143664004891662745931436640048916627459314366400489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cec74b6a-313c-4bb7-8d09-513743d0c039, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cec74b6a-313c-4bb7-8d09-513743d0c039, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141505278219101385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385141505278219101385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6a5d0ea-e8f2-485f-816b-3c3ca91e8a6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cec74b6a-313c-4bb7-8d09-513743d0c039, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e27deb4-f608-41b4-a3e1-9710015601c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfbcc8e7-c499-49cf-b37a-e80300d33c58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e27deb4-f608-41b4-a3e1-9710015601c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14364429694915250432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432143644296949152504321436442969491525043214364429694915250432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfbcc8e7-c499-49cf-b37a-e80300d33c58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15077232797346459468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468150772327973464594681507723279734645946815077232797346459468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfbcc8e7-c499-49cf-b37a-e80300d33c58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e27deb4-f608-41b4-a3e1-9710015601c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce30c5ea-6ed3-41da-9f7c-31a3d9f04589, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce30c5ea-6ed3-41da-9f7c-31a3d9f04589, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8037966738911847315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315803796673891184731580379667389118473158037966738911847315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 146b8d39-6945-42e8-897b-cd47250c54af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 146b8d39-6945-42e8-897b-cd47250c54af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14874264135394066064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064148742641353940660641487426413539406606414874264135394066064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 146b8d39-6945-42e8-897b-cd47250c54af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 542c0a25-9525-473a-af7f-9891bd0517c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 542c0a25-9525-473a-af7f-9891bd0517c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6685331795879179872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872668533179587917987266853317958791798726685331795879179872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 542c0a25-9525-473a-af7f-9891bd0517c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 213f2a54-fa44-464c-80ce-3d9f335db864, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213f2a54-fa44-464c-80ce-3d9f335db864, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14361483306793391789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789143614833067933917891436148330679339178914361483306793391789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce30c5ea-6ed3-41da-9f7c-31a3d9f04589, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312f0b02-3195-49c3-a281-e66f1720aa39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312f0b02-3195-49c3-a281-e66f1720aa39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362419999225517735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735336241999922551773533624199992255177353362419999225517735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213f2a54-fa44-464c-80ce-3d9f335db864, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79863ef6-e811-4026-90a3-97fe8366483f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79863ef6-e811-4026-90a3-97fe8366483f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4411911345004023698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698441191134500402369844119113450040236984411911345004023698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312f0b02-3195-49c3-a281-e66f1720aa39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 622a7e29-6ebe-4489-841c-e2e114bbaaea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 622a7e29-6ebe-4489-841c-e2e114bbaaea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6876795719613590203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203687679571961359020368767957196135902036876795719613590203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79863ef6-e811-4026-90a3-97fe8366483f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 022b2ea1-d9d5-4206-9b11-186b5f47f9bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 022b2ea1-d9d5-4206-9b11-186b5f47f9bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5755557556411835455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455575555755641183545557555575564118354555755557556411835455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 622a7e29-6ebe-4489-841c-e2e114bbaaea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58fc2def-2024-470c-8753-c9fcb9865dfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58fc2def-2024-470c-8753-c9fcb9865dfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218127394102446534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534221812739410244653422181273941024465342218127394102446534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 022b2ea1-d9d5-4206-9b11-186b5f47f9bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c1787de-3f44-4b16-a707-5a1eb5b7f5ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c1787de-3f44-4b16-a707-5a1eb5b7f5ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629198433115236154 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154106291984331152361541062919843311523615410629198433115236154" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58fc2def-2024-470c-8753-c9fcb9865dfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ed02f73-1054-4e17-8c0d-22e19124bf11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ed02f73-1054-4e17-8c0d-22e19124bf11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4144197878584882631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631414419787858488263141441978785848826314144197878584882631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c1787de-3f44-4b16-a707-5a1eb5b7f5ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50105637-56b8-44cc-b09b-d7e8d867f651, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50105637-56b8-44cc-b09b-d7e8d867f651, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16511948385102986664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664165119483851029866641651194838510298666416511948385102986664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ed02f73-1054-4e17-8c0d-22e19124bf11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6fb524-db7d-44b9-9f62-c12cbf072aa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6fb524-db7d-44b9-9f62-c12cbf072aa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11593629691662350370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370115936296916623503701159362969166235037011593629691662350370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50105637-56b8-44cc-b09b-d7e8d867f651, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6fb524-db7d-44b9-9f62-c12cbf072aa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c0322e0-9f61-4a85-b157-5ce3315dbca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de45f5d6-31d9-4763-9c0c-26ebdbd1f473, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de45f5d6-31d9-4763-9c0c-26ebdbd1f473, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1307430433379245444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444130743043337924544413074304333792454441307430433379245444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c0322e0-9f61-4a85-b157-5ce3315dbca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17520959229952408674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674175209592299524086741752095922995240867417520959229952408674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de45f5d6-31d9-4763-9c0c-26ebdbd1f473, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6ef234-feec-47b7-b699-7171869b8695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6ef234-feec-47b7-b699-7171869b8695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13325133757805021861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861133251337578050218611332513375780502186113325133757805021861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c0322e0-9f61-4a85-b157-5ce3315dbca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b2cb939-f198-4a88-97b8-32e43a9e181d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b2cb939-f198-4a88-97b8-32e43a9e181d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8238567741937473672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672823856774193747367282385677419374736728238567741937473672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6ef234-feec-47b7-b699-7171869b8695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b651dfb4-ba2d-4e4d-875a-db9b6ca16b2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b651dfb4-ba2d-4e4d-875a-db9b6ca16b2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457170531137192353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353114571705311371923531145717053113719235311457170531137192353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b2cb939-f198-4a88-97b8-32e43a9e181d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c97747e6-74cb-418e-8acd-a3593b02b5ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c97747e6-74cb-418e-8acd-a3593b02b5ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2689824614560616824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824268982461456061682426898246145606168242689824614560616824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b651dfb4-ba2d-4e4d-875a-db9b6ca16b2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94e257be-8ce4-4328-8ba9-74bea18909e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94e257be-8ce4-4328-8ba9-74bea18909e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735304231422374579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579157353042314223745791573530423142237457915735304231422374579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c97747e6-74cb-418e-8acd-a3593b02b5ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed87f2f3-f229-48ca-8354-79fdbf0e78fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94e257be-8ce4-4328-8ba9-74bea18909e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c467b4e-a7b6-4fba-83d0-b707dd644c7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c467b4e-a7b6-4fba-83d0-b707dd644c7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2747575499218469524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524274757549921846952427475754992184695242747575499218469524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed87f2f3-f229-48ca-8354-79fdbf0e78fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1661162234612440536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536166116223461244053616611622346124405361661162234612440536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c467b4e-a7b6-4fba-83d0-b707dd644c7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed87f2f3-f229-48ca-8354-79fdbf0e78fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 571225f2-cd56-4a01-9297-5725e81d6ad8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e2e34d8-6c0e-4797-b890-c63cd13ceb49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e2e34d8-6c0e-4797-b890-c63cd13ceb49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9232128293991597724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724923212829399159772492321282939915977249232128293991597724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 571225f2-cd56-4a01-9297-5725e81d6ad8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6468005386193455721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721646800538619345572164680053861934557216468005386193455721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e2e34d8-6c0e-4797-b890-c63cd13ceb49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c3280e5-d34a-4e5c-8cac-bd604c120922, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3280e5-d34a-4e5c-8cac-bd604c120922, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11181908223451188165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165111819082234511881651118190822345118816511181908223451188165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 571225f2-cd56-4a01-9297-5725e81d6ad8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f6c31d4-cbe2-4beb-9516-dd8fafb3b039, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6c31d4-cbe2-4beb-9516-dd8fafb3b039, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10490047318293913165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165104900473182939131651049004731829391316510490047318293913165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3280e5-d34a-4e5c-8cac-bd604c120922, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1bdfa3d-519f-4814-a5bd-c3392702dc39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1bdfa3d-519f-4814-a5bd-c3392702dc39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18009022281844235579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579180090222818442355791800902228184423557918009022281844235579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6c31d4-cbe2-4beb-9516-dd8fafb3b039, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef3dd801-c278-468a-8acf-f654ac8e623a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef3dd801-c278-468a-8acf-f654ac8e623a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11606775348302498451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451116067753483024984511160677534830249845111606775348302498451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1bdfa3d-519f-4814-a5bd-c3392702dc39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 880f848d-3c81-4145-8ec0-61468b8c48f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 880f848d-3c81-4145-8ec0-61468b8c48f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9145614921976086094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094914561492197608609491456149219760860949145614921976086094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef3dd801-c278-468a-8acf-f654ac8e623a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 466081c6-44a5-4105-88e0-c44fd402557e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 466081c6-44a5-4105-88e0-c44fd402557e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16444386431796021441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441164443864317960214411644438643179602144116444386431796021441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 880f848d-3c81-4145-8ec0-61468b8c48f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6aa89fb-df6c-4e81-bdcb-a3ce00a83b3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6aa89fb-df6c-4e81-bdcb-a3ce00a83b3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3251029949515759251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251325102994951575925132510299495157592513251029949515759251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 466081c6-44a5-4105-88e0-c44fd402557e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f915c566-c2a6-431f-931c-8a4e9a70b60c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f915c566-c2a6-431f-931c-8a4e9a70b60c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18145443796244826951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951181454437962448269511814544379624482695118145443796244826951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6aa89fb-df6c-4e81-bdcb-a3ce00a83b3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c339321-a9f6-4666-b9d6-357ad3fd4696, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c339321-a9f6-4666-b9d6-357ad3fd4696, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5240346696411128541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541524034669641112854152403466964111285415240346696411128541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c339321-a9f6-4666-b9d6-357ad3fd4696, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 819e6ced-a18d-4818-8949-40886c840033, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 819e6ced-a18d-4818-8949-40886c840033, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7349602649363272113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113734960264936327211373496026493632721137349602649363272113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 819e6ced-a18d-4818-8949-40886c840033, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f915c566-c2a6-431f-931c-8a4e9a70b60c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b36595d-a1fb-4af7-b361-22c74a26139c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b36595d-a1fb-4af7-b361-22c74a26139c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2929889091988119664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664292988909198811966429298890919881196642929889091988119664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1765c660-5d4e-4aa0-ad6a-f9c33b4c2c7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1765c660-5d4e-4aa0-ad6a-f9c33b4c2c7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5599718445569304908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908559971844556930490855997184455693049085599718445569304908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b36595d-a1fb-4af7-b361-22c74a26139c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28280b68-75fa-4f9e-87f5-54464ce04f6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1765c660-5d4e-4aa0-ad6a-f9c33b4c2c7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28280b68-75fa-4f9e-87f5-54464ce04f6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 943710564105034305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305943710564105034305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 864aac36-0e03-4436-8cc0-c26f1ed52f8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 864aac36-0e03-4436-8cc0-c26f1ed52f8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17619619699253861387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387176196196992538613871761961969925386138717619619699253861387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28280b68-75fa-4f9e-87f5-54464ce04f6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fbe5727-1282-4e32-8ee7-2441f584824a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fbe5727-1282-4e32-8ee7-2441f584824a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4701693338627928665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665470169333862792866547016933386279286654701693338627928665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 864aac36-0e03-4436-8cc0-c26f1ed52f8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68b54853-4125-42ed-b116-524975a2448c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68b54853-4125-42ed-b116-524975a2448c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13112741237641843028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028131127412376418430281311274123764184302813112741237641843028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fbe5727-1282-4e32-8ee7-2441f584824a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db844ff5-5596-4e9a-9450-bfa1dc228581, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db844ff5-5596-4e9a-9450-bfa1dc228581, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8138135451171804396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396813813545117180439681381354511718043968138135451171804396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68b54853-4125-42ed-b116-524975a2448c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85c20224-95a9-43f4-85a8-8f7398b2acd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c20224-95a9-43f4-85a8-8f7398b2acd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16306981193189483049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049163069811931894830491630698119318948304916306981193189483049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db844ff5-5596-4e9a-9450-bfa1dc228581, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37b5d6b0-27ed-49e6-a25c-ae4c1d61fa60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c20224-95a9-43f4-85a8-8f7398b2acd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37b5d6b0-27ed-49e6-a25c-ae4c1d61fa60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2687332431624423970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970268733243162442397026873324316244239702687332431624423970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b08e5177-3928-461a-9fc1-517d097e4f55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b08e5177-3928-461a-9fc1-517d097e4f55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2593483289311853809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809259348328931185380925934832893118538092593483289311853809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37b5d6b0-27ed-49e6-a25c-ae4c1d61fa60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a723ba-b5b3-4f0c-9604-d4845b1b4aa3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b08e5177-3928-461a-9fc1-517d097e4f55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a723ba-b5b3-4f0c-9604-d4845b1b4aa3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2992022191500424417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417299202219150042441729920221915004244172992022191500424417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c540b6f9-b6c8-4774-b540-6edafdaceb85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c540b6f9-b6c8-4774-b540-6edafdaceb85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15327702197464991802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802153277021974649918021532770219746499180215327702197464991802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a723ba-b5b3-4f0c-9604-d4845b1b4aa3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6227c94c-dec3-4bba-bd6e-c43005acf69b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6227c94c-dec3-4bba-bd6e-c43005acf69b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5122399554673216831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831512239955467321683151223995546732168315122399554673216831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c540b6f9-b6c8-4774-b540-6edafdaceb85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c01e8495-8738-41d3-b224-cb07a8ec8c4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c01e8495-8738-41d3-b224-cb07a8ec8c4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1013212509434293486 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486101321250943429348610132125094342934861013212509434293486" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6227c94c-dec3-4bba-bd6e-c43005acf69b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f2c6a2b-f697-46c9-a51f-923c408d0adb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f2c6a2b-f697-46c9-a51f-923c408d0adb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 684019598108748221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221684019598108748221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c01e8495-8738-41d3-b224-cb07a8ec8c4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21afcc18-1c53-430f-bc31-8b4c2fed295b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21afcc18-1c53-430f-bc31-8b4c2fed295b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2635710306271733635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635263571030627173363526357103062717336352635710306271733635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f2c6a2b-f697-46c9-a51f-923c408d0adb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29bd2cbd-c8b2-45f1-afac-0077a6a7c6ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29bd2cbd-c8b2-45f1-afac-0077a6a7c6ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13290701129913457927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927132907011299134579271329070112991345792713290701129913457927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21afcc18-1c53-430f-bc31-8b4c2fed295b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e775b6a1-a486-4054-95c9-d4c39f67d6bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e775b6a1-a486-4054-95c9-d4c39f67d6bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10315518131944417130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130103155181319444171301031551813194441713010315518131944417130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29bd2cbd-c8b2-45f1-afac-0077a6a7c6ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a519c4e5-f9b9-4c7e-8dfe-0ae80ab6b6de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a519c4e5-f9b9-4c7e-8dfe-0ae80ab6b6de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16259571870807514245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245162595718708075142451625957187080751424516259571870807514245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e775b6a1-a486-4054-95c9-d4c39f67d6bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4b6e56e-a5c9-4046-9f31-ccdc48ecf021, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b6e56e-a5c9-4046-9f31-ccdc48ecf021, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16106517608739430301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301161065176087394303011610651760873943030116106517608739430301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a519c4e5-f9b9-4c7e-8dfe-0ae80ab6b6de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e5c0001-f91d-478e-a86e-016b259f0220, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e5c0001-f91d-478e-a86e-016b259f0220, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4957896352572190811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811495789635257219081149578963525721908114957896352572190811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b6e56e-a5c9-4046-9f31-ccdc48ecf021, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2962e09a-38f3-4aec-8abb-85ed380afde3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2962e09a-38f3-4aec-8abb-85ed380afde3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13138162794515648200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200131381627945156482001313816279451564820013138162794515648200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e5c0001-f91d-478e-a86e-016b259f0220, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2962e09a-38f3-4aec-8abb-85ed380afde3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2ad03f9-7ab2-424d-ba23-7d54fabd1cb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2ad03f9-7ab2-424d-ba23-7d54fabd1cb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4457840531742433654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654445784053174243365444578405317424336544457840531742433654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c4ccded-b120-4297-adbb-62d7bad848c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c4ccded-b120-4297-adbb-62d7bad848c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5015523370598363836 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836501552337059836383650155233705983638365015523370598363836" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2ad03f9-7ab2-424d-ba23-7d54fabd1cb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c544a857-26a3-449b-be42-dd5bdd7a8052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c544a857-26a3-449b-be42-dd5bdd7a8052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11128174970460145239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239111281749704601452391112817497046014523911128174970460145239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c4ccded-b120-4297-adbb-62d7bad848c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c9cac00-301d-45f1-b4d5-ebc268d1a713, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c9cac00-301d-45f1-b4d5-ebc268d1a713, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3064588563477310824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824306458856347731082430645885634773108243064588563477310824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c544a857-26a3-449b-be42-dd5bdd7a8052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c00bc0da-8548-4a31-9605-cab2f97ccf0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c00bc0da-8548-4a31-9605-cab2f97ccf0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8219786974161324873 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873821978697416132487382197869741613248738219786974161324873" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c9cac00-301d-45f1-b4d5-ebc268d1a713, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fac21072-ad0f-4a7a-8514-42bf16ddaa40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fac21072-ad0f-4a7a-8514-42bf16ddaa40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4373149716233539349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349437314971623353934943731497162335393494373149716233539349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fac21072-ad0f-4a7a-8514-42bf16ddaa40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c00bc0da-8548-4a31-9605-cab2f97ccf0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd2e8b60-f624-4373-9dc4-a94b55c69b12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd2e8b60-f624-4373-9dc4-a94b55c69b12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10375482879788271837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837103754828797882718371037548287978827183710375482879788271837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ab8b735-ecd3-48a0-b208-ff83753d6c74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ab8b735-ecd3-48a0-b208-ff83753d6c74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11813059005135122925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925118130590051351229251181305900513512292511813059005135122925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd2e8b60-f624-4373-9dc4-a94b55c69b12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35d0148c-3ed4-4619-8127-dac79fdfc9c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35d0148c-3ed4-4619-8127-dac79fdfc9c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098688258271457243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243209868825827145724320986882582714572432098688258271457243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ab8b735-ecd3-48a0-b208-ff83753d6c74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9dc2ea9-0a30-4812-b7c5-ec2106a27005, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9dc2ea9-0a30-4812-b7c5-ec2106a27005, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2186586061120370631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631218658606112037063121865860611203706312186586061120370631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35d0148c-3ed4-4619-8127-dac79fdfc9c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6d4bdf6-8636-404a-94d7-62191ccda700, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6d4bdf6-8636-404a-94d7-62191ccda700, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15703807849591975296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296157038078495919752961570380784959197529615703807849591975296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9dc2ea9-0a30-4812-b7c5-ec2106a27005, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e722ea01-2e5a-41c8-b9bf-92f582a2cd73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e722ea01-2e5a-41c8-b9bf-92f582a2cd73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 321333731157225496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496321333731157225496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6d4bdf6-8636-404a-94d7-62191ccda700, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed55ce24-126d-4ed2-9b13-d7a31c2e2808, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed55ce24-126d-4ed2-9b13-d7a31c2e2808, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15488830256358219559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559154888302563582195591548883025635821955915488830256358219559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e722ea01-2e5a-41c8-b9bf-92f582a2cd73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eda5cf59-1aab-4bba-8fe9-5488c97c9df6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eda5cf59-1aab-4bba-8fe9-5488c97c9df6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472278620706554153 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153124722786207065541531247227862070655415312472278620706554153" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed55ce24-126d-4ed2-9b13-d7a31c2e2808, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a23b4a42-8894-44b0-a8bf-e4a136551492, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a23b4a42-8894-44b0-a8bf-e4a136551492, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15190580221588427994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994151905802215884279941519058022158842799415190580221588427994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a23b4a42-8894-44b0-a8bf-e4a136551492, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7814bcb8-bd04-4b46-930f-dcd8c660f6da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7814bcb8-bd04-4b46-930f-dcd8c660f6da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17969575251867355160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160179695752518673551601796957525186735516017969575251867355160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eda5cf59-1aab-4bba-8fe9-5488c97c9df6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 444ca0af-a72b-465d-852b-3125529b5b28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7814bcb8-bd04-4b46-930f-dcd8c660f6da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 444ca0af-a72b-465d-852b-3125529b5b28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050362837831226158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158505036283783122615850503628378312261585050362837831226158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5106081a-ce4d-4df5-82a2-517b3fb823c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5106081a-ce4d-4df5-82a2-517b3fb823c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10489357408262747081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081104893574082627470811048935740826274708110489357408262747081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 444ca0af-a72b-465d-852b-3125529b5b28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760ee5a3-9ef4-4169-895b-eed4949fd56c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760ee5a3-9ef4-4169-895b-eed4949fd56c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5439255519647953654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654543925551964795365454392555196479536545439255519647953654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5106081a-ce4d-4df5-82a2-517b3fb823c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a500629-3443-43e8-946f-df30eb443df5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a500629-3443-43e8-946f-df30eb443df5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5150274361275611654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654515027436127561165451502743612756116545150274361275611654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760ee5a3-9ef4-4169-895b-eed4949fd56c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1346104b-6086-488c-88cb-9eeedffafbfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1346104b-6086-488c-88cb-9eeedffafbfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4691963123337079523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523469196312333707952346919631233370795234691963123337079523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a500629-3443-43e8-946f-df30eb443df5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dbfd716-26b9-4c16-aad8-31a71644ffcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dbfd716-26b9-4c16-aad8-31a71644ffcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4771939004589692186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186477193900458969218647719390045896921864771939004589692186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1346104b-6086-488c-88cb-9eeedffafbfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e4a2a97-0575-4f62-b894-c7c1004616c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e4a2a97-0575-4f62-b894-c7c1004616c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6183740052826354673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673618374005282635467361837400528263546736183740052826354673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dbfd716-26b9-4c16-aad8-31a71644ffcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e34a442-423b-476f-9ef2-7e7763e56404, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e34a442-423b-476f-9ef2-7e7763e56404, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5519450090118650709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709551945009011865070955194500901186507095519450090118650709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e4a2a97-0575-4f62-b894-c7c1004616c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da30644-c5fa-4d07-9270-f3ff0033944d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da30644-c5fa-4d07-9270-f3ff0033944d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7959046352207403774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774795904635220740377479590463522074037747959046352207403774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e34a442-423b-476f-9ef2-7e7763e56404, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41bb6f69-1bcb-479c-be1d-33d355f79588, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41bb6f69-1bcb-479c-be1d-33d355f79588, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9435846708901116948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948943584670890111694894358467089011169489435846708901116948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da30644-c5fa-4d07-9270-f3ff0033944d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d77134bb-e231-4c3c-9237-b3ee8b7b5f2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d77134bb-e231-4c3c-9237-b3ee8b7b5f2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5395446897416679532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532539544689741667953253954468974166795325395446897416679532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41bb6f69-1bcb-479c-be1d-33d355f79588, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 784d15c6-e448-42de-ab74-646753b433b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 784d15c6-e448-42de-ab74-646753b433b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3928342625522134888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888392834262552213488839283426255221348883928342625522134888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d77134bb-e231-4c3c-9237-b3ee8b7b5f2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f68cc37-a63c-4710-90ad-bd6792046374, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f68cc37-a63c-4710-90ad-bd6792046374, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4533786577348229979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979453378657734822997945337865773482299794533786577348229979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 784d15c6-e448-42de-ab74-646753b433b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ac889f9-6c4d-45f1-b942-d4d6e1965c7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ac889f9-6c4d-45f1-b942-d4d6e1965c7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12000748179799174222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222120007481797991742221200074817979917422212000748179799174222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f68cc37-a63c-4710-90ad-bd6792046374, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9ecbb02-ee79-4777-8e96-8f123f28076e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9ecbb02-ee79-4777-8e96-8f123f28076e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17898781133594097117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117178987811335940971171789878113359409711717898781133594097117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ac889f9-6c4d-45f1-b942-d4d6e1965c7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76ee4400-5b8a-4ff9-9ceb-641a03511d13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76ee4400-5b8a-4ff9-9ceb-641a03511d13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3076068501167706845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845307606850116770684530760685011677068453076068501167706845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9ecbb02-ee79-4777-8e96-8f123f28076e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 384c4263-d120-40a6-b7f9-45a0e41c8283, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 384c4263-d120-40a6-b7f9-45a0e41c8283, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17758350889093107532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532177583508890931075321775835088909310753217758350889093107532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76ee4400-5b8a-4ff9-9ceb-641a03511d13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36e7ec0a-cfd2-404c-8db2-2e2e75816f3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36e7ec0a-cfd2-404c-8db2-2e2e75816f3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313752166913884275 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275313752166913884275" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 384c4263-d120-40a6-b7f9-45a0e41c8283, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed6ddcd-a997-40b3-aaf3-0366a1fd0823, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed6ddcd-a997-40b3-aaf3-0366a1fd0823, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9054968411100637086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086905496841110063708690549684111006370869054968411100637086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36e7ec0a-cfd2-404c-8db2-2e2e75816f3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ce9dd3-dcfa-4ab3-90de-1aefbc505c18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ce9dd3-dcfa-4ab3-90de-1aefbc505c18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 809959856735716518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518809959856735716518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed6ddcd-a997-40b3-aaf3-0366a1fd0823, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fef99fc5-9454-4463-a5f5-57391f206b1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fef99fc5-9454-4463-a5f5-57391f206b1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4868928869778878975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975486892886977887897548689288697788789754868928869778878975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ce9dd3-dcfa-4ab3-90de-1aefbc505c18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fd625a7-49b3-45cd-8774-0f55cc7581c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd625a7-49b3-45cd-8774-0f55cc7581c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15045922236089259022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022150459222360892590221504592223608925902215045922236089259022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fef99fc5-9454-4463-a5f5-57391f206b1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da0ac60-ec5d-42e5-ab73-f634139199dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da0ac60-ec5d-42e5-ab73-f634139199dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6910133800218536127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127691013380021853612769101338002185361276910133800218536127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd625a7-49b3-45cd-8774-0f55cc7581c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5c6a47-76cc-401c-b16e-d44050cf0283, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5c6a47-76cc-401c-b16e-d44050cf0283, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15161308548736521827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827151613085487365218271516130854873652182715161308548736521827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da0ac60-ec5d-42e5-ab73-f634139199dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c2c7906-7f8a-4ba4-a6d0-b7eb27aa6333, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2c7906-7f8a-4ba4-a6d0-b7eb27aa6333, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15167202250886154398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398151672022508861543981516720225088615439815167202250886154398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5c6a47-76cc-401c-b16e-d44050cf0283, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 032a0308-49cf-4713-8804-7e888c2d6712, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 032a0308-49cf-4713-8804-7e888c2d6712, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6977418508865989061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061697741850886598906169774185088659890616977418508865989061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2c7906-7f8a-4ba4-a6d0-b7eb27aa6333, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09e5f8a0-97c0-495f-a842-3feab7a2f597, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09e5f8a0-97c0-495f-a842-3feab7a2f597, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2460388487882920906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906246038848788292090624603884878829209062460388487882920906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09e5f8a0-97c0-495f-a842-3feab7a2f597, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69322e70-7cd0-4fee-8b36-3171b3b2f889, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 032a0308-49cf-4713-8804-7e888c2d6712, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69322e70-7cd0-4fee-8b36-3171b3b2f889, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 148499608366709659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659148499608366709659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7305155d-832d-45ec-a36d-b4928fd2a7d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7305155d-832d-45ec-a36d-b4928fd2a7d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14432269682199605229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229144322696821996052291443226968219960522914432269682199605229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69322e70-7cd0-4fee-8b36-3171b3b2f889, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3f5a15-5cd4-4a53-aec5-dc332389231f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3f5a15-5cd4-4a53-aec5-dc332389231f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10050814456078181600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600100508144560781816001005081445607818160010050814456078181600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7305155d-832d-45ec-a36d-b4928fd2a7d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14e00849-b087-4617-aed2-5e495dee3c0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14e00849-b087-4617-aed2-5e495dee3c0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 710079933109151978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978710079933109151978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3f5a15-5cd4-4a53-aec5-dc332389231f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15cf07b7-715b-4d9f-8eb5-b7ffce16eed5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15cf07b7-715b-4d9f-8eb5-b7ffce16eed5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17732789558779785076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076177327895587797850761773278955877978507617732789558779785076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14e00849-b087-4617-aed2-5e495dee3c0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3f81acb-9147-4994-bf32-7be666a908d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3f81acb-9147-4994-bf32-7be666a908d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15281074484510622908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908152810744845106229081528107448451062290815281074484510622908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15cf07b7-715b-4d9f-8eb5-b7ffce16eed5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8458d8ef-5f5f-40cd-a157-ba09aceafe74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3f81acb-9147-4994-bf32-7be666a908d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8458d8ef-5f5f-40cd-a157-ba09aceafe74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3870107600266997088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088387010760026699708838701076002669970883870107600266997088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8633ad2-2c1b-4aaf-8c39-5636013807d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8633ad2-2c1b-4aaf-8c39-5636013807d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7379976368934086601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601737997636893408660173799763689340866017379976368934086601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8458d8ef-5f5f-40cd-a157-ba09aceafe74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8633ad2-2c1b-4aaf-8c39-5636013807d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b84eb4-b67f-48b0-8644-e054e1f980f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b84eb4-b67f-48b0-8644-e054e1f980f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16219628363714475773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773162196283637144757731621962836371447577316219628363714475773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acad6e4d-5305-4d1d-87ca-301dd974e24c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acad6e4d-5305-4d1d-87ca-301dd974e24c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4015713982678741416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416401571398267874141640157139826787414164015713982678741416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b84eb4-b67f-48b0-8644-e054e1f980f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c520bce3-26c7-4d9d-b020-4d5378e50732, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acad6e4d-5305-4d1d-87ca-301dd974e24c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c520bce3-26c7-4d9d-b020-4d5378e50732, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17516971753610034974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974175169717536100349741751697175361003497417516971753610034974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5f033d4-072a-4247-832c-c6025632af2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5f033d4-072a-4247-832c-c6025632af2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13849194619796971343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343138491946197969713431384919461979697134313849194619796971343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c520bce3-26c7-4d9d-b020-4d5378e50732, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5f033d4-072a-4247-832c-c6025632af2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7023bca5-619b-4bad-9f44-a28d088ce829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f342e89b-89f0-4a46-be17-07ff58e0cd83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7023bca5-619b-4bad-9f44-a28d088ce829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16344879205186391313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313163448792051863913131634487920518639131316344879205186391313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f342e89b-89f0-4a46-be17-07ff58e0cd83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5190486737200660868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868519048673720066086851904867372006608685190486737200660868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7023bca5-619b-4bad-9f44-a28d088ce829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f342e89b-89f0-4a46-be17-07ff58e0cd83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16e37ffe-51ec-4655-8a4c-90b3090078fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d3d490f-2d4c-4613-834e-5c7d8b7ecec9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16e37ffe-51ec-4655-8a4c-90b3090078fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12527915190831305561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561125279151908313055611252791519083130556112527915190831305561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d3d490f-2d4c-4613-834e-5c7d8b7ecec9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12806977913747184714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714128069779137471847141280697791374718471412806977913747184714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16e37ffe-51ec-4655-8a4c-90b3090078fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 387fa960-262c-490a-ba32-ba6f7a5c53c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387fa960-262c-490a-ba32-ba6f7a5c53c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15095414053886403203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203150954140538864032031509541405388640320315095414053886403203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d3d490f-2d4c-4613-834e-5c7d8b7ecec9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb7b00b-334a-4ceb-aee5-8dbf89e46b12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb7b00b-334a-4ceb-aee5-8dbf89e46b12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5677976655844123242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242567797665584412324256779766558441232425677976655844123242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387fa960-262c-490a-ba32-ba6f7a5c53c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c80820e-4e38-486b-8b47-be76f06a3b8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c80820e-4e38-486b-8b47-be76f06a3b8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 945787124163643972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972945787124163643972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb7b00b-334a-4ceb-aee5-8dbf89e46b12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65be4035-173f-4151-a47f-dd4b04212deb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65be4035-173f-4151-a47f-dd4b04212deb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5051348748760212225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225505134874876021222550513487487602122255051348748760212225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c80820e-4e38-486b-8b47-be76f06a3b8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf906591-97a2-46f5-b9b0-ad512116f4fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf906591-97a2-46f5-b9b0-ad512116f4fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112624149638021077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077511262414963802107751126241496380210775112624149638021077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65be4035-173f-4151-a47f-dd4b04212deb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91312c2f-15de-497f-addf-6262d6719466, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91312c2f-15de-497f-addf-6262d6719466, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1280111236702072402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402128011123670207240212801112367020724021280111236702072402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf906591-97a2-46f5-b9b0-ad512116f4fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f8b522-2d42-49e4-ac3a-dde44c9020dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f8b522-2d42-49e4-ac3a-dde44c9020dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8296393825450796301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301829639382545079630182963938254507963018296393825450796301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91312c2f-15de-497f-addf-6262d6719466, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb2b100a-cbb3-418d-bcc2-ef6e42ad89b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb2b100a-cbb3-418d-bcc2-ef6e42ad89b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7699233226402197304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304769923322640219730476992332264021973047699233226402197304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f8b522-2d42-49e4-ac3a-dde44c9020dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a3fbfce-4a51-477b-9ace-64011c895e2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a3fbfce-4a51-477b-9ace-64011c895e2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16271542734149679279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279162715427341496792791627154273414967927916271542734149679279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb2b100a-cbb3-418d-bcc2-ef6e42ad89b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d669e28a-2141-41cf-a9d7-3267780ffbc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d669e28a-2141-41cf-a9d7-3267780ffbc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12947549896120989810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810129475498961209898101294754989612098981012947549896120989810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a3fbfce-4a51-477b-9ace-64011c895e2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f77c18af-3f8c-47d3-86bd-ece9e8271bd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f77c18af-3f8c-47d3-86bd-ece9e8271bd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143198284203051431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431151431982842030514311514319828420305143115143198284203051431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d669e28a-2141-41cf-a9d7-3267780ffbc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c54aaf7-1b42-4286-9425-c18a284ea7bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c54aaf7-1b42-4286-9425-c18a284ea7bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16165404619834950917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917161654046198349509171616540461983495091716165404619834950917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f77c18af-3f8c-47d3-86bd-ece9e8271bd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98ceed8c-920d-4e41-8a75-a8ca46246ed6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ceed8c-920d-4e41-8a75-a8ca46246ed6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9556405199772547703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703955640519977254770395564051997725477039556405199772547703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c54aaf7-1b42-4286-9425-c18a284ea7bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6723a94a-653c-4ed9-8451-6f4efd89e951, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6723a94a-653c-4ed9-8451-6f4efd89e951, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8632870910597026043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043863287091059702604386328709105970260438632870910597026043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ceed8c-920d-4e41-8a75-a8ca46246ed6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7ff5a9c-5b2c-4fcf-980c-34a48d9169e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7ff5a9c-5b2c-4fcf-980c-34a48d9169e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1869393222422484754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754186939322242248475418693932224224847541869393222422484754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6723a94a-653c-4ed9-8451-6f4efd89e951, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 469628bd-0fff-45fe-97cf-b281dced7a04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 469628bd-0fff-45fe-97cf-b281dced7a04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5733940804224247715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715573394080422424771557339408042242477155733940804224247715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7ff5a9c-5b2c-4fcf-980c-34a48d9169e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 979c4e6f-a952-4482-bf47-e70e9a772475, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 979c4e6f-a952-4482-bf47-e70e9a772475, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1673292032564571689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689167329203256457168916732920325645716891673292032564571689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 469628bd-0fff-45fe-97cf-b281dced7a04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb5250d8-5f77-4c2f-bc3a-92223c2d9052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5250d8-5f77-4c2f-bc3a-92223c2d9052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4280046364631031237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237428004636463103123742800463646310312374280046364631031237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 979c4e6f-a952-4482-bf47-e70e9a772475, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca0b26d3-7ab5-44bf-a806-b73569eadadb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca0b26d3-7ab5-44bf-a806-b73569eadadb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3074684838801248598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598307468483880124859830746848388012485983074684838801248598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5250d8-5f77-4c2f-bc3a-92223c2d9052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457be353-8cb8-4135-9f12-5ac97ae46b11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457be353-8cb8-4135-9f12-5ac97ae46b11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735631032224832761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761157356310322248327611573563103222483276115735631032224832761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca0b26d3-7ab5-44bf-a806-b73569eadadb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32f041ea-b6c5-46e1-af6d-167a3d95afda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32f041ea-b6c5-46e1-af6d-167a3d95afda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 438641279168704627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627438641279168704627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457be353-8cb8-4135-9f12-5ac97ae46b11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e682a9-7c3c-46bc-89b7-4597953bb311, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e682a9-7c3c-46bc-89b7-4597953bb311, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905839111735423526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526890583911173542352689058391117354235268905839111735423526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32f041ea-b6c5-46e1-af6d-167a3d95afda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e682a9-7c3c-46bc-89b7-4597953bb311, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff3e86ae-b56c-4cfa-abe9-d578d9764b27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 105b3879-8dc5-4a04-923a-7b4b55d745d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff3e86ae-b56c-4cfa-abe9-d578d9764b27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6668586822245913427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427666858682224591342766685868222459134276668586822245913427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 105b3879-8dc5-4a04-923a-7b4b55d745d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024559328808895802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802702455932880889580270245593288088958027024559328808895802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff3e86ae-b56c-4cfa-abe9-d578d9764b27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0dc124-415e-457b-9de8-c37224443be9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0dc124-415e-457b-9de8-c37224443be9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1986925893239879375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375198692589323987937519869258932398793751986925893239879375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 105b3879-8dc5-4a04-923a-7b4b55d745d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c283a2e9-703c-4949-b7ed-46bf46fd3da5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c283a2e9-703c-4949-b7ed-46bf46fd3da5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7530491933440863233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233753049193344086323375304919334408632337530491933440863233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c283a2e9-703c-4949-b7ed-46bf46fd3da5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb390ebd-93a0-48af-bb80-6246eecec984, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb390ebd-93a0-48af-bb80-6246eecec984, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3017066159881501078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078301706615988150107830170661598815010783017066159881501078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0dc124-415e-457b-9de8-c37224443be9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90d5472-0325-4902-9353-0da7b107b54d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90d5472-0325-4902-9353-0da7b107b54d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6091099431614016326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326609109943161401632660910994316140163266091099431614016326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb390ebd-93a0-48af-bb80-6246eecec984, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90d5472-0325-4902-9353-0da7b107b54d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a46d24-3c34-43a2-bb75-05e25e63fe10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d03591-1ad8-4f8a-85b2-6e300d9e60f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a46d24-3c34-43a2-bb75-05e25e63fe10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2823127700854806059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059282312770085480605928231277008548060592823127700854806059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d03591-1ad8-4f8a-85b2-6e300d9e60f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6408200428448989348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348640820042844898934864082004284489893486408200428448989348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a46d24-3c34-43a2-bb75-05e25e63fe10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d03591-1ad8-4f8a-85b2-6e300d9e60f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa774bf8-ced9-42d5-b425-5c5145f0930c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa774bf8-ced9-42d5-b425-5c5145f0930c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1157441045808202753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753115744104580820275311574410458082027531157441045808202753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfafb9d-c2a5-4fd7-8b48-d79850e7fe54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfafb9d-c2a5-4fd7-8b48-d79850e7fe54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17124169642203103861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861171241696422031038611712416964220310386117124169642203103861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfafb9d-c2a5-4fd7-8b48-d79850e7fe54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa774bf8-ced9-42d5-b425-5c5145f0930c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e895cd87-6939-404b-b2df-17ac6e439a29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e895cd87-6939-404b-b2df-17ac6e439a29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5390256809039871558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558539025680903987155853902568090398715585390256809039871558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18742bda-210b-4050-82ae-80cb31711c1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18742bda-210b-4050-82ae-80cb31711c1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2806820380493351529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529280682038049335152928068203804933515292806820380493351529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e895cd87-6939-404b-b2df-17ac6e439a29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd802d93-fdeb-4e19-b139-36bd824454fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd802d93-fdeb-4e19-b139-36bd824454fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10544726565247727235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235105447265652477272351054472656524772723510544726565247727235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18742bda-210b-4050-82ae-80cb31711c1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07fb1a1c-ff2f-4361-9349-1f131fa1b2bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07fb1a1c-ff2f-4361-9349-1f131fa1b2bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8210095841248595331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331821009584124859533182100958412485953318210095841248595331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd802d93-fdeb-4e19-b139-36bd824454fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07fb1a1c-ff2f-4361-9349-1f131fa1b2bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6548e67b-000a-45f4-b52b-5cdcb64e89f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec396394-7a01-4fab-b566-1d70fda13a11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6548e67b-000a-45f4-b52b-5cdcb64e89f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14381705642211115324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324143817056422111153241438170564221111532414381705642211115324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec396394-7a01-4fab-b566-1d70fda13a11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6161458853384358451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451616145885338435845161614588533843584516161458853384358451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec396394-7a01-4fab-b566-1d70fda13a11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 208b11d5-da4e-494d-bfcf-f32e8d32af34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6548e67b-000a-45f4-b52b-5cdcb64e89f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 208b11d5-da4e-494d-bfcf-f32e8d32af34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10982482680223672695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695109824826802236726951098248268022367269510982482680223672695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0021349-a031-45aa-91ac-32648f0b783d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0021349-a031-45aa-91ac-32648f0b783d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2435548436689236555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555243554843668923655524355484366892365552435548436689236555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 208b11d5-da4e-494d-bfcf-f32e8d32af34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcbfe759-8855-4f64-ae62-b9d33b5959c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcbfe759-8855-4f64-ae62-b9d33b5959c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2903117707290173523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523290311770729017352329031177072901735232903117707290173523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0021349-a031-45aa-91ac-32648f0b783d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf1a1b68-87db-4da2-9cd3-19df31abecb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1a1b68-87db-4da2-9cd3-19df31abecb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14880056821423184408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408148800568214231844081488005682142318440814880056821423184408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcbfe759-8855-4f64-ae62-b9d33b5959c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ddfdba4-5db4-4d15-a624-820e44f171c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ddfdba4-5db4-4d15-a624-820e44f171c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13876341897696481259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259138763418976964812591387634189769648125913876341897696481259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1a1b68-87db-4da2-9cd3-19df31abecb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 268b0877-bd20-4ee4-803c-2fc569ec792d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 268b0877-bd20-4ee4-803c-2fc569ec792d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7898278641992412694 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694789827864199241269478982786419924126947898278641992412694" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ddfdba4-5db4-4d15-a624-820e44f171c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a39b940e-300c-4f90-a4aa-6de98625947c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a39b940e-300c-4f90-a4aa-6de98625947c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11854036232573342520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520118540362325733425201185403623257334252011854036232573342520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 268b0877-bd20-4ee4-803c-2fc569ec792d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2583599e-e336-431f-96b0-c96640f10d1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2583599e-e336-431f-96b0-c96640f10d1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 23852198245687231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2385219824568723123852198245687231238521982456872312385219824568723123852198245687231238521982456872312385219824568723123852198245687231238521982456872312385219824568723123852198245687231238521982456872312385219824568723123852198245687231238521982456872312385219824568723123852198245687231238521982456872312385219824568723123852198245687231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a39b940e-300c-4f90-a4aa-6de98625947c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4845f720-bfd4-4e0c-ac2e-a44dfdbaf4d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4845f720-bfd4-4e0c-ac2e-a44dfdbaf4d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 532461920312107741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741532461920312107741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2583599e-e336-431f-96b0-c96640f10d1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8424ccd-4875-4362-a0c5-1e4d80073379, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8424ccd-4875-4362-a0c5-1e4d80073379, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13784614465865270001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001137846144658652700011378461446586527000113784614465865270001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4845f720-bfd4-4e0c-ac2e-a44dfdbaf4d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9e222bc-0a98-457d-8a25-358cc5fda668, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9e222bc-0a98-457d-8a25-358cc5fda668, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4992207305034252403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403499220730503425240349922073050342524034992207305034252403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8424ccd-4875-4362-a0c5-1e4d80073379, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1d19383-2452-46ad-bbe7-5494ecf34f0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1d19383-2452-46ad-bbe7-5494ecf34f0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8577360771257403603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603857736077125740360385773607712574036038577360771257403603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9e222bc-0a98-457d-8a25-358cc5fda668, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b9b4445-484b-4c2c-afaf-ed4363eed0ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b9b4445-484b-4c2c-afaf-ed4363eed0ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8116982904167359318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318811698290416735931881169829041673593188116982904167359318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1d19383-2452-46ad-bbe7-5494ecf34f0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55bc7268-8e29-42d8-9c50-9ff7b49c4525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55bc7268-8e29-42d8-9c50-9ff7b49c4525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9185160086899305811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811918516008689930581191851600868993058119185160086899305811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b9b4445-484b-4c2c-afaf-ed4363eed0ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a2ab4ff-c218-473f-9966-cffce0b63dbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a2ab4ff-c218-473f-9966-cffce0b63dbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18151711267781656033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033181517112677816560331815171126778165603318151711267781656033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55bc7268-8e29-42d8-9c50-9ff7b49c4525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134531c5-266d-4d6f-aecc-e1f92775782e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134531c5-266d-4d6f-aecc-e1f92775782e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11627649362757479189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189116276493627574791891162764936275747918911627649362757479189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a2ab4ff-c218-473f-9966-cffce0b63dbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03603a8f-c0ed-4bd1-a7f6-633cfb84f042, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03603a8f-c0ed-4bd1-a7f6-633cfb84f042, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12719417045954722381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381127194170459547223811271941704595472238112719417045954722381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134531c5-266d-4d6f-aecc-e1f92775782e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5423d29f-0fc4-4afb-9566-714ab3adacd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5423d29f-0fc4-4afb-9566-714ab3adacd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2106938126596701783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783210693812659670178321069381265967017832106938126596701783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03603a8f-c0ed-4bd1-a7f6-633cfb84f042, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7fdf38b8-9a07-4c89-8e30-002a2d5c4990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7fdf38b8-9a07-4c89-8e30-002a2d5c4990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4760139322956500761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761476013932295650076147601393229565007614760139322956500761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5423d29f-0fc4-4afb-9566-714ab3adacd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20e50b26-162b-42de-adc1-0d245f77bb6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20e50b26-162b-42de-adc1-0d245f77bb6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6501162387947715900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900650116238794771590065011623879477159006501162387947715900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7fdf38b8-9a07-4c89-8e30-002a2d5c4990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48d22122-374a-4a25-be67-8e4204a91c57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48d22122-374a-4a25-be67-8e4204a91c57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17704778495133942467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467177047784951339424671770477849513394246717704778495133942467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20e50b26-162b-42de-adc1-0d245f77bb6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bec489d5-36f5-4ae9-9238-bed7c8a21b57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bec489d5-36f5-4ae9-9238-bed7c8a21b57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9906589863877635304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304990658986387763530499065898638776353049906589863877635304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48d22122-374a-4a25-be67-8e4204a91c57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4f5a2b-be7b-4701-a096-fd36985cd091, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4f5a2b-be7b-4701-a096-fd36985cd091, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9106797656671421169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169910679765667142116991067976566714211699106797656671421169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bec489d5-36f5-4ae9-9238-bed7c8a21b57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccdd6f80-4d80-42b8-9f87-84e868d62744, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccdd6f80-4d80-42b8-9f87-84e868d62744, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14264003609773282756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756142640036097732827561426400360977328275614264003609773282756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4f5a2b-be7b-4701-a096-fd36985cd091, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3f66e89-7b0e-42f1-a304-d14ca13eafa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3f66e89-7b0e-42f1-a304-d14ca13eafa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1438858971708913396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396143885897170891339614388589717089133961438858971708913396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccdd6f80-4d80-42b8-9f87-84e868d62744, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd81bda2-96f9-4966-95a1-e838619802e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd81bda2-96f9-4966-95a1-e838619802e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15742655870689217359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359157426558706892173591574265587068921735915742655870689217359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3f66e89-7b0e-42f1-a304-d14ca13eafa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05807475-6a42-4fbd-ae19-6e89a99b8448, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05807475-6a42-4fbd-ae19-6e89a99b8448, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7853295736953668314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314785329573695366831478532957369536683147853295736953668314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd81bda2-96f9-4966-95a1-e838619802e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0453b85-3b3b-44a6-91eb-17ff8f69f54b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05807475-6a42-4fbd-ae19-6e89a99b8448, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0453b85-3b3b-44a6-91eb-17ff8f69f54b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16498800326950909849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849164988003269509098491649880032695090984916498800326950909849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ceb5ffca-87b0-461d-9e4b-16c99ca59646, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ceb5ffca-87b0-461d-9e4b-16c99ca59646, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15362866555937317980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980153628665559373179801536286655593731798015362866555937317980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0453b85-3b3b-44a6-91eb-17ff8f69f54b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32c0e8d8-fdbb-4546-a0ee-47a839e8528a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32c0e8d8-fdbb-4546-a0ee-47a839e8528a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4461320894020790004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004446132089402079000444613208940207900044461320894020790004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ceb5ffca-87b0-461d-9e4b-16c99ca59646, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c66547f-ae58-41fa-b5ad-285baf35cda4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c66547f-ae58-41fa-b5ad-285baf35cda4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3442698268685767768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768344269826868576776834426982686857677683442698268685767768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32c0e8d8-fdbb-4546-a0ee-47a839e8528a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ab00038-70ce-45ee-9da7-bebb36b22d49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ab00038-70ce-45ee-9da7-bebb36b22d49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9705298096273787670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670970529809627378767097052980962737876709705298096273787670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c66547f-ae58-41fa-b5ad-285baf35cda4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c30962e-05b2-48c2-910c-b811804e5b7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c30962e-05b2-48c2-910c-b811804e5b7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12981027780809763148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148129810277808097631481298102778080976314812981027780809763148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ab00038-70ce-45ee-9da7-bebb36b22d49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3256ecfd-b410-449f-a7af-adda011fbb13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3256ecfd-b410-449f-a7af-adda011fbb13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281743964143020162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162428174396414302016242817439641430201624281743964143020162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c30962e-05b2-48c2-910c-b811804e5b7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc47bd4-820f-4b37-bfdc-6b93fa00c09a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc47bd4-820f-4b37-bfdc-6b93fa00c09a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3248821696206887210 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210324882169620688721032488216962068872103248821696206887210" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3256ecfd-b410-449f-a7af-adda011fbb13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94eadf95-8d0e-4e90-9043-d73452238be9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94eadf95-8d0e-4e90-9043-d73452238be9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5112492646141369510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510511249264614136951051124926461413695105112492646141369510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc47bd4-820f-4b37-bfdc-6b93fa00c09a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf9106a-08c1-4d19-8274-c061b8f54023, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf9106a-08c1-4d19-8274-c061b8f54023, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4577664261126593600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600457766426112659360045776642611265936004577664261126593600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94eadf95-8d0e-4e90-9043-d73452238be9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e1c8130-a97d-46bf-a6fa-1015e0984f43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e1c8130-a97d-46bf-a6fa-1015e0984f43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14329268542227678457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457143292685422276784571432926854222767845714329268542227678457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf9106a-08c1-4d19-8274-c061b8f54023, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c72123f-a6b1-4b90-8fa2-e3837383a9cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c72123f-a6b1-4b90-8fa2-e3837383a9cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6640252645753823191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191664025264575382319166402526457538231916640252645753823191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e1c8130-a97d-46bf-a6fa-1015e0984f43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f472a736-c2ac-4bc3-8813-831246273a28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f472a736-c2ac-4bc3-8813-831246273a28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13744763228456352175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175137447632284563521751374476322845635217513744763228456352175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c72123f-a6b1-4b90-8fa2-e3837383a9cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f50c490-dd50-4da0-aa4d-1262e759f62a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f50c490-dd50-4da0-aa4d-1262e759f62a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7006786045451143825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825700678604545114382570067860454511438257006786045451143825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f472a736-c2ac-4bc3-8813-831246273a28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9eeb359d-cd4f-477c-9b90-60e0fb66700e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9eeb359d-cd4f-477c-9b90-60e0fb66700e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11718860602056344820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820117188606020563448201171886060205634482011718860602056344820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f50c490-dd50-4da0-aa4d-1262e759f62a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 995107e0-2a2e-4bdf-b9bb-74aaec98ea37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 995107e0-2a2e-4bdf-b9bb-74aaec98ea37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14773852676036360301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301147738526760363603011477385267603636030114773852676036360301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9eeb359d-cd4f-477c-9b90-60e0fb66700e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57f77c33-cc00-445b-9026-8ed41803ae94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57f77c33-cc00-445b-9026-8ed41803ae94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5738383282934952371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371573838328293495237157383832829349523715738383282934952371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 995107e0-2a2e-4bdf-b9bb-74aaec98ea37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9edd736-e54d-44f3-9e95-1cfabbd2aaac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9edd736-e54d-44f3-9e95-1cfabbd2aaac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2980207294917902136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136298020729491790213629802072949179021362980207294917902136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57f77c33-cc00-445b-9026-8ed41803ae94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08faaaed-974f-48d2-b40e-2ff5a9b0eba1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08faaaed-974f-48d2-b40e-2ff5a9b0eba1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226076932516713339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339922607693251671333992260769325167133399226076932516713339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9edd736-e54d-44f3-9e95-1cfabbd2aaac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08faaaed-974f-48d2-b40e-2ff5a9b0eba1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56e25ee2-e5da-43c6-914e-4a07ea139612, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56e25ee2-e5da-43c6-914e-4a07ea139612, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12591986612077949421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421125919866120779494211259198661207794942112591986612077949421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e1f7bc8-b88f-4e2d-895e-c793f375092e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e1f7bc8-b88f-4e2d-895e-c793f375092e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13160873815708405909 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909131608738157084059091316087381570840590913160873815708405909" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56e25ee2-e5da-43c6-914e-4a07ea139612, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e1f7bc8-b88f-4e2d-895e-c793f375092e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6063a87-07c3-45fd-8493-002a51824211, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3175c370-933f-47c3-a8f0-6b7b87149505, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6063a87-07c3-45fd-8493-002a51824211, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8722929964064393094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094872292996406439309487229299640643930948722929964064393094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3175c370-933f-47c3-a8f0-6b7b87149505, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9589652669658223676 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676958965266965822367695896526696582236769589652669658223676" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3175c370-933f-47c3-a8f0-6b7b87149505, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f079c32d-b039-4823-bbca-f119c5811489, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f079c32d-b039-4823-bbca-f119c5811489, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8633225036953819381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381863322503695381938186332250369538193818633225036953819381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6063a87-07c3-45fd-8493-002a51824211, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf8f1a6f-b037-415c-8fba-b7377a100e4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8f1a6f-b037-415c-8fba-b7377a100e4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457722374651874187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187745772237465187418774577223746518741877457722374651874187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f079c32d-b039-4823-bbca-f119c5811489, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0195b3c8-5714-4a33-bc6b-3761cee974bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0195b3c8-5714-4a33-bc6b-3761cee974bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11093665255720955913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913110936652557209559131109366525572095591311093665255720955913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8f1a6f-b037-415c-8fba-b7377a100e4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3515e38-18ee-45fe-9dc4-99eb6e20ff92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3515e38-18ee-45fe-9dc4-99eb6e20ff92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224335573171022015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015182243355731710220151822433557317102201518224335573171022015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0195b3c8-5714-4a33-bc6b-3761cee974bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3515e38-18ee-45fe-9dc4-99eb6e20ff92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54f5b084-9493-46db-b542-0d642b7995f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee682b8b-6e7e-4044-9411-4e82a8b0f0b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee682b8b-6e7e-4044-9411-4e82a8b0f0b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17561902059989450261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261175619020599894502611756190205998945026117561902059989450261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54f5b084-9493-46db-b542-0d642b7995f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17948952865000268853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853179489528650002688531794895286500026885317948952865000268853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee682b8b-6e7e-4044-9411-4e82a8b0f0b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19a2f672-a78b-47dc-9a08-e9bddc773d9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19a2f672-a78b-47dc-9a08-e9bddc773d9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7233385642880227371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371723338564288022737172333856428802273717233385642880227371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54f5b084-9493-46db-b542-0d642b7995f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bed9f9e7-9254-4c64-85df-fb0845540f89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bed9f9e7-9254-4c64-85df-fb0845540f89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17342045948275870838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838173420459482758708381734204594827587083817342045948275870838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19a2f672-a78b-47dc-9a08-e9bddc773d9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed19b263-159f-4a4f-90a0-832b54e221ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed19b263-159f-4a4f-90a0-832b54e221ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14922310819332942598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598149223108193329425981492231081933294259814922310819332942598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bed9f9e7-9254-4c64-85df-fb0845540f89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea50a631-008a-4be7-b5d9-f82bdb1c9da8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea50a631-008a-4be7-b5d9-f82bdb1c9da8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2643786973365201113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113264378697336520111326437869733652011132643786973365201113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed19b263-159f-4a4f-90a0-832b54e221ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04327eec-8b9b-4c25-9bec-ecd7458c9345, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04327eec-8b9b-4c25-9bec-ecd7458c9345, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805311714821982044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044480531171482198204448053117148219820444805311714821982044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea50a631-008a-4be7-b5d9-f82bdb1c9da8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fe018c7-54ef-4757-b0a3-2deedc80612b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fe018c7-54ef-4757-b0a3-2deedc80612b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18142092074993919373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373181420920749939193731814209207499391937318142092074993919373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04327eec-8b9b-4c25-9bec-ecd7458c9345, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32a126f4-39ff-46b4-a2c9-4bff985d49ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fe018c7-54ef-4757-b0a3-2deedc80612b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32a126f4-39ff-46b4-a2c9-4bff985d49ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16151931758772470497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497161519317587724704971615193175877247049716151931758772470497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d943b2e-58c8-424f-89fc-600d9f4f2e20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d943b2e-58c8-424f-89fc-600d9f4f2e20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17443392290532517560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560174433922905325175601744339229053251756017443392290532517560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32a126f4-39ff-46b4-a2c9-4bff985d49ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c66800ff-5c64-4035-a777-6e2f6bdf3ec0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c66800ff-5c64-4035-a777-6e2f6bdf3ec0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5187495635429683521 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521518749563542968352151874956354296835215187495635429683521" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d943b2e-58c8-424f-89fc-600d9f4f2e20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d0fe8e5-a342-4653-b902-c3f4405926d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d0fe8e5-a342-4653-b902-c3f4405926d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6499285198203499340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340649928519820349934064992851982034993406499285198203499340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c66800ff-5c64-4035-a777-6e2f6bdf3ec0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 659e43c9-4030-43d6-bfe8-4a838675b97b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 659e43c9-4030-43d6-bfe8-4a838675b97b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2925496196094951311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311292549619609495131129254961960949513112925496196094951311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d0fe8e5-a342-4653-b902-c3f4405926d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7f870a8-afd8-4b54-8ca9-8516f87c52b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7f870a8-afd8-4b54-8ca9-8516f87c52b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3305509446482960160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160330550944648296016033055094464829601603305509446482960160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 659e43c9-4030-43d6-bfe8-4a838675b97b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cbb4a23-9431-4a7e-8d41-4de44b247e14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbb4a23-9431-4a7e-8d41-4de44b247e14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15944785146345534786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786159447851463455347861594478514634553478615944785146345534786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7f870a8-afd8-4b54-8ca9-8516f87c52b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91546caa-e0d1-4558-9574-202e64875377, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91546caa-e0d1-4558-9574-202e64875377, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17890692386392086769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769178906923863920867691789069238639208676917890692386392086769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbb4a23-9431-4a7e-8d41-4de44b247e14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e65b23a-7285-4df5-bef9-72ef99c54708, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e65b23a-7285-4df5-bef9-72ef99c54708, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18107749549728682383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383181077495497286823831810774954972868238318107749549728682383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91546caa-e0d1-4558-9574-202e64875377, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11291bb0-1590-4be7-9b9b-418985adaf4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11291bb0-1590-4be7-9b9b-418985adaf4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2660402902945096278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278266040290294509627826604029029450962782660402902945096278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e65b23a-7285-4df5-bef9-72ef99c54708, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df2d1d5c-d346-4430-a702-1a64a56f81cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df2d1d5c-d346-4430-a702-1a64a56f81cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4660082463764404650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650466008246376440465046600824637644046504660082463764404650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11291bb0-1590-4be7-9b9b-418985adaf4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91e96032-576c-4a6a-868b-0ee922af0646, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91e96032-576c-4a6a-868b-0ee922af0646, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11492487170191708391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391114924871701917083911149248717019170839111492487170191708391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df2d1d5c-d346-4430-a702-1a64a56f81cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 086a4716-b505-4c5b-93cd-81fffdc9a4e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 086a4716-b505-4c5b-93cd-81fffdc9a4e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4756205107148974295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295475620510714897429547562051071489742954756205107148974295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91e96032-576c-4a6a-868b-0ee922af0646, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73559168-accc-40f2-9592-729712bca597, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73559168-accc-40f2-9592-729712bca597, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1836346860975837629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629183634686097583762918363468609758376291836346860975837629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 086a4716-b505-4c5b-93cd-81fffdc9a4e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e52d3d0-639a-43aa-8667-cbf3e3fa1415, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e52d3d0-639a-43aa-8667-cbf3e3fa1415, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13496051471087027389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389134960514710870273891349605147108702738913496051471087027389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73559168-accc-40f2-9592-729712bca597, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cfdeced-69d6-4ec3-8638-d482b5e9aa97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cfdeced-69d6-4ec3-8638-d482b5e9aa97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15663030593097897215 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215156630305930978972151566303059309789721515663030593097897215" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e52d3d0-639a-43aa-8667-cbf3e3fa1415, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f79e97b5-398a-4e1d-843f-68e69f419e91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f79e97b5-398a-4e1d-843f-68e69f419e91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9582399371579318567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567958239937157931856795823993715793185679582399371579318567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cfdeced-69d6-4ec3-8638-d482b5e9aa97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a12bba68-f247-49dd-a782-e66b3610deae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a12bba68-f247-49dd-a782-e66b3610deae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16733333195338186642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642167333331953381866421673333319533818664216733333195338186642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f79e97b5-398a-4e1d-843f-68e69f419e91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 203e2f7a-62bd-4b87-99e5-dc1b28c3ba7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 203e2f7a-62bd-4b87-99e5-dc1b28c3ba7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4364007047390093781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781436400704739009378143640070473900937814364007047390093781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a12bba68-f247-49dd-a782-e66b3610deae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98d475fe-9311-4081-b8cb-1ac2dd76b329, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98d475fe-9311-4081-b8cb-1ac2dd76b329, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4603660452795468107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107460366045279546810746036604527954681074603660452795468107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 203e2f7a-62bd-4b87-99e5-dc1b28c3ba7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 791fb474-ed50-4d79-9336-089c7d279cdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 791fb474-ed50-4d79-9336-089c7d279cdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16805479228634230395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395168054792286342303951680547922863423039516805479228634230395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98d475fe-9311-4081-b8cb-1ac2dd76b329, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f0e1fc1-6693-42d7-a3a9-4f36cfe8ad9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f0e1fc1-6693-42d7-a3a9-4f36cfe8ad9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5135979733889168845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845513597973388916884551359797338891688455135979733889168845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 791fb474-ed50-4d79-9336-089c7d279cdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2e5a7b4-2a9b-42b1-b242-b7319cee6b31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2e5a7b4-2a9b-42b1-b242-b7319cee6b31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15062656435825781751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751150626564358257817511506265643582578175115062656435825781751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f0e1fc1-6693-42d7-a3a9-4f36cfe8ad9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1352c7a-00db-4f53-ac5e-7056dbb5cac0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1352c7a-00db-4f53-ac5e-7056dbb5cac0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447901021518108508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508244790102151810850824479010215181085082447901021518108508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2e5a7b4-2a9b-42b1-b242-b7319cee6b31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f45034a6-dd25-423b-9533-fa0801a4feeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f45034a6-dd25-423b-9533-fa0801a4feeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12476043769206530092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092124760437692065300921247604376920653009212476043769206530092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1352c7a-00db-4f53-ac5e-7056dbb5cac0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 447fea70-9976-4dfe-9e54-3d1b26abb990, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 447fea70-9976-4dfe-9e54-3d1b26abb990, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3844028173057267253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253384402817305726725338440281730572672533844028173057267253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f45034a6-dd25-423b-9533-fa0801a4feeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc1aa8e5-8947-4688-bb37-36210e10e64c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc1aa8e5-8947-4688-bb37-36210e10e64c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16541338645712075091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091165413386457120750911654133864571207509116541338645712075091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 447fea70-9976-4dfe-9e54-3d1b26abb990, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b576ff0-e3ce-4896-a590-1569ae1035c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b576ff0-e3ce-4896-a590-1569ae1035c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13879868715253457033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033138798687152534570331387986871525345703313879868715253457033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc1aa8e5-8947-4688-bb37-36210e10e64c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bfb2695-eeb4-4199-8e11-f175e11823db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bfb2695-eeb4-4199-8e11-f175e11823db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16992734975056748103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103169927349750567481031699273497505674810316992734975056748103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b576ff0-e3ce-4896-a590-1569ae1035c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df115ab3-eb83-47f6-94c7-1f67c18b4e54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df115ab3-eb83-47f6-94c7-1f67c18b4e54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14516961589383493881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881145169615893834938811451696158938349388114516961589383493881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bfb2695-eeb4-4199-8e11-f175e11823db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8ae9cb3-4307-4874-b0f0-71ba970abeb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8ae9cb3-4307-4874-b0f0-71ba970abeb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7313179325560307104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104731317932556030710473131793255603071047313179325560307104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df115ab3-eb83-47f6-94c7-1f67c18b4e54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97360a6e-d60d-436a-8a63-d123bee00ef8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97360a6e-d60d-436a-8a63-d123bee00ef8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13507011311894293292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292135070113118942932921350701131189429329213507011311894293292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8ae9cb3-4307-4874-b0f0-71ba970abeb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29ea59bd-e905-45dd-beb3-781fc460831c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29ea59bd-e905-45dd-beb3-781fc460831c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084903008615631331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331308490300861563133130849030086156313313084903008615631331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97360a6e-d60d-436a-8a63-d123bee00ef8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf4b4898-261b-42ad-9902-0fd2f771f0e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29ea59bd-e905-45dd-beb3-781fc460831c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf4b4898-261b-42ad-9902-0fd2f771f0e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17866209371868199426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426178662093718681994261786620937186819942617866209371868199426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c3dff0-f1e3-4f0e-8770-4ee7bd13aa91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c3dff0-f1e3-4f0e-8770-4ee7bd13aa91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3346048577160854474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474334604857716085447433460485771608544743346048577160854474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf4b4898-261b-42ad-9902-0fd2f771f0e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49edd5a8-7b41-43c9-9472-6acbf3c509f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49edd5a8-7b41-43c9-9472-6acbf3c509f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5742477639804891462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462574247763980489146257424776398048914625742477639804891462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c3dff0-f1e3-4f0e-8770-4ee7bd13aa91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b37dfeeb-628e-4baf-93b7-906e54783394, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b37dfeeb-628e-4baf-93b7-906e54783394, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7024383398892152426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426702438339889215242670243833988921524267024383398892152426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49edd5a8-7b41-43c9-9472-6acbf3c509f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfc439e-5dee-4296-bc19-8bf6b25c9c2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfc439e-5dee-4296-bc19-8bf6b25c9c2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1539972874335454524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524153997287433545452415399728743354545241539972874335454524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b37dfeeb-628e-4baf-93b7-906e54783394, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fa502d4-4ea0-4b45-ac3d-1a1bea02ee62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fa502d4-4ea0-4b45-ac3d-1a1bea02ee62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10475803431362445460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460104758034313624454601047580343136244546010475803431362445460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfc439e-5dee-4296-bc19-8bf6b25c9c2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a0c82e-2088-4cc4-bca6-2c63eff92243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a0c82e-2088-4cc4-bca6-2c63eff92243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7490567476202066266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266749056747620206626674905674762020662667490567476202066266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fa502d4-4ea0-4b45-ac3d-1a1bea02ee62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acb993df-ec42-4a6d-9c72-c227fc06e375, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acb993df-ec42-4a6d-9c72-c227fc06e375, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4224338060019843161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161422433806001984316142243380600198431614224338060019843161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a0c82e-2088-4cc4-bca6-2c63eff92243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acb993df-ec42-4a6d-9c72-c227fc06e375, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cc91087-c31f-4717-b975-91db800c1a34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cc91087-c31f-4717-b975-91db800c1a34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11781054770278363762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762117810547702783637621178105477027836376211781054770278363762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639a0582-ff8b-4993-b937-4ea8fc0c4b47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639a0582-ff8b-4993-b937-4ea8fc0c4b47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1577767272814111674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674157776727281411167415777672728141116741577767272814111674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cc91087-c31f-4717-b975-91db800c1a34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caea47e5-2a54-4d1f-8f0d-cc28692ba0e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caea47e5-2a54-4d1f-8f0d-cc28692ba0e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16816858717838868169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169168168587178388681691681685871783886816916816858717838868169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639a0582-ff8b-4993-b937-4ea8fc0c4b47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8242fa27-b622-4d5c-8257-febd8480464e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8242fa27-b622-4d5c-8257-febd8480464e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15072280207970883978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978150722802079708839781507228020797088397815072280207970883978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caea47e5-2a54-4d1f-8f0d-cc28692ba0e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48a6ac72-b50f-4fc8-8db6-85be5c2486dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48a6ac72-b50f-4fc8-8db6-85be5c2486dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16001633754133500137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137160016337541335001371600163375413350013716001633754133500137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8242fa27-b622-4d5c-8257-febd8480464e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1828d793-52da-476a-9563-3cb6d48aeaf1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1828d793-52da-476a-9563-3cb6d48aeaf1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2326661122559952932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932232666112255995293223266611225599529322326661122559952932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48a6ac72-b50f-4fc8-8db6-85be5c2486dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf372fc-7270-4cad-b09b-c01d82b30e96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf372fc-7270-4cad-b09b-c01d82b30e96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10437483627091557749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749104374836270915577491043748362709155774910437483627091557749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1828d793-52da-476a-9563-3cb6d48aeaf1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18f5ffa6-4897-47da-88e7-ed8cec5e2fdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18f5ffa6-4897-47da-88e7-ed8cec5e2fdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 403647706191861616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616403647706191861616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf372fc-7270-4cad-b09b-c01d82b30e96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18f5ffa6-4897-47da-88e7-ed8cec5e2fdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c2a47cc-c1e1-42d1-b655-ee4086d8bbc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c2a47cc-c1e1-42d1-b655-ee4086d8bbc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5535377436429735780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780553537743642973578055353774364297357805535377436429735780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b16abe21-6366-489a-852e-e6320cee0054, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b16abe21-6366-489a-852e-e6320cee0054, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101850531900613418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418181018505319006134181810185053190061341818101850531900613418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c2a47cc-c1e1-42d1-b655-ee4086d8bbc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b16abe21-6366-489a-852e-e6320cee0054, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ddbeb78-3f5e-4573-aabe-92691435ab3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 662fef9e-7a74-40a0-a2db-fd65c49e0a6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ddbeb78-3f5e-4573-aabe-92691435ab3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6938229420246761577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577693822942024676157769382294202467615776938229420246761577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 662fef9e-7a74-40a0-a2db-fd65c49e0a6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11473395591823372251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251114733955918233722511147339559182337225111473395591823372251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 662fef9e-7a74-40a0-a2db-fd65c49e0a6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ddbeb78-3f5e-4573-aabe-92691435ab3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25adb2ae-49cd-4256-be82-8ff0d4bafc84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25adb2ae-49cd-4256-be82-8ff0d4bafc84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8374384052107504141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141837438405210750414183743840521075041418374384052107504141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3117350-07cd-48bb-aeff-ebb967dc5dfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3117350-07cd-48bb-aeff-ebb967dc5dfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1327497720068922738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738132749772006892273813274977200689227381327497720068922738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25adb2ae-49cd-4256-be82-8ff0d4bafc84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78bfb83-feb7-4a73-be22-a5f9fa7d7e96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78bfb83-feb7-4a73-be22-a5f9fa7d7e96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 777611302478697334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334777611302478697334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3117350-07cd-48bb-aeff-ebb967dc5dfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed7da7bb-9317-46c8-adcd-c5fc0917eb13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7da7bb-9317-46c8-adcd-c5fc0917eb13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3543910925584882990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990354391092558488299035439109255848829903543910925584882990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78bfb83-feb7-4a73-be22-a5f9fa7d7e96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7da7bb-9317-46c8-adcd-c5fc0917eb13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99856524-8572-4b01-936e-47cf7a2161a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f61cdc74-67b7-4000-9c0c-c74871ab41c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99856524-8572-4b01-936e-47cf7a2161a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15459369685971324333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333154593696859713243331545936968597132433315459369685971324333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61cdc74-67b7-4000-9c0c-c74871ab41c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9686228984056372525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525968622898405637252596862289840563725259686228984056372525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99856524-8572-4b01-936e-47cf7a2161a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ae4e6f8-345f-4552-999e-8afa84fbd4c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ae4e6f8-345f-4552-999e-8afa84fbd4c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 313473050426604208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208313473050426604208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61cdc74-67b7-4000-9c0c-c74871ab41c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0dc3b588-ed01-4474-aff8-ab02a82fbd47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0dc3b588-ed01-4474-aff8-ab02a82fbd47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13133440985715868021 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021131334409857158680211313344098571586802113133440985715868021" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ae4e6f8-345f-4552-999e-8afa84fbd4c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a6325d-f5bd-4251-ae58-10f29742b67e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0dc3b588-ed01-4474-aff8-ab02a82fbd47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a6325d-f5bd-4251-ae58-10f29742b67e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4898143740805503080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080489814374080550308048981437408055030804898143740805503080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5117cae7-7af9-4a76-90ec-7923e6a2f265, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5117cae7-7af9-4a76-90ec-7923e6a2f265, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4257370489221252969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969425737048922125296942573704892212529694257370489221252969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a6325d-f5bd-4251-ae58-10f29742b67e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7ce2539-03ed-4679-a53c-a2fada7811cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7ce2539-03ed-4679-a53c-a2fada7811cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2306169911127859700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700230616991112785970023061699111278597002306169911127859700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5117cae7-7af9-4a76-90ec-7923e6a2f265, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1173dd88-914a-41da-9c3d-6868d15c75a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1173dd88-914a-41da-9c3d-6868d15c75a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10645188639202330577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577106451886392023305771064518863920233057710645188639202330577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7ce2539-03ed-4679-a53c-a2fada7811cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fab30fe7-9d8e-4f7b-b11d-fe8099b14993, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fab30fe7-9d8e-4f7b-b11d-fe8099b14993, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15655115973486011770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770156551159734860117701565511597348601177015655115973486011770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1173dd88-914a-41da-9c3d-6868d15c75a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5ebb60d-d9a3-430d-ba87-dd982aa1e640, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5ebb60d-d9a3-430d-ba87-dd982aa1e640, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2466547524615508256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256246654752461550825624665475246155082562466547524615508256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fab30fe7-9d8e-4f7b-b11d-fe8099b14993, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a1a111-dcaf-4243-a808-2b1f47359088, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a1a111-dcaf-4243-a808-2b1f47359088, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 391242818508851670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670391242818508851670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5ebb60d-d9a3-430d-ba87-dd982aa1e640, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a47e97d0-69d9-4bcb-9089-9755ea3bef75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a47e97d0-69d9-4bcb-9089-9755ea3bef75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16209828200716399690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690162098282007163996901620982820071639969016209828200716399690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a1a111-dcaf-4243-a808-2b1f47359088, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a368c53e-f0f1-402b-82d7-1d3dab1bd76e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a368c53e-f0f1-402b-82d7-1d3dab1bd76e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4929327725722502289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289492932772572250228949293277257225022894929327725722502289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a47e97d0-69d9-4bcb-9089-9755ea3bef75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a368c53e-f0f1-402b-82d7-1d3dab1bd76e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8593d583-b246-4301-b34b-12db1eb08cde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8593d583-b246-4301-b34b-12db1eb08cde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13412977157095084910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910134129771570950849101341297715709508491013412977157095084910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bf12e0a-bbd7-4006-8b65-5fd22cd8b4a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bf12e0a-bbd7-4006-8b65-5fd22cd8b4a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16224021899864400444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444162240218998644004441622402189986440044416224021899864400444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8593d583-b246-4301-b34b-12db1eb08cde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e79b6288-ce37-46ea-8d3e-8d039e0a6a92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e79b6288-ce37-46ea-8d3e-8d039e0a6a92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13003822925603099647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647130038229256030996471300382292560309964713003822925603099647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bf12e0a-bbd7-4006-8b65-5fd22cd8b4a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea73af5d-aec7-4660-ba60-b0abca8ea6e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea73af5d-aec7-4660-ba60-b0abca8ea6e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 864548022769425281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281864548022769425281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e79b6288-ce37-46ea-8d3e-8d039e0a6a92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3be95401-65f5-431f-a282-15363e80e02e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3be95401-65f5-431f-a282-15363e80e02e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8180345427967552324 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324818034542796755232481803454279675523248180345427967552324" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea73af5d-aec7-4660-ba60-b0abca8ea6e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d1724c6-2b80-40aa-b179-3b87924044f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d1724c6-2b80-40aa-b179-3b87924044f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5222376220905562759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759522237622090556275952223762209055627595222376220905562759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3be95401-65f5-431f-a282-15363e80e02e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22cddcd9-856d-4ee8-885d-941c409aa0aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22cddcd9-856d-4ee8-885d-941c409aa0aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5796477381597019607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607579647738159701960757964773815970196075796477381597019607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d1724c6-2b80-40aa-b179-3b87924044f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8af619e-c242-456e-813e-ff28989b674f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8af619e-c242-456e-813e-ff28989b674f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8073465473629789169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169807346547362978916980734654736297891698073465473629789169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22cddcd9-856d-4ee8-885d-941c409aa0aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 277bb254-d842-4f94-b1dd-2b9c9719ea36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 277bb254-d842-4f94-b1dd-2b9c9719ea36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17861591949737991899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899178615919497379918991786159194973799189917861591949737991899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8af619e-c242-456e-813e-ff28989b674f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 056d786a-2b6a-4e98-bddc-c538e4325077, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 056d786a-2b6a-4e98-bddc-c538e4325077, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11388324377937810594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594113883243779378105941138832437793781059411388324377937810594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 277bb254-d842-4f94-b1dd-2b9c9719ea36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4167ca8b-a4a5-4b80-9b03-a394b9245b77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4167ca8b-a4a5-4b80-9b03-a394b9245b77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9510497389603563089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089951049738960356308995104973896035630899510497389603563089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 056d786a-2b6a-4e98-bddc-c538e4325077, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818bdd98-2e77-43ac-b2a6-d070de18962e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818bdd98-2e77-43ac-b2a6-d070de18962e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8124022092800560136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136812402209280056013681240220928005601368124022092800560136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4167ca8b-a4a5-4b80-9b03-a394b9245b77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5afa9db6-fc19-4dff-a1eb-9ce9149b7f48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5afa9db6-fc19-4dff-a1eb-9ce9149b7f48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5715086332408983212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212571508633240898321257150863324089832125715086332408983212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818bdd98-2e77-43ac-b2a6-d070de18962e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4aa3d5d-1f07-48ed-bdbe-04aa011b1d5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4aa3d5d-1f07-48ed-bdbe-04aa011b1d5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8071892393173931428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428807189239317393142880718923931739314288071892393173931428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5afa9db6-fc19-4dff-a1eb-9ce9149b7f48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05006d3f-2a62-4595-9886-bdb0dae1fbcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05006d3f-2a62-4595-9886-bdb0dae1fbcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17339837937845151693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693173398379378451516931733983793784515169317339837937845151693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4aa3d5d-1f07-48ed-bdbe-04aa011b1d5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca243841-48bc-48c7-8236-9971eca71e3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca243841-48bc-48c7-8236-9971eca71e3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5676448924789793939 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939567644892478979393956764489247897939395676448924789793939" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05006d3f-2a62-4595-9886-bdb0dae1fbcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41fd0d6d-cece-442a-8333-53b9cbbc8c5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fd0d6d-cece-442a-8333-53b9cbbc8c5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17081276315832513870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870170812763158325138701708127631583251387017081276315832513870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca243841-48bc-48c7-8236-9971eca71e3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a71f66cd-2948-46a6-8762-28859b1d463f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71f66cd-2948-46a6-8762-28859b1d463f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9163422368866946417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417916342236886694641791634223688669464179163422368866946417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fd0d6d-cece-442a-8333-53b9cbbc8c5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e178b96-67e6-41ae-be36-59e0e48aeb25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e178b96-67e6-41ae-be36-59e0e48aeb25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5762499940105983139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139576249994010598313957624999401059831395762499940105983139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71f66cd-2948-46a6-8762-28859b1d463f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06f1826e-df37-4288-b293-005cabb8c561, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06f1826e-df37-4288-b293-005cabb8c561, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1141792421442612229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229114179242144261222911417924214426122291141792421442612229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e178b96-67e6-41ae-be36-59e0e48aeb25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 562e5bf2-63b4-4ece-9941-d094d0e11492, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 562e5bf2-63b4-4ece-9941-d094d0e11492, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13938374386898073536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536139383743868980735361393837438689807353613938374386898073536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06f1826e-df37-4288-b293-005cabb8c561, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bdfe189-aa7b-4de1-9316-e233774341b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 562e5bf2-63b4-4ece-9941-d094d0e11492, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdfe189-aa7b-4de1-9316-e233774341b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8612882877773263683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683861288287777326368386128828777732636838612882877773263683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1fb060ad-bafe-4218-ae83-b88318c5a739, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1fb060ad-bafe-4218-ae83-b88318c5a739, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15921627624888183955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955159216276248881839551592162762488818395515921627624888183955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdfe189-aa7b-4de1-9316-e233774341b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad13a56-128c-43c2-b265-7f65882ade04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad13a56-128c-43c2-b265-7f65882ade04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419690609445610011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011184196906094456100111841969060944561001118419690609445610011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1fb060ad-bafe-4218-ae83-b88318c5a739, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64dd862e-6aa8-48ad-9880-62c760f56fa1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64dd862e-6aa8-48ad-9880-62c760f56fa1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8442454182441391127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127844245418244139112784424541824413911278442454182441391127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad13a56-128c-43c2-b265-7f65882ade04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e764f1ff-f914-42e4-9b05-780093a829a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64dd862e-6aa8-48ad-9880-62c760f56fa1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e764f1ff-f914-42e4-9b05-780093a829a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6363278430006151701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701636327843000615170163632784300061517016363278430006151701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb30faeb-67fa-472c-bc1a-a4a22f1264c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb30faeb-67fa-472c-bc1a-a4a22f1264c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2357273958115653569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569235727395811565356923572739581156535692357273958115653569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e764f1ff-f914-42e4-9b05-780093a829a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5c3312d-d791-4ace-9395-69a5d9142751, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5c3312d-d791-4ace-9395-69a5d9142751, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2413415189248478188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188241341518924847818824134151892484781882413415189248478188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb30faeb-67fa-472c-bc1a-a4a22f1264c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 941ccf9d-6037-4e2c-872a-076417b11880, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 941ccf9d-6037-4e2c-872a-076417b11880, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4773090860363230432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432477309086036323043247730908603632304324773090860363230432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5c3312d-d791-4ace-9395-69a5d9142751, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48296717-9a7f-4b41-bb71-74cd7bb4bb40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48296717-9a7f-4b41-bb71-74cd7bb4bb40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15435360387870361392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392154353603878703613921543536038787036139215435360387870361392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 941ccf9d-6037-4e2c-872a-076417b11880, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba9f2ba-b684-4481-904e-e0bef1114409, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba9f2ba-b684-4481-904e-e0bef1114409, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13897875793474006707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707138978757934740067071389787579347400670713897875793474006707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48296717-9a7f-4b41-bb71-74cd7bb4bb40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff23551a-2797-49b9-8f07-838bdcfd92e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff23551a-2797-49b9-8f07-838bdcfd92e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 607715683331875109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109607715683331875109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba9f2ba-b684-4481-904e-e0bef1114409, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09088ec-7ee5-4bb7-b177-a9d4fa563c05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09088ec-7ee5-4bb7-b177-a9d4fa563c05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11832484798725290372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372118324847987252903721183248479872529037211832484798725290372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff23551a-2797-49b9-8f07-838bdcfd92e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 881c71c2-cbef-44aa-b5cb-2652996962fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 881c71c2-cbef-44aa-b5cb-2652996962fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8720868205594241721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721872086820559424172187208682055942417218720868205594241721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09088ec-7ee5-4bb7-b177-a9d4fa563c05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c353be07-3d2d-4817-bbde-055f216bb2b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c353be07-3d2d-4817-bbde-055f216bb2b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505903138968375402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402150590313896837540215059031389683754021505903138968375402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 881c71c2-cbef-44aa-b5cb-2652996962fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a289582e-04b9-4e9c-a906-088d2c53ce19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a289582e-04b9-4e9c-a906-088d2c53ce19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16654790475866790182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182166547904758667901821665479047586679018216654790475866790182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c353be07-3d2d-4817-bbde-055f216bb2b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcea82ed-9125-4cce-b7d8-08bb616ca379, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcea82ed-9125-4cce-b7d8-08bb616ca379, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 471481168160572053 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053471481168160572053" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a289582e-04b9-4e9c-a906-088d2c53ce19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c467caff-3099-4745-8a2d-845a98b9213d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c467caff-3099-4745-8a2d-845a98b9213d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6736241831417611751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751673624183141761175167362418314176117516736241831417611751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcea82ed-9125-4cce-b7d8-08bb616ca379, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b357657-a587-4c15-b975-ff1590c99157, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b357657-a587-4c15-b975-ff1590c99157, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 841686781987226104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104841686781987226104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c467caff-3099-4745-8a2d-845a98b9213d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7699175b-48e3-4441-bd21-288f93b634db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7699175b-48e3-4441-bd21-288f93b634db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4850749220357528267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267485074922035752826748507492203575282674850749220357528267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b357657-a587-4c15-b975-ff1590c99157, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7699175b-48e3-4441-bd21-288f93b634db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe7342a5-8bf5-458e-8820-fd1309e05cf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7342a5-8bf5-458e-8820-fd1309e05cf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10475590655997520617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617104755906559975206171047559065599752061710475590655997520617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a132de2-0478-4802-a8e8-20fe4dc07e36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a132de2-0478-4802-a8e8-20fe4dc07e36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10249173042391706415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415102491730423917064151024917304239170641510249173042391706415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7342a5-8bf5-458e-8820-fd1309e05cf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fff34dcc-0f8b-4222-8980-2c8443fd63c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fff34dcc-0f8b-4222-8980-2c8443fd63c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10100981386889583756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756101009813868895837561010098138688958375610100981386889583756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a132de2-0478-4802-a8e8-20fe4dc07e36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2d753c5-c196-4147-b7d7-8636e574375c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2d753c5-c196-4147-b7d7-8636e574375c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1606405507852753913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913160640550785275391316064055078527539131606405507852753913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fff34dcc-0f8b-4222-8980-2c8443fd63c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6e4ab7a-c484-4706-9fc1-2980d6aeda9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6e4ab7a-c484-4706-9fc1-2980d6aeda9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8476410297788690713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713847641029778869071384764102977886907138476410297788690713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2d753c5-c196-4147-b7d7-8636e574375c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc36cd1f-0175-4522-a066-f537e1a480df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc36cd1f-0175-4522-a066-f537e1a480df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14642282827721332186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186146422828277213321861464228282772133218614642282827721332186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6e4ab7a-c484-4706-9fc1-2980d6aeda9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 296de145-83af-4764-8c2b-2316b24b3de7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 296de145-83af-4764-8c2b-2316b24b3de7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13369185150908856386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386133691851509088563861336918515090885638613369185150908856386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc36cd1f-0175-4522-a066-f537e1a480df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02ff7e49-3b6d-4930-a5ad-76e7e33ae7a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02ff7e49-3b6d-4930-a5ad-76e7e33ae7a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1548181179231711847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847154818117923171184715481811792317118471548181179231711847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 296de145-83af-4764-8c2b-2316b24b3de7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ece4b35-f3f7-4e31-b23f-b4937610236d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ece4b35-f3f7-4e31-b23f-b4937610236d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3548713420687893610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610354871342068789361035487134206878936103548713420687893610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02ff7e49-3b6d-4930-a5ad-76e7e33ae7a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 679d76a5-e4fc-476c-a446-bf8be9992e18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 679d76a5-e4fc-476c-a446-bf8be9992e18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17011866843943880126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126170118668439438801261701186684394388012617011866843943880126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ece4b35-f3f7-4e31-b23f-b4937610236d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6411d31c-58cd-4b86-84ce-8cec5096c1ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6411d31c-58cd-4b86-84ce-8cec5096c1ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 27132426961603760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2713242696160376027132426961603760271324269616037602713242696160376027132426961603760271324269616037602713242696160376027132426961603760271324269616037602713242696160376027132426961603760271324269616037602713242696160376027132426961603760271324269616037602713242696160376027132426961603760271324269616037602713242696160376027132426961603760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 679d76a5-e4fc-476c-a446-bf8be9992e18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01aa0865-db0c-4eb8-9c26-71a5111769a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01aa0865-db0c-4eb8-9c26-71a5111769a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10048496818419467467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467100484968184194674671004849681841946746710048496818419467467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6411d31c-58cd-4b86-84ce-8cec5096c1ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9161faa4-37d5-4007-b0f1-21ae58cf1df2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9161faa4-37d5-4007-b0f1-21ae58cf1df2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328222255249941617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617163282222552499416171632822225524994161716328222255249941617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01aa0865-db0c-4eb8-9c26-71a5111769a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77954cd0-e9ca-40ae-9371-c921ce6128c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77954cd0-e9ca-40ae-9371-c921ce6128c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2948093912662622133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133294809391266262213329480939126626221332948093912662622133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9161faa4-37d5-4007-b0f1-21ae58cf1df2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05460ee0-843c-4997-bc93-a43d0e152b18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05460ee0-843c-4997-bc93-a43d0e152b18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11987261301811814679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679119872613018118146791198726130181181467911987261301811814679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77954cd0-e9ca-40ae-9371-c921ce6128c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05460ee0-843c-4997-bc93-a43d0e152b18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cf27aaa-c2c4-4c75-893d-675a849d32fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22ff15e5-3792-469c-be16-0b4c10f3e143, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cf27aaa-c2c4-4c75-893d-675a849d32fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6385242782998757366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366638524278299875736663852427829987573666385242782998757366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ff15e5-3792-469c-be16-0b4c10f3e143, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13646497327427531044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044136464973274275310441364649732742753104413646497327427531044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ff15e5-3792-469c-be16-0b4c10f3e143, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cf27aaa-c2c4-4c75-893d-675a849d32fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6677619-3e81-45e7-8218-d80c6b24adb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6677619-3e81-45e7-8218-d80c6b24adb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13287129721251848176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176132871297212518481761328712972125184817613287129721251848176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c028a451-4c97-4882-a4d9-d024d5f8a4e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c028a451-4c97-4882-a4d9-d024d5f8a4e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16052936323865688019 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019160529363238656880191605293632386568801916052936323865688019" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6677619-3e81-45e7-8218-d80c6b24adb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 327d4d82-1d0e-40a2-b31a-5d9069989932, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 327d4d82-1d0e-40a2-b31a-5d9069989932, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564086032340231161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161155640860323402311611556408603234023116115564086032340231161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c028a451-4c97-4882-a4d9-d024d5f8a4e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03bc7a28-c31d-4578-81cb-9c3e840a418c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03bc7a28-c31d-4578-81cb-9c3e840a418c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10130312499599542269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269101303124995995422691013031249959954226910130312499599542269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 327d4d82-1d0e-40a2-b31a-5d9069989932, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ea85d86-a19a-44ea-a38f-b49a4772c57f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ea85d86-a19a-44ea-a38f-b49a4772c57f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16545482104060773171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171165454821040607731711654548210406077317116545482104060773171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03bc7a28-c31d-4578-81cb-9c3e840a418c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a1bcb01-62f2-4ed5-8208-553d5f080c2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a1bcb01-62f2-4ed5-8208-553d5f080c2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12766501942033518430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430127665019420335184301276650194203351843012766501942033518430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ea85d86-a19a-44ea-a38f-b49a4772c57f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e208a5e4-28c5-4009-910a-48c68083cbcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a1bcb01-62f2-4ed5-8208-553d5f080c2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e208a5e4-28c5-4009-910a-48c68083cbcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580294451671045054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054758029445167104505475802944516710450547580294451671045054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57c60971-5fdc-4441-937a-961d62683190, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57c60971-5fdc-4441-937a-961d62683190, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14687787768722615611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611146877877687226156111468778776872261561114687787768722615611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e208a5e4-28c5-4009-910a-48c68083cbcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97da4f07-a4c4-449a-9b70-68c41fec1330, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97da4f07-a4c4-449a-9b70-68c41fec1330, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7021613506128572560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560702161350612857256070216135061285725607021613506128572560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57c60971-5fdc-4441-937a-961d62683190, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a44b293-807c-4ead-9068-d5c6ffb46769, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a44b293-807c-4ead-9068-d5c6ffb46769, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12502093258263532782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782125020932582635327821250209325826353278212502093258263532782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97da4f07-a4c4-449a-9b70-68c41fec1330, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec0bba98-c892-48c3-aedc-c5d3ee3a6ce6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec0bba98-c892-48c3-aedc-c5d3ee3a6ce6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15996593373513284193 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193159965933735132841931599659337351328419315996593373513284193" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a44b293-807c-4ead-9068-d5c6ffb46769, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e13ae6b3-86ea-480c-8993-58c0dbe28839, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e13ae6b3-86ea-480c-8993-58c0dbe28839, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16265074459228231332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332162650744592282313321626507445922823133216265074459228231332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec0bba98-c892-48c3-aedc-c5d3ee3a6ce6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc677a08-8e0e-4dcf-affd-6a935b162386, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc677a08-8e0e-4dcf-affd-6a935b162386, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7247686267447112690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690724768626744711269072476862674471126907247686267447112690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e13ae6b3-86ea-480c-8993-58c0dbe28839, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a79d7991-c46c-4b6c-913d-1c6ace49c162, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a79d7991-c46c-4b6c-913d-1c6ace49c162, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454216079303852172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172124542160793038521721245421607930385217212454216079303852172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc677a08-8e0e-4dcf-affd-6a935b162386, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c027817d-ff4a-42ce-b269-fb09b6e3dd92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c027817d-ff4a-42ce-b269-fb09b6e3dd92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1867642545201507077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077186764254520150707718676425452015070771867642545201507077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a79d7991-c46c-4b6c-913d-1c6ace49c162, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0778fa07-515c-4593-ad9f-fab846cac255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0778fa07-515c-4593-ad9f-fab846cac255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2233867629410663434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434223386762941066343422338676294106634342233867629410663434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c027817d-ff4a-42ce-b269-fb09b6e3dd92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0778fa07-515c-4593-ad9f-fab846cac255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d655ff9-db27-42c6-acb3-6b0a4dd33650, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d655ff9-db27-42c6-acb3-6b0a4dd33650, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3666343596662794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36663435966627943666343596662794366634359666279436663435966627943666343596662794366634359666279436663435966627943666343596662794366634359666279436663435966627943666343596662794366634359666279436663435966627943666343596662794366634359666279436663435966627943666343596662794366634359666279436663435966627943666343596662794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5921fe60-2cb5-4ab0-bfc3-51d679720aed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5921fe60-2cb5-4ab0-bfc3-51d679720aed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13316808841911685560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560133168088419116855601331680884191168556013316808841911685560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d655ff9-db27-42c6-acb3-6b0a4dd33650, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd72ea7d-c140-45da-be19-58d62266d8e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd72ea7d-c140-45da-be19-58d62266d8e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3324861692795915147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147332486169279591514733248616927959151473324861692795915147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5921fe60-2cb5-4ab0-bfc3-51d679720aed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b433355b-07cd-4d3a-b48a-b997db9ada2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b433355b-07cd-4d3a-b48a-b997db9ada2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12366958523865927091 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091123669585238659270911236695852386592709112366958523865927091" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd72ea7d-c140-45da-be19-58d62266d8e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f3bb07e-ea8c-4779-8c0c-f7bdebe998ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f3bb07e-ea8c-4779-8c0c-f7bdebe998ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18113796684669252339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339181137966846692523391811379668466925233918113796684669252339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b433355b-07cd-4d3a-b48a-b997db9ada2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 077b9de1-696b-4d70-b521-2e207d358440, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 077b9de1-696b-4d70-b521-2e207d358440, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8878746768306597502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502887874676830659750288787467683065975028878746768306597502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f3bb07e-ea8c-4779-8c0c-f7bdebe998ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e6139f0-f4c1-4a01-b545-0c732760f350, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e6139f0-f4c1-4a01-b545-0c732760f350, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10166928454132844052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052101669284541328440521016692845413284405210166928454132844052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 077b9de1-696b-4d70-b521-2e207d358440, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d71bd028-f036-4060-b48b-b5e9ecb318a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d71bd028-f036-4060-b48b-b5e9ecb318a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7130694529460622757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757713069452946062275771306945294606227577130694529460622757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e6139f0-f4c1-4a01-b545-0c732760f350, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9a6b0ab-6a1b-409e-83c0-e38d2e8bb172, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9a6b0ab-6a1b-409e-83c0-e38d2e8bb172, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1782605311572520502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502178260531157252050217826053115725205021782605311572520502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d71bd028-f036-4060-b48b-b5e9ecb318a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35697e04-5171-4e35-830e-1e460b9ffa3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35697e04-5171-4e35-830e-1e460b9ffa3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11392034093537745330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330113920340935377453301139203409353774533011392034093537745330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9a6b0ab-6a1b-409e-83c0-e38d2e8bb172, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ee9d830-b296-4b11-9850-2d91a6ab6e13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ee9d830-b296-4b11-9850-2d91a6ab6e13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15620423070046018425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425156204230700460184251562042307004601842515620423070046018425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35697e04-5171-4e35-830e-1e460b9ffa3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec89f65a-26c8-4f68-bc4b-1d910a83744a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec89f65a-26c8-4f68-bc4b-1d910a83744a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11728896610839769562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562117288966108397695621172889661083976956211728896610839769562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ee9d830-b296-4b11-9850-2d91a6ab6e13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ab86784-4e25-48b0-8c9b-3ac03d14106e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ab86784-4e25-48b0-8c9b-3ac03d14106e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5196389036559951961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961519638903655995196151963890365599519615196389036559951961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec89f65a-26c8-4f68-bc4b-1d910a83744a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6c516dd-e676-4269-bf97-22c94e6b5b30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6c516dd-e676-4269-bf97-22c94e6b5b30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5771126186770873748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748577112618677087374857711261867708737485771126186770873748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ab86784-4e25-48b0-8c9b-3ac03d14106e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6737ab40-0d94-4500-8029-47942999c8f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6737ab40-0d94-4500-8029-47942999c8f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2954228013310744465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465295422801331074446529542280133107444652954228013310744465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6c516dd-e676-4269-bf97-22c94e6b5b30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 759ee78d-3c60-412c-8f68-1798eb600c69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 759ee78d-3c60-412c-8f68-1798eb600c69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2141347418539361299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299214134741853936129921413474185393612992141347418539361299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6737ab40-0d94-4500-8029-47942999c8f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 510cb233-c7eb-4026-b5c8-f2235402269c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 510cb233-c7eb-4026-b5c8-f2235402269c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12183730296478727138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138121837302964787271381218373029647872713812183730296478727138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 759ee78d-3c60-412c-8f68-1798eb600c69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b912728e-d861-4330-9b4a-1f87ef8a0495, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 510cb233-c7eb-4026-b5c8-f2235402269c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b912728e-d861-4330-9b4a-1f87ef8a0495, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7630087243830026535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535763008724383002653576300872438300265357630087243830026535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b67407ee-ffa6-4cd1-a4bc-425674cc9d15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b67407ee-ffa6-4cd1-a4bc-425674cc9d15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7836525206069763230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230783652520606976323078365252060697632307836525206069763230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b912728e-d861-4330-9b4a-1f87ef8a0495, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b1333b7-5807-48c6-bdf2-69de88edfc99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b1333b7-5807-48c6-bdf2-69de88edfc99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17538125253351437519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519175381252533514375191753812525335143751917538125253351437519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b67407ee-ffa6-4cd1-a4bc-425674cc9d15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b841be17-bdcc-438f-b053-ce9be794dee9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b841be17-bdcc-438f-b053-ce9be794dee9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17163161518394430442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442171631615183944304421716316151839443044217163161518394430442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b1333b7-5807-48c6-bdf2-69de88edfc99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e39127c9-8074-4709-95a2-f06682e3b106, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e39127c9-8074-4709-95a2-f06682e3b106, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2734454805942122235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235273445480594212223527344548059421222352734454805942122235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b841be17-bdcc-438f-b053-ce9be794dee9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 214a5f9c-5437-4398-9d71-1fa5f8bb2c19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 214a5f9c-5437-4398-9d71-1fa5f8bb2c19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11060239685269618659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659110602396852696186591106023968526961865911060239685269618659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e39127c9-8074-4709-95a2-f06682e3b106, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca51d46-2e63-4db2-bd94-6643eed0a40b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca51d46-2e63-4db2-bd94-6643eed0a40b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9439276757901093239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239943927675790109323994392767579010932399439276757901093239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 214a5f9c-5437-4398-9d71-1fa5f8bb2c19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1c3ae04-89fc-4819-88b2-882e3c439c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1c3ae04-89fc-4819-88b2-882e3c439c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992380151009556109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109599238015100955610959923801510095561095992380151009556109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca51d46-2e63-4db2-bd94-6643eed0a40b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1234d64-f08b-4826-89fd-14c20dbe87ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1234d64-f08b-4826-89fd-14c20dbe87ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5961830374371077508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508596183037437107750859618303743710775085961830374371077508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1c3ae04-89fc-4819-88b2-882e3c439c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dacd5d7-646c-4469-b80e-b8762756c0a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dacd5d7-646c-4469-b80e-b8762756c0a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17406632947879082124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124174066329478790821241740663294787908212417406632947879082124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1234d64-f08b-4826-89fd-14c20dbe87ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6df81bb7-4a2e-48d4-b797-804042f046af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6df81bb7-4a2e-48d4-b797-804042f046af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1889547440694819819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819188954744069481981918895474406948198191889547440694819819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dacd5d7-646c-4469-b80e-b8762756c0a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3623518c-4049-4f8f-bec0-5956f5916279, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3623518c-4049-4f8f-bec0-5956f5916279, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7396914949618164376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376739691494961816437673969149496181643767396914949618164376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6df81bb7-4a2e-48d4-b797-804042f046af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a71b2451-28aa-4f3c-a559-759579c865a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a71b2451-28aa-4f3c-a559-759579c865a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18058481178277615869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869180584811782776158691805848117827761586918058481178277615869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3623518c-4049-4f8f-bec0-5956f5916279, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80b906f1-da3a-4f0a-8667-a8ad27c15267, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80b906f1-da3a-4f0a-8667-a8ad27c15267, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6074182424891074250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250607418242489107425060741824248910742506074182424891074250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a71b2451-28aa-4f3c-a559-759579c865a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8795b92a-24fb-41e6-b80c-9f5166168fa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8795b92a-24fb-41e6-b80c-9f5166168fa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7025823962206735978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978702582396220673597870258239622067359787025823962206735978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8795b92a-24fb-41e6-b80c-9f5166168fa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80b906f1-da3a-4f0a-8667-a8ad27c15267, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca8c54c-0665-4a34-80f2-98237ad58d8e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca8c54c-0665-4a34-80f2-98237ad58d8e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186382192865138698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698151863821928651386981518638219286513869815186382192865138698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 879e06b0-7267-40bc-9da1-e0079fdb40af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 879e06b0-7267-40bc-9da1-e0079fdb40af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7381015218318371429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429738101521831837142973810152183183714297381015218318371429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 879e06b0-7267-40bc-9da1-e0079fdb40af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca8c54c-0665-4a34-80f2-98237ad58d8e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e709a5a9-cea7-4b7c-8d50-bacd738ee98f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e709a5a9-cea7-4b7c-8d50-bacd738ee98f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6834052806592764146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146683405280659276414668340528065927641466834052806592764146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16bfc05d-d6e9-40d8-b41e-9cb0fadb30fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16bfc05d-d6e9-40d8-b41e-9cb0fadb30fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17766477675403322415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415177664776754033224151776647767540332241517766477675403322415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e709a5a9-cea7-4b7c-8d50-bacd738ee98f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16bfc05d-d6e9-40d8-b41e-9cb0fadb30fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18767ee9-03b0-4dff-9d06-fb7ad3561f92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4dfa1ce-83c4-4643-a829-d477445f0bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18767ee9-03b0-4dff-9d06-fb7ad3561f92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5625875758001981706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706562587575800198170656258757580019817065625875758001981706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4dfa1ce-83c4-4643-a829-d477445f0bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4696630478874075483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483469663047887407548346966304788740754834696630478874075483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18767ee9-03b0-4dff-9d06-fb7ad3561f92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4dfa1ce-83c4-4643-a829-d477445f0bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b0d3f1-b043-472e-aa06-91a9ec4fbe4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b0d3f1-b043-472e-aa06-91a9ec4fbe4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 334874181360967011 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011334874181360967011" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e8aaa5-bf78-44f2-afe1-eb67f99bfcda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e8aaa5-bf78-44f2-afe1-eb67f99bfcda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15189759828272612381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381151897598282726123811518975982827261238115189759828272612381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b0d3f1-b043-472e-aa06-91a9ec4fbe4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e8aaa5-bf78-44f2-afe1-eb67f99bfcda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ed7c9c3-93c3-479c-a44c-e17fdf5308c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ed7c9c3-93c3-479c-a44c-e17fdf5308c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14742226368579269819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819147422263685792698191474222636857926981914742226368579269819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e51b3d82-6bb2-48a0-95db-eafcdde614ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e51b3d82-6bb2-48a0-95db-eafcdde614ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11825095350037414546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546118250953500374145461182509535003741454611825095350037414546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ed7c9c3-93c3-479c-a44c-e17fdf5308c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6b0c55d-2af3-46e6-94be-9082f45eb219, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6b0c55d-2af3-46e6-94be-9082f45eb219, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13997154549170838532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532139971545491708385321399715454917083853213997154549170838532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e51b3d82-6bb2-48a0-95db-eafcdde614ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b631dc4-37ab-477f-94c7-f7051d5bb532, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b631dc4-37ab-477f-94c7-f7051d5bb532, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7915115888729989410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410791511588872998941079151158887299894107915115888729989410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6b0c55d-2af3-46e6-94be-9082f45eb219, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af8ea97e-a0a9-41db-9561-ef2ae6a83191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af8ea97e-a0a9-41db-9561-ef2ae6a83191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6513671191046412892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892651367119104641289265136711910464128926513671191046412892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b631dc4-37ab-477f-94c7-f7051d5bb532, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85981e77-7f2c-4cea-ae4c-3a768b95c8ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85981e77-7f2c-4cea-ae4c-3a768b95c8ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13794737714268226261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261137947377142682262611379473771426822626113794737714268226261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af8ea97e-a0a9-41db-9561-ef2ae6a83191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b8f037f-799a-4b68-9224-4a62a8381b89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b8f037f-799a-4b68-9224-4a62a8381b89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5764638554038322612 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612576463855403832261257646385540383226125764638554038322612" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85981e77-7f2c-4cea-ae4c-3a768b95c8ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ed35dc-ae77-4c98-809f-7950ce3b96e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ed35dc-ae77-4c98-809f-7950ce3b96e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2619962102478318257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257261996210247831825726199621024783182572619962102478318257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b8f037f-799a-4b68-9224-4a62a8381b89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c047896-eced-4fc3-aad4-9829483060d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c047896-eced-4fc3-aad4-9829483060d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11262237039561661783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783112622370395616617831126223703956166178311262237039561661783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ed35dc-ae77-4c98-809f-7950ce3b96e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc498fd-8bac-447b-b19d-761dfa1f429b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc498fd-8bac-447b-b19d-761dfa1f429b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16505896077986076951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951165058960779860769511650589607798607695116505896077986076951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c047896-eced-4fc3-aad4-9829483060d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b67ac13-6ad2-4086-a174-012add58bc08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b67ac13-6ad2-4086-a174-012add58bc08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6300172339870619785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785630017233987061978563001723398706197856300172339870619785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc498fd-8bac-447b-b19d-761dfa1f429b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8874201d-8c2d-4b50-9a78-8da14979206f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8874201d-8c2d-4b50-9a78-8da14979206f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17906606197501546389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389179066061975015463891790660619750154638917906606197501546389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b67ac13-6ad2-4086-a174-012add58bc08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03840d9a-0c8c-4aec-9540-2db98cd23d81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03840d9a-0c8c-4aec-9540-2db98cd23d81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 56486267852248748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5648626785224874856486267852248748564862678522487485648626785224874856486267852248748564862678522487485648626785224874856486267852248748564862678522487485648626785224874856486267852248748564862678522487485648626785224874856486267852248748564862678522487485648626785224874856486267852248748564862678522487485648626785224874856486267852248748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8874201d-8c2d-4b50-9a78-8da14979206f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 454e08e3-f468-4a22-ba26-3c2b390f1ba1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 454e08e3-f468-4a22-ba26-3c2b390f1ba1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4854077841022498875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875485407784102249887548540778410224988754854077841022498875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03840d9a-0c8c-4aec-9540-2db98cd23d81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90855516-d815-4066-b318-6e0e6829f692, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90855516-d815-4066-b318-6e0e6829f692, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4175203412475679603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603417520341247567960341752034124756796034175203412475679603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 454e08e3-f468-4a22-ba26-3c2b390f1ba1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2a9b2c5-4f2f-435f-bb32-fa0bde263b3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2a9b2c5-4f2f-435f-bb32-fa0bde263b3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10805720941202282811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811108057209412022828111080572094120228281110805720941202282811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90855516-d815-4066-b318-6e0e6829f692, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecbd7ea1-4e3f-40eb-bcfd-c17d7947aca9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2a9b2c5-4f2f-435f-bb32-fa0bde263b3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecbd7ea1-4e3f-40eb-bcfd-c17d7947aca9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5168101310993468962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962516810131099346896251681013109934689625168101310993468962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4eac6cc8-7b5d-4da6-b2c4-3801c483bf8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4eac6cc8-7b5d-4da6-b2c4-3801c483bf8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9295501921229626537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537929550192122962653792955019212296265379295501921229626537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecbd7ea1-4e3f-40eb-bcfd-c17d7947aca9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85783ae2-95d7-498f-8cfd-2759e8f36fa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4eac6cc8-7b5d-4da6-b2c4-3801c483bf8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85783ae2-95d7-498f-8cfd-2759e8f36fa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11116507904891164163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163111165079048911641631111650790489116416311116507904891164163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4667fc8c-ef32-4cd3-bf36-35395dd3ec20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4667fc8c-ef32-4cd3-bf36-35395dd3ec20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4172918664125114759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759417291866412511475941729186641251147594172918664125114759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85783ae2-95d7-498f-8cfd-2759e8f36fa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c830c3ec-4b82-4eae-9e06-e835bd556ef2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4667fc8c-ef32-4cd3-bf36-35395dd3ec20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c830c3ec-4b82-4eae-9e06-e835bd556ef2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10106422204279234052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052101064222042792340521010642220427923405210106422204279234052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a2c447d-bea8-4ee6-9874-5b4d18429a90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a2c447d-bea8-4ee6-9874-5b4d18429a90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13025333544466135176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176130253335444661351761302533354446613517613025333544466135176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c830c3ec-4b82-4eae-9e06-e835bd556ef2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4001901-0e98-44e5-82d0-c1223d6d230b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4001901-0e98-44e5-82d0-c1223d6d230b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12693101217119216168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168126931012171192161681269310121711921616812693101217119216168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a2c447d-bea8-4ee6-9874-5b4d18429a90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1c568b5-ff0a-496c-bd9b-a5b9dfd6c6fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c568b5-ff0a-496c-bd9b-a5b9dfd6c6fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15420364552269558240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240154203645522695582401542036455226955824015420364552269558240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4001901-0e98-44e5-82d0-c1223d6d230b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fc66721-4757-4e07-accf-35ab2f5d0726, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fc66721-4757-4e07-accf-35ab2f5d0726, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8601783697301632774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774860178369730163277486017836973016327748601783697301632774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c568b5-ff0a-496c-bd9b-a5b9dfd6c6fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 546077ed-7455-48d1-a332-3ed46ad6b5e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 546077ed-7455-48d1-a332-3ed46ad6b5e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7246793289827889349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349724679328982788934972467932898278893497246793289827889349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fc66721-4757-4e07-accf-35ab2f5d0726, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee8c1c4-b83b-45a5-925a-0cb5a026ba1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee8c1c4-b83b-45a5-925a-0cb5a026ba1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13805312298629912599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599138053122986299125991380531229862991259913805312298629912599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 546077ed-7455-48d1-a332-3ed46ad6b5e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d968f974-30ea-4d2c-80f1-a0e10d1b511d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d968f974-30ea-4d2c-80f1-a0e10d1b511d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10736213932570545056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056107362139325705450561073621393257054505610736213932570545056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee8c1c4-b83b-45a5-925a-0cb5a026ba1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d968f974-30ea-4d2c-80f1-a0e10d1b511d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a64c538-bd86-4e27-88be-4ca1e0ce1cc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd91877a-0155-49e1-a584-e89405dacc53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a64c538-bd86-4e27-88be-4ca1e0ce1cc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18052058611691398456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456180520586116913984561805205861169139845618052058611691398456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd91877a-0155-49e1-a584-e89405dacc53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1148715095683118550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550114871509568311855011487150956831185501148715095683118550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a64c538-bd86-4e27-88be-4ca1e0ce1cc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd91877a-0155-49e1-a584-e89405dacc53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf785309-5db1-4b97-90b2-5f8dc64687fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8c33ca-15e8-42a5-9d7f-b1bc21af1124, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf785309-5db1-4b97-90b2-5f8dc64687fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10070030414275556880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880100700304142755568801007003041427555688010070030414275556880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8c33ca-15e8-42a5-9d7f-b1bc21af1124, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16467690157851044459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459164676901578510444591646769015785104445916467690157851044459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf785309-5db1-4b97-90b2-5f8dc64687fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8c33ca-15e8-42a5-9d7f-b1bc21af1124, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3489d362-f32c-40ee-8b20-fc49d0b70b7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde7f68a-b7b4-4c4c-854a-8274bd90f4b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3489d362-f32c-40ee-8b20-fc49d0b70b7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 24224033228506267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2422403322850626724224033228506267242240332285062672422403322850626724224033228506267242240332285062672422403322850626724224033228506267242240332285062672422403322850626724224033228506267242240332285062672422403322850626724224033228506267242240332285062672422403322850626724224033228506267242240332285062672422403322850626724224033228506267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde7f68a-b7b4-4c4c-854a-8274bd90f4b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11127635480568228212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212111276354805682282121112763548056822821211127635480568228212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3489d362-f32c-40ee-8b20-fc49d0b70b7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde7f68a-b7b4-4c4c-854a-8274bd90f4b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 107acf31-9031-42e9-bc78-0172275bf6c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 107acf31-9031-42e9-bc78-0172275bf6c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1178687583101174410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410117868758310117441011786875831011744101178687583101174410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1831f1f-b748-4cf2-bd8b-1cd0eaaa9102, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1831f1f-b748-4cf2-bd8b-1cd0eaaa9102, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10056153455142358284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284100561534551423582841005615345514235828410056153455142358284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 107acf31-9031-42e9-bc78-0172275bf6c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1831f1f-b748-4cf2-bd8b-1cd0eaaa9102, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc8184a2-4781-4276-b2bc-705d5f7cb7e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2959a5fb-f3a8-433f-81a0-8353573495da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc8184a2-4781-4276-b2bc-705d5f7cb7e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18319258053569008330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330183192580535690083301831925805356900833018319258053569008330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2959a5fb-f3a8-433f-81a0-8353573495da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199283450712333513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513319928345071233351331992834507123335133199283450712333513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2959a5fb-f3a8-433f-81a0-8353573495da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e8abf6e-3dcb-4c01-86ce-4c5758cb9842, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e8abf6e-3dcb-4c01-86ce-4c5758cb9842, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16202121083339435302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302162021210833394353021620212108333943530216202121083339435302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc8184a2-4781-4276-b2bc-705d5f7cb7e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68a50bc0-9450-4f99-a005-0b559f9fbc82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68a50bc0-9450-4f99-a005-0b559f9fbc82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12303964056680795538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538123039640566807955381230396405668079553812303964056680795538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e8abf6e-3dcb-4c01-86ce-4c5758cb9842, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e47edac-d6e1-4b5c-bb50-a44e26464bbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e47edac-d6e1-4b5c-bb50-a44e26464bbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14453694594602941972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972144536945946029419721445369459460294197214453694594602941972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68a50bc0-9450-4f99-a005-0b559f9fbc82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6342a546-ceaa-4ad8-90d8-705dc4992604, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6342a546-ceaa-4ad8-90d8-705dc4992604, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12219672125500543768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768122196721255005437681221967212550054376812219672125500543768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e47edac-d6e1-4b5c-bb50-a44e26464bbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1eb35e4-4499-4fbf-a35e-2723749cb2c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1eb35e4-4499-4fbf-a35e-2723749cb2c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6928185761832053127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127692818576183205312769281857618320531276928185761832053127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6342a546-ceaa-4ad8-90d8-705dc4992604, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c3cdb4a-e069-40bb-8cf7-00bff357ab01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c3cdb4a-e069-40bb-8cf7-00bff357ab01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12455557255834397571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571124555572558343975711245555725583439757112455557255834397571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1eb35e4-4499-4fbf-a35e-2723749cb2c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c4c0dba-9150-4d6c-bdcd-9d54e38b01a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c4c0dba-9150-4d6c-bdcd-9d54e38b01a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12514840748917933554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554125148407489179335541251484074891793355412514840748917933554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c3cdb4a-e069-40bb-8cf7-00bff357ab01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057bd04d-1683-487f-8b6e-fdc0f9f70a19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057bd04d-1683-487f-8b6e-fdc0f9f70a19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314169408449900400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400531416940844990040053141694084499004005314169408449900400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c4c0dba-9150-4d6c-bdcd-9d54e38b01a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75580f7d-d420-4a4e-8b19-4e80685645b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75580f7d-d420-4a4e-8b19-4e80685645b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10610943701731758133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133106109437017317581331061094370173175813310610943701731758133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057bd04d-1683-487f-8b6e-fdc0f9f70a19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 322570a6-f073-4863-a726-83c2aa531715, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 322570a6-f073-4863-a726-83c2aa531715, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12074311278754659945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945120743112787546599451207431127875465994512074311278754659945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75580f7d-d420-4a4e-8b19-4e80685645b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7536572a-b805-4700-b2e7-cd0b69a9e624, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7536572a-b805-4700-b2e7-cd0b69a9e624, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14885298620494526949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949148852986204945269491488529862049452694914885298620494526949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 322570a6-f073-4863-a726-83c2aa531715, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e9ff277-81d2-4583-94ac-29fd1dc1c418, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e9ff277-81d2-4583-94ac-29fd1dc1c418, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11198529479517586784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784111985294795175867841119852947951758678411198529479517586784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7536572a-b805-4700-b2e7-cd0b69a9e624, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e9ff277-81d2-4583-94ac-29fd1dc1c418, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9fd60b-9c37-4191-bd37-89e32648fd47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 200ebad8-0a55-4ac1-9574-b2fb4d549961, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9fd60b-9c37-4191-bd37-89e32648fd47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12713641986008772074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074127136419860087720741271364198600877207412713641986008772074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 200ebad8-0a55-4ac1-9574-b2fb4d549961, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14439539091938525348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348144395390919385253481443953909193852534814439539091938525348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 200ebad8-0a55-4ac1-9574-b2fb4d549961, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9fd60b-9c37-4191-bd37-89e32648fd47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fca178a-3a70-48f8-a041-7da7865d3ac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30caf67b-1953-4f4f-bc04-f3715a632a13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30caf67b-1953-4f4f-bc04-f3715a632a13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833974807736521331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331138339748077365213311383397480773652133113833974807736521331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fca178a-3a70-48f8-a041-7da7865d3ac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13399719832144203707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707133997198321442037071339971983214420370713399719832144203707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30caf67b-1953-4f4f-bc04-f3715a632a13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fca178a-3a70-48f8-a041-7da7865d3ac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88c039c7-417a-4e09-886e-fad2c69817f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9216c12b-1f7d-4581-8864-72cc37d2f519, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88c039c7-417a-4e09-886e-fad2c69817f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667986325696717810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810146679863256967178101466798632569671781014667986325696717810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9216c12b-1f7d-4581-8864-72cc37d2f519, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15446342532919021570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570154463425329190215701544634253291902157015446342532919021570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88c039c7-417a-4e09-886e-fad2c69817f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8842c92f-de51-4fa5-8e75-b705a1b9d662, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9216c12b-1f7d-4581-8864-72cc37d2f519, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8842c92f-de51-4fa5-8e75-b705a1b9d662, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11291528825791765810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810112915288257917658101129152882579176581011291528825791765810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98fd59d0-c7dd-486b-86fc-e4976bf6ea4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98fd59d0-c7dd-486b-86fc-e4976bf6ea4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7805678026244326402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402780567802624432640278056780262443264027805678026244326402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8842c92f-de51-4fa5-8e75-b705a1b9d662, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134a71b1-1a4b-42f8-8c03-52dcb817280b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134a71b1-1a4b-42f8-8c03-52dcb817280b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3769967933039843152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152376996793303984315237699679330398431523769967933039843152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98fd59d0-c7dd-486b-86fc-e4976bf6ea4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c87399f-657e-44df-82b2-56081e2f4fcc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c87399f-657e-44df-82b2-56081e2f4fcc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6284610640093985381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381628461064009398538162846106400939853816284610640093985381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c87399f-657e-44df-82b2-56081e2f4fcc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134a71b1-1a4b-42f8-8c03-52dcb817280b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b5bf628-8eb9-4dcd-b340-ecffd0ce038c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b5bf628-8eb9-4dcd-b340-ecffd0ce038c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6117099231687761331 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331611709923168776133161170992316877613316117099231687761331" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4527cd75-28c3-4820-9706-98666ad779fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4527cd75-28c3-4820-9706-98666ad779fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9762504887304337499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499976250488730433749997625048873043374999762504887304337499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b5bf628-8eb9-4dcd-b340-ecffd0ce038c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b95e343-1e8f-4132-809e-410d7ffe73d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4527cd75-28c3-4820-9706-98666ad779fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b95e343-1e8f-4132-809e-410d7ffe73d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17854859841269521233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233178548598412695212331785485984126952123317854859841269521233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 038fc076-bbff-4521-a52b-396ebf113a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 038fc076-bbff-4521-a52b-396ebf113a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8681850340925006377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377868185034092500637786818503409250063778681850340925006377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b95e343-1e8f-4132-809e-410d7ffe73d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adeeee08-742e-4a48-a25e-c05efcbe8419, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 038fc076-bbff-4521-a52b-396ebf113a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adeeee08-742e-4a48-a25e-c05efcbe8419, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11319300354852992444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444113193003548529924441131930035485299244411319300354852992444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad3bac08-c6c0-4679-a9ce-fce14556df5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad3bac08-c6c0-4679-a9ce-fce14556df5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8012090408324338695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695801209040832433869580120904083243386958012090408324338695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adeeee08-742e-4a48-a25e-c05efcbe8419, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2fe57e9-3281-439e-9f08-6e3269b1aadb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad3bac08-c6c0-4679-a9ce-fce14556df5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2fe57e9-3281-439e-9f08-6e3269b1aadb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11716691035937024146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146117166910359370241461171669103593702414611716691035937024146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe489c33-773d-4655-8aae-ecbf6e3fdc93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe489c33-773d-4655-8aae-ecbf6e3fdc93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2943402052154474109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109294340205215447410929434020521544741092943402052154474109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2fe57e9-3281-439e-9f08-6e3269b1aadb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe489c33-773d-4655-8aae-ecbf6e3fdc93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7441f411-dc4c-4978-a6c9-f3cd44598ee4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7441f411-dc4c-4978-a6c9-f3cd44598ee4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7070719332188748619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619707071933218874861970707193321887486197070719332188748619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 655b1e63-d9ed-4b2f-81c9-50d160eed6a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 655b1e63-d9ed-4b2f-81c9-50d160eed6a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18012322478063523311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311180123224780635233111801232247806352331118012322478063523311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7441f411-dc4c-4978-a6c9-f3cd44598ee4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94f93050-24cc-496d-b1f4-bff48112d052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 655b1e63-d9ed-4b2f-81c9-50d160eed6a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94f93050-24cc-496d-b1f4-bff48112d052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13843105017793371208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208138431050177933712081384310501779337120813843105017793371208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce023c0d-ecad-4e82-8de5-e1386b132447, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce023c0d-ecad-4e82-8de5-e1386b132447, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3954583797529134546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546395458379752913454639545837975291345463954583797529134546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94f93050-24cc-496d-b1f4-bff48112d052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f9a0d3-2921-4700-8198-1cfe519508ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce023c0d-ecad-4e82-8de5-e1386b132447, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f9a0d3-2921-4700-8198-1cfe519508ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13190935954264703497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497131909359542647034971319093595426470349713190935954264703497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f5014e3-dfb5-4e30-997a-2e77b9859859, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5014e3-dfb5-4e30-997a-2e77b9859859, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10719707958120629165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165107197079581206291651071970795812062916510719707958120629165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f9a0d3-2921-4700-8198-1cfe519508ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e113fb1-f427-4b25-97c6-001927fc4e41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e113fb1-f427-4b25-97c6-001927fc4e41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1610447517403224212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212161044751740322421216104475174032242121610447517403224212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5014e3-dfb5-4e30-997a-2e77b9859859, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c56787f-3970-4d64-906c-b6b8488690bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c56787f-3970-4d64-906c-b6b8488690bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1499173535962258823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823149917353596225882314991735359622588231499173535962258823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e113fb1-f427-4b25-97c6-001927fc4e41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4126e00-b213-45cc-ab1a-fe9368035d38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4126e00-b213-45cc-ab1a-fe9368035d38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 254735480824821510 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510254735480824821510" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c56787f-3970-4d64-906c-b6b8488690bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6769f529-5b00-4aad-b984-b2ee1bbaa2d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6769f529-5b00-4aad-b984-b2ee1bbaa2d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4850806436339175604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604485080643633917560448508064363391756044850806436339175604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4126e00-b213-45cc-ab1a-fe9368035d38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa607d08-f713-4525-a3af-49291e39a435, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa607d08-f713-4525-a3af-49291e39a435, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4177580345106735403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403417758034510673540341775803451067354034177580345106735403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6769f529-5b00-4aad-b984-b2ee1bbaa2d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de3ede6-fa10-4eb6-b13f-089595fbcc98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de3ede6-fa10-4eb6-b13f-089595fbcc98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3028798921907808591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591302879892190780859130287989219078085913028798921907808591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa607d08-f713-4525-a3af-49291e39a435, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 223b0069-c7b2-4d8f-aed9-523c72517846, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 223b0069-c7b2-4d8f-aed9-523c72517846, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11542087944554030819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819115420879445540308191154208794455403081911542087944554030819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de3ede6-fa10-4eb6-b13f-089595fbcc98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 521825d5-dc40-4929-aca0-41c902c85f2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 521825d5-dc40-4929-aca0-41c902c85f2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7797449232223873425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425779744923222387342577974492322238734257797449232223873425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 223b0069-c7b2-4d8f-aed9-523c72517846, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54922ba6-2a13-4e0b-b2c6-10a0fd268b07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54922ba6-2a13-4e0b-b2c6-10a0fd268b07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4304534566941879081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081430453456694187908143045345669418790814304534566941879081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 521825d5-dc40-4929-aca0-41c902c85f2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6efcfb5f-aa86-4e0a-8102-bdf079d93057, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6efcfb5f-aa86-4e0a-8102-bdf079d93057, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16350683855221661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635068385522166116350683855221661163506838552216611635068385522166116350683855221661163506838552216611635068385522166116350683855221661163506838552216611635068385522166116350683855221661163506838552216611635068385522166116350683855221661163506838552216611635068385522166116350683855221661163506838552216611635068385522166116350683855221661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54922ba6-2a13-4e0b-b2c6-10a0fd268b07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c48fee0a-b2c4-4589-95a3-fc9e291dad42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c48fee0a-b2c4-4589-95a3-fc9e291dad42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1651377780448185122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122165137778044818512216513777804481851221651377780448185122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6efcfb5f-aa86-4e0a-8102-bdf079d93057, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00dc4347-198e-4e10-981c-da17b0e4e9a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c48fee0a-b2c4-4589-95a3-fc9e291dad42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a55f005-4a21-4e93-a8bb-e7ecf9c8809d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00dc4347-198e-4e10-981c-da17b0e4e9a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13284444374328523112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112132844443743285231121328444437432852311213284444374328523112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a55f005-4a21-4e93-a8bb-e7ecf9c8809d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14653104552182278494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494146531045521822784941465310455218227849414653104552182278494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00dc4347-198e-4e10-981c-da17b0e4e9a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a55f005-4a21-4e93-a8bb-e7ecf9c8809d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33052ef-09df-4099-bc78-e9e687fa34ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd633870-924b-4208-ab4f-d878f22f2a8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd633870-924b-4208-ab4f-d878f22f2a8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8541801597656649120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120854180159765664912085418015976566491208541801597656649120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33052ef-09df-4099-bc78-e9e687fa34ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5513489045310514070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070551348904531051407055134890453105140705513489045310514070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33052ef-09df-4099-bc78-e9e687fa34ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f138e19-9d31-410a-aa33-d48975c214cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f138e19-9d31-410a-aa33-d48975c214cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15821880243925771854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854158218802439257718541582188024392577185415821880243925771854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd633870-924b-4208-ab4f-d878f22f2a8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62a36b04-e6db-40d5-ae63-218d2cd4548b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62a36b04-e6db-40d5-ae63-218d2cd4548b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12216747103805046983 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983122167471038050469831221674710380504698312216747103805046983" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f138e19-9d31-410a-aa33-d48975c214cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36d0ec2c-8d79-46d1-a351-7cd1892e1e9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36d0ec2c-8d79-46d1-a351-7cd1892e1e9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13299656025958962646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646132996560259589626461329965602595896264613299656025958962646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62a36b04-e6db-40d5-ae63-218d2cd4548b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc31b97-7b01-4e83-9392-727ce5fa9c86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc31b97-7b01-4e83-9392-727ce5fa9c86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3763961710705027540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540376396171070502754037639617107050275403763961710705027540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36d0ec2c-8d79-46d1-a351-7cd1892e1e9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e7fefe3-9f9c-48dd-84e3-efd6e0971d93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7fefe3-9f9c-48dd-84e3-efd6e0971d93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2055575760770763764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764205557576077076376420555757607707637642055575760770763764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc31b97-7b01-4e83-9392-727ce5fa9c86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f6debb5-6e0c-42d7-b30e-414d3483da15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f6debb5-6e0c-42d7-b30e-414d3483da15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17129201331642473759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759171292013316424737591712920133164247375917129201331642473759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7fefe3-9f9c-48dd-84e3-efd6e0971d93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b863b8b5-2adb-4f7a-ac5d-631bec10f7c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b863b8b5-2adb-4f7a-ac5d-631bec10f7c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18144206290307341159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159181442062903073411591814420629030734115918144206290307341159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f6debb5-6e0c-42d7-b30e-414d3483da15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d63cf01f-4b44-4163-9a37-238d61af1852, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d63cf01f-4b44-4163-9a37-238d61af1852, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5046340191583557440 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440504634019158355744050463401915835574405046340191583557440" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b863b8b5-2adb-4f7a-ac5d-631bec10f7c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d63cf01f-4b44-4163-9a37-238d61af1852, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3fedbd1-4706-4230-9ecd-028c7c582627, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3fedbd1-4706-4230-9ecd-028c7c582627, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17605531468717610433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433176055314687176104331760553146871761043317605531468717610433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b53ae059-cb7c-43a1-aaca-7732d68914bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b53ae059-cb7c-43a1-aaca-7732d68914bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15243999803083075116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116152439998030830751161524399980308307511615243999803083075116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3fedbd1-4706-4230-9ecd-028c7c582627, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b53ae059-cb7c-43a1-aaca-7732d68914bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39745b53-ea62-44c0-ba49-3dd4f1a2996e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39745b53-ea62-44c0-ba49-3dd4f1a2996e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 775409610617885834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834775409610617885834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85a390f5-579e-4134-b6e7-55e3e9b90492, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85a390f5-579e-4134-b6e7-55e3e9b90492, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6751648129802092198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198675164812980209219867516481298020921986751648129802092198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39745b53-ea62-44c0-ba49-3dd4f1a2996e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85a390f5-579e-4134-b6e7-55e3e9b90492, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9ac3284-ee84-47a8-97f5-b1e6de8fa504, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3514f26-279b-4f3a-b761-caf4d364abe8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ac3284-ee84-47a8-97f5-b1e6de8fa504, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14788748355828727077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077147887483558287270771478874835582872707714788748355828727077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3514f26-279b-4f3a-b761-caf4d364abe8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8136882745330722372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372813688274533072237281368827453307223728136882745330722372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ac3284-ee84-47a8-97f5-b1e6de8fa504, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5b9e773-0801-42c6-a92a-ff62420f5906, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5b9e773-0801-42c6-a92a-ff62420f5906, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1748034797682141963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963174803479768214196317480347976821419631748034797682141963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3514f26-279b-4f3a-b761-caf4d364abe8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 162a0776-0b35-442b-9ec3-67a710f41d10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 162a0776-0b35-442b-9ec3-67a710f41d10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11813008726032674269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269118130087260326742691181300872603267426911813008726032674269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5b9e773-0801-42c6-a92a-ff62420f5906, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a026dd42-ffa9-404c-b8ce-8f637e36d04d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a026dd42-ffa9-404c-b8ce-8f637e36d04d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10809744271826997227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227108097442718269972271080974427182699722710809744271826997227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a026dd42-ffa9-404c-b8ce-8f637e36d04d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f49eab26-784f-4322-b10f-471c0703534e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f49eab26-784f-4322-b10f-471c0703534e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5607072354596599851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851560707235459659985156070723545965998515607072354596599851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f49eab26-784f-4322-b10f-471c0703534e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 162a0776-0b35-442b-9ec3-67a710f41d10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad06ce3c-baed-4277-9d74-702e58b2a5e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 213e26d6-102b-43af-8c92-5180c26248df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213e26d6-102b-43af-8c92-5180c26248df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10637262010304003222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222106372620103040032221063726201030400322210637262010304003222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad06ce3c-baed-4277-9d74-702e58b2a5e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14232645550132285843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843142326455501322858431423264555013228584314232645550132285843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad06ce3c-baed-4277-9d74-702e58b2a5e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213e26d6-102b-43af-8c92-5180c26248df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27984f8c-46bb-415f-9160-51f708187b34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27984f8c-46bb-415f-9160-51f708187b34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11382142142796259783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783113821421427962597831138214214279625978311382142142796259783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72b5f589-0ffc-4314-9873-c3effe25c906, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72b5f589-0ffc-4314-9873-c3effe25c906, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5341452544365231766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766534145254436523176653414525443652317665341452544365231766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27984f8c-46bb-415f-9160-51f708187b34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72b5f589-0ffc-4314-9873-c3effe25c906, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d5beb28-6b8e-45b8-8460-af78a6a32665, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d5beb28-6b8e-45b8-8460-af78a6a32665, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5386167650901981632 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632538616765090198163253861676509019816325386167650901981632" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5d62fa-9203-4bad-85b1-53bdea43a0b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5d62fa-9203-4bad-85b1-53bdea43a0b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3372813886863701144 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144337281388686370114433728138868637011443372813886863701144" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d5beb28-6b8e-45b8-8460-af78a6a32665, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5d62fa-9203-4bad-85b1-53bdea43a0b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91a147ed-640b-434e-9b3d-1bf1c14e9aff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91a147ed-640b-434e-9b3d-1bf1c14e9aff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15431157748907214402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402154311577489072144021543115774890721440215431157748907214402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c522e6d-8d19-4d81-bdea-8999cf58357b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c522e6d-8d19-4d81-bdea-8999cf58357b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17807846115457502483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483178078461154575024831780784611545750248317807846115457502483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91a147ed-640b-434e-9b3d-1bf1c14e9aff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c522e6d-8d19-4d81-bdea-8999cf58357b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 312e1475-ab69-4f87-bf6c-e6dfdad73374, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 312e1475-ab69-4f87-bf6c-e6dfdad73374, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3335753196122878641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641333575319612287864133357531961228786413335753196122878641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dad0c52-3f7c-477f-8fb1-a5520a7c0658, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dad0c52-3f7c-477f-8fb1-a5520a7c0658, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 268594451705057752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752268594451705057752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 312e1475-ab69-4f87-bf6c-e6dfdad73374, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dad0c52-3f7c-477f-8fb1-a5520a7c0658, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5dfc4a-b0e9-4440-b758-b60343fa304b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab22e85-877c-490d-b90e-05eee458f9e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5dfc4a-b0e9-4440-b758-b60343fa304b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362102034093712875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875336210203409371287533621020340937128753362102034093712875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab22e85-877c-490d-b90e-05eee458f9e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9590589027807296627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627959058902780729662795905890278072966279590589027807296627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5dfc4a-b0e9-4440-b758-b60343fa304b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab22e85-877c-490d-b90e-05eee458f9e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd61a3af-0d28-4fd3-a564-d579bbc9e841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b694bc20-063f-4192-80da-d8938c89166c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd61a3af-0d28-4fd3-a564-d579bbc9e841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 393591831851437314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314393591831851437314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b694bc20-063f-4192-80da-d8938c89166c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15572972138082326080 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080155729721380823260801557297213808232608015572972138082326080" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd61a3af-0d28-4fd3-a564-d579bbc9e841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b694bc20-063f-4192-80da-d8938c89166c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b250f040-e671-40f5-a81a-3e0b0ac4ddce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc42f666-c1ef-42e4-bdfd-cc18c631c5f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b250f040-e671-40f5-a81a-3e0b0ac4ddce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11811729931972414244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244118117299319724142441181172993197241424411811729931972414244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc42f666-c1ef-42e4-bdfd-cc18c631c5f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 269644489693374758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758269644489693374758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b250f040-e671-40f5-a81a-3e0b0ac4ddce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc42f666-c1ef-42e4-bdfd-cc18c631c5f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2165c487-79cd-4df9-858b-5c13b09952b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6aa370f-3f59-4c33-973e-09eddcdf289f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2165c487-79cd-4df9-858b-5c13b09952b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14055426074628726785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785140554260746287267851405542607462872678514055426074628726785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6aa370f-3f59-4c33-973e-09eddcdf289f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6475297040341856300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300647529704034185630064752970403418563006475297040341856300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2165c487-79cd-4df9-858b-5c13b09952b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6aa370f-3f59-4c33-973e-09eddcdf289f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aeda1125-2c5f-4a3f-8c03-d37fadcd26dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c33e4578-f962-4916-bfee-7b5a67c47b89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aeda1125-2c5f-4a3f-8c03-d37fadcd26dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10312608495586799804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804103126084955867998041031260849558679980410312608495586799804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c33e4578-f962-4916-bfee-7b5a67c47b89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9965881070406375592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592996588107040637559299658810704063755929965881070406375592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c33e4578-f962-4916-bfee-7b5a67c47b89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aeda1125-2c5f-4a3f-8c03-d37fadcd26dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 615f5fa3-7d39-4ce1-9401-5cefea794cca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156895b1-6dd2-4970-b6e0-965ef9808139, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615f5fa3-7d39-4ce1-9401-5cefea794cca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472298551640135801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801447229855164013580144722985516401358014472298551640135801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156895b1-6dd2-4970-b6e0-965ef9808139, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3922075234059607572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572392207523405960757239220752340596075723922075234059607572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615f5fa3-7d39-4ce1-9401-5cefea794cca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156895b1-6dd2-4970-b6e0-965ef9808139, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fe94e8e-c9d5-4506-80ce-8dbbfe40b9ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b450de02-9381-4409-88b3-3df8a03a5896, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fe94e8e-c9d5-4506-80ce-8dbbfe40b9ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5500534341326084406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406550053434132608440655005343413260844065500534341326084406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b450de02-9381-4409-88b3-3df8a03a5896, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 223133460130077762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762223133460130077762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b450de02-9381-4409-88b3-3df8a03a5896, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fe94e8e-c9d5-4506-80ce-8dbbfe40b9ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b64a584-b75e-4186-9a8c-a7d5cb57eeeb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b64a584-b75e-4186-9a8c-a7d5cb57eeeb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4820156455969082787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787482015645596908278748201564559690827874820156455969082787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11f3dbc3-0c7e-4973-94e6-88f69c6ec1c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11f3dbc3-0c7e-4973-94e6-88f69c6ec1c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13472562961429114365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365134725629614291143651347256296142911436513472562961429114365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b64a584-b75e-4186-9a8c-a7d5cb57eeeb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 603d512d-9d4b-4610-8768-24746e82497b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 603d512d-9d4b-4610-8768-24746e82497b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11845019915191671284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284118450199151916712841184501991519167128411845019915191671284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11f3dbc3-0c7e-4973-94e6-88f69c6ec1c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f573e788-385e-4737-a029-a814e1f8d65d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f573e788-385e-4737-a029-a814e1f8d65d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14607474555314954729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729146074745553149547291460747455531495472914607474555314954729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 603d512d-9d4b-4610-8768-24746e82497b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f573e788-385e-4737-a029-a814e1f8d65d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e97a45d5-5388-4f0d-9e3e-8cc40e733513, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9997947-14c8-4944-b96f-ee9ae3d250af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97a45d5-5388-4f0d-9e3e-8cc40e733513, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4902848436697575386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386490284843669757538649028484366975753864902848436697575386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9997947-14c8-4944-b96f-ee9ae3d250af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14087471156967549089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089140874711569675490891408747115696754908914087471156967549089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97a45d5-5388-4f0d-9e3e-8cc40e733513, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bb862dd-a6bc-433c-8521-1031ed129705, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bb862dd-a6bc-433c-8521-1031ed129705, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17419862355034834802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802174198623550348348021741986235503483480217419862355034834802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9997947-14c8-4944-b96f-ee9ae3d250af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d8b8bd1-aba8-4ada-a4b4-3c5839fd5e0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d8b8bd1-aba8-4ada-a4b4-3c5839fd5e0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5185671283941179555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555518567128394117955551856712839411795555185671283941179555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bb862dd-a6bc-433c-8521-1031ed129705, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 105d65e2-25ca-4bc5-b146-9fac3e2bed42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 105d65e2-25ca-4bc5-b146-9fac3e2bed42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14007112418264008455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455140071124182640084551400711241826400845514007112418264008455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d8b8bd1-aba8-4ada-a4b4-3c5839fd5e0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 615c1b6b-59ba-41c1-9b35-5e06d2293c74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615c1b6b-59ba-41c1-9b35-5e06d2293c74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4089030512365145716 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716408903051236514571640890305123651457164089030512365145716" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 105d65e2-25ca-4bc5-b146-9fac3e2bed42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615c1b6b-59ba-41c1-9b35-5e06d2293c74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b73562e0-3da0-4606-afcc-8fe0ba1becbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b73562e0-3da0-4606-afcc-8fe0ba1becbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719035586439163541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541177190355864391635411771903558643916354117719035586439163541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa8dd279-0f78-4d61-8065-7014190b947d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa8dd279-0f78-4d61-8065-7014190b947d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10289657749682810611 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611102896577496828106111028965774968281061110289657749682810611" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b73562e0-3da0-4606-afcc-8fe0ba1becbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa8dd279-0f78-4d61-8065-7014190b947d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74972c1c-165b-4930-a31f-79b86b60dda9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e888092-dac3-4d15-a751-60181f1dddc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74972c1c-165b-4930-a31f-79b86b60dda9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16790931368325537081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081167909313683255370811679093136832553708116790931368325537081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e888092-dac3-4d15-a751-60181f1dddc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9421891664402132675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675942189166440213267594218916644021326759421891664402132675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74972c1c-165b-4930-a31f-79b86b60dda9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e888092-dac3-4d15-a751-60181f1dddc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1ff5bf8-4038-4912-ae2e-98fb38936aed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1ff5bf8-4038-4912-ae2e-98fb38936aed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7430478153071309723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723743047815307130972374304781530713097237430478153071309723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e69086dc-3244-4448-aa14-2b8993a3c0e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e69086dc-3244-4448-aa14-2b8993a3c0e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 50355723405375045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "5035572340537504550355723405375045503557234053750455035572340537504550355723405375045503557234053750455035572340537504550355723405375045503557234053750455035572340537504550355723405375045503557234053750455035572340537504550355723405375045503557234053750455035572340537504550355723405375045503557234053750455035572340537504550355723405375045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1ff5bf8-4038-4912-ae2e-98fb38936aed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd462cac-30be-4fb8-b36e-300d20c5af18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e69086dc-3244-4448-aa14-2b8993a3c0e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd462cac-30be-4fb8-b36e-300d20c5af18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6142612055116632492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492614261205511663249261426120551166324926142612055116632492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bde03414-ce11-4f5b-b56d-3fcd604287fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bde03414-ce11-4f5b-b56d-3fcd604287fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 500845997908975503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503500845997908975503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bde03414-ce11-4f5b-b56d-3fcd604287fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd462cac-30be-4fb8-b36e-300d20c5af18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13deed85-0ce6-4693-a7bf-94e62f27566e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dd91dff-fe0a-4a25-98ed-955879935756, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13deed85-0ce6-4693-a7bf-94e62f27566e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12125968816968317713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713121259688169683177131212596881696831771312125968816968317713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dd91dff-fe0a-4a25-98ed-955879935756, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8569220960790188022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022856922096079018802285692209607901880228569220960790188022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dd91dff-fe0a-4a25-98ed-955879935756, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13deed85-0ce6-4693-a7bf-94e62f27566e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd11dfed-8958-454d-8918-a00d662be4b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b753ff2-d7af-411a-a56b-bff184fe3488, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd11dfed-8958-454d-8918-a00d662be4b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10949827594999106038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038109498275949991060381094982759499910603810949827594999106038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b753ff2-d7af-411a-a56b-bff184fe3488, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13743332749284568620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620137433327492845686201374333274928456862013743332749284568620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b753ff2-d7af-411a-a56b-bff184fe3488, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd11dfed-8958-454d-8918-a00d662be4b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c548aa9-00cb-4a7d-9182-323fb00f7458, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba7a9eea-279a-4563-b2f7-159b32aaf087, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c548aa9-00cb-4a7d-9182-323fb00f7458, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 701674216170925522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522701674216170925522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba7a9eea-279a-4563-b2f7-159b32aaf087, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7022890554703264233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233702289055470326423370228905547032642337022890554703264233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c548aa9-00cb-4a7d-9182-323fb00f7458, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dbe48e0-478b-4000-98f0-eb36ae070bc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dbe48e0-478b-4000-98f0-eb36ae070bc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16400460642199860512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512164004606421998605121640046064219986051216400460642199860512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba7a9eea-279a-4563-b2f7-159b32aaf087, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed403389-938c-410b-85fa-52aa2614a10e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed403389-938c-410b-85fa-52aa2614a10e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16206262199250974320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320162062621992509743201620626219925097432016206262199250974320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dbe48e0-478b-4000-98f0-eb36ae070bc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed403389-938c-410b-85fa-52aa2614a10e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbda79be-bd20-4cd1-ba81-46a40c181517, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2594881-148c-4b04-ab54-2c6ef0ebbd5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbda79be-bd20-4cd1-ba81-46a40c181517, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13677815295440690515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515136778152954406905151367781529544069051513677815295440690515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2594881-148c-4b04-ab54-2c6ef0ebbd5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16220717844922054279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279162207178449220542791622071784492205427916220717844922054279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2594881-148c-4b04-ab54-2c6ef0ebbd5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbda79be-bd20-4cd1-ba81-46a40c181517, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6374e297-0e50-43e5-83fd-f90c3301e641, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2718d13f-d1cf-49e1-8bfa-c43dbfae703e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6374e297-0e50-43e5-83fd-f90c3301e641, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14705198502103982522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522147051985021039825221470519850210398252214705198502103982522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2718d13f-d1cf-49e1-8bfa-c43dbfae703e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5804853145686724989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989580485314568672498958048531456867249895804853145686724989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2718d13f-d1cf-49e1-8bfa-c43dbfae703e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6374e297-0e50-43e5-83fd-f90c3301e641, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64de5846-4f0e-4d56-8dc0-f23a19e33146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64de5846-4f0e-4d56-8dc0-f23a19e33146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10936409169612108528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528109364091696121085281093640916961210852810936409169612108528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d31428f1-308c-45f0-87f9-f14f6900fd98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d31428f1-308c-45f0-87f9-f14f6900fd98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5195497491982139651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651519549749198213965151954974919821396515195497491982139651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64de5846-4f0e-4d56-8dc0-f23a19e33146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d31428f1-308c-45f0-87f9-f14f6900fd98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cca63817-a16b-47fe-8ab0-dfe38d39eb4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb77259a-c363-4a23-a982-8b6f1f7686ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cca63817-a16b-47fe-8ab0-dfe38d39eb4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12804334174938905789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789128043341749389057891280433417493890578912804334174938905789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb77259a-c363-4a23-a982-8b6f1f7686ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6087563123556974462 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462608756312355697446260875631235569744626087563123556974462" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb77259a-c363-4a23-a982-8b6f1f7686ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cca63817-a16b-47fe-8ab0-dfe38d39eb4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de4f9ece-6b44-46d9-9fbb-076cce6ebe1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de4f9ece-6b44-46d9-9fbb-076cce6ebe1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16236758905994923946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946162367589059949239461623675890599492394616236758905994923946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fb674b2-52d3-44e8-8c56-5576c057a194, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fb674b2-52d3-44e8-8c56-5576c057a194, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12541017327659361203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203125410173276593612031254101732765936120312541017327659361203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de4f9ece-6b44-46d9-9fbb-076cce6ebe1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fb674b2-52d3-44e8-8c56-5576c057a194, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 983a03c0-96ce-49b8-b44b-3deacab83f78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 983a03c0-96ce-49b8-b44b-3deacab83f78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13150919658484573812 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812131509196584845738121315091965848457381213150919658484573812" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0771ef91-6fc1-42a3-abdb-46f23b0584d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0771ef91-6fc1-42a3-abdb-46f23b0584d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13337264595639933467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467133372645956399334671333726459563993346713337264595639933467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 983a03c0-96ce-49b8-b44b-3deacab83f78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a3c965e-3f77-4668-9a47-e2fae88a7940, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a3c965e-3f77-4668-9a47-e2fae88a7940, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6028654794303906414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414602865479430390641460286547943039064146028654794303906414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0771ef91-6fc1-42a3-abdb-46f23b0584d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89f9db9e-cebf-44d7-945e-0095c833f8f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89f9db9e-cebf-44d7-945e-0095c833f8f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13018434874108255310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310130184348741082553101301843487410825531013018434874108255310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a3c965e-3f77-4668-9a47-e2fae88a7940, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec8bb681-fd05-485b-9890-b01a7310debe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec8bb681-fd05-485b-9890-b01a7310debe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17211438499103604163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163172114384991036041631721143849910360416317211438499103604163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89f9db9e-cebf-44d7-945e-0095c833f8f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eefb8ee4-59fb-4134-ab0f-8126ac8c4394, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eefb8ee4-59fb-4134-ab0f-8126ac8c4394, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5136419938261515837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837513641993826151583751364199382615158375136419938261515837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eefb8ee4-59fb-4134-ab0f-8126ac8c4394, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 477f0644-54fd-4005-a171-a65c318660af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 477f0644-54fd-4005-a171-a65c318660af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14802903693993687938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938148029036939936879381480290369399368793814802903693993687938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 477f0644-54fd-4005-a171-a65c318660af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89184280-0270-48ff-bb98-d0e52e13b222, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89184280-0270-48ff-bb98-d0e52e13b222, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9265227509064102288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288926522750906410228892652275090641022889265227509064102288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec8bb681-fd05-485b-9890-b01a7310debe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d0dc530-5913-42d1-8337-fcae27f16f6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d0dc530-5913-42d1-8337-fcae27f16f6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3211744607653143243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243321174460765314324332117446076531432433211744607653143243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89184280-0270-48ff-bb98-d0e52e13b222, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b2b6e09-0719-46bd-8f47-110541e59af9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b2b6e09-0719-46bd-8f47-110541e59af9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 170874558380345734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734170874558380345734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d0dc530-5913-42d1-8337-fcae27f16f6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cd12788-05a6-4e4a-aeb1-1ac896e52afc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd12788-05a6-4e4a-aeb1-1ac896e52afc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5072698544729649421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421507269854472964942150726985447296494215072698544729649421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b2b6e09-0719-46bd-8f47-110541e59af9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f034597-3b6e-4dc0-a702-26b02ec709b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f034597-3b6e-4dc0-a702-26b02ec709b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15913739647551254276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276159137396475512542761591373964755125427615913739647551254276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd12788-05a6-4e4a-aeb1-1ac896e52afc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 833fefb9-32dd-4995-bfb8-bbf56ab044fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 833fefb9-32dd-4995-bfb8-bbf56ab044fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13046314455075573387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387130463144550755733871304631445507557338713046314455075573387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f034597-3b6e-4dc0-a702-26b02ec709b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457670bb-f2ef-4389-b749-d0f8a4a73c11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457670bb-f2ef-4389-b749-d0f8a4a73c11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6745209599540745623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623674520959954074562367452095995407456236745209599540745623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 833fefb9-32dd-4995-bfb8-bbf56ab044fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9213389b-1ffa-41c5-b05b-fe710d60d1f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9213389b-1ffa-41c5-b05b-fe710d60d1f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 859968371707081826 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826859968371707081826" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457670bb-f2ef-4389-b749-d0f8a4a73c11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eccd1acc-14b0-4ea3-ace8-b21c938a53f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eccd1acc-14b0-4ea3-ace8-b21c938a53f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11694891551303199131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131116948915513031991311169489155130319913111694891551303199131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9213389b-1ffa-41c5-b05b-fe710d60d1f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebb7d381-defa-42ad-91ff-714d36651a6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebb7d381-defa-42ad-91ff-714d36651a6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13851749740217254344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344138517497402172543441385174974021725434413851749740217254344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eccd1acc-14b0-4ea3-ace8-b21c938a53f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebb7d381-defa-42ad-91ff-714d36651a6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17d8cec4-3614-47d0-b7d8-f211582e2065, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17d8cec4-3614-47d0-b7d8-f211582e2065, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 364030478684557518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518364030478684557518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64d68b32-d836-475a-bd34-ab241d155308, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64d68b32-d836-475a-bd34-ab241d155308, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12742377429950026880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880127423774299500268801274237742995002688012742377429950026880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17d8cec4-3614-47d0-b7d8-f211582e2065, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fd93ab2-f1c4-447d-8225-4df8c4d4927c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fd93ab2-f1c4-447d-8225-4df8c4d4927c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14570398102231862205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205145703981022318622051457039810223186220514570398102231862205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64d68b32-d836-475a-bd34-ab241d155308, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd1ad4e3-2051-4f42-930b-1f00b1e6b63c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1ad4e3-2051-4f42-930b-1f00b1e6b63c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9770807452376015467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467977080745237601546797708074523760154679770807452376015467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fd93ab2-f1c4-447d-8225-4df8c4d4927c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d426a83e-c37c-4afe-93cb-7f20c6ebd732, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1ad4e3-2051-4f42-930b-1f00b1e6b63c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d426a83e-c37c-4afe-93cb-7f20c6ebd732, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 434373102457187904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904434373102457187904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 77442f45-e49f-4bef-b70d-f421a467bd73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 77442f45-e49f-4bef-b70d-f421a467bd73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8420016438451980007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007842001643845198000784200164384519800078420016438451980007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d426a83e-c37c-4afe-93cb-7f20c6ebd732, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8cd216-a45a-40f3-bb73-e9945367b357, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8cd216-a45a-40f3-bb73-e9945367b357, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2805414892861114042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042280541489286111404228054148928611140422805414892861114042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 77442f45-e49f-4bef-b70d-f421a467bd73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6a0f9a1-3b8d-4564-930b-1393b4f9ac89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6a0f9a1-3b8d-4564-930b-1393b4f9ac89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2455767208165836318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318245576720816583631824557672081658363182455767208165836318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8cd216-a45a-40f3-bb73-e9945367b357, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 643a3b9d-d570-4b1a-99eb-d23a868bfde3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 643a3b9d-d570-4b1a-99eb-d23a868bfde3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3453237846322502980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980345323784632250298034532378463225029803453237846322502980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6a0f9a1-3b8d-4564-930b-1393b4f9ac89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 545db7fd-6986-4290-bf41-2ad79217d2b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 545db7fd-6986-4290-bf41-2ad79217d2b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15294818352201922996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996152948183522019229961529481835220192299615294818352201922996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 643a3b9d-d570-4b1a-99eb-d23a868bfde3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78842b76-b966-4669-9a8f-1483facac88e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78842b76-b966-4669-9a8f-1483facac88e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4896673963147471930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930489667396314747193048966739631474719304896673963147471930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 545db7fd-6986-4290-bf41-2ad79217d2b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5480f9d2-33a4-473c-a03f-1cce8bfe44ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5480f9d2-33a4-473c-a03f-1cce8bfe44ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17718131032808483911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911177181310328084839111771813103280848391117718131032808483911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78842b76-b966-4669-9a8f-1483facac88e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc4a1495-692e-4fba-b8e6-75081122e89a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5480f9d2-33a4-473c-a03f-1cce8bfe44ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc4a1495-692e-4fba-b8e6-75081122e89a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 464495531097810047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047464495531097810047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a5ecdda-d351-41dc-8e7d-87a985615fb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a5ecdda-d351-41dc-8e7d-87a985615fb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13197396651938597116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116131973966519385971161319739665193859711613197396651938597116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc4a1495-692e-4fba-b8e6-75081122e89a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eee0fcb-2a7f-4845-8064-47ca48419df3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eee0fcb-2a7f-4845-8064-47ca48419df3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 890261875748387622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622890261875748387622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a5ecdda-d351-41dc-8e7d-87a985615fb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 213252e7-44c3-450b-9e33-1056790112c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 213252e7-44c3-450b-9e33-1056790112c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14971599145445440481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481149715991454454404811497159914544544048114971599145445440481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eee0fcb-2a7f-4845-8064-47ca48419df3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f81bc5e-40e8-4a82-9bd3-193e2b171454, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f81bc5e-40e8-4a82-9bd3-193e2b171454, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14520749306708925519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519145207493067089255191452074930670892551914520749306708925519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 213252e7-44c3-450b-9e33-1056790112c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84812f7a-dfc5-4255-a524-67075f1cf968, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84812f7a-dfc5-4255-a524-67075f1cf968, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17572113138907665050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050175721131389076650501757211313890766505017572113138907665050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f81bc5e-40e8-4a82-9bd3-193e2b171454, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a96900-fcb4-40c2-a361-d9f3379ae28d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a96900-fcb4-40c2-a361-d9f3379ae28d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11901705576901521034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034119017055769015210341190170557690152103411901705576901521034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84812f7a-dfc5-4255-a524-67075f1cf968, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bc9b8e8-c3d7-4e70-b448-5e36e8da3970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bc9b8e8-c3d7-4e70-b448-5e36e8da3970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12022148107113510106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106120221481071135101061202214810711351010612022148107113510106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a96900-fcb4-40c2-a361-d9f3379ae28d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ec1958f-fa27-4c3b-a00f-9c5d794cd90c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ec1958f-fa27-4c3b-a00f-9c5d794cd90c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16002023682190604806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806160020236821906048061600202368219060480616002023682190604806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bc9b8e8-c3d7-4e70-b448-5e36e8da3970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0219607f-a12e-4388-8430-b23d20eee989, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0219607f-a12e-4388-8430-b23d20eee989, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3177916781485404362 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362317791678148540436231779167814854043623177916781485404362" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ec1958f-fa27-4c3b-a00f-9c5d794cd90c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6367bbda-fbee-4789-a5ed-c560bd06666c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0219607f-a12e-4388-8430-b23d20eee989, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6367bbda-fbee-4789-a5ed-c560bd06666c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13782695763938462006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006137826957639384620061378269576393846200613782695763938462006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d40cc0b1-cdcd-4629-b484-78c38a8d34cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d40cc0b1-cdcd-4629-b484-78c38a8d34cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454040717255840913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913124540407172558409131245404071725584091312454040717255840913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6367bbda-fbee-4789-a5ed-c560bd06666c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 431fe681-80eb-4b0e-8b5a-13b251afde77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431fe681-80eb-4b0e-8b5a-13b251afde77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5438209022887458735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735543820902288745873554382090228874587355438209022887458735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d40cc0b1-cdcd-4629-b484-78c38a8d34cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960050b2-a408-4f18-a7cb-35d301e25053, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960050b2-a408-4f18-a7cb-35d301e25053, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10190424009359559263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263101904240093595592631019042400935955926310190424009359559263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431fe681-80eb-4b0e-8b5a-13b251afde77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960050b2-a408-4f18-a7cb-35d301e25053, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e276410-a92f-4906-b620-6fdff33c631d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e276410-a92f-4906-b620-6fdff33c631d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13914053828243972437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437139140538282439724371391405382824397243713914053828243972437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6453b4-06a5-4d42-9e2d-c27c71836595, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6453b4-06a5-4d42-9e2d-c27c71836595, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8197550258408559542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542819755025840855954281975502584085595428197550258408559542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6453b4-06a5-4d42-9e2d-c27c71836595, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1488126a-c0e8-46ec-ba14-b000921dc179, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1488126a-c0e8-46ec-ba14-b000921dc179, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259168872093837639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639259168872093837639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1488126a-c0e8-46ec-ba14-b000921dc179, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3b571b3-c7ee-44d1-936d-9ab06b60a09c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3b571b3-c7ee-44d1-936d-9ab06b60a09c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7917009000892220650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650791700900089222065079170090008922206507917009000892220650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e276410-a92f-4906-b620-6fdff33c631d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d535d46d-8460-44d3-84e9-632bfdc0e5b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d535d46d-8460-44d3-84e9-632bfdc0e5b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12768907136934615818 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818127689071369346158181276890713693461581812768907136934615818" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3b571b3-c7ee-44d1-936d-9ab06b60a09c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d4dc7dc-d1e4-456f-a5da-3096a2cbc531, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4dc7dc-d1e4-456f-a5da-3096a2cbc531, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10156689545714214960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960101566895457142149601015668954571421496010156689545714214960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d535d46d-8460-44d3-84e9-632bfdc0e5b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c858463-c7f4-4f01-b539-fcb3fb783167, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c858463-c7f4-4f01-b539-fcb3fb783167, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7613302923917756118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118761330292391775611876133029239177561187613302923917756118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4dc7dc-d1e4-456f-a5da-3096a2cbc531, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63460bb6-fe62-403a-bcc1-29952e24c9a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63460bb6-fe62-403a-bcc1-29952e24c9a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6786335152495804527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527678633515249580452767863351524958045276786335152495804527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c858463-c7f4-4f01-b539-fcb3fb783167, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df039f38-c8c0-41f5-9a41-aa51ad01a12c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df039f38-c8c0-41f5-9a41-aa51ad01a12c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9854041988648394554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554985404198864839455498540419886483945549854041988648394554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63460bb6-fe62-403a-bcc1-29952e24c9a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df039f38-c8c0-41f5-9a41-aa51ad01a12c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b5d32be-8b1e-48e4-b55f-9dc7d9224709, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2d014e-d555-4702-863e-a2e46875fc53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b5d32be-8b1e-48e4-b55f-9dc7d9224709, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12443745843586306693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693124437458435863066931244374584358630669312443745843586306693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2d014e-d555-4702-863e-a2e46875fc53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8583825500930271249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249858382550093027124985838255009302712498583825500930271249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b5d32be-8b1e-48e4-b55f-9dc7d9224709, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2d014e-d555-4702-863e-a2e46875fc53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9160177c-6920-49b8-bffc-a0caaa14f3ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7116b2d1-6b97-43cd-adca-53420c5bae84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9160177c-6920-49b8-bffc-a0caaa14f3ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17912213482547639845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845179122134825476398451791221348254763984517912213482547639845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7116b2d1-6b97-43cd-adca-53420c5bae84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3897302221235370001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001389730222123537000138973022212353700013897302221235370001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9160177c-6920-49b8-bffc-a0caaa14f3ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7116b2d1-6b97-43cd-adca-53420c5bae84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e65db26-0c54-41b1-a892-413015e3f4b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffc50c26-22a8-464d-bb40-33375d313e99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e65db26-0c54-41b1-a892-413015e3f4b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16210927849175875725 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725162109278491758757251621092784917587572516210927849175875725" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffc50c26-22a8-464d-bb40-33375d313e99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 607831050467434231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231607831050467434231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffc50c26-22a8-464d-bb40-33375d313e99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e65db26-0c54-41b1-a892-413015e3f4b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9178f5-8a6b-4f99-bad3-e17ddfd980c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9178f5-8a6b-4f99-bad3-e17ddfd980c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11194781911287827759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759111947819112878277591119478191128782775911194781911287827759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 147f92e0-fab8-439c-838a-35bf3e091303, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 147f92e0-fab8-439c-838a-35bf3e091303, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16419022898968546631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631164190228989685466311641902289896854663116419022898968546631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9178f5-8a6b-4f99-bad3-e17ddfd980c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 147f92e0-fab8-439c-838a-35bf3e091303, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f9899ef-e1c1-4b54-b097-ac731d6ea88d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c4b3777-6ddc-4d61-aa2e-585a7ae3a788, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f9899ef-e1c1-4b54-b097-ac731d6ea88d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4207546584724748483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483420754658472474848342075465847247484834207546584724748483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c4b3777-6ddc-4d61-aa2e-585a7ae3a788, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15991457866854481712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712159914578668544817121599145786685448171215991457866854481712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c4b3777-6ddc-4d61-aa2e-585a7ae3a788, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f9899ef-e1c1-4b54-b097-ac731d6ea88d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 394b5935-a477-43fd-befa-6e5d8932d65a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 394b5935-a477-43fd-befa-6e5d8932d65a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9608709821974176103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103960870982197417610396087098219741761039608709821974176103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 430688b0-964c-4a31-b8a4-74fce7d86dfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 430688b0-964c-4a31-b8a4-74fce7d86dfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11029568209784686594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594110295682097846865941102956820978468659411029568209784686594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 394b5935-a477-43fd-befa-6e5d8932d65a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 430688b0-964c-4a31-b8a4-74fce7d86dfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af318f08-5f79-4c9b-9711-d9f83449ea06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af318f08-5f79-4c9b-9711-d9f83449ea06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64894369354196816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6489436935419681664894369354196816648943693541968166489436935419681664894369354196816648943693541968166489436935419681664894369354196816648943693541968166489436935419681664894369354196816648943693541968166489436935419681664894369354196816648943693541968166489436935419681664894369354196816648943693541968166489436935419681664894369354196816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f92a918b-e78d-4f2f-a775-4f08fd52077e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f92a918b-e78d-4f2f-a775-4f08fd52077e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 64749196461334290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6474919646133429064749196461334290647491964613342906474919646133429064749196461334290647491964613342906474919646133429064749196461334290647491964613342906474919646133429064749196461334290647491964613342906474919646133429064749196461334290647491964613342906474919646133429064749196461334290647491964613342906474919646133429064749196461334290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af318f08-5f79-4c9b-9711-d9f83449ea06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f92a918b-e78d-4f2f-a775-4f08fd52077e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61f5d228-6a3e-45cd-ae42-f38baa000f3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de053036-ce3d-42e6-9f20-67a175978f56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61f5d228-6a3e-45cd-ae42-f38baa000f3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16152088347837734204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204161520883478377342041615208834783773420416152088347837734204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de053036-ce3d-42e6-9f20-67a175978f56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2728658763713108017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017272865876371310801727286587637131080172728658763713108017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61f5d228-6a3e-45cd-ae42-f38baa000f3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb77bc57-5453-46e0-84a6-2c9e55c6942e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb77bc57-5453-46e0-84a6-2c9e55c6942e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7585701255600409341 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341758570125560040934175857012556004093417585701255600409341" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de053036-ce3d-42e6-9f20-67a175978f56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec709cb-05b5-4072-96ab-0294318c2fa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec709cb-05b5-4072-96ab-0294318c2fa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16359326061000601367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367163593260610006013671635932606100060136716359326061000601367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb77bc57-5453-46e0-84a6-2c9e55c6942e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec709cb-05b5-4072-96ab-0294318c2fa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a89a1cd9-cb86-43c4-b8ec-9c8701982dae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a89a1cd9-cb86-43c4-b8ec-9c8701982dae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7152383464632508695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695715238346463250869571523834646325086957152383464632508695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9263116-b58b-4c24-a3ab-35955c16ee23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9263116-b58b-4c24-a3ab-35955c16ee23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5964955441967935476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476596495544196793547659649554419679354765964955441967935476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a89a1cd9-cb86-43c4-b8ec-9c8701982dae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9263116-b58b-4c24-a3ab-35955c16ee23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e136f5a9-7b34-4836-a74b-3e65749996f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e136f5a9-7b34-4836-a74b-3e65749996f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18426410886053498299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299184264108860534982991842641088605349829918426410886053498299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e18fa7a-2f40-45bd-a9b9-d13a73ec514b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e18fa7a-2f40-45bd-a9b9-d13a73ec514b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3373815862586569780 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780337381586258656978033738158625865697803373815862586569780" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e136f5a9-7b34-4836-a74b-3e65749996f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e18fa7a-2f40-45bd-a9b9-d13a73ec514b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a56778b-a760-4300-a1d9-b55eb223e3bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15861ce8-8fb2-46f0-acdf-eaaafcee3dc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a56778b-a760-4300-a1d9-b55eb223e3bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16572606267431687731 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731165726062674316877311657260626743168773116572606267431687731" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15861ce8-8fb2-46f0-acdf-eaaafcee3dc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11759073582767162733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733117590735827671627331175907358276716273311759073582767162733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a56778b-a760-4300-a1d9-b55eb223e3bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47377b8d-cdf3-45e8-a00c-d3e6e9bd7a00, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15861ce8-8fb2-46f0-acdf-eaaafcee3dc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47377b8d-cdf3-45e8-a00c-d3e6e9bd7a00, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17015021269791925355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355170150212697919253551701502126979192535517015021269791925355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5712a5ad-e3b1-4bc6-bd31-afbc14bc6e78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5712a5ad-e3b1-4bc6-bd31-afbc14bc6e78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18277215657173378148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148182772156571733781481827721565717337814818277215657173378148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47377b8d-cdf3-45e8-a00c-d3e6e9bd7a00, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c7e77a-40b4-4b11-aabb-b9692a041243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c7e77a-40b4-4b11-aabb-b9692a041243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 750828320803391899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899750828320803391899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5712a5ad-e3b1-4bc6-bd31-afbc14bc6e78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a8f2bfc-b65e-4a75-98a3-4559dba322ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a8f2bfc-b65e-4a75-98a3-4559dba322ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242901201318699819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819142429012013186998191424290120131869981914242901201318699819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c7e77a-40b4-4b11-aabb-b9692a041243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a8f2bfc-b65e-4a75-98a3-4559dba322ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 623e017b-f8c7-443c-9781-b05fe4262b57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 623e017b-f8c7-443c-9781-b05fe4262b57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14215505632451376545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545142155056324513765451421550563245137654514215505632451376545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e385cd70-1906-4f8f-b594-38257137c82c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e385cd70-1906-4f8f-b594-38257137c82c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2856258398569677344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344285625839856967734428562583985696773442856258398569677344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 623e017b-f8c7-443c-9781-b05fe4262b57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bce7c079-184b-4efd-8037-291b8d87e2bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bce7c079-184b-4efd-8037-291b8d87e2bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4111357874360132176 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176411135787436013217641113578743601321764111357874360132176" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e385cd70-1906-4f8f-b594-38257137c82c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 035fd7c4-0c09-4e08-b3b1-dab24bfad49e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 035fd7c4-0c09-4e08-b3b1-dab24bfad49e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226030335454488715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715922603033545448871592260303354544887159226030335454488715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bce7c079-184b-4efd-8037-291b8d87e2bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c148f221-0495-47b5-a6f2-c7d6be691a10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c148f221-0495-47b5-a6f2-c7d6be691a10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3270568513914408682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682327056851391440868232705685139144086823270568513914408682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 035fd7c4-0c09-4e08-b3b1-dab24bfad49e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53c76471-d591-42e5-ae51-1bed19edd94c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53c76471-d591-42e5-ae51-1bed19edd94c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025277648388469547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547100252776483884695471002527764838846954710025277648388469547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c148f221-0495-47b5-a6f2-c7d6be691a10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90f1d319-5fb4-42cb-9203-6bb3f0eefdaf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53c76471-d591-42e5-ae51-1bed19edd94c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90f1d319-5fb4-42cb-9203-6bb3f0eefdaf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10045421626230485840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840100454216262304858401004542162623048584010045421626230485840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4c650cad-b0c5-4824-9026-e1da575396cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4c650cad-b0c5-4824-9026-e1da575396cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7987410195619615072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072798741019561961507279874101956196150727987410195619615072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90f1d319-5fb4-42cb-9203-6bb3f0eefdaf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce3a80d2-6090-4e38-a9b2-858926316ee5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4c650cad-b0c5-4824-9026-e1da575396cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce3a80d2-6090-4e38-a9b2-858926316ee5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2683417526973038007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007268341752697303800726834175269730380072683417526973038007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57bae11-4284-41db-8fed-feea99144b27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57bae11-4284-41db-8fed-feea99144b27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18252239311339399100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100182522393113393991001825223931133939910018252239311339399100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce3a80d2-6090-4e38-a9b2-858926316ee5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0f8e8fb-3dbb-412e-93cf-aec854fb9104, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0f8e8fb-3dbb-412e-93cf-aec854fb9104, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9437738503303159968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968943773850330315996894377385033031599689437738503303159968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57bae11-4284-41db-8fed-feea99144b27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907d1555-dd92-46e2-9dd1-316e56c74149, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907d1555-dd92-46e2-9dd1-316e56c74149, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2991131856735658116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116299113185673565811629911318567356581162991131856735658116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0f8e8fb-3dbb-412e-93cf-aec854fb9104, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12a97fc9-480d-4d19-a795-31aa6f2fca04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12a97fc9-480d-4d19-a795-31aa6f2fca04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888458307758922069 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069118884583077589220691188845830775892206911888458307758922069" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907d1555-dd92-46e2-9dd1-316e56c74149, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1841ffba-2ed8-4875-bce8-e0b55f4453fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1841ffba-2ed8-4875-bce8-e0b55f4453fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10881843206186513956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956108818432061865139561088184320618651395610881843206186513956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12a97fc9-480d-4d19-a795-31aa6f2fca04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1191b31-2117-4b3a-8f0c-df972d2ce454, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1191b31-2117-4b3a-8f0c-df972d2ce454, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12690495636830993881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881126904956368309938811269049563683099388112690495636830993881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1841ffba-2ed8-4875-bce8-e0b55f4453fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4525972-5e1d-48bb-a2b0-b2cc767a994a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4525972-5e1d-48bb-a2b0-b2cc767a994a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8300430050370855893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893830043005037085589383004300503708558938300430050370855893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1191b31-2117-4b3a-8f0c-df972d2ce454, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c754e5d-9bda-440f-90e2-d4dc6afd9c31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c754e5d-9bda-440f-90e2-d4dc6afd9c31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12481790452343604831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831124817904523436048311248179045234360483112481790452343604831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4525972-5e1d-48bb-a2b0-b2cc767a994a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b702dd-5765-4bbd-a798-696c302a0895, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b702dd-5765-4bbd-a798-696c302a0895, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3676877295733269914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914367687729573326991436768772957332699143676877295733269914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c754e5d-9bda-440f-90e2-d4dc6afd9c31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b702dd-5765-4bbd-a798-696c302a0895, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c15ad5a-0621-4dc8-8c92-0a8d4f597197, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c15ad5a-0621-4dc8-8c92-0a8d4f597197, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13374528309440334617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617133745283094403346171337452830944033461713374528309440334617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65178ee9-c983-42d0-a216-91e78f4c62f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65178ee9-c983-42d0-a216-91e78f4c62f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1404723529631720491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491140472352963172049114047235296317204911404723529631720491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65178ee9-c983-42d0-a216-91e78f4c62f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff50f813-1cf3-42b0-a8db-6a41abeb1d0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c15ad5a-0621-4dc8-8c92-0a8d4f597197, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff50f813-1cf3-42b0-a8db-6a41abeb1d0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17116077033305897689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689171160770333058976891711607703330589768917116077033305897689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f36f5cf5-0ae6-4be7-8bce-f3cf19277a9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f36f5cf5-0ae6-4be7-8bce-f3cf19277a9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13486599287827223350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350134865992878272233501348659928782722335013486599287827223350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff50f813-1cf3-42b0-a8db-6a41abeb1d0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b44b3a6e-3f7f-49d7-97e1-ca4b8322ab25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b44b3a6e-3f7f-49d7-97e1-ca4b8322ab25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8935870760404260845 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845893587076040426084589358707604042608458935870760404260845" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f36f5cf5-0ae6-4be7-8bce-f3cf19277a9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a02fde9-2534-4267-8660-4648331432fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a02fde9-2534-4267-8660-4648331432fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6629386367815368311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311662938636781536831166293863678153683116629386367815368311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b44b3a6e-3f7f-49d7-97e1-ca4b8322ab25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a02fde9-2534-4267-8660-4648331432fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d2c218b-6c04-4d47-b7fd-0af4b2f3bfb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d2c218b-6c04-4d47-b7fd-0af4b2f3bfb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6023153793036340602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602602315379303634060260231537930363406026023153793036340602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76826bbc-ba9b-4b97-a714-641fb9de8a84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76826bbc-ba9b-4b97-a714-641fb9de8a84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7027726182262211743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743702772618226221174370277261822622117437027726182262211743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d2c218b-6c04-4d47-b7fd-0af4b2f3bfb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76826bbc-ba9b-4b97-a714-641fb9de8a84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d881d56-44e5-48bd-8095-f9f8492dbe5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc3383f5-561e-46f6-bab3-ab8f53ba9eec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d881d56-44e5-48bd-8095-f9f8492dbe5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 562155393249980804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804562155393249980804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc3383f5-561e-46f6-bab3-ab8f53ba9eec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14591333716757401037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037145913337167574010371459133371675740103714591333716757401037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d881d56-44e5-48bd-8095-f9f8492dbe5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc3383f5-561e-46f6-bab3-ab8f53ba9eec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7542fec-a7fc-4134-a1cd-9b90bea5e735, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a7f1766-b232-4f13-ac93-c27055b6a601, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7542fec-a7fc-4134-a1cd-9b90bea5e735, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5603476990536061642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642560347699053606164256034769905360616425603476990536061642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a7f1766-b232-4f13-ac93-c27055b6a601, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11488646330044110613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613114886463300441106131148864633004411061311488646330044110613" } } } 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:379 RpcState(ListEndpoints, dd815ef1-d843-41d0-99c5-e99995f523bf, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, dd815ef1-d843-41d0-99c5-e99995f523bf, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, dd815ef1-d843-41d0-99c5-e99995f523bf, localhost:9886): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Discovery.ListEndpointsResult] { endpoints { address: "ghrun-djbupjqxve.auto.internal" port: 7205 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-djbupjqxve.auto.internal:7205, location , ssl: False>]>
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7542fec-a7fc-4134-a1cd-9b90bea5e735, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a7f1766-b232-4f13-ac93-c27055b6a601, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e151bf5-215b-45d1-882f-871687a8fc39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e151bf5-215b-45d1-882f-871687a8fc39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9084436209019306774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774908443620901930677490844362090193067749084436209019306774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b1309ae-0348-4527-ab2e-ea4d924f6514, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b1309ae-0348-4527-ab2e-ea4d924f6514, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10629613491864099258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258106296134918640992581062961349186409925810629613491864099258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e151bf5-215b-45d1-882f-871687a8fc39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b1309ae-0348-4527-ab2e-ea4d924f6514, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bb82820-a793-4afc-baba-7bf4299a5d74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a7bd71-6efa-4d06-b1f1-63a1468b5440, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bb82820-a793-4afc-baba-7bf4299a5d74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4125661968250084167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167412566196825008416741256619682500841674125661968250084167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a7bd71-6efa-4d06-b1f1-63a1468b5440, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12812844580682059418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418128128445806820594181281284458068205941812812844580682059418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a7bd71-6efa-4d06-b1f1-63a1468b5440, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c6be294-7977-4fda-baf2-856a58dc0e0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bb82820-a793-4afc-baba-7bf4299a5d74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c6be294-7977-4fda-baf2-856a58dc0e0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16979956104066694643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643169799561040666946431697995610406669464316979956104066694643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2625e3c7-57ea-4c08-be8c-c635b284987e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2625e3c7-57ea-4c08-be8c-c635b284987e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14976801515047652959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959149768015150476529591497680151504765295914976801515047652959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c6be294-7977-4fda-baf2-856a58dc0e0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aca45b14-dfc8-48a9-a5da-2a8960c75de5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2625e3c7-57ea-4c08-be8c-c635b284987e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aca45b14-dfc8-48a9-a5da-2a8960c75de5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11863564841045043687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687118635648410450436871186356484104504368711863564841045043687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04e9468d-6de8-4341-b183-2bf77a019afa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04e9468d-6de8-4341-b183-2bf77a019afa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2198523460370711116 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116219852346037071111621985234603707111162198523460370711116" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aca45b14-dfc8-48a9-a5da-2a8960c75de5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04e9468d-6de8-4341-b183-2bf77a019afa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b6f04a0-b04a-4971-b9ba-082e717deb22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8b0240-7cc8-4d5a-8822-f0dd1b7da3bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b6f04a0-b04a-4971-b9ba-082e717deb22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10484484102979956030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030104844841029799560301048448410297995603010484484102979956030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8b0240-7cc8-4d5a-8822-f0dd1b7da3bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15491773246869058840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840154917732468690588401549177324686905884015491773246869058840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b6f04a0-b04a-4971-b9ba-082e717deb22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7482ae95-f7e3-4932-a6b6-90e0b71af18d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7482ae95-f7e3-4932-a6b6-90e0b71af18d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1323279281023898271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271132327928102389827113232792810238982711323279281023898271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7482ae95-f7e3-4932-a6b6-90e0b71af18d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a34ae2a-ea39-4b30-91e0-dd4d295c739c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a34ae2a-ea39-4b30-91e0-dd4d295c739c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15889457957958963769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769158894579579589637691588945795795896376915889457957958963769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8b0240-7cc8-4d5a-8822-f0dd1b7da3bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3215f4c-e11f-4230-9ec2-117bdfb1d9fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3215f4c-e11f-4230-9ec2-117bdfb1d9fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8863991842876524259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259886399184287652425988639918428765242598863991842876524259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a34ae2a-ea39-4b30-91e0-dd4d295c739c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 358e092b-de9e-42ae-b006-d7c445f879eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 358e092b-de9e-42ae-b006-d7c445f879eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18317696252375938050 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050183176962523759380501831769625237593805018317696252375938050" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3215f4c-e11f-4230-9ec2-117bdfb1d9fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c3ef58a-3791-4ce8-928e-f0d2ad9a7fd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c3ef58a-3791-4ce8-928e-f0d2ad9a7fd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10603798928225138184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184106037989282251381841060379892822513818410603798928225138184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 358e092b-de9e-42ae-b006-d7c445f879eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fd58636-ee50-4b23-bb51-0a0a70e3e077, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fd58636-ee50-4b23-bb51-0a0a70e3e077, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6280054577563268255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255628005457756326825562800545775632682556280054577563268255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c3ef58a-3791-4ce8-928e-f0d2ad9a7fd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f98884f-e421-42a3-954a-3152ed97a3b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fd58636-ee50-4b23-bb51-0a0a70e3e077, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f98884f-e421-42a3-954a-3152ed97a3b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4669540351156993151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151466954035115699315146695403511569931514669540351156993151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f10189ab-a3de-49be-a03e-20692ad9ab38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f10189ab-a3de-49be-a03e-20692ad9ab38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318151729720746234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234153181517297207462341531815172972074623415318151729720746234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f98884f-e421-42a3-954a-3152ed97a3b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f10189ab-a3de-49be-a03e-20692ad9ab38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5a012bf-59a6-470d-a67a-5164b3510cdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5f390c8-a365-4018-a305-c84584858087, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5a012bf-59a6-470d-a67a-5164b3510cdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 834882254288161906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906834882254288161906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5f390c8-a365-4018-a305-c84584858087, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4018616439334802016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016401861643933480201640186164393348020164018616439334802016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5a012bf-59a6-470d-a67a-5164b3510cdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5f390c8-a365-4018-a305-c84584858087, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33ad8015-7bde-4bf2-b346-81e83cf276d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33ad8015-7bde-4bf2-b346-81e83cf276d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10387619592877832683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683103876195928778326831038761959287783268310387619592877832683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb2f8c9-469d-41fb-9088-0ae7f23eeb1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb2f8c9-469d-41fb-9088-0ae7f23eeb1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1652131664806187789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789165213166480618778916521316648061877891652131664806187789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33ad8015-7bde-4bf2-b346-81e83cf276d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb2f8c9-469d-41fb-9088-0ae7f23eeb1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a5d7e4a-f9bc-403e-b685-5ed2a7f5f8a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d725c759-ccad-4586-93e3-d16f90c8c841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a5d7e4a-f9bc-403e-b685-5ed2a7f5f8a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15673474058743055017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017156734740587430550171567347405874305501715673474058743055017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d725c759-ccad-4586-93e3-d16f90c8c841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15367565878918095118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118153675658789180951181536756587891809511815367565878918095118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a5d7e4a-f9bc-403e-b685-5ed2a7f5f8a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d725c759-ccad-4586-93e3-d16f90c8c841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7ea8eb4-4263-4f61-8def-d2ddeda47e4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3533ce2-8309-4204-ace3-238bc9893aee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7ea8eb4-4263-4f61-8def-d2ddeda47e4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18121670506880535400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400181216705068805354001812167050688053540018121670506880535400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3533ce2-8309-4204-ace3-238bc9893aee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13923816385752963222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222139238163857529632221392381638575296322213923816385752963222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7ea8eb4-4263-4f61-8def-d2ddeda47e4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3533ce2-8309-4204-ace3-238bc9893aee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41fee70d-7386-4327-9794-0ae98f35e8c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9dacac7-29f8-4d85-b53e-b8fa2abad418, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41fee70d-7386-4327-9794-0ae98f35e8c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2212167060136095809 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809221216706013609580922121670601360958092212167060136095809" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9dacac7-29f8-4d85-b53e-b8fa2abad418, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17466761592534356748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748174667615925343567481746676159253435674817466761592534356748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41fee70d-7386-4327-9794-0ae98f35e8c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 092dbe00-b139-48b2-aaf6-7ff40463f35f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9dacac7-29f8-4d85-b53e-b8fa2abad418, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 092dbe00-b139-48b2-aaf6-7ff40463f35f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16755320260151712218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218167553202601517122181675532026015171221816755320260151712218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df22f129-2f91-4c36-8384-2c77f0858454, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df22f129-2f91-4c36-8384-2c77f0858454, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7918301772078192607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607791830177207819260779183017720781926077918301772078192607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 092dbe00-b139-48b2-aaf6-7ff40463f35f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df22f129-2f91-4c36-8384-2c77f0858454, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5907d72c-7821-45a5-b694-ecbcb50271a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5907d72c-7821-45a5-b694-ecbcb50271a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16064687497423684332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332160646874974236843321606468749742368433216064687497423684332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bf1b4b8-3839-462d-8bd5-8f7dc2889052, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bf1b4b8-3839-462d-8bd5-8f7dc2889052, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13667439905002355709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709136674399050023557091366743990500235570913667439905002355709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5907d72c-7821-45a5-b694-ecbcb50271a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bf1b4b8-3839-462d-8bd5-8f7dc2889052, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95841fc5-52cd-4dee-9878-b6d3cd60c953, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95841fc5-52cd-4dee-9878-b6d3cd60c953, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13465850937653901418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418134658509376539014181346585093765390141813465850937653901418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44ceac67-0ac2-4aa1-a40d-3ca07f6c8ffd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44ceac67-0ac2-4aa1-a40d-3ca07f6c8ffd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18373725883961233551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551183737258839612335511837372588396123355118373725883961233551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95841fc5-52cd-4dee-9878-b6d3cd60c953, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6d5c48b-9d0b-450d-bdc2-50650476296f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44ceac67-0ac2-4aa1-a40d-3ca07f6c8ffd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e064c7d-f87b-4dfd-a0af-e5432644eec6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6d5c48b-9d0b-450d-bdc2-50650476296f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8192033743631176984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984819203374363117698481920337436311769848192033743631176984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e064c7d-f87b-4dfd-a0af-e5432644eec6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9936772533357510180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180993677253335751018099367725333575101809936772533357510180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6d5c48b-9d0b-450d-bdc2-50650476296f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f22eb60-5bd3-485f-a06f-b19ece0a907b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f22eb60-5bd3-485f-a06f-b19ece0a907b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7474813753459958901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901747481375345995890174748137534599589017474813753459958901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e064c7d-f87b-4dfd-a0af-e5432644eec6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf57a190-2ddf-42b9-a77f-a3a1599b97d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf57a190-2ddf-42b9-a77f-a3a1599b97d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7582101409391323089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089758210140939132308975821014093913230897582101409391323089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f22eb60-5bd3-485f-a06f-b19ece0a907b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2576fb0a-ecdf-4345-a612-6befb49e20ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2576fb0a-ecdf-4345-a612-6befb49e20ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15318153793270238198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198153181537932702381981531815379327023819815318153793270238198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf57a190-2ddf-42b9-a77f-a3a1599b97d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01293906-dfbf-4271-a312-a18d1485abf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01293906-dfbf-4271-a312-a18d1485abf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12857550459787131037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037128575504597871310371285755045978713103712857550459787131037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2576fb0a-ecdf-4345-a612-6befb49e20ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb6ec55f-7123-46ec-80d7-dc9aac2d8286, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb6ec55f-7123-46ec-80d7-dc9aac2d8286, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10329285311542552851 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851103292853115425528511032928531154255285110329285311542552851" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01293906-dfbf-4271-a312-a18d1485abf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0bb21b27-c551-4861-a2ec-b2a7d0a4d55c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0bb21b27-c551-4861-a2ec-b2a7d0a4d55c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9667388300493004800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800966738830049300480096673883004930048009667388300493004800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb6ec55f-7123-46ec-80d7-dc9aac2d8286, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11333671-e6e7-4a5f-b36c-eacaad45d3e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11333671-e6e7-4a5f-b36c-eacaad45d3e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5102710734511375644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644510271073451137564451027107345113756445102710734511375644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0bb21b27-c551-4861-a2ec-b2a7d0a4d55c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 714db33f-be1d-41e2-bbe0-29973ebe97fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 714db33f-be1d-41e2-bbe0-29973ebe97fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3127354367059101973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973312735436705910197331273543670591019733127354367059101973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11333671-e6e7-4a5f-b36c-eacaad45d3e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0f01225-578f-48a7-98ed-13045636ae8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0f01225-578f-48a7-98ed-13045636ae8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9866288111837933783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783986628811183793378398662881118379337839866288111837933783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 714db33f-be1d-41e2-bbe0-29973ebe97fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98bcf93f-412a-4d7b-9dca-ab33b1a2fa55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bcf93f-412a-4d7b-9dca-ab33b1a2fa55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2093159650451695615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615209315965045169561520931596504516956152093159650451695615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0f01225-578f-48a7-98ed-13045636ae8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92228349-372a-44ff-90a6-52999c77eddc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92228349-372a-44ff-90a6-52999c77eddc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143666384488733084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084151436663844887330841514366638448873308415143666384488733084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bcf93f-412a-4d7b-9dca-ab33b1a2fa55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54e509d1-9807-4289-85de-b4f8bf980725, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54e509d1-9807-4289-85de-b4f8bf980725, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488525505659581743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743748852550565958174374885255056595817437488525505659581743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92228349-372a-44ff-90a6-52999c77eddc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 468ce4ce-56a0-48d4-a769-7ea3073124e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 468ce4ce-56a0-48d4-a769-7ea3073124e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7645017656611635777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777764501765661163577776450176566116357777645017656611635777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 468ce4ce-56a0-48d4-a769-7ea3073124e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a60946d-f74a-4a11-9aa6-431cd91db239, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a60946d-f74a-4a11-9aa6-431cd91db239, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15148291296721308337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337151482912967213083371514829129672130833715148291296721308337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54e509d1-9807-4289-85de-b4f8bf980725, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a60946d-f74a-4a11-9aa6-431cd91db239, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23752343-0269-4b44-a5b4-9031a28aa203, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23752343-0269-4b44-a5b4-9031a28aa203, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15252598361997148652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652152525983619971486521525259836199714865215252598361997148652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7dcbe5e-b6f1-4ed9-b572-2bab30cb7ef4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7dcbe5e-b6f1-4ed9-b572-2bab30cb7ef4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17402574500830596852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852174025745008305968521740257450083059685217402574500830596852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23752343-0269-4b44-a5b4-9031a28aa203, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7dcbe5e-b6f1-4ed9-b572-2bab30cb7ef4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0ff9e80-f09e-4ae3-b8b9-dcc17435fd4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0ff9e80-f09e-4ae3-b8b9-dcc17435fd4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15655344067024948665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665156553440670249486651565534406702494866515655344067024948665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d6b079a-0df4-4089-a080-a7e5c81b8a63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d6b079a-0df4-4089-a080-a7e5c81b8a63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3286907154850040045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045328690715485004004532869071548500400453286907154850040045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0ff9e80-f09e-4ae3-b8b9-dcc17435fd4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb1f0d5-04ba-488f-9726-adfe925fd6ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb1f0d5-04ba-488f-9726-adfe925fd6ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10576750920374009705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705105767509203740097051057675092037400970510576750920374009705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d6b079a-0df4-4089-a080-a7e5c81b8a63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90ab5475-9467-4412-aeb2-309dd9e1b9e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90ab5475-9467-4412-aeb2-309dd9e1b9e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2015176860847293218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218201517686084729321820151768608472932182015176860847293218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb1f0d5-04ba-488f-9726-adfe925fd6ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16d82be4-9845-4177-a42a-a895890fddfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16d82be4-9845-4177-a42a-a895890fddfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 38764990584381888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "3876499058438188838764990584381888387649905843818883876499058438188838764990584381888387649905843818883876499058438188838764990584381888387649905843818883876499058438188838764990584381888387649905843818883876499058438188838764990584381888387649905843818883876499058438188838764990584381888387649905843818883876499058438188838764990584381888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90ab5475-9467-4412-aeb2-309dd9e1b9e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b5a36e-8b5f-4468-be05-fa90abc04ba9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b5a36e-8b5f-4468-be05-fa90abc04ba9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5617320096752268405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405561732009675226840556173200967522684055617320096752268405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16d82be4-9845-4177-a42a-a895890fddfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9f5aec-3854-4fe8-bc87-bfb746437f24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9f5aec-3854-4fe8-bc87-bfb746437f24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16081023657791398531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531160810236577913985311608102365779139853116081023657791398531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b5a36e-8b5f-4468-be05-fa90abc04ba9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4a7b57-a55f-480c-931e-f6e3ff933aa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4a7b57-a55f-480c-931e-f6e3ff933aa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780759847974216925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925978075984797421692597807598479742169259780759847974216925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9f5aec-3854-4fe8-bc87-bfb746437f24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 813f8350-e549-46e5-8b09-0a28a74fd2a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 813f8350-e549-46e5-8b09-0a28a74fd2a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8369679199960583513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513836967919996058351383696791999605835138369679199960583513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4a7b57-a55f-480c-931e-f6e3ff933aa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cb60a4d-8243-49e7-9d35-d2e858d8333c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cb60a4d-8243-49e7-9d35-d2e858d8333c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12568277019147294935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935125682770191472949351256827701914729493512568277019147294935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 813f8350-e549-46e5-8b09-0a28a74fd2a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 105d15f0-bf2e-441f-afe6-e693626c5626, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 105d15f0-bf2e-441f-afe6-e693626c5626, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13703713835152155807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807137037138351521558071370371383515215580713703713835152155807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cb60a4d-8243-49e7-9d35-d2e858d8333c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92897c81-ce6b-4519-9190-dca4fb6b0237, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92897c81-ce6b-4519-9190-dca4fb6b0237, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2536854233933255395 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395253685423393325539525368542339332553952536854233933255395" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 105d15f0-bf2e-441f-afe6-e693626c5626, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5facf17a-2424-4ac3-9d89-4edff5eca13b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5facf17a-2424-4ac3-9d89-4edff5eca13b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12309459248218826864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864123094592482188268641230945924821882686412309459248218826864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92897c81-ce6b-4519-9190-dca4fb6b0237, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 795e881e-1b5e-440d-a6b3-1866fad1205d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 795e881e-1b5e-440d-a6b3-1866fad1205d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9071968802449679551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551907196880244967955190719688024496795519071968802449679551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5facf17a-2424-4ac3-9d89-4edff5eca13b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6fae5be-d622-428c-9607-82a90b52af68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6fae5be-d622-428c-9607-82a90b52af68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5358159317159861604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604535815931715986160453581593171598616045358159317159861604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 795e881e-1b5e-440d-a6b3-1866fad1205d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd22ba27-a0b3-494e-9613-4f192d5032cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd22ba27-a0b3-494e-9613-4f192d5032cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382825846876701661 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661638282584687670166163828258468767016616382825846876701661" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6fae5be-d622-428c-9607-82a90b52af68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a63a665-8d79-4f4b-afbc-8aac2ea923c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a63a665-8d79-4f4b-afbc-8aac2ea923c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4442706626660816987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987444270662666081698744427066266608169874442706626660816987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd22ba27-a0b3-494e-9613-4f192d5032cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9ff0280-dbf5-4ac7-8db1-94bb21d9bcd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9ff0280-dbf5-4ac7-8db1-94bb21d9bcd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187475621511373461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461111874756215113734611118747562151137346111187475621511373461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a63a665-8d79-4f4b-afbc-8aac2ea923c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f415a570-a7a9-4bca-802e-8a6efe21a3b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f415a570-a7a9-4bca-802e-8a6efe21a3b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15842820207916325746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746158428202079163257461584282020791632574615842820207916325746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9ff0280-dbf5-4ac7-8db1-94bb21d9bcd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93baadca-229f-478a-a357-f59544e6ca93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93baadca-229f-478a-a357-f59544e6ca93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7135339351494687055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055713533935149468705571353393514946870557135339351494687055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f415a570-a7a9-4bca-802e-8a6efe21a3b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 794d3b56-3180-429e-887a-3b2d7300813a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 794d3b56-3180-429e-887a-3b2d7300813a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10297285205338246620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620102972852053382466201029728520533824662010297285205338246620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93baadca-229f-478a-a357-f59544e6ca93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 794d3b56-3180-429e-887a-3b2d7300813a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a1dfaf4-62db-4089-9792-b5691b7c7501, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 304e45b1-3989-4e4d-9c28-933ae55e2bf5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a1dfaf4-62db-4089-9792-b5691b7c7501, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8085165193219408252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252808516519321940825280851651932194082528085165193219408252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 304e45b1-3989-4e4d-9c28-933ae55e2bf5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5452634647366754778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778545263464736675477854526346473667547785452634647366754778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a1dfaf4-62db-4089-9792-b5691b7c7501, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88f94103-a383-41bd-8f55-84cb40c5f8b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88f94103-a383-41bd-8f55-84cb40c5f8b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17463753744143507600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600174637537441435076001746375374414350760017463753744143507600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 304e45b1-3989-4e4d-9c28-933ae55e2bf5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c928542c-82e2-45ed-8204-f62264637278, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c928542c-82e2-45ed-8204-f62264637278, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4529323014884040122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122452932301488404012245293230148840401224529323014884040122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88f94103-a383-41bd-8f55-84cb40c5f8b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ee05259-b2b7-4974-b552-c4ccbe2c79c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ee05259-b2b7-4974-b552-c4ccbe2c79c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7337549390789097278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278733754939078909727873375493907890972787337549390789097278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c928542c-82e2-45ed-8204-f62264637278, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a82effda-e8de-48ba-8cc1-8f79ed57d094, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a82effda-e8de-48ba-8cc1-8f79ed57d094, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15850092315418408746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746158500923154184087461585009231541840874615850092315418408746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ee05259-b2b7-4974-b552-c4ccbe2c79c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc7a54f2-6f73-4bbb-9ffe-ca8458637797, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc7a54f2-6f73-4bbb-9ffe-ca8458637797, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16368889514121558415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415163688895141215584151636888951412155841516368889514121558415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc7a54f2-6f73-4bbb-9ffe-ca8458637797, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7354b0d-ee6a-4dd8-bd06-20090568aa68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7354b0d-ee6a-4dd8-bd06-20090568aa68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 658499523394514151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151658499523394514151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7354b0d-ee6a-4dd8-bd06-20090568aa68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6a84f4-aab9-424a-861b-2086793b3459, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a82effda-e8de-48ba-8cc1-8f79ed57d094, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6a84f4-aab9-424a-861b-2086793b3459, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3269390400430824541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541326939040043082454132693904004308245413269390400430824541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae576f8-6aad-4768-9a82-13dd74d6fbb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae576f8-6aad-4768-9a82-13dd74d6fbb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078034526029087109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109110780345260290871091107803452602908710911078034526029087109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6a84f4-aab9-424a-861b-2086793b3459, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00de9560-71d9-4dc6-a5b0-c409ead0fd5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00de9560-71d9-4dc6-a5b0-c409ead0fd5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1507861366912777493 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493150786136691277749315078613669127774931507861366912777493" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae576f8-6aad-4768-9a82-13dd74d6fbb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff7ea90c-a226-420b-a3fb-e736318936b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff7ea90c-a226-420b-a3fb-e736318936b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3693790106904538273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273369379010690453827336937901069045382733693790106904538273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00de9560-71d9-4dc6-a5b0-c409ead0fd5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11ce8409-00c8-40e9-a954-50d37f47e130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11ce8409-00c8-40e9-a954-50d37f47e130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2329693704239731669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669232969370423973166923296937042397316692329693704239731669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff7ea90c-a226-420b-a3fb-e736318936b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b9c3e10-fb74-438f-9095-dcb9cc7259e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b9c3e10-fb74-438f-9095-dcb9cc7259e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7044952438300022200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200704495243830002220070449524383000222007044952438300022200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11ce8409-00c8-40e9-a954-50d37f47e130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82804f9a-474c-411c-b067-c9600bc46455, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82804f9a-474c-411c-b067-c9600bc46455, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5407157256149995568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568540715725614999556854071572561499955685407157256149995568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b9c3e10-fb74-438f-9095-dcb9cc7259e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aba1bcdb-f701-440a-83e3-e6bebe91a347, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aba1bcdb-f701-440a-83e3-e6bebe91a347, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7096394967040062768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768709639496704006276870963949670400627687096394967040062768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82804f9a-474c-411c-b067-c9600bc46455, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c66cc24-7733-48e6-b0cc-9b03d4989d06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c66cc24-7733-48e6-b0cc-9b03d4989d06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6737134441017233072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072673713444101723307267371344410172330726737134441017233072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aba1bcdb-f701-440a-83e3-e6bebe91a347, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3df66290-6796-41bc-bca5-50a58e3aaf13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3df66290-6796-41bc-bca5-50a58e3aaf13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7655552244170890407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407765555224417089040776555522441708904077655552244170890407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c66cc24-7733-48e6-b0cc-9b03d4989d06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c4d4af9-b820-4c94-9d90-840f64880bc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c4d4af9-b820-4c94-9d90-840f64880bc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413317754965061684 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684164133177549650616841641331775496506168416413317754965061684" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3df66290-6796-41bc-bca5-50a58e3aaf13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30f6a8bc-76b8-4e20-80f1-55b5b2e9c383, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30f6a8bc-76b8-4e20-80f1-55b5b2e9c383, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16897051925315975542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542168970519253159755421689705192531597554216897051925315975542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c4d4af9-b820-4c94-9d90-840f64880bc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d8b014b-2dcf-49cb-a6d0-31764d256111, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d8b014b-2dcf-49cb-a6d0-31764d256111, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2780509846138605236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236278050984613860523627805098461386052362780509846138605236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30f6a8bc-76b8-4e20-80f1-55b5b2e9c383, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d8b014b-2dcf-49cb-a6d0-31764d256111, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c3c5026-486e-463f-8d75-2adde311fe19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c3c5026-486e-463f-8d75-2adde311fe19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2561407060669759056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056256140706066975905625614070606697590562561407060669759056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e2342a0-5dd5-4047-ac34-6becaac6af66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e2342a0-5dd5-4047-ac34-6becaac6af66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11935411792573329923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923119354117925733299231193541179257332992311935411792573329923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c3c5026-486e-463f-8d75-2adde311fe19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f067e1d7-6ca5-4203-abb2-51a52e5f386b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e2342a0-5dd5-4047-ac34-6becaac6af66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f067e1d7-6ca5-4203-abb2-51a52e5f386b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7327951218209875180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180732795121820987518073279512182098751807327951218209875180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75a7f2f2-4043-4e22-8b6e-27b7a5ee368e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75a7f2f2-4043-4e22-8b6e-27b7a5ee368e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1123444933472612379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379112344493347261237911234449334726123791123444933472612379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f067e1d7-6ca5-4203-abb2-51a52e5f386b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e7ceb5-89f0-4b44-9b40-5abfa2dc1b5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e7ceb5-89f0-4b44-9b40-5abfa2dc1b5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16897711934930653835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835168977119349306538351689771193493065383516897711934930653835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75a7f2f2-4043-4e22-8b6e-27b7a5ee368e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b247726-72b0-4544-a24d-d88bf744a32d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b247726-72b0-4544-a24d-d88bf744a32d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 214476449113152347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347214476449113152347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e7ceb5-89f0-4b44-9b40-5abfa2dc1b5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b247726-72b0-4544-a24d-d88bf744a32d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7dac1a5-f18a-483e-8942-db7d8bfbd461, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7dac1a5-f18a-483e-8942-db7d8bfbd461, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5328842284878911838 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838532884228487891183853288422848789118385328842284878911838" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435934d6-b215-46fd-b4bf-c8c3e48c85b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435934d6-b215-46fd-b4bf-c8c3e48c85b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 216308743692408401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401216308743692408401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435934d6-b215-46fd-b4bf-c8c3e48c85b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7dac1a5-f18a-483e-8942-db7d8bfbd461, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce0a922-6b84-49f2-ab3c-4087fbb4cfb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc56f53a-6806-4dbf-98fc-acb6ba81425e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc56f53a-6806-4dbf-98fc-acb6ba81425e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3204262643669378350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350320426264366937835032042626436693783503204262643669378350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce0a922-6b84-49f2-ab3c-4087fbb4cfb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16684514964099450239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239166845149640994502391668451496409945023916684514964099450239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce0a922-6b84-49f2-ab3c-4087fbb4cfb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e33d0e53-7c8c-4bd7-be9d-1fa06f09fdce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc56f53a-6806-4dbf-98fc-acb6ba81425e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e33d0e53-7c8c-4bd7-be9d-1fa06f09fdce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7392330422918913412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412739233042291891341273923304229189134127392330422918913412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81acaf17-a10a-4947-9795-88aca8b023b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81acaf17-a10a-4947-9795-88aca8b023b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16576194740685472638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638165761947406854726381657619474068547263816576194740685472638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e33d0e53-7c8c-4bd7-be9d-1fa06f09fdce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8bc10ff-a2dd-4811-b3ae-8900684fb6d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8bc10ff-a2dd-4811-b3ae-8900684fb6d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12875564181563040689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689128755641815630406891287556418156304068912875564181563040689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81acaf17-a10a-4947-9795-88aca8b023b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3b5480e-94ad-41be-b491-7bdfeefcfa23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b5480e-94ad-41be-b491-7bdfeefcfa23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3574165259030895673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673357416525903089567335741652590308956733574165259030895673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8bc10ff-a2dd-4811-b3ae-8900684fb6d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c3a335a-6bb9-46ab-b9ca-249d124f5382, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c3a335a-6bb9-46ab-b9ca-249d124f5382, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18265065388745754687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687182650653887457546871826506538874575468718265065388745754687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b5480e-94ad-41be-b491-7bdfeefcfa23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af3a91a0-74e7-4557-b1d8-5bdd867560f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af3a91a0-74e7-4557-b1d8-5bdd867560f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17971307084486060847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847179713070844860608471797130708448606084717971307084486060847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c3a335a-6bb9-46ab-b9ca-249d124f5382, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af3a91a0-74e7-4557-b1d8-5bdd867560f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20b703c9-c577-4267-928f-d785ac7b8c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20b703c9-c577-4267-928f-d785ac7b8c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6849172211445428004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004684917221144542800468491722114454280046849172211445428004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29df2565-2185-4d44-9a4f-da5b06014e1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29df2565-2185-4d44-9a4f-da5b06014e1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11216867680560988232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232112168676805609882321121686768056098823211216867680560988232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20b703c9-c577-4267-928f-d785ac7b8c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 066ee902-7f80-4ecf-9ef8-671a8bb7abbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066ee902-7f80-4ecf-9ef8-671a8bb7abbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 758787153705811008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008758787153705811008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29df2565-2185-4d44-9a4f-da5b06014e1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960c885d-a302-474a-bfe0-4cd600b646dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960c885d-a302-474a-bfe0-4cd600b646dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 359754676153858636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636359754676153858636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066ee902-7f80-4ecf-9ef8-671a8bb7abbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df667a33-8243-4595-b379-cb4225561977, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960c885d-a302-474a-bfe0-4cd600b646dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df667a33-8243-4595-b379-cb4225561977, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5735298171053442688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688573529817105344268857352981710534426885735298171053442688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5753e945-2a4b-410e-9908-1ddac849ae38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5753e945-2a4b-410e-9908-1ddac849ae38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10774028229065523365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365107740282290655233651077402822906552336510774028229065523365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df667a33-8243-4595-b379-cb4225561977, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 548694e0-7207-46c7-beb9-23c04e66c339, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 548694e0-7207-46c7-beb9-23c04e66c339, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1284111600808928438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438128411160080892843812841116008089284381284111600808928438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5753e945-2a4b-410e-9908-1ddac849ae38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f592f1b-4de2-43ff-9f95-ee3b5c489ac5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f592f1b-4de2-43ff-9f95-ee3b5c489ac5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2386573897401715160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160238657389740171516023865738974017151602386573897401715160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 548694e0-7207-46c7-beb9-23c04e66c339, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eef0efc-57c6-4d74-8358-162960e5ad09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eef0efc-57c6-4d74-8358-162960e5ad09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18431220972028577866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866184312209720285778661843122097202857786618431220972028577866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f592f1b-4de2-43ff-9f95-ee3b5c489ac5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c599c97-22e7-41ad-b8e3-7f528d489997, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c599c97-22e7-41ad-b8e3-7f528d489997, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6068636606142435984 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984606863660614243598460686366061424359846068636606142435984" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eef0efc-57c6-4d74-8358-162960e5ad09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2145c335-8ca9-46cf-9de6-0e9b07297d60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2145c335-8ca9-46cf-9de6-0e9b07297d60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9836555590440830229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229983655559044083022998365555904408302299836555590440830229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c599c97-22e7-41ad-b8e3-7f528d489997, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 989d2688-0b9c-447d-9a64-0819941e0752, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 989d2688-0b9c-447d-9a64-0819941e0752, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 764980242898176530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530764980242898176530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2145c335-8ca9-46cf-9de6-0e9b07297d60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c34df4ff-621d-4489-8bec-dacef53acd6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c34df4ff-621d-4489-8bec-dacef53acd6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15726791678629297454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454157267916786292974541572679167862929745415726791678629297454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 989d2688-0b9c-447d-9a64-0819941e0752, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6e22325-c20d-4a2d-9a6b-3234b655a496, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6e22325-c20d-4a2d-9a6b-3234b655a496, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7544061809003064261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261754406180900306426175440618090030642617544061809003064261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c34df4ff-621d-4489-8bec-dacef53acd6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82451112-c648-4b54-baea-da466b0929c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82451112-c648-4b54-baea-da466b0929c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9697260266483307863 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863969726026648330786396972602664833078639697260266483307863" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6e22325-c20d-4a2d-9a6b-3234b655a496, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ef8c02c-7151-4e4f-81b0-51145a9665e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ef8c02c-7151-4e4f-81b0-51145a9665e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2718823157503468190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190271882315750346819027188231575034681902718823157503468190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82451112-c648-4b54-baea-da466b0929c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ef8c02c-7151-4e4f-81b0-51145a9665e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d356ea1-47bb-4cf6-b223-19a44d012eb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d356ea1-47bb-4cf6-b223-19a44d012eb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8938178701850851035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035893817870185085103589381787018508510358938178701850851035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 826ad4ae-de67-4e71-b656-bb251c13e4b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 826ad4ae-de67-4e71-b656-bb251c13e4b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5346627481009585951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951534662748100958595153466274810095859515346627481009585951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d356ea1-47bb-4cf6-b223-19a44d012eb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 826ad4ae-de67-4e71-b656-bb251c13e4b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 100966d0-4d12-4e49-9e64-da156ef875ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef45e78e-49c7-44ed-89f7-5e6e706cbb81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 100966d0-4d12-4e49-9e64-da156ef875ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2745549526023233406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406274554952602323340627455495260232334062745549526023233406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef45e78e-49c7-44ed-89f7-5e6e706cbb81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7561231376325892758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758756123137632589275875612313763258927587561231376325892758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 100966d0-4d12-4e49-9e64-da156ef875ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0891d89-358c-4d79-97ae-fb75061dfc4a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0891d89-358c-4d79-97ae-fb75061dfc4a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17645696645146226469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469176456966451462264691764569664514622646917645696645146226469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef45e78e-49c7-44ed-89f7-5e6e706cbb81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 373caf76-5f47-420c-a3f1-59a8c0961943, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373caf76-5f47-420c-a3f1-59a8c0961943, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9037732673468041224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224903773267346804122490377326734680412249037732673468041224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0891d89-358c-4d79-97ae-fb75061dfc4a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d7b094a-83d9-43c4-8d42-f8576902f777, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d7b094a-83d9-43c4-8d42-f8576902f777, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5809280863033193405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405580928086303319340558092808630331934055809280863033193405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373caf76-5f47-420c-a3f1-59a8c0961943, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e82f3c46-4800-4d24-9be8-ea67f78e1ae7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e82f3c46-4800-4d24-9be8-ea67f78e1ae7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1600250901970069762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762160025090197006976216002509019700697621600250901970069762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d7b094a-83d9-43c4-8d42-f8576902f777, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8bb46d-7de7-4e86-ab7b-9906f85d4774, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e82f3c46-4800-4d24-9be8-ea67f78e1ae7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8bb46d-7de7-4e86-ab7b-9906f85d4774, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8804058471188675648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648880405847118867564888040584711886756488804058471188675648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7142e29a-258f-496d-b791-2b1863ba67d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7142e29a-258f-496d-b791-2b1863ba67d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16707944992940723250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250167079449929407232501670794499294072325016707944992940723250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8bb46d-7de7-4e86-ab7b-9906f85d4774, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3d028e0-f334-46b7-8aa1-f1fad705b52a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3d028e0-f334-46b7-8aa1-f1fad705b52a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12999396260111449219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219129993962601114492191299939626011144921912999396260111449219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7142e29a-258f-496d-b791-2b1863ba67d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e31c1e28-afbb-475d-ae5e-0474787cbc6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e31c1e28-afbb-475d-ae5e-0474787cbc6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3371518199632331583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583337151819963233158333715181996323315833371518199632331583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3d028e0-f334-46b7-8aa1-f1fad705b52a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3328ec20-06f5-4a96-9732-b2d66583ef5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e31c1e28-afbb-475d-ae5e-0474787cbc6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3328ec20-06f5-4a96-9732-b2d66583ef5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4025713220510377107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107402571322051037710740257132205103771074025713220510377107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 069199b4-1072-4dab-913a-e6e74eed75d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 069199b4-1072-4dab-913a-e6e74eed75d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8112067885523615085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085811206788552361508581120678855236150858112067885523615085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3328ec20-06f5-4a96-9732-b2d66583ef5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b53cc37-937b-44a8-91e8-4ea27d1cfd7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b53cc37-937b-44a8-91e8-4ea27d1cfd7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16949652348760286225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225169496523487602862251694965234876028622516949652348760286225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 069199b4-1072-4dab-913a-e6e74eed75d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46ce48ec-c93a-478f-a129-660c33518d9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46ce48ec-c93a-478f-a129-660c33518d9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9227963361610281466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466922796336161028146692279633616102814669227963361610281466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b53cc37-937b-44a8-91e8-4ea27d1cfd7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53a5c67f-a62e-42a9-93ed-c6aaf40610b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53a5c67f-a62e-42a9-93ed-c6aaf40610b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4092133973103276784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784409213397310327678440921339731032767844092133973103276784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46ce48ec-c93a-478f-a129-660c33518d9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94c2d522-0f60-476d-88bb-fdb2f5175d38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94c2d522-0f60-476d-88bb-fdb2f5175d38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7815725895814847169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169781572589581484716978157258958148471697815725895814847169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53a5c67f-a62e-42a9-93ed-c6aaf40610b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de764420-e7ad-4f4c-979d-b6246c3ccd9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de764420-e7ad-4f4c-979d-b6246c3ccd9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912487916705362214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214129124879167053622141291248791670536221412912487916705362214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94c2d522-0f60-476d-88bb-fdb2f5175d38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3139b1c3-309f-4ac9-80de-f955f94d0bd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3139b1c3-309f-4ac9-80de-f955f94d0bd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15582052886991702905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905155820528869917029051558205288699170290515582052886991702905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de764420-e7ad-4f4c-979d-b6246c3ccd9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1315aee3-2753-4251-ae6b-7f9cee0702d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1315aee3-2753-4251-ae6b-7f9cee0702d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14204055918146775236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236142040559181467752361420405591814677523614204055918146775236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3139b1c3-309f-4ac9-80de-f955f94d0bd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a8114f-b48b-4cba-88ac-ddcf8033fd74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a8114f-b48b-4cba-88ac-ddcf8033fd74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8540683270282178401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401854068327028217840185406832702821784018540683270282178401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1315aee3-2753-4251-ae6b-7f9cee0702d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78dfe07e-e689-4576-8799-e0413f153715, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78dfe07e-e689-4576-8799-e0413f153715, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17088273138408750092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092170882731384087500921708827313840875009217088273138408750092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a8114f-b48b-4cba-88ac-ddcf8033fd74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72360d0d-a6aa-40e7-b796-2a9ce3d4cedd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72360d0d-a6aa-40e7-b796-2a9ce3d4cedd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10236942079076208294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294102369420790762082941023694207907620829410236942079076208294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78dfe07e-e689-4576-8799-e0413f153715, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e6c5054-1090-45ee-9192-6f0b82779036, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e6c5054-1090-45ee-9192-6f0b82779036, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14477121621231563271 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271144771216212315632711447712162123156327114477121621231563271" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72360d0d-a6aa-40e7-b796-2a9ce3d4cedd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36314054-0691-4dfe-8c43-1287ae1dff1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36314054-0691-4dfe-8c43-1287ae1dff1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15791244470938112568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568157912444709381125681579124447093811256815791244470938112568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e6c5054-1090-45ee-9192-6f0b82779036, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 021746d1-768b-4e39-92bc-f4e5f7b9f5ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 021746d1-768b-4e39-92bc-f4e5f7b9f5ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11022239907290366918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918110222399072903669181102223990729036691811022239907290366918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36314054-0691-4dfe-8c43-1287ae1dff1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 205cee20-2aab-4a1b-984e-fb24282acdfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 205cee20-2aab-4a1b-984e-fb24282acdfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12347317105466636299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299123473171054666362991234731710546663629912347317105466636299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 021746d1-768b-4e39-92bc-f4e5f7b9f5ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63fce635-9a04-4527-b312-0b1dc7290d05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63fce635-9a04-4527-b312-0b1dc7290d05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18375690456722442365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365183756904567224423651837569045672244236518375690456722442365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63fce635-9a04-4527-b312-0b1dc7290d05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bef1b3e4-e025-4be2-a8d1-23bff9b49e22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bef1b3e4-e025-4be2-a8d1-23bff9b49e22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9361887753687528592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592936188775368752859293618877536875285929361887753687528592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 205cee20-2aab-4a1b-984e-fb24282acdfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78932de5-1927-4002-a9f8-fa212e4072cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bef1b3e4-e025-4be2-a8d1-23bff9b49e22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78932de5-1927-4002-a9f8-fa212e4072cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10772878312927617298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298107728783129276172981077287831292761729810772878312927617298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beff3bd0-c0f3-4a1e-b349-ed1db236ac6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beff3bd0-c0f3-4a1e-b349-ed1db236ac6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775797208298896315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315117757972082988963151177579720829889631511775797208298896315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78932de5-1927-4002-a9f8-fa212e4072cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beff3bd0-c0f3-4a1e-b349-ed1db236ac6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c98f9c65-4621-4988-879a-83e32dd24190, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c98f9c65-4621-4988-879a-83e32dd24190, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18198291875906201261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261181982918759062012611819829187590620126118198291875906201261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98bff1c3-60af-4780-be5a-d0ffb802da67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98bff1c3-60af-4780-be5a-d0ffb802da67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1023775033102907358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358102377503310290735810237750331029073581023775033102907358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c98f9c65-4621-4988-879a-83e32dd24190, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b14caae6-0082-4660-9378-9cce09b78e2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98bff1c3-60af-4780-be5a-d0ffb802da67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b14caae6-0082-4660-9378-9cce09b78e2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17197475761388731580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580171974757613887315801719747576138873158017197475761388731580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d0e7f3f-08c8-423d-add5-44d44589e316, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d0e7f3f-08c8-423d-add5-44d44589e316, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665727287068347569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569966572728706834756996657272870683475699665727287068347569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b14caae6-0082-4660-9378-9cce09b78e2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55101380-37ee-40dc-b986-9be8f7ffe500, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d0e7f3f-08c8-423d-add5-44d44589e316, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55101380-37ee-40dc-b986-9be8f7ffe500, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5628360862556323448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448562836086255632344856283608625563234485628360862556323448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f63e19b-5915-46f4-8c45-e90f79ef1d60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f63e19b-5915-46f4-8c45-e90f79ef1d60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13642463706026002799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799136424637060260027991364246370602600279913642463706026002799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55101380-37ee-40dc-b986-9be8f7ffe500, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f63e19b-5915-46f4-8c45-e90f79ef1d60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c080b0b9-d164-4546-bafa-a4a1ebe70ed0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c080b0b9-d164-4546-bafa-a4a1ebe70ed0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5233620022118754570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570523362002211875457052336200221187545705233620022118754570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e91cefa2-2b19-4cf2-92f6-f01ace941621, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e91cefa2-2b19-4cf2-92f6-f01ace941621, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9889971735903295795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795988997173590329579598899717359032957959889971735903295795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c080b0b9-d164-4546-bafa-a4a1ebe70ed0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e91cefa2-2b19-4cf2-92f6-f01ace941621, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc7cf251-09d1-4626-93ec-0d95bb9931c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a29931f-df84-4c8f-9df1-74c9353a6bc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc7cf251-09d1-4626-93ec-0d95bb9931c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18115625044518284959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959181156250445182849591811562504451828495918115625044518284959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a29931f-df84-4c8f-9df1-74c9353a6bc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6989409968072837121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121698940996807283712169894099680728371216989409968072837121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc7cf251-09d1-4626-93ec-0d95bb9931c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a29931f-df84-4c8f-9df1-74c9353a6bc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d726b39e-91d4-4deb-a7d2-c11372241546, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d726b39e-91d4-4deb-a7d2-c11372241546, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14541037387959044340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340145410373879590443401454103738795904434014541037387959044340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcf6109a-f906-4bdd-9bfb-f2490d855c19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcf6109a-f906-4bdd-9bfb-f2490d855c19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 423695887836205445 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445423695887836205445" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d726b39e-91d4-4deb-a7d2-c11372241546, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcf6109a-f906-4bdd-9bfb-f2490d855c19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66c7222c-7b8d-4b07-ba55-0d38c988a42b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18a9b103-8741-4738-8b3f-96d5b298dbcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66c7222c-7b8d-4b07-ba55-0d38c988a42b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12919688659925807285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285129196886599258072851291968865992580728512919688659925807285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18a9b103-8741-4738-8b3f-96d5b298dbcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12611769063934077358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358126117690639340773581261176906393407735812611769063934077358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66c7222c-7b8d-4b07-ba55-0d38c988a42b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18a9b103-8741-4738-8b3f-96d5b298dbcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d1df73-bd70-49a6-a61a-f1630a631018, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d1df73-bd70-49a6-a61a-f1630a631018, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10576356075682188733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733105763560756821887331057635607568218873310576356075682188733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9e64fbb-d27c-4057-b2ba-c487bf636453, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9e64fbb-d27c-4057-b2ba-c487bf636453, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10540489976255896908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908105404899762558969081054048997625589690810540489976255896908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d1df73-bd70-49a6-a61a-f1630a631018, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9e64fbb-d27c-4057-b2ba-c487bf636453, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c52e982-f688-4f74-b169-9f735388b826, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 016f826a-331b-41ab-b224-89b2f73317c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c52e982-f688-4f74-b169-9f735388b826, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6748995341877243321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321674899534187724332167489953418772433216748995341877243321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 016f826a-331b-41ab-b224-89b2f73317c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8994399685879445366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366899439968587944536689943996858794453668994399685879445366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c52e982-f688-4f74-b169-9f735388b826, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55536a6d-adcf-476e-8608-4b85df9bf8c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55536a6d-adcf-476e-8608-4b85df9bf8c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12181296886610703713 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713121812968866107037131218129688661070371312181296886610703713" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 016f826a-331b-41ab-b224-89b2f73317c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d38b3f5-2689-4093-9b73-d2f8d041475f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d38b3f5-2689-4093-9b73-d2f8d041475f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1014222361266502913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913101422236126650291310142223612665029131014222361266502913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55536a6d-adcf-476e-8608-4b85df9bf8c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4e7f381-0914-47d7-ab04-aa5b58130ce4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4e7f381-0914-47d7-ab04-aa5b58130ce4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17472611375226478816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816174726113752264788161747261137522647881617472611375226478816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d38b3f5-2689-4093-9b73-d2f8d041475f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 960456bd-0bed-4a5c-b8f9-00763193b07e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 960456bd-0bed-4a5c-b8f9-00763193b07e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7813833448295200052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052781383344829520005278138334482952000527813833448295200052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4e7f381-0914-47d7-ab04-aa5b58130ce4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d259a686-bf10-4d40-b99f-0055a3bfb705, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d259a686-bf10-4d40-b99f-0055a3bfb705, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5796791717063257587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587579679171706325758757967917170632575875796791717063257587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 960456bd-0bed-4a5c-b8f9-00763193b07e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fa09781-faa2-4aa4-8cfd-80a1ddecb866, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa09781-faa2-4aa4-8cfd-80a1ddecb866, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713813926908672650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650137138139269086726501371381392690867265013713813926908672650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d259a686-bf10-4d40-b99f-0055a3bfb705, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d141e4c8-32ca-47ac-b5bf-37e612fbf225, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d141e4c8-32ca-47ac-b5bf-37e612fbf225, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16663345720343073433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433166633457203430734331666334572034307343316663345720343073433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa09781-faa2-4aa4-8cfd-80a1ddecb866, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08079cd7-1eea-4c5b-b22f-aaf7b4346c63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08079cd7-1eea-4c5b-b22f-aaf7b4346c63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16464655474691072188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188164646554746910721881646465547469107218816464655474691072188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d141e4c8-32ca-47ac-b5bf-37e612fbf225, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb27d070-33c7-4013-a6fe-d2c151325a8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb27d070-33c7-4013-a6fe-d2c151325a8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9114401684266469961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961911440168426646996191144016842664699619114401684266469961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08079cd7-1eea-4c5b-b22f-aaf7b4346c63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29aa1118-878e-454b-851a-772b76e871e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb27d070-33c7-4013-a6fe-d2c151325a8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29aa1118-878e-454b-851a-772b76e871e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082132551007390226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226140821325510073902261408213255100739022614082132551007390226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e56233b-07a1-44ba-9f66-bd1b3717c1ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e56233b-07a1-44ba-9f66-bd1b3717c1ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17038814087586585619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619170388140875865856191703881408758658561917038814087586585619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29aa1118-878e-454b-851a-772b76e871e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00d0acd0-37eb-4d99-a7a3-417a28f1934b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e56233b-07a1-44ba-9f66-bd1b3717c1ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d0acd0-37eb-4d99-a7a3-417a28f1934b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15586102320108945157 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157155861023201089451571558610232010894515715586102320108945157" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b07dd57-8826-44d3-bdc1-cd5058fe0694, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b07dd57-8826-44d3-bdc1-cd5058fe0694, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 185585640506047438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438185585640506047438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d0acd0-37eb-4d99-a7a3-417a28f1934b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e9684dd-d00e-431f-b100-844a1b9971ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e9684dd-d00e-431f-b100-844a1b9971ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6902643960857488948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948690264396085748894869026439608574889486902643960857488948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b07dd57-8826-44d3-bdc1-cd5058fe0694, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 119028a6-0eb8-43a4-b1fa-3cf6a871ac92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 119028a6-0eb8-43a4-b1fa-3cf6a871ac92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1061290052642094173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173106129005264209417310612900526420941731061290052642094173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e9684dd-d00e-431f-b100-844a1b9971ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d990f192-b396-42f3-9729-7553a7596a90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d990f192-b396-42f3-9729-7553a7596a90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17532145789450249800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800175321457894502498001753214578945024980017532145789450249800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 119028a6-0eb8-43a4-b1fa-3cf6a871ac92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f103151-8fa9-42eb-9fe4-cb56240843f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f103151-8fa9-42eb-9fe4-cb56240843f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1131782573464582273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273113178257346458227311317825734645822731131782573464582273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d990f192-b396-42f3-9729-7553a7596a90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b9df721-1047-4bed-8afd-74f9ee1355d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b9df721-1047-4bed-8afd-74f9ee1355d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189795515988810605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605118979551598881060511897955159888106051189795515988810605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f103151-8fa9-42eb-9fe4-cb56240843f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78a92f48-3e73-49cf-b9e8-8e37b25124e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78a92f48-3e73-49cf-b9e8-8e37b25124e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380051673759059689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689838005167375905968983800516737590596898380051673759059689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b9df721-1047-4bed-8afd-74f9ee1355d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd6b4877-db24-4071-ba1d-eace5b7cd3cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd6b4877-db24-4071-ba1d-eace5b7cd3cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3823268254505567000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000382326825450556700038232682545055670003823268254505567000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78a92f48-3e73-49cf-b9e8-8e37b25124e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b222625-d3e7-4ddd-be7d-e1312522def5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b222625-d3e7-4ddd-be7d-e1312522def5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9222376820415932391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391922237682041593239192223768204159323919222376820415932391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd6b4877-db24-4071-ba1d-eace5b7cd3cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1b9f192-f392-4e9b-bc68-b397ec726a7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1b9f192-f392-4e9b-bc68-b397ec726a7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3620875160405520411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411362087516040552041136208751604055204113620875160405520411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b222625-d3e7-4ddd-be7d-e1312522def5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2e35e3b-527e-4348-a18b-05a2769f6617, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2e35e3b-527e-4348-a18b-05a2769f6617, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3491746166268920508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508349174616626892050834917461662689205083491746166268920508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1b9f192-f392-4e9b-bc68-b397ec726a7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf50d868-cb3b-4a08-babe-0651bd079c3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf50d868-cb3b-4a08-babe-0651bd079c3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1189483401759634813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813118948340175963481311894834017596348131189483401759634813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2e35e3b-527e-4348-a18b-05a2769f6617, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14b379b5-ad60-42c2-928d-cbd9e08de567, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14b379b5-ad60-42c2-928d-cbd9e08de567, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5768957511248728777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777576895751124872877757689575112487287775768957511248728777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf50d868-cb3b-4a08-babe-0651bd079c3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9050130-7fc9-414e-9626-4dfabe03aa5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9050130-7fc9-414e-9626-4dfabe03aa5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17436773959505059992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992174367739595050599921743677395950505999217436773959505059992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14b379b5-ad60-42c2-928d-cbd9e08de567, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04fc1ffe-b458-4739-b6ac-5bf84aa78379, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9050130-7fc9-414e-9626-4dfabe03aa5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7beb0d12-2c6a-4a7d-8dff-c106509a4fc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7beb0d12-2c6a-4a7d-8dff-c106509a4fc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15568803419772537520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520155688034197725375201556880341977253752015568803419772537520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04fc1ffe-b458-4739-b6ac-5bf84aa78379, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12679118084451621898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898126791180844516218981267911808445162189812679118084451621898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7beb0d12-2c6a-4a7d-8dff-c106509a4fc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5e6944-d4bb-4b7a-97f1-40108cb84556, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5e6944-d4bb-4b7a-97f1-40108cb84556, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14909119073215353791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791149091190732153537911490911907321535379114909119073215353791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04fc1ffe-b458-4739-b6ac-5bf84aa78379, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6300fec1-60bc-4faf-b1b8-69623c8a53aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6300fec1-60bc-4faf-b1b8-69623c8a53aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3151339463526496359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359315133946352649635931513394635264963593151339463526496359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5e6944-d4bb-4b7a-97f1-40108cb84556, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe74be49-0499-44e4-8b99-f126bbd418bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6300fec1-60bc-4faf-b1b8-69623c8a53aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe74be49-0499-44e4-8b99-f126bbd418bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6169756761496912663 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663616975676149691266361697567614969126636169756761496912663" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 647e78a6-bed2-4eda-a7df-98b4a9a38f78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 647e78a6-bed2-4eda-a7df-98b4a9a38f78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12489229348931320617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617124892293489313206171248922934893132061712489229348931320617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe74be49-0499-44e4-8b99-f126bbd418bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bddffdd1-68b5-41e0-b3c9-fed58ea0e124, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bddffdd1-68b5-41e0-b3c9-fed58ea0e124, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5295993573018992752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752529599357301899275252959935730189927525295993573018992752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 647e78a6-bed2-4eda-a7df-98b4a9a38f78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e76fb75-66c6-4001-bad8-9ada62078b54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e76fb75-66c6-4001-bad8-9ada62078b54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4152137311028550245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245415213731102855024541521373110285502454152137311028550245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bddffdd1-68b5-41e0-b3c9-fed58ea0e124, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7588bd1d-7dea-4a38-b5e8-98bd3384b3ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7588bd1d-7dea-4a38-b5e8-98bd3384b3ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17749819978574375028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028177498199785743750281774981997857437502817749819978574375028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e76fb75-66c6-4001-bad8-9ada62078b54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe146118-a440-4f50-9661-05298570aa80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe146118-a440-4f50-9661-05298570aa80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12444436751809670180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180124444367518096701801244443675180967018012444436751809670180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7588bd1d-7dea-4a38-b5e8-98bd3384b3ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a321811f-efc9-40c7-90c2-484e53e4792e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe146118-a440-4f50-9661-05298570aa80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a321811f-efc9-40c7-90c2-484e53e4792e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11975052305572102996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996119750523055721029961197505230557210299611975052305572102996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9e53f8a-b943-4ea6-9d47-608bb63e3d97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9e53f8a-b943-4ea6-9d47-608bb63e3d97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9038783162099093135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135903878316209909313590387831620990931359038783162099093135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a321811f-efc9-40c7-90c2-484e53e4792e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55fd2ebb-0ed8-4439-a719-4c9140576552, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55fd2ebb-0ed8-4439-a719-4c9140576552, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12186628688953378159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159121866286889533781591218662868895337815912186628688953378159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9e53f8a-b943-4ea6-9d47-608bb63e3d97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2469b91-4303-4149-992f-f11a09d5607c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2469b91-4303-4149-992f-f11a09d5607c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5866996375454973799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799586699637545497379958669963754549737995866996375454973799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2469b91-4303-4149-992f-f11a09d5607c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79f3dfc4-a895-46a0-88bf-4ee3d14a24ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79f3dfc4-a895-46a0-88bf-4ee3d14a24ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15186063128388526889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889151860631283885268891518606312838852688915186063128388526889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55fd2ebb-0ed8-4439-a719-4c9140576552, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7579b5f-72e8-402d-928f-a62dd40a6c55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7579b5f-72e8-402d-928f-a62dd40a6c55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4290373220227794471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471429037322022779447142903732202277944714290373220227794471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79f3dfc4-a895-46a0-88bf-4ee3d14a24ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9cbae056-2ab9-4a64-807f-e75c1f8917b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7579b5f-72e8-402d-928f-a62dd40a6c55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 913682af-1c15-4c02-9d20-c91f925d0efa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 913682af-1c15-4c02-9d20-c91f925d0efa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5222815566964763509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509522281556696476350952228155669647635095222815566964763509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9cbae056-2ab9-4a64-807f-e75c1f8917b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18303766034770338221 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221183037660347703382211830376603477033822118303766034770338221" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 913682af-1c15-4c02-9d20-c91f925d0efa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebaad3a4-64aa-46ae-92a4-322268077bbf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebaad3a4-64aa-46ae-92a4-322268077bbf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1089453369611123577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577108945336961112357710894533696111235771089453369611123577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9cbae056-2ab9-4a64-807f-e75c1f8917b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90583736-ed5d-47ac-b77c-528d5b3cd6ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90583736-ed5d-47ac-b77c-528d5b3cd6ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16519474426211365551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551165194744262113655511651947442621136555116519474426211365551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebaad3a4-64aa-46ae-92a4-322268077bbf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42613dd7-d485-4e75-bc63-98a4a1ae8c65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42613dd7-d485-4e75-bc63-98a4a1ae8c65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15128449583663532799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799151284495836635327991512844958366353279915128449583663532799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90583736-ed5d-47ac-b77c-528d5b3cd6ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17d4954-26a1-4dcf-af7b-87bf40f9436b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17d4954-26a1-4dcf-af7b-87bf40f9436b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3484154165873257853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853348415416587325785334841541658732578533484154165873257853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42613dd7-d485-4e75-bc63-98a4a1ae8c65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db6132c9-e753-4d7d-ad39-63be3d563c97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17d4954-26a1-4dcf-af7b-87bf40f9436b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db6132c9-e753-4d7d-ad39-63be3d563c97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10364502350845751687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687103645023508457516871036450235084575168710364502350845751687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4ad3e62-d0a3-432f-88bd-73fa3d272f0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4ad3e62-d0a3-432f-88bd-73fa3d272f0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1593239923216459468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468159323992321645946815932399232164594681593239923216459468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db6132c9-e753-4d7d-ad39-63be3d563c97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2afb038f-8230-4cd1-a264-ca8b3245e2e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2afb038f-8230-4cd1-a264-ca8b3245e2e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15393638785653375700 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700153936387856533757001539363878565337570015393638785653375700" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4ad3e62-d0a3-432f-88bd-73fa3d272f0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c35ae5ec-2c7c-47aa-8f2d-ecd1ae5e5f94, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c35ae5ec-2c7c-47aa-8f2d-ecd1ae5e5f94, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13610647846492199709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709136106478464921997091361064784649219970913610647846492199709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2afb038f-8230-4cd1-a264-ca8b3245e2e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aab2d167-858f-4e7c-ac82-b9cf63eb9a59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aab2d167-858f-4e7c-ac82-b9cf63eb9a59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3858189151422736204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204385818915142273620438581891514227362043858189151422736204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c35ae5ec-2c7c-47aa-8f2d-ecd1ae5e5f94, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c531284-14a1-4b93-ae89-c18511472160, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c531284-14a1-4b93-ae89-c18511472160, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10124137626362458637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637101241376263624586371012413762636245863710124137626362458637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aab2d167-858f-4e7c-ac82-b9cf63eb9a59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c531284-14a1-4b93-ae89-c18511472160, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74862904-ee7f-4736-b020-37bd3091f047, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74862904-ee7f-4736-b020-37bd3091f047, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4812524022485994575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575481252402248599457548125240224859945754812524022485994575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e8e3ca8-185d-4622-b457-46d0bdffaaa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e8e3ca8-185d-4622-b457-46d0bdffaaa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13499658924414437122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122134996589244144371221349965892441443712213499658924414437122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74862904-ee7f-4736-b020-37bd3091f047, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e8e3ca8-185d-4622-b457-46d0bdffaaa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1e5f2d3-062f-4f52-a7fb-95f28deb97aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1e5f2d3-062f-4f52-a7fb-95f28deb97aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2217995280343109289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289221799528034310928922179952803431092892217995280343109289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acce1b0f-9457-4f6e-8c95-14536e15df03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acce1b0f-9457-4f6e-8c95-14536e15df03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15530869998600947368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368155308699986009473681553086999860094736815530869998600947368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1e5f2d3-062f-4f52-a7fb-95f28deb97aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 816d25b9-06b2-4658-b8d5-43b453276c25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 816d25b9-06b2-4658-b8d5-43b453276c25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10568093021078606588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588105680930210786065881056809302107860658810568093021078606588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acce1b0f-9457-4f6e-8c95-14536e15df03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d81fa8a-09c7-4cc5-9f8f-f08ce1b39f93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d81fa8a-09c7-4cc5-9f8f-f08ce1b39f93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15538880669800400253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253155388806698004002531553888066980040025315538880669800400253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 816d25b9-06b2-4658-b8d5-43b453276c25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c40b3589-b53e-413c-85c9-fc1851730cd2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c40b3589-b53e-413c-85c9-fc1851730cd2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3012722440983059531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531301272244098305953130127224409830595313012722440983059531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d81fa8a-09c7-4cc5-9f8f-f08ce1b39f93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c9feb1f-7a92-4feb-851e-71fbe68a1827, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c9feb1f-7a92-4feb-851e-71fbe68a1827, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10885473958210682765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765108854739582106827651088547395821068276510885473958210682765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c40b3589-b53e-413c-85c9-fc1851730cd2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbadff06-76cf-48f5-8cff-4b7c6a4f0f07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbadff06-76cf-48f5-8cff-4b7c6a4f0f07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11574451626719510189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189115744516267195101891157445162671951018911574451626719510189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c9feb1f-7a92-4feb-851e-71fbe68a1827, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c9696b1-da69-4607-92eb-44fb50cd1f15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c9696b1-da69-4607-92eb-44fb50cd1f15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2057237573557920681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681205723757355792068120572375735579206812057237573557920681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbadff06-76cf-48f5-8cff-4b7c6a4f0f07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 301067d9-62da-42a6-be05-94ab436bef41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 301067d9-62da-42a6-be05-94ab436bef41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16860096963099674170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170168600969630996741701686009696309967417016860096963099674170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c9696b1-da69-4607-92eb-44fb50cd1f15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 040e3754-e007-4538-99e0-10294e4d0ce1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 040e3754-e007-4538-99e0-10294e4d0ce1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 80546530895038617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "8054653089503861780546530895038617805465308950386178054653089503861780546530895038617805465308950386178054653089503861780546530895038617805465308950386178054653089503861780546530895038617805465308950386178054653089503861780546530895038617805465308950386178054653089503861780546530895038617805465308950386178054653089503861780546530895038617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 301067d9-62da-42a6-be05-94ab436bef41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5162fae3-b0dd-4336-ba1a-99aca8921baa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 040e3754-e007-4538-99e0-10294e4d0ce1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5162fae3-b0dd-4336-ba1a-99aca8921baa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6119238805346171832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832611923880534617183261192388053461718326119238805346171832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d7eb6da5-6fd5-482a-8b22-9c8ce570ff04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d7eb6da5-6fd5-482a-8b22-9c8ce570ff04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9875282264634857968 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968987528226463485796898752822646348579689875282264634857968" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5162fae3-b0dd-4336-ba1a-99aca8921baa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db474a15-c299-4adf-8f39-db95db219262, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db474a15-c299-4adf-8f39-db95db219262, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5592187664582370292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292559218766458237029255921876645823702925592187664582370292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d7eb6da5-6fd5-482a-8b22-9c8ce570ff04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dfdc83e-a362-410f-a089-91caa9816ad9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dfdc83e-a362-410f-a089-91caa9816ad9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13468847539180010041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041134688475391800100411346884753918001004113468847539180010041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db474a15-c299-4adf-8f39-db95db219262, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc16ff74-de16-46b8-a009-982903c3c2b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dfdc83e-a362-410f-a089-91caa9816ad9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc16ff74-de16-46b8-a009-982903c3c2b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6045648847131101996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996604564884713110199660456488471311019966045648847131101996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a7ad78b-88ac-4a9b-af9f-3f8845b5b37c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7ad78b-88ac-4a9b-af9f-3f8845b5b37c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4855068007986453095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095485506800798645309548550680079864530954855068007986453095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc16ff74-de16-46b8-a009-982903c3c2b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59d71952-ba80-4a34-9d0b-6103cda4b3ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59d71952-ba80-4a34-9d0b-6103cda4b3ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 875812729115996928 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928875812729115996928" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7ad78b-88ac-4a9b-af9f-3f8845b5b37c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ac567ac-d0d4-470b-9620-68b462441fe2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ac567ac-d0d4-470b-9620-68b462441fe2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2705906499257841045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045270590649925784104527059064992578410452705906499257841045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59d71952-ba80-4a34-9d0b-6103cda4b3ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aebf40dd-bae6-490c-add3-2f34769520ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebf40dd-bae6-490c-add3-2f34769520ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4580971896670273815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815458097189667027381545809718966702738154580971896670273815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ac567ac-d0d4-470b-9620-68b462441fe2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d187b5d-9337-4af5-93ef-6e22afc554b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d187b5d-9337-4af5-93ef-6e22afc554b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695006600372929017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017969500660037292901796950066003729290179695006600372929017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebf40dd-bae6-490c-add3-2f34769520ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd1b7de8-2be6-4e53-a426-f6af77419176, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd1b7de8-2be6-4e53-a426-f6af77419176, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12057269198298934472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472120572691982989344721205726919829893447212057269198298934472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d187b5d-9337-4af5-93ef-6e22afc554b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eedf96b1-ab6a-4500-8253-904369721e48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eedf96b1-ab6a-4500-8253-904369721e48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13740754835887986393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393137407548358879863931374075483588798639313740754835887986393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd1b7de8-2be6-4e53-a426-f6af77419176, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d0e26ed-a13e-48bf-8acf-677e04d54e81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d0e26ed-a13e-48bf-8acf-677e04d54e81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2649689048912497383 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383264968904891249738326496890489124973832649689048912497383" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eedf96b1-ab6a-4500-8253-904369721e48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e640bab-e96f-4283-b065-3e8bc9c12a11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e640bab-e96f-4283-b065-3e8bc9c12a11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16522778310216619191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191165227783102166191911652277831021661919116522778310216619191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d0e26ed-a13e-48bf-8acf-677e04d54e81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 616c169d-cb41-4420-9e7d-063b83176136, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 616c169d-cb41-4420-9e7d-063b83176136, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3260424813998685961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961326042481399868596132604248139986859613260424813998685961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e640bab-e96f-4283-b065-3e8bc9c12a11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3cfeb5aa-ac72-45a4-b1b9-a01718cb287a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3cfeb5aa-ac72-45a4-b1b9-a01718cb287a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3134860570497750421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421313486057049775042131348605704977504213134860570497750421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 616c169d-cb41-4420-9e7d-063b83176136, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b242f178-e129-4ac8-87aa-12c33abc9a7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b242f178-e129-4ac8-87aa-12c33abc9a7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16840033017144361629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629168400330171443616291684003301714436162916840033017144361629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3cfeb5aa-ac72-45a4-b1b9-a01718cb287a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6afd8f82-6698-454b-b59a-f625abde45a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6afd8f82-6698-454b-b59a-f625abde45a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17210180107607426752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752172101801076074267521721018010760742675217210180107607426752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b242f178-e129-4ac8-87aa-12c33abc9a7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 556cc589-e9ec-4b7e-ae4a-2cdf36dfbc3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 556cc589-e9ec-4b7e-ae4a-2cdf36dfbc3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9413704173011137817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817941370417301113781794137041730111378179413704173011137817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6afd8f82-6698-454b-b59a-f625abde45a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bd25e84-6cf5-4689-ba76-719bfbb5bf38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bd25e84-6cf5-4689-ba76-719bfbb5bf38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2334560146275828224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224233456014627582822423345601462758282242334560146275828224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 556cc589-e9ec-4b7e-ae4a-2cdf36dfbc3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aabb2a25-3ea9-48e2-ad33-62272161b19b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aabb2a25-3ea9-48e2-ad33-62272161b19b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5319307115315148570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570531930711531514857053193071153151485705319307115315148570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bd25e84-6cf5-4689-ba76-719bfbb5bf38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6efbe8cb-76fd-4cf7-9270-8fdc78af1ebc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6efbe8cb-76fd-4cf7-9270-8fdc78af1ebc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1543875197531179490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490154387519753117949015438751975311794901543875197531179490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aabb2a25-3ea9-48e2-ad33-62272161b19b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5c5f8c0-748a-4ed7-b1ce-4580033c8779, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5c5f8c0-748a-4ed7-b1ce-4580033c8779, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16444336029860400367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367164443360298604003671644433602986040036716444336029860400367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6efbe8cb-76fd-4cf7-9270-8fdc78af1ebc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 067500fc-48ef-46dc-809d-c69619710d45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5c5f8c0-748a-4ed7-b1ce-4580033c8779, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8db0f7be-e02b-47fc-b6c2-21f246b47900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 067500fc-48ef-46dc-809d-c69619710d45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2890023332810160790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790289002333281016079028900233328101607902890023332810160790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8db0f7be-e02b-47fc-b6c2-21f246b47900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12083663218841336997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997120836632188413369971208366321884133699712083663218841336997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 067500fc-48ef-46dc-809d-c69619710d45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8db0f7be-e02b-47fc-b6c2-21f246b47900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98ed0d14-9ff8-4694-a65e-574cd9714a67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ee17e1-140e-49c9-b844-fccde420f38b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ed0d14-9ff8-4694-a65e-574cd9714a67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12209089892833519204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204122090898928335192041220908989283351920412209089892833519204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ee17e1-140e-49c9-b844-fccde420f38b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10648421783466302565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565106484217834663025651064842178346630256510648421783466302565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ee17e1-140e-49c9-b844-fccde420f38b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ed0d14-9ff8-4694-a65e-574cd9714a67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91203529-e84f-43d8-9ce4-e9514a047469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bc782ab-ec5e-4014-bbae-9ae69cd5f02c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91203529-e84f-43d8-9ce4-e9514a047469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9218042921494505191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191921804292149450519192180429214945051919218042921494505191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bc782ab-ec5e-4014-bbae-9ae69cd5f02c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13048110933867909320 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320130481109338679093201304811093386790932013048110933867909320" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91203529-e84f-43d8-9ce4-e9514a047469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bc782ab-ec5e-4014-bbae-9ae69cd5f02c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cbba2b8-0df9-4850-8244-f72b20807f23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11d3f03d-8aeb-4c90-8d11-ff8df07ab6ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cbba2b8-0df9-4850-8244-f72b20807f23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13815701453926037009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009138157014539260370091381570145392603700913815701453926037009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11d3f03d-8aeb-4c90-8d11-ff8df07ab6ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12629466980575959413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413126294669805759594131262946698057595941312629466980575959413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11d3f03d-8aeb-4c90-8d11-ff8df07ab6ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cbba2b8-0df9-4850-8244-f72b20807f23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09cf88bd-0fc9-471d-a4f1-8201be310b66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da49d78d-a836-4c20-ba27-07af20366567, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09cf88bd-0fc9-471d-a4f1-8201be310b66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2996857159765092935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935299685715976509293529968571597650929352996857159765092935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da49d78d-a836-4c20-ba27-07af20366567, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6458539328995308654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654645853932899530865464585393289953086546458539328995308654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da49d78d-a836-4c20-ba27-07af20366567, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09cf88bd-0fc9-471d-a4f1-8201be310b66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3784130-493b-4aa0-aae6-2343861731a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 895d479f-ba0d-499b-94c3-d03eb0883a95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3784130-493b-4aa0-aae6-2343861731a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16635426706461890846 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846166354267064618908461663542670646189084616635426706461890846" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 895d479f-ba0d-499b-94c3-d03eb0883a95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308562019851206372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372430856201985120637243085620198512063724308562019851206372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3784130-493b-4aa0-aae6-2343861731a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 895d479f-ba0d-499b-94c3-d03eb0883a95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c186b197-b839-438c-bbc8-5f826105d207, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9a4246f-8047-4594-b2d6-6b994f8aa76c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c186b197-b839-438c-bbc8-5f826105d207, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12949342791383161241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241129493427913831612411294934279138316124112949342791383161241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9a4246f-8047-4594-b2d6-6b994f8aa76c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14916180454556748678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678149161804545567486781491618045455674867814916180454556748678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c186b197-b839-438c-bbc8-5f826105d207, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9a4246f-8047-4594-b2d6-6b994f8aa76c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89c00756-1f0f-4c19-beee-eb2cb14b722c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c00756-1f0f-4c19-beee-eb2cb14b722c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13984772113759277110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110139847721137592771101398477211375927711013984772113759277110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22c66236-709f-487f-b64c-97b7f2450ee4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22c66236-709f-487f-b64c-97b7f2450ee4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2793123640048007430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430279312364004800743027931236400480074302793123640048007430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c00756-1f0f-4c19-beee-eb2cb14b722c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22c66236-709f-487f-b64c-97b7f2450ee4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da23817c-5a95-4d5d-aee5-5f6585db7b44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac3e645e-52b2-4531-b46f-113abad7a71e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da23817c-5a95-4d5d-aee5-5f6585db7b44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9135149840398227133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133913514984039822713391351498403982271339135149840398227133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac3e645e-52b2-4531-b46f-113abad7a71e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9603826384417606131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131960382638441760613196038263844176061319603826384417606131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da23817c-5a95-4d5d-aee5-5f6585db7b44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac3e645e-52b2-4531-b46f-113abad7a71e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3664920f-852d-43dd-a7f7-5d8b83ba4610, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68bf8c5c-e03e-474e-b28f-06d21a12b869, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3664920f-852d-43dd-a7f7-5d8b83ba4610, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3362837715501011745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745336283771550101174533628377155010117453362837715501011745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68bf8c5c-e03e-474e-b28f-06d21a12b869, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5825750580790479031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031582575058079047903158257505807904790315825750580790479031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3664920f-852d-43dd-a7f7-5d8b83ba4610, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68bf8c5c-e03e-474e-b28f-06d21a12b869, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc07554e-4330-495a-9295-399ce3debcaa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc07554e-4330-495a-9295-399ce3debcaa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3141924637505291709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709314192463750529170931419246375052917093141924637505291709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e92f96-09c2-477c-a70f-53d5cc1ec768, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e92f96-09c2-477c-a70f-53d5cc1ec768, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12633816407271019413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413126338164072710194131263381640727101941312633816407271019413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc07554e-4330-495a-9295-399ce3debcaa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e92f96-09c2-477c-a70f-53d5cc1ec768, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05fb6601-b088-47d4-ae3c-ade10979b5b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05fb6601-b088-47d4-ae3c-ade10979b5b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9038427236965213801 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801903842723696521380190384272369652138019038427236965213801" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9387e7-e597-4022-b99e-53c62828b928, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9387e7-e597-4022-b99e-53c62828b928, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4707196968134547444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444470719696813454744447071969681345474444707196968134547444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05fb6601-b088-47d4-ae3c-ade10979b5b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe10fbe4-7725-43ac-b7a7-c97460671042, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe10fbe4-7725-43ac-b7a7-c97460671042, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13344608203680763576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576133446082036807635761334460820368076357613344608203680763576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9387e7-e597-4022-b99e-53c62828b928, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeb3e8de-fe2e-47af-a519-69d15528e56a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeb3e8de-fe2e-47af-a519-69d15528e56a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11849492907125716771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771118494929071257167711184949290712571677111849492907125716771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe10fbe4-7725-43ac-b7a7-c97460671042, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52baa29d-0365-4ddd-8f31-4e8364a74e6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52baa29d-0365-4ddd-8f31-4e8364a74e6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3508632735952828196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196350863273595282819635086327359528281963508632735952828196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeb3e8de-fe2e-47af-a519-69d15528e56a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2010d1a-e884-478e-bd47-8eeef71d3b28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2010d1a-e884-478e-bd47-8eeef71d3b28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434394664547600823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823174343946645476008231743439466454760082317434394664547600823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52baa29d-0365-4ddd-8f31-4e8364a74e6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f82d61b-cf65-4319-b563-09754c2e56b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f82d61b-cf65-4319-b563-09754c2e56b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739976198894419530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530117399761988944195301173997619889441953011739976198894419530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2010d1a-e884-478e-bd47-8eeef71d3b28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90536bbc-e507-4824-876c-8b9103c40bfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90536bbc-e507-4824-876c-8b9103c40bfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8315866038081754943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943831586603808175494383158660380817549438315866038081754943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f82d61b-cf65-4319-b563-09754c2e56b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 435cfef8-d49b-4c91-a552-38fc781f5d1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 435cfef8-d49b-4c91-a552-38fc781f5d1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16761653866235134948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948167616538662351349481676165386623513494816761653866235134948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90536bbc-e507-4824-876c-8b9103c40bfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b7d8d8c9-fbcd-498b-8ab8-64e10e7dcc7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b7d8d8c9-fbcd-498b-8ab8-64e10e7dcc7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2189648131316320570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570218964813131632057021896481313163205702189648131316320570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 435cfef8-d49b-4c91-a552-38fc781f5d1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acffecdc-92ee-4536-8236-f6c5b5aafce4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acffecdc-92ee-4536-8236-f6c5b5aafce4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14348320357452669002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002143483203574526690021434832035745266900214348320357452669002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b7d8d8c9-fbcd-498b-8ab8-64e10e7dcc7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4793a77-df07-4efe-a9b0-c80d033b4b98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4793a77-df07-4efe-a9b0-c80d033b4b98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12912436894983805998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998129124368949838059981291243689498380599812912436894983805998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acffecdc-92ee-4536-8236-f6c5b5aafce4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 248e458c-625c-4784-8e81-0fc8ee06b4a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 248e458c-625c-4784-8e81-0fc8ee06b4a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7032583022883092952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952703258302288309295270325830228830929527032583022883092952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4793a77-df07-4efe-a9b0-c80d033b4b98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cece46a1-0a8e-4460-b58e-f1b17919c531, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cece46a1-0a8e-4460-b58e-f1b17919c531, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15188387938383023494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494151883879383830234941518838793838302349415188387938383023494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 248e458c-625c-4784-8e81-0fc8ee06b4a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67cf06f2-080f-496e-b2f7-1926274c3ca7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67cf06f2-080f-496e-b2f7-1926274c3ca7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10487442339099465849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849104874423390994658491048744233909946584910487442339099465849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cece46a1-0a8e-4460-b58e-f1b17919c531, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405a3adc-72ce-4e03-bc23-905d86d9f12f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405a3adc-72ce-4e03-bc23-905d86d9f12f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4281903255507263379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379428190325550726337942819032555072633794281903255507263379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67cf06f2-080f-496e-b2f7-1926274c3ca7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 998b7c54-d677-43f4-a8a1-a0f7a251d953, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 998b7c54-d677-43f4-a8a1-a0f7a251d953, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 636103516728006921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921636103516728006921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405a3adc-72ce-4e03-bc23-905d86d9f12f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a672d1c1-a6d9-49a8-bbac-8546e51ca4ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a672d1c1-a6d9-49a8-bbac-8546e51ca4ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9226712017728422454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454922671201772842245492267120177284224549226712017728422454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 998b7c54-d677-43f4-a8a1-a0f7a251d953, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd739cfa-9b3a-478a-90ff-c58311294641, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd739cfa-9b3a-478a-90ff-c58311294641, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5005281952435062785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785500528195243506278550052819524350627855005281952435062785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a672d1c1-a6d9-49a8-bbac-8546e51ca4ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2d5552-bdfe-4494-980a-2b54708c7720, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd739cfa-9b3a-478a-90ff-c58311294641, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2d5552-bdfe-4494-980a-2b54708c7720, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17664642719837864498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498176646427198378644981766464271983786449817664642719837864498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, effaffcc-ebd0-4da4-8601-cce08b2eaefb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, effaffcc-ebd0-4da4-8601-cce08b2eaefb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14862705323365128671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671148627053233651286711486270532336512867114862705323365128671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2d5552-bdfe-4494-980a-2b54708c7720, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dbf8779-1261-4b01-a528-71aea5a80be4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dbf8779-1261-4b01-a528-71aea5a80be4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3268028624780378414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414326802862478037841432680286247803784143268028624780378414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, effaffcc-ebd0-4da4-8601-cce08b2eaefb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8828e9c4-d968-4429-8bb2-6c622e85776b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8828e9c4-d968-4429-8bb2-6c622e85776b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7589411693880866205 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205758941169388086620575894116938808662057589411693880866205" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dbf8779-1261-4b01-a528-71aea5a80be4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8828e9c4-d968-4429-8bb2-6c622e85776b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17e01332-16c1-4bdd-a15a-21739cf6ee76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f67aa49-b077-4466-b807-90c0d445ffc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f67aa49-b077-4466-b807-90c0d445ffc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5037450379627819251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251503745037962781925150374503796278192515037450379627819251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e01332-16c1-4bdd-a15a-21739cf6ee76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248706009451473168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168824870600945147316882487060094514731688248706009451473168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f67aa49-b077-4466-b807-90c0d445ffc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e01332-16c1-4bdd-a15a-21739cf6ee76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ef35a97-e405-4739-bfae-6bf261998093, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5353affb-4dc4-429e-a745-92e55ec2772a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ef35a97-e405-4739-bfae-6bf261998093, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530346643018530260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260115303466430185302601153034664301853026011530346643018530260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5353affb-4dc4-429e-a745-92e55ec2772a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5417693786692201603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603541769378669220160354176937866922016035417693786692201603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5353affb-4dc4-429e-a745-92e55ec2772a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ef35a97-e405-4739-bfae-6bf261998093, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f96af551-90b0-4794-9674-7ea6a9baed5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f96af551-90b0-4794-9674-7ea6a9baed5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753763756718587936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936675376375671858793667537637567185879366753763756718587936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5643440c-4a0e-422e-99bd-ae1e8abe8e75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5643440c-4a0e-422e-99bd-ae1e8abe8e75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13777054404232202591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591137770544042322025911377705440423220259113777054404232202591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f96af551-90b0-4794-9674-7ea6a9baed5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c652316-3569-4e4d-b681-cfd5cb659bcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c652316-3569-4e4d-b681-cfd5cb659bcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15587975165387122758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758155879751653871227581558797516538712275815587975165387122758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5643440c-4a0e-422e-99bd-ae1e8abe8e75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 294f0b48-9e6b-4fd3-85cf-446109bee087, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 294f0b48-9e6b-4fd3-85cf-446109bee087, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11524556400522634978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978115245564005226349781152455640052263497811524556400522634978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c652316-3569-4e4d-b681-cfd5cb659bcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 294f0b48-9e6b-4fd3-85cf-446109bee087, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 893be695-ea12-4797-8835-a92495260d18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 893be695-ea12-4797-8835-a92495260d18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3295157786603171483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483329515778660317148332951577866031714833295157786603171483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6537e989-2dc8-4c0e-969b-d4112ba155e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6537e989-2dc8-4c0e-969b-d4112ba155e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886632240332903650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650388663224033290365038866322403329036503886632240332903650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 893be695-ea12-4797-8835-a92495260d18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6537e989-2dc8-4c0e-969b-d4112ba155e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 431a30c6-5c68-4ff1-982d-30c03b9f79dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 431a30c6-5c68-4ff1-982d-30c03b9f79dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 291121055837158322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322291121055837158322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1092d2e6-7bd7-4790-bab3-ea9a69b7ebfe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1092d2e6-7bd7-4790-bab3-ea9a69b7ebfe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10029755666760980156 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156100297556667609801561002975566676098015610029755666760980156" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 431a30c6-5c68-4ff1-982d-30c03b9f79dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1092d2e6-7bd7-4790-bab3-ea9a69b7ebfe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afbe63b7-8aab-4caf-90f8-9eb9da224578, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afbe63b7-8aab-4caf-90f8-9eb9da224578, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5845430981791843628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628584543098179184362858454309817918436285845430981791843628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8681b489-60b9-42f1-9193-4058feeef5f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8681b489-60b9-42f1-9193-4058feeef5f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10880904686752588501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501108809046867525885011088090468675258850110880904686752588501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afbe63b7-8aab-4caf-90f8-9eb9da224578, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8681b489-60b9-42f1-9193-4058feeef5f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d094abec-bebc-41ce-ad9c-728a235e50b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d094abec-bebc-41ce-ad9c-728a235e50b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8721069853268788005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005872106985326878800587210698532687880058721069853268788005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89c628c6-f95f-437d-ad54-7e029ae5a827, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c628c6-f95f-437d-ad54-7e029ae5a827, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1926642696900573226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226192664269690057322619266426969005732261926642696900573226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d094abec-bebc-41ce-ad9c-728a235e50b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78d8a61b-3b88-4569-9719-6fe396a3752f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78d8a61b-3b88-4569-9719-6fe396a3752f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13393845952396456385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385133938459523964563851339384595239645638513393845952396456385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c628c6-f95f-437d-ad54-7e029ae5a827, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2866b3aa-c4e4-4d05-8320-07bae3f1571b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2866b3aa-c4e4-4d05-8320-07bae3f1571b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10936865290827489128 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128109368652908274891281093686529082748912810936865290827489128" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78d8a61b-3b88-4569-9719-6fe396a3752f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e19c65c-3140-474e-b6f9-f07bbeba9eb6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e19c65c-3140-474e-b6f9-f07bbeba9eb6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4805250365505579778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778480525036550557977848052503655055797784805250365505579778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2866b3aa-c4e4-4d05-8320-07bae3f1571b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3bef81e-4409-4c61-ac4d-16d9fe5bc656, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3bef81e-4409-4c61-ac4d-16d9fe5bc656, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509793380194072794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794145097933801940727941450979338019407279414509793380194072794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e19c65c-3140-474e-b6f9-f07bbeba9eb6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecae63cc-fe8a-4c6e-9472-94e93257c68f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecae63cc-fe8a-4c6e-9472-94e93257c68f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3492038238613574774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774349203823861357477434920382386135747743492038238613574774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3bef81e-4409-4c61-ac4d-16d9fe5bc656, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1caa58e3-60e4-42b6-9b99-068732563951, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caa58e3-60e4-42b6-9b99-068732563951, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17141672873261274163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163171416728732612741631714167287326127416317141672873261274163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecae63cc-fe8a-4c6e-9472-94e93257c68f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b79aacd-ee87-437d-940d-c484b164d50e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b79aacd-ee87-437d-940d-c484b164d50e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7527938492816335699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699752793849281633569975279384928163356997527938492816335699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caa58e3-60e4-42b6-9b99-068732563951, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbf5cdf3-f075-49aa-b867-6fef3bf5747d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbf5cdf3-f075-49aa-b867-6fef3bf5747d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15918437017398087003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003159184370173980870031591843701739808700315918437017398087003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b79aacd-ee87-437d-940d-c484b164d50e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab320d05-b50f-46b6-b283-fe0eb0dc1b97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab320d05-b50f-46b6-b283-fe0eb0dc1b97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9040174637230925644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644904017463723092564490401746372309256449040174637230925644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbf5cdf3-f075-49aa-b867-6fef3bf5747d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab320d05-b50f-46b6-b283-fe0eb0dc1b97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 419f7a09-f15e-4112-b158-770a37190b9a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 812a1a3a-29e3-477a-8356-0c65aa595552, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 419f7a09-f15e-4112-b158-770a37190b9a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 346271925435056423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423346271925435056423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 812a1a3a-29e3-477a-8356-0c65aa595552, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18344552363236665768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768183445523632366657681834455236323666576818344552363236665768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 812a1a3a-29e3-477a-8356-0c65aa595552, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 419f7a09-f15e-4112-b158-770a37190b9a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c97133a-d07e-4e11-a973-c3963ee96d91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93c12fe8-9f15-40b9-b7ca-1a6be6a2a195, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c97133a-d07e-4e11-a973-c3963ee96d91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4034436731446491788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788403443673144649178840344367314464917884034436731446491788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93c12fe8-9f15-40b9-b7ca-1a6be6a2a195, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7567701527319090468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468756770152731909046875677015273190904687567701527319090468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c97133a-d07e-4e11-a973-c3963ee96d91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00ed821e-6f4e-46c5-ae83-5b6fa1ad00ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00ed821e-6f4e-46c5-ae83-5b6fa1ad00ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7799165848004671495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495779916584800467149577991658480046714957799165848004671495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93c12fe8-9f15-40b9-b7ca-1a6be6a2a195, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c1182f4-bba3-4b99-9f50-8a672b5aefac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c1182f4-bba3-4b99-9f50-8a672b5aefac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13110849171994223853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853131108491719942238531311084917199422385313110849171994223853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00ed821e-6f4e-46c5-ae83-5b6fa1ad00ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52b3d7e-a351-4090-add1-33b46053d5ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52b3d7e-a351-4090-add1-33b46053d5ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11079335179163976952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952110793351791639769521107933517916397695211079335179163976952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c1182f4-bba3-4b99-9f50-8a672b5aefac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10e618c9-da26-4b83-83eb-71954a2399aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10e618c9-da26-4b83-83eb-71954a2399aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14409124904539463149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149144091249045394631491440912490453946314914409124904539463149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52b3d7e-a351-4090-add1-33b46053d5ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4bfbf871-d530-4a75-90fa-542c5058f760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4bfbf871-d530-4a75-90fa-542c5058f760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16500586283319008229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229165005862833190082291650058628331900822916500586283319008229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10e618c9-da26-4b83-83eb-71954a2399aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6fd771e-036e-4a3d-9c8f-b08eb20a1446, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6fd771e-036e-4a3d-9c8f-b08eb20a1446, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9039563399594722884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884903956339959472288490395633995947228849039563399594722884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4bfbf871-d530-4a75-90fa-542c5058f760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc07b306-89c4-4885-bc8e-056f6f46301c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc07b306-89c4-4885-bc8e-056f6f46301c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 802292282227275558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558802292282227275558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6fd771e-036e-4a3d-9c8f-b08eb20a1446, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da2d4c9-f9a5-41a0-aa94-b40af9f8f922, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da2d4c9-f9a5-41a0-aa94-b40af9f8f922, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11258106173369839330 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330112581061733698393301125810617336983933011258106173369839330" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc07b306-89c4-4885-bc8e-056f6f46301c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa036c0-47b9-4070-a80c-b5da38fce8ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa036c0-47b9-4070-a80c-b5da38fce8ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9991584553561058455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455999158455356105845599915845535610584559991584553561058455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da2d4c9-f9a5-41a0-aa94-b40af9f8f922, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dd59cbd-56de-4df5-a37a-15e3de4fd450, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dd59cbd-56de-4df5-a37a-15e3de4fd450, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14327991069890048736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736143279910698900487361432799106989004873614327991069890048736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa036c0-47b9-4070-a80c-b5da38fce8ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18d77fe5-0520-4ce6-b6b2-9e8db65d8bd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18d77fe5-0520-4ce6-b6b2-9e8db65d8bd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10655175639585639310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310106551756395856393101065517563958563931010655175639585639310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dd59cbd-56de-4df5-a37a-15e3de4fd450, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a68673a-3288-4f05-ade2-2f621370d41b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a68673a-3288-4f05-ade2-2f621370d41b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13380560503885585920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920133805605038855859201338056050388558592013380560503885585920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18d77fe5-0520-4ce6-b6b2-9e8db65d8bd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c3ec993-3a2c-4ff3-9c6a-ee3506033622, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c3ec993-3a2c-4ff3-9c6a-ee3506033622, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1687226799448440587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587168722679944844058716872267994484405871687226799448440587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a68673a-3288-4f05-ade2-2f621370d41b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2da4b9bf-0cb9-4133-b600-fcb1a45476ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2da4b9bf-0cb9-4133-b600-fcb1a45476ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 559645879193356453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453559645879193356453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c3ec993-3a2c-4ff3-9c6a-ee3506033622, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa7937e-32f3-4a6b-86b8-d812d343e563, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa7937e-32f3-4a6b-86b8-d812d343e563, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1950586483366883105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105195058648336688310519505864833668831051950586483366883105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2da4b9bf-0cb9-4133-b600-fcb1a45476ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a87a71fb-05af-4a0c-888b-6b26a73127ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a87a71fb-05af-4a0c-888b-6b26a73127ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1107339006094684631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631110733900609468463111073390060946846311107339006094684631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a87a71fb-05af-4a0c-888b-6b26a73127ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b3372fb-4105-4163-89ea-0dfe4d6aeda5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b3372fb-4105-4163-89ea-0dfe4d6aeda5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 881123140065219727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727881123140065219727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b3372fb-4105-4163-89ea-0dfe4d6aeda5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa7937e-32f3-4a6b-86b8-d812d343e563, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27413d43-7428-4e00-9517-b270efa3d8bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27413d43-7428-4e00-9517-b270efa3d8bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9695472118145659428 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428969547211814565942896954721181456594289695472118145659428" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f4f76c7-961b-427f-b247-5ebc7643c3ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f4f76c7-961b-427f-b247-5ebc7643c3ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2518514218668006450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450251851421866800645025185142186680064502518514218668006450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27413d43-7428-4e00-9517-b270efa3d8bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f4f76c7-961b-427f-b247-5ebc7643c3ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ed973f-08f2-43ab-bd40-89923b55d538, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c5ade0a-4ffd-4648-bbe4-1d13e6b00e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ed973f-08f2-43ab-bd40-89923b55d538, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12714300421242396199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199127143004212423961991271430042124239619912714300421242396199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c5ade0a-4ffd-4648-bbe4-1d13e6b00e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11558629537179743742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742115586295371797437421155862953717974374211558629537179743742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ed973f-08f2-43ab-bd40-89923b55d538, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a96499-dee0-4023-8492-84731e4083ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a96499-dee0-4023-8492-84731e4083ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15047726371684302577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577150477263716843025771504772637168430257715047726371684302577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c5ade0a-4ffd-4648-bbe4-1d13e6b00e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0cd3309-c680-4cd1-9f76-ceaee51209dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0cd3309-c680-4cd1-9f76-ceaee51209dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9833670521512163403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403983367052151216340398336705215121634039833670521512163403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0cd3309-c680-4cd1-9f76-ceaee51209dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a96499-dee0-4023-8492-84731e4083ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156af821-2847-46cb-ae88-1bfe61de1082, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ee7d7a3-853c-47eb-9efd-150b8baa0cc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156af821-2847-46cb-ae88-1bfe61de1082, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2051593165447358777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777205159316544735877720515931654473587772051593165447358777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee7d7a3-853c-47eb-9efd-150b8baa0cc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6449987777230590376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376644998777723059037664499877772305903766449987777230590376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee7d7a3-853c-47eb-9efd-150b8baa0cc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156af821-2847-46cb-ae88-1bfe61de1082, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 481671d4-9d09-48c2-a295-df20f4b3d724, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f154bb88-4295-4d3e-b587-0024eb93a160, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 481671d4-9d09-48c2-a295-df20f4b3d724, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15397714782307724735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735153977147823077247351539771478230772473515397714782307724735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f154bb88-4295-4d3e-b587-0024eb93a160, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13157279285459553534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534131572792854595535341315727928545955353413157279285459553534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f154bb88-4295-4d3e-b587-0024eb93a160, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 481671d4-9d09-48c2-a295-df20f4b3d724, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 317c935b-ae3f-4461-8b78-06f2aa64d9d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 317c935b-ae3f-4461-8b78-06f2aa64d9d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13748206892390883456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456137482068923908834561374820689239088345613748206892390883456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8234572b-77a4-4a3f-81c7-72a5a3e00ad2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8234572b-77a4-4a3f-81c7-72a5a3e00ad2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6668876028567946062 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062666887602856794606266688760285679460626668876028567946062" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 317c935b-ae3f-4461-8b78-06f2aa64d9d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8234572b-77a4-4a3f-81c7-72a5a3e00ad2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cd59861-ef30-4ae1-b87f-3a17c5f2d485, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca06c623-3952-47a0-b9bb-987c1a0a3195, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cd59861-ef30-4ae1-b87f-3a17c5f2d485, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6854028617649756459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459685402861764975645968540286176497564596854028617649756459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca06c623-3952-47a0-b9bb-987c1a0a3195, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8173627971255384171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171817362797125538417181736279712553841718173627971255384171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca06c623-3952-47a0-b9bb-987c1a0a3195, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cd59861-ef30-4ae1-b87f-3a17c5f2d485, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f952462c-144c-4299-a52b-6538dc5dea43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e9e5e09-8fb5-4f98-944d-ada66b2c3ddd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f952462c-144c-4299-a52b-6538dc5dea43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10273772439169482497 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497102737724391694824971027377243916948249710273772439169482497" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e9e5e09-8fb5-4f98-944d-ada66b2c3ddd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9829019519429081790 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790982901951942908179098290195194290817909829019519429081790" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f952462c-144c-4299-a52b-6538dc5dea43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e9e5e09-8fb5-4f98-944d-ada66b2c3ddd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e53fbe46-2302-4659-8637-884c03db49ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b94a8ca-30f2-4226-ace1-40274185a7b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e53fbe46-2302-4659-8637-884c03db49ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 504876099293077762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762504876099293077762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b94a8ca-30f2-4226-ace1-40274185a7b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7274535906044919038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038727453590604491903872745359060449190387274535906044919038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e53fbe46-2302-4659-8637-884c03db49ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b94a8ca-30f2-4226-ace1-40274185a7b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d6cb121-fb53-4a1f-8427-07386e1ae18c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 112dabcd-3f3e-4fb9-b14c-826d9b018253, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d6cb121-fb53-4a1f-8427-07386e1ae18c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11734782530374829504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504117347825303748295041173478253037482950411734782530374829504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 112dabcd-3f3e-4fb9-b14c-826d9b018253, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 280193770526271515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515280193770526271515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 112dabcd-3f3e-4fb9-b14c-826d9b018253, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d6cb121-fb53-4a1f-8427-07386e1ae18c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7498f907-a4c9-40e1-bddc-62f45dd71b91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7498f907-a4c9-40e1-bddc-62f45dd71b91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2098524519335455252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252209852451933545525220985245193354552522098524519335455252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a8791f-421f-4d2c-a467-7331a375663c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a8791f-421f-4d2c-a467-7331a375663c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16114916736891529673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673161149167368915296731611491673689152967316114916736891529673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a8791f-421f-4d2c-a467-7331a375663c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d70dcf-c287-4264-918f-0698cf8e2478, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7498f907-a4c9-40e1-bddc-62f45dd71b91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d70dcf-c287-4264-918f-0698cf8e2478, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2414615247572832656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656241461524757283265624146152475728326562414615247572832656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 870705a4-1806-44c2-9c39-1dd6de130ad9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 870705a4-1806-44c2-9c39-1dd6de130ad9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15640646495626849901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901156406464956268499011564064649562684990115640646495626849901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d70dcf-c287-4264-918f-0698cf8e2478, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ec5fe9e6-9751-47b0-ae52-2f8c0d731c48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ec5fe9e6-9751-47b0-ae52-2f8c0d731c48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4706192775150906058 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058470619277515090605847061927751509060584706192775150906058" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 870705a4-1806-44c2-9c39-1dd6de130ad9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f287808-a10a-4e18-ba42-5d3210755a57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f287808-a10a-4e18-ba42-5d3210755a57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18412671010379134887 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887184126710103791348871841267101037913488718412671010379134887" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ec5fe9e6-9751-47b0-ae52-2f8c0d731c48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a057a97e-d4c9-4437-87b8-7e20a6646f18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a057a97e-d4c9-4437-87b8-7e20a6646f18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3288334831929238591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591328833483192923859132883348319292385913288334831929238591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f287808-a10a-4e18-ba42-5d3210755a57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98964915-364b-4a9b-aa1c-a68077b8eae7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98964915-364b-4a9b-aa1c-a68077b8eae7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13126585925454492273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273131265859254544922731312658592545449227313126585925454492273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a057a97e-d4c9-4437-87b8-7e20a6646f18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f60304b0-79c3-4d49-8f08-13a69ca166e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f60304b0-79c3-4d49-8f08-13a69ca166e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12577024679564383118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118125770246795643831181257702467956438311812577024679564383118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98964915-364b-4a9b-aa1c-a68077b8eae7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17303125-cf00-4a4f-8a45-7eee7a2d5a99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17303125-cf00-4a4f-8a45-7eee7a2d5a99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13760583905647566309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309137605839056475663091376058390564756630913760583905647566309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f60304b0-79c3-4d49-8f08-13a69ca166e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db7effe3-f701-40a7-8583-f4109618aae5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17303125-cf00-4a4f-8a45-7eee7a2d5a99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db7effe3-f701-40a7-8583-f4109618aae5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8671059851470879419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419867105985147087941986710598514708794198671059851470879419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bfd225a-9253-429d-bc00-887c442b35e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bfd225a-9253-429d-bc00-887c442b35e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7733947365203202451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451773394736520320245177339473652032024517733947365203202451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db7effe3-f701-40a7-8583-f4109618aae5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3360a557-4286-468d-a5c0-e2b1623f1863, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3360a557-4286-468d-a5c0-e2b1623f1863, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11689687344697504294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294116896873446975042941168968734469750429411689687344697504294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bfd225a-9253-429d-bc00-887c442b35e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d092803-c3fa-4e34-ab1d-53ace43e6a14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d092803-c3fa-4e34-ab1d-53ace43e6a14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3322119316905816437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437332211931690581643733221193169058164373322119316905816437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3360a557-4286-468d-a5c0-e2b1623f1863, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19f31de4-4682-45db-8bdb-d206969bc409, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d092803-c3fa-4e34-ab1d-53ace43e6a14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19f31de4-4682-45db-8bdb-d206969bc409, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8558255659149036166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166855825565914903616685582556591490361668558255659149036166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80656528-ecf0-4a02-9cf4-2644b11d0b72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80656528-ecf0-4a02-9cf4-2644b11d0b72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7085432316464904569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569708543231646490456970854323164649045697085432316464904569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19f31de4-4682-45db-8bdb-d206969bc409, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b46451a-0461-4068-bd64-3f04d959054f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b46451a-0461-4068-bd64-3f04d959054f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12724086498739011213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213127240864987390112131272408649873901121312724086498739011213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80656528-ecf0-4a02-9cf4-2644b11d0b72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f4bac2-74d9-40cf-bcae-175ee2bac135, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f4bac2-74d9-40cf-bcae-175ee2bac135, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432090007545197361 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361343209000754519736134320900075451973613432090007545197361" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b46451a-0461-4068-bd64-3f04d959054f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b81e139f-f81e-4eef-bc40-8ec2f97a3aed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b81e139f-f81e-4eef-bc40-8ec2f97a3aed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10257111313557006477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477102571113135570064771025711131355700647710257111313557006477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f4bac2-74d9-40cf-bcae-175ee2bac135, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5e13db8-3c45-45d2-81f0-67621bcbf76e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5e13db8-3c45-45d2-81f0-67621bcbf76e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15849596033686567432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432158495960336865674321584959603368656743215849596033686567432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b81e139f-f81e-4eef-bc40-8ec2f97a3aed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b810e944-e648-4396-ad5b-1de640d042cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b810e944-e648-4396-ad5b-1de640d042cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 910475861263713577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577910475861263713577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5e13db8-3c45-45d2-81f0-67621bcbf76e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0360d75-c141-4856-b288-8a81aa395eb4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0360d75-c141-4856-b288-8a81aa395eb4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11668636924729256444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444116686369247292564441166863692472925644411668636924729256444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b810e944-e648-4396-ad5b-1de640d042cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5b7a307-4668-4567-b712-dcbaffb71877, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b7a307-4668-4567-b712-dcbaffb71877, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5485299311971211543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543548529931197121154354852993119712115435485299311971211543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0360d75-c141-4856-b288-8a81aa395eb4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21ff099-5c26-4b81-8392-07d67f921128, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21ff099-5c26-4b81-8392-07d67f921128, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11296647544803817423 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423112966475448038174231129664754480381742311296647544803817423" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b7a307-4668-4567-b712-dcbaffb71877, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff983799-3143-41f0-947c-635f506e514f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff983799-3143-41f0-947c-635f506e514f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10869803828045166906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906108698038280451669061086980382804516690610869803828045166906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21ff099-5c26-4b81-8392-07d67f921128, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92913852-7cc3-428f-8100-a56d6bc0f609, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92913852-7cc3-428f-8100-a56d6bc0f609, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976781505357910150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150109767815053579101501097678150535791015010976781505357910150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff983799-3143-41f0-947c-635f506e514f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29748548-1aa1-4e19-86d5-8da8a825a95f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29748548-1aa1-4e19-86d5-8da8a825a95f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2448849055834989527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527244884905583498952724488490558349895272448849055834989527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92913852-7cc3-428f-8100-a56d6bc0f609, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0039851-9860-4c1a-9ed9-f698f61e33d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0039851-9860-4c1a-9ed9-f698f61e33d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13557157000297663448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448135571570002976634481355715700029766344813557157000297663448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29748548-1aa1-4e19-86d5-8da8a825a95f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccf62661-fab9-416f-a377-0dd4712fc8a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccf62661-fab9-416f-a377-0dd4712fc8a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14205675104839408179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179142056751048394081791420567510483940817914205675104839408179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0039851-9860-4c1a-9ed9-f698f61e33d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad9ee6f7-6f5c-47dd-a55f-c1580fa49605, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad9ee6f7-6f5c-47dd-a55f-c1580fa49605, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15564347162306987546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546155643471623069875461556434716230698754615564347162306987546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccf62661-fab9-416f-a377-0dd4712fc8a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad9ee6f7-6f5c-47dd-a55f-c1580fa49605, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1b7ea18-2c09-442e-8f69-ab9e001674a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1b7ea18-2c09-442e-8f69-ab9e001674a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6013315559362560831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831601331555936256083160133155593625608316013315559362560831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7bfe24a-c70f-48fc-8515-26145da6bc98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7bfe24a-c70f-48fc-8515-26145da6bc98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1523415642132104915 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915152341564213210491515234156421321049151523415642132104915" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1b7ea18-2c09-442e-8f69-ab9e001674a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7bfe24a-c70f-48fc-8515-26145da6bc98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f79c2b6-0d46-4695-9b20-7beb7b7a2334, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f79c2b6-0d46-4695-9b20-7beb7b7a2334, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 906767522407273076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076906767522407273076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a87e13d-8623-441f-b5ce-b72406c6d1d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a87e13d-8623-441f-b5ce-b72406c6d1d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8536122667936194032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032853612266793619403285361226679361940328536122667936194032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f79c2b6-0d46-4695-9b20-7beb7b7a2334, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a87e13d-8623-441f-b5ce-b72406c6d1d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d27e3f43-2bd0-4ddf-808c-bfc6bb0cf233, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 316c7d2e-006c-47a7-86ab-93f79aab1ef6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d27e3f43-2bd0-4ddf-808c-bfc6bb0cf233, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6883709112032842301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301688370911203284230168837091120328423016883709112032842301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 316c7d2e-006c-47a7-86ab-93f79aab1ef6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13063339597337717655 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655130633395973377176551306333959733771765513063339597337717655" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d27e3f43-2bd0-4ddf-808c-bfc6bb0cf233, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f460de4d-621f-44eb-bd86-f0b339d27631, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f460de4d-621f-44eb-bd86-f0b339d27631, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11311916786119557306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306113119167861195573061131191678611955730611311916786119557306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 316c7d2e-006c-47a7-86ab-93f79aab1ef6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4986745a-4bb0-47c5-9616-cfcf40fc84c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4986745a-4bb0-47c5-9616-cfcf40fc84c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8330951713414334194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194833095171341433419483309517134143341948330951713414334194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f460de4d-621f-44eb-bd86-f0b339d27631, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 418a0223-5728-49fe-ab17-31b9dd3299f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 418a0223-5728-49fe-ab17-31b9dd3299f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17304522206333716876 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876173045222063337168761730452220633371687617304522206333716876" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4986745a-4bb0-47c5-9616-cfcf40fc84c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19808f37-d720-4e90-bde2-328e5ace409a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19808f37-d720-4e90-bde2-328e5ace409a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6966984264956104711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711696698426495610471169669842649561047116966984264956104711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 418a0223-5728-49fe-ab17-31b9dd3299f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75003672-0734-41c1-a1b6-69cf1a19cb8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75003672-0734-41c1-a1b6-69cf1a19cb8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9684570573866843506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506968457057386684350696845705738668435069684570573866843506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19808f37-d720-4e90-bde2-328e5ace409a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f25710bb-ae52-4fc2-a7ee-d09e665a7d84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f25710bb-ae52-4fc2-a7ee-d09e665a7d84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11344204366510394841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841113442043665103948411134420436651039484111344204366510394841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75003672-0734-41c1-a1b6-69cf1a19cb8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0369d44-f737-431d-9c45-308eaf616426, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0369d44-f737-431d-9c45-308eaf616426, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16400124561039691586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586164001245610396915861640012456103969158616400124561039691586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f25710bb-ae52-4fc2-a7ee-d09e665a7d84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7859c25-a03a-4fbf-a413-93662026d302, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7859c25-a03a-4fbf-a413-93662026d302, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 807752604219048507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507807752604219048507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0369d44-f737-431d-9c45-308eaf616426, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 134d22ba-98ad-47dd-a3d9-eceedd1840c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 134d22ba-98ad-47dd-a3d9-eceedd1840c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14631667063320333794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794146316670633203337941463166706332033379414631667063320333794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7859c25-a03a-4fbf-a413-93662026d302, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e5d233c-2599-4c05-a2c8-b28cd747efb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e5d233c-2599-4c05-a2c8-b28cd747efb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15385524787758142810 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810153855247877581428101538552478775814281015385524787758142810" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 134d22ba-98ad-47dd-a3d9-eceedd1840c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67a81df7-a77e-44c5-b307-a63bd83e9889, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a81df7-a77e-44c5-b307-a63bd83e9889, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9215967698564328347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347921596769856432834792159676985643283479215967698564328347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e5d233c-2599-4c05-a2c8-b28cd747efb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a81df7-a77e-44c5-b307-a63bd83e9889, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20923556-5d47-41c4-9c9a-3cb7a67970d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20923556-5d47-41c4-9c9a-3cb7a67970d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15009172953616896385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385150091729536168963851500917295361689638515009172953616896385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99885b21-a590-40ef-8f25-729cb1e1c938, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99885b21-a590-40ef-8f25-729cb1e1c938, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16188171059019439414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414161881710590194394141618817105901943941416188171059019439414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20923556-5d47-41c4-9c9a-3cb7a67970d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c497dd0-e400-4ce3-b529-f976c23dae20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c497dd0-e400-4ce3-b529-f976c23dae20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7158546219629899843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843715854621962989984371585462196298998437158546219629899843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c497dd0-e400-4ce3-b529-f976c23dae20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ac8f80c-dc73-47bf-ab1e-2a1952462e0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ac8f80c-dc73-47bf-ab1e-2a1952462e0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10933863167729938406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406109338631677299384061093386316772993840610933863167729938406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ac8f80c-dc73-47bf-ab1e-2a1952462e0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9b2e315-24e2-4b21-bc2c-cafe48c272da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9b2e315-24e2-4b21-bc2c-cafe48c272da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10106127985969734730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730101061279859697347301010612798596973473010106127985969734730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99885b21-a590-40ef-8f25-729cb1e1c938, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9742f69b-73d0-4afd-a343-befa08aa38e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9742f69b-73d0-4afd-a343-befa08aa38e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17292919016224857047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047172929190162248570471729291901622485704717292919016224857047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9b2e315-24e2-4b21-bc2c-cafe48c272da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70edf454-1b8f-4693-9e9d-23f75432c5d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70edf454-1b8f-4693-9e9d-23f75432c5d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13637116776268184236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236136371167762681842361363711677626818423613637116776268184236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9742f69b-73d0-4afd-a343-befa08aa38e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8b527df1-31af-43af-aafc-117555cf0f8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8b527df1-31af-43af-aafc-117555cf0f8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 795992127381751173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173795992127381751173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70edf454-1b8f-4693-9e9d-23f75432c5d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8b527df1-31af-43af-aafc-117555cf0f8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ff36611-55ca-461a-8f80-47b4a0fc680b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ff36611-55ca-461a-8f80-47b4a0fc680b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4300217969573381245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245430021796957338124543002179695733812454300217969573381245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12cfcf98-0df9-4e7c-b39e-70d254470daf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12cfcf98-0df9-4e7c-b39e-70d254470daf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8907646374201357190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190890764637420135719089076463742013571908907646374201357190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ff36611-55ca-461a-8f80-47b4a0fc680b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd417de2-e424-442e-939f-3a57f608e2bf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12cfcf98-0df9-4e7c-b39e-70d254470daf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd417de2-e424-442e-939f-3a57f608e2bf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13714278054263204514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514137142780542632045141371427805426320451413714278054263204514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 952437bf-e5c9-43ea-aaa2-ed0740d4191e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 952437bf-e5c9-43ea-aaa2-ed0740d4191e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1283350229457097808 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808128335022945709780812833502294570978081283350229457097808" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd417de2-e424-442e-939f-3a57f608e2bf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33f56b10-3b44-48a6-8d9d-88ed1d261d87, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f56b10-3b44-48a6-8d9d-88ed1d261d87, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14758015692468199417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417147580156924681994171475801569246819941714758015692468199417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 952437bf-e5c9-43ea-aaa2-ed0740d4191e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d44b9d6-8b62-492b-af67-d4c13698c82d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d44b9d6-8b62-492b-af67-d4c13698c82d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 278766833063969639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639278766833063969639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f56b10-3b44-48a6-8d9d-88ed1d261d87, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b36b110-fb72-440a-8e80-dd5e30b96172, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b36b110-fb72-440a-8e80-dd5e30b96172, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893195221922807024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024889319522192280702488931952219228070248893195221922807024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d44b9d6-8b62-492b-af67-d4c13698c82d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cccb2d9f-3eac-40fb-a2a7-626abb17af17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cccb2d9f-3eac-40fb-a2a7-626abb17af17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9774318804301531520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520977431880430153152097743188043015315209774318804301531520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b36b110-fb72-440a-8e80-dd5e30b96172, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cd37964-e3f7-4b07-9eca-deb273d7b368, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cd37964-e3f7-4b07-9eca-deb273d7b368, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3807182151727048629 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629380718215172704862938071821517270486293807182151727048629" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cccb2d9f-3eac-40fb-a2a7-626abb17af17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0efd9e5c-d514-4e1f-b8e7-20048caa67d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0efd9e5c-d514-4e1f-b8e7-20048caa67d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7590163563151432046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046759016356315143204675901635631514320467590163563151432046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cd37964-e3f7-4b07-9eca-deb273d7b368, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d709875-ea78-48a0-a419-a9852bf73bf9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d709875-ea78-48a0-a419-a9852bf73bf9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1073881932960703334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334107388193296070333410738819329607033341073881932960703334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0efd9e5c-d514-4e1f-b8e7-20048caa67d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 863ae529-1209-46a1-8f52-148eaec8b79b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863ae529-1209-46a1-8f52-148eaec8b79b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776101186932044031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031277610118693204403127761011869320440312776101186932044031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d709875-ea78-48a0-a419-a9852bf73bf9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2a6301f-eae8-48cf-8c66-020c002d75cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2a6301f-eae8-48cf-8c66-020c002d75cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17362438301436115528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528173624383014361155281736243830143611552817362438301436115528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863ae529-1209-46a1-8f52-148eaec8b79b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c2876b-1de2-4d8a-9c5a-e4e6408cdbc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c2876b-1de2-4d8a-9c5a-e4e6408cdbc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18205250639945885567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567182052506399458855671820525063994588556718205250639945885567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2a6301f-eae8-48cf-8c66-020c002d75cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f07579-9119-4edc-87cc-8909fc0b9079, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f07579-9119-4edc-87cc-8909fc0b9079, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 244909177476772849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849244909177476772849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c2876b-1de2-4d8a-9c5a-e4e6408cdbc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ca335b6-4cfe-46a7-95b2-7aa22595afcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ca335b6-4cfe-46a7-95b2-7aa22595afcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8679128868854366855 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855867912886885436685586791288688543668558679128868854366855" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f07579-9119-4edc-87cc-8909fc0b9079, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 615f8685-2218-44ec-8da3-569363634076, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 615f8685-2218-44ec-8da3-569363634076, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1288437806038449478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478128843780603844947812884378060384494781288437806038449478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ca335b6-4cfe-46a7-95b2-7aa22595afcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95a72f15-96e3-4398-bd03-f5bda30370da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95a72f15-96e3-4398-bd03-f5bda30370da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2680121079690936997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997268012107969093699726801210796909369972680121079690936997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 615f8685-2218-44ec-8da3-569363634076, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f8c3833-5399-4ca2-9be4-5c598fabfc58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f8c3833-5399-4ca2-9be4-5c598fabfc58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14186666337892258607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607141866663378922586071418666633789225860714186666337892258607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95a72f15-96e3-4398-bd03-f5bda30370da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9703e185-18ab-47c6-a71a-62e042ba5448, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9703e185-18ab-47c6-a71a-62e042ba5448, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5575452920616379003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003557545292061637900355754529206163790035575452920616379003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f8c3833-5399-4ca2-9be4-5c598fabfc58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2c2c756-508c-424f-8c4a-ac26b16debc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2c2c756-508c-424f-8c4a-ac26b16debc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16553219119442291732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732165532191194422917321655321911944229173216553219119442291732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9703e185-18ab-47c6-a71a-62e042ba5448, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3aa23960-3fec-4e64-853b-166f22e11c20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3aa23960-3fec-4e64-853b-166f22e11c20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15794647659914940451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451157946476599149404511579464765991494045115794647659914940451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2c2c756-508c-424f-8c4a-ac26b16debc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8613a2a6-4a29-4b1b-ba5d-5566d0783e26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8613a2a6-4a29-4b1b-ba5d-5566d0783e26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3215635722860121588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588321563572286012158832156357228601215883215635722860121588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3aa23960-3fec-4e64-853b-166f22e11c20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49e81f23-f2fa-45f7-9b19-6f06010fdc1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49e81f23-f2fa-45f7-9b19-6f06010fdc1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12579538627305459111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111125795386273054591111257953862730545911112579538627305459111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8613a2a6-4a29-4b1b-ba5d-5566d0783e26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbde847c-a082-45f9-9cdf-449f3dcc4420, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbde847c-a082-45f9-9cdf-449f3dcc4420, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6024646405698706566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566602464640569870656660246464056987065666024646405698706566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49e81f23-f2fa-45f7-9b19-6f06010fdc1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f008e52-7dd8-4504-bdff-48d440e4a347, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f008e52-7dd8-4504-bdff-48d440e4a347, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16859679374066905737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737168596793740669057371685967937406690573716859679374066905737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbde847c-a082-45f9-9cdf-449f3dcc4420, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3af36f93-82c4-4cd5-96dc-838ce98885d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f008e52-7dd8-4504-bdff-48d440e4a347, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3af36f93-82c4-4cd5-96dc-838ce98885d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17190193248228780903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903171901932482287809031719019324822878090317190193248228780903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8c02378-ece3-4fba-90c1-d34633fb3106, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c02378-ece3-4fba-90c1-d34633fb3106, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 590244380888057857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857590244380888057857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3af36f93-82c4-4cd5-96dc-838ce98885d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d45260e-46c3-40a7-91a1-451564a156bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d45260e-46c3-40a7-91a1-451564a156bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12974926201136718560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560129749262011367185601297492620113671856012974926201136718560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c02378-ece3-4fba-90c1-d34633fb3106, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fdae721-967a-4799-863c-f22e77bed99a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fdae721-967a-4799-863c-f22e77bed99a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12637626509525291852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852126376265095252918521263762650952529185212637626509525291852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d45260e-46c3-40a7-91a1-451564a156bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 515d2c46-894b-41d0-8e05-55fd73662bec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fdae721-967a-4799-863c-f22e77bed99a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 515d2c46-894b-41d0-8e05-55fd73662bec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11210871643234627010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010112108716432346270101121087164323462701011210871643234627010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8639e7dd-5860-4697-ab95-d40a7f9659a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8639e7dd-5860-4697-ab95-d40a7f9659a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308009167557315942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942103080091675573159421030800916755731594210308009167557315942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 515d2c46-894b-41d0-8e05-55fd73662bec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2c33ad-060d-459b-bfba-6f02d1848758, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8639e7dd-5860-4697-ab95-d40a7f9659a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2c33ad-060d-459b-bfba-6f02d1848758, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17313855191871234581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581173138551918712345811731385519187123458117313855191871234581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9b4a690-ddfa-46d6-b3bc-5427c6996d76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9b4a690-ddfa-46d6-b3bc-5427c6996d76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7749035812061379572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572774903581206137957277490358120613795727749035812061379572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2c33ad-060d-459b-bfba-6f02d1848758, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9b4a690-ddfa-46d6-b3bc-5427c6996d76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01776e70-cef2-4425-9e50-88b348105cb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01776e70-cef2-4425-9e50-88b348105cb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14268573428445447711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711142685734284454477111426857342844544771114268573428445447711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75c366a7-cd8a-4ea5-9808-0e03b69e6513, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75c366a7-cd8a-4ea5-9808-0e03b69e6513, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18101133950385701379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379181011339503857013791810113395038570137918101133950385701379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01776e70-cef2-4425-9e50-88b348105cb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75c366a7-cd8a-4ea5-9808-0e03b69e6513, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 011f3e67-46e4-4f63-ad4d-b6870ca832a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6121a499-99a5-4346-849c-4c4b1a9eb035, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 011f3e67-46e4-4f63-ad4d-b6870ca832a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8329496979082258179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179832949697908225817983294969790822581798329496979082258179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6121a499-99a5-4346-849c-4c4b1a9eb035, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14717504076225412452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452147175040762254124521471750407622541245214717504076225412452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6121a499-99a5-4346-849c-4c4b1a9eb035, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 011f3e67-46e4-4f63-ad4d-b6870ca832a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a336fa9-0a7a-4b81-8a88-196c1b2da344, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39732f6c-8d41-4fbc-912d-e885e40750b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a336fa9-0a7a-4b81-8a88-196c1b2da344, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12321853732287178165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165123218537322871781651232185373228717816512321853732287178165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39732f6c-8d41-4fbc-912d-e885e40750b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17041258324405598167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167170412583244055981671704125832440559816717041258324405598167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39732f6c-8d41-4fbc-912d-e885e40750b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a336fa9-0a7a-4b81-8a88-196c1b2da344, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c303693a-0e23-4c44-bb11-388d2555b6b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed858ce4-0aff-445e-add5-ceecd29e1855, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c303693a-0e23-4c44-bb11-388d2555b6b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5961335998056081414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414596133599805608141459613359980560814145961335998056081414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed858ce4-0aff-445e-add5-ceecd29e1855, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6215053692519576155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155621505369251957615562150536925195761556215053692519576155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c303693a-0e23-4c44-bb11-388d2555b6b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed858ce4-0aff-445e-add5-ceecd29e1855, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 156a029f-45e9-449e-a670-c2cc029b009d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83a32aa2-b726-4c20-979f-1378e138afc7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 156a029f-45e9-449e-a670-c2cc029b009d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17848096832361801174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174178480968323618011741784809683236180117417848096832361801174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83a32aa2-b726-4c20-979f-1378e138afc7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15844832303059258313 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313158448323030592583131584483230305925831315844832303059258313" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 156a029f-45e9-449e-a670-c2cc029b009d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83a32aa2-b726-4c20-979f-1378e138afc7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bde15d2-a6cb-446c-8f58-d36a34c7d71f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f453b4a-8e67-4eb0-b474-6a572dcbec55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bde15d2-a6cb-446c-8f58-d36a34c7d71f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17247602348348183250 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250172476023483481832501724760234834818325017247602348348183250" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f453b4a-8e67-4eb0-b474-6a572dcbec55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11573684593898268821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821115736845938982688211157368459389826882111573684593898268821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bde15d2-a6cb-446c-8f58-d36a34c7d71f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f453b4a-8e67-4eb0-b474-6a572dcbec55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0cb4b64-ed1d-444f-a373-0947f812e260, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76e7bdb4-1067-4cdb-9373-4dd49a00a56c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0cb4b64-ed1d-444f-a373-0947f812e260, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5860254613221326548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548586025461322132654858602546132213265485860254613221326548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76e7bdb4-1067-4cdb-9373-4dd49a00a56c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2296511018895851527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527229651101889585152722965110188958515272296511018895851527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76e7bdb4-1067-4cdb-9373-4dd49a00a56c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0cb4b64-ed1d-444f-a373-0947f812e260, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85c5f73c-1549-4819-8127-1016844c25ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85c5f73c-1549-4819-8127-1016844c25ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1491137518570876097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097149113751857087609714911375185708760971491137518570876097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff2976fd-0148-4218-a94c-fef5fa6645b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff2976fd-0148-4218-a94c-fef5fa6645b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3847282707104714029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029384728270710471402938472827071047140293847282707104714029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85c5f73c-1549-4819-8127-1016844c25ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff2976fd-0148-4218-a94c-fef5fa6645b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbf44354-9dc3-449d-8fe3-834fd485a940, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbf44354-9dc3-449d-8fe3-834fd485a940, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16429287618393076792 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792164292876183930767921642928761839307679216429287618393076792" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 465a2b3c-dac6-4f7e-8fd9-dcac686a26af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 465a2b3c-dac6-4f7e-8fd9-dcac686a26af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2410374921980601264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264241037492198060126424103749219806012642410374921980601264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbf44354-9dc3-449d-8fe3-834fd485a940, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 465a2b3c-dac6-4f7e-8fd9-dcac686a26af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08d509bf-d7bb-40a9-93d6-73be8400babd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3c5be29-a3fc-4444-a80a-871a0d013956, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08d509bf-d7bb-40a9-93d6-73be8400babd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17810079625756975219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219178100796257569752191781007962575697521917810079625756975219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3c5be29-a3fc-4444-a80a-871a0d013956, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10368732190527126550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550103687321905271265501036873219052712655010368732190527126550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08d509bf-d7bb-40a9-93d6-73be8400babd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3c5be29-a3fc-4444-a80a-871a0d013956, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbddbaf2-cdb8-4371-b551-9106f65f132f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 760b24b5-ab09-4558-b807-74d7a2d5a6bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbddbaf2-cdb8-4371-b551-9106f65f132f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15793547320290530799 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799157935473202905307991579354732029053079915793547320290530799" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 760b24b5-ab09-4558-b807-74d7a2d5a6bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3485091991445762363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363348509199144576236334850919914457623633485091991445762363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 760b24b5-ab09-4558-b807-74d7a2d5a6bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbddbaf2-cdb8-4371-b551-9106f65f132f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c97ec8e-2a6d-443b-abf4-4838caff230e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c97ec8e-2a6d-443b-abf4-4838caff230e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7781849993889936133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133778184999388993613377818499938899361337781849993889936133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c965bc27-18af-4345-962c-e2770f4e3da0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c965bc27-18af-4345-962c-e2770f4e3da0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1843425629825298433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433184342562982529843318434256298252984331843425629825298433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c97ec8e-2a6d-443b-abf4-4838caff230e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c965bc27-18af-4345-962c-e2770f4e3da0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 057305e7-1867-47e3-b71a-f89e34fb01c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 057305e7-1867-47e3-b71a-f89e34fb01c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12543331074430981723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723125433310744309817231254333107443098172312543331074430981723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12ac4044-8410-4a08-a954-94c611751cd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12ac4044-8410-4a08-a954-94c611751cd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2575774091597958914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914257577409159795891425757740915979589142575774091597958914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 057305e7-1867-47e3-b71a-f89e34fb01c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12ac4044-8410-4a08-a954-94c611751cd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a98c94c-b94c-407f-a569-7dd12c6f9f4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7be69f72-3bfd-471f-9b8f-fee6da31149b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a98c94c-b94c-407f-a569-7dd12c6f9f4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2447695748423486010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010244769574842348601024476957484234860102447695748423486010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7be69f72-3bfd-471f-9b8f-fee6da31149b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3902651167184381319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319390265116718438131939026511671843813193902651167184381319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a98c94c-b94c-407f-a569-7dd12c6f9f4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cf7b7f2-f09d-4ed3-b5c5-b87a5770c3d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cf7b7f2-f09d-4ed3-b5c5-b87a5770c3d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14579726433856535680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680145797264338565356801457972643385653568014579726433856535680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7be69f72-3bfd-471f-9b8f-fee6da31149b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cded4612-f5e5-479f-967b-8d683b9aef7b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cded4612-f5e5-479f-967b-8d683b9aef7b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6057311303282520900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900605731130328252090060573113032825209006057311303282520900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cf7b7f2-f09d-4ed3-b5c5-b87a5770c3d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4bae2d8-f365-4c40-847b-5c9616d41821, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4bae2d8-f365-4c40-847b-5c9616d41821, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16470027926488022840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840164700279264880228401647002792648802284016470027926488022840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cded4612-f5e5-479f-967b-8d683b9aef7b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f079acc-ebd2-4216-b9d6-f32c6710b99d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f079acc-ebd2-4216-b9d6-f32c6710b99d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12428134903046103087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087124281349030461030871242813490304610308712428134903046103087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4bae2d8-f365-4c40-847b-5c9616d41821, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b910956f-156c-442e-b446-02b7f7d935b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b910956f-156c-442e-b446-02b7f7d935b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 555345357396050263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263555345357396050263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f079acc-ebd2-4216-b9d6-f32c6710b99d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa860947-8d63-41ae-8473-e88f2d78ea66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa860947-8d63-41ae-8473-e88f2d78ea66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1385223527498053196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196138522352749805319613852235274980531961385223527498053196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b910956f-156c-442e-b446-02b7f7d935b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa860947-8d63-41ae-8473-e88f2d78ea66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4bf198d-7ffe-4d52-9a02-858de108f661, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4bf198d-7ffe-4d52-9a02-858de108f661, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 640222246521540284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284640222246521540284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89a9cfc5-e229-45b5-a009-b026ffc3a61c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89a9cfc5-e229-45b5-a009-b026ffc3a61c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1445502170767557307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307144550217076755730714455021707675573071445502170767557307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4bf198d-7ffe-4d52-9a02-858de108f661, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19732eb1-3ef4-44f8-9339-bde25a384739, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89a9cfc5-e229-45b5-a009-b026ffc3a61c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19732eb1-3ef4-44f8-9339-bde25a384739, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10211453936527021031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031102114539365270210311021145393652702103110211453936527021031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c325f53b-073e-40c0-9faf-4f644701e88a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c325f53b-073e-40c0-9faf-4f644701e88a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3734322593431816483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483373432259343181648337343225934318164833734322593431816483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19732eb1-3ef4-44f8-9339-bde25a384739, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de57ed1f-4c96-4495-868a-1e9e9b7bab18, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de57ed1f-4c96-4495-868a-1e9e9b7bab18, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10515680331079359238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238105156803310793592381051568033107935923810515680331079359238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c325f53b-073e-40c0-9faf-4f644701e88a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a878f0e4-83b3-4ad6-b633-505fc47394f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a878f0e4-83b3-4ad6-b633-505fc47394f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2543500733905893239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239254350073390589323925435007339058932392543500733905893239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de57ed1f-4c96-4495-868a-1e9e9b7bab18, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b0aa5b6-5518-4448-8db2-17f17beb8a61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b0aa5b6-5518-4448-8db2-17f17beb8a61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10241027997496838436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436102410279974968384361024102799749683843610241027997496838436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a878f0e4-83b3-4ad6-b633-505fc47394f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04bf8539-8b3a-4d33-85b5-2554b333df96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04bf8539-8b3a-4d33-85b5-2554b333df96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15351224011335459721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721153512240113354597211535122401133545972115351224011335459721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b0aa5b6-5518-4448-8db2-17f17beb8a61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e250fe7b-a47d-4876-b56e-72eb5908ed3a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e250fe7b-a47d-4876-b56e-72eb5908ed3a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11054548912198021592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592110545489121980215921105454891219802159211054548912198021592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04bf8539-8b3a-4d33-85b5-2554b333df96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a8c0ab6-8879-4f4d-a010-fdd8dd3a6332, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a8c0ab6-8879-4f4d-a010-fdd8dd3a6332, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7319688929734270311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311731968892973427031173196889297342703117319688929734270311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e250fe7b-a47d-4876-b56e-72eb5908ed3a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c36a8c9-4594-4fe3-81f4-98413508c1b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c36a8c9-4594-4fe3-81f4-98413508c1b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16229832795046923875 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875162298327950469238751622983279504692387516229832795046923875" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a8c0ab6-8879-4f4d-a010-fdd8dd3a6332, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc698aed-cee8-48b3-b91e-d89d12de215a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc698aed-cee8-48b3-b91e-d89d12de215a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10642416563066662929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929106424165630666629291064241656306666292910642416563066662929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c36a8c9-4594-4fe3-81f4-98413508c1b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5cca6cb-4831-43af-83fb-f1f8aacee093, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5cca6cb-4831-43af-83fb-f1f8aacee093, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3943668056546142806 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806394366805654614280639436680565461428063943668056546142806" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc698aed-cee8-48b3-b91e-d89d12de215a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f396708c-18f1-4018-b8f5-4ec0e50e4e88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f396708c-18f1-4018-b8f5-4ec0e50e4e88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17317902332439000337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337173179023324390003371731790233243900033717317902332439000337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5cca6cb-4831-43af-83fb-f1f8aacee093, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7dd927-d210-4843-944d-9dd134ee1a87, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7dd927-d210-4843-944d-9dd134ee1a87, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6917471134260582583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583691747113426058258369174711342605825836917471134260582583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f396708c-18f1-4018-b8f5-4ec0e50e4e88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cc96ddb-d4dc-4b59-bff9-6e84d4276472, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cc96ddb-d4dc-4b59-bff9-6e84d4276472, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4888261682388713515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515488826168238871351548882616823887135154888261682388713515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7dd927-d210-4843-944d-9dd134ee1a87, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24cc17ae-afc8-49d5-badf-71d2f3aa3199, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24cc17ae-afc8-49d5-badf-71d2f3aa3199, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1776334965467191606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606177633496546719160617763349654671916061776334965467191606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cc96ddb-d4dc-4b59-bff9-6e84d4276472, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22993fac-099b-428e-9fbc-a90d1af1cfd7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22993fac-099b-428e-9fbc-a90d1af1cfd7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14048583497595357645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645140485834975953576451404858349759535764514048583497595357645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24cc17ae-afc8-49d5-badf-71d2f3aa3199, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5253e857-d5f1-42e1-8a51-3e2055775c32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5253e857-d5f1-42e1-8a51-3e2055775c32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6228337949775635172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172622833794977563517262283379497756351726228337949775635172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22993fac-099b-428e-9fbc-a90d1af1cfd7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cac99d5-07a2-4227-b779-22ce5e9fab68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cac99d5-07a2-4227-b779-22ce5e9fab68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10383360231004168119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119103833602310041681191038336023100416811910383360231004168119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5253e857-d5f1-42e1-8a51-3e2055775c32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7caa8233-d441-46d1-8733-a6c29529d494, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7caa8233-d441-46d1-8733-a6c29529d494, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10097635010189298952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952100976350101892989521009763501018929895210097635010189298952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cac99d5-07a2-4227-b779-22ce5e9fab68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c5f751f-addc-4099-aa85-0294587d067a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c5f751f-addc-4099-aa85-0294587d067a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4981574994834232619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619498157499483423261949815749948342326194981574994834232619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7caa8233-d441-46d1-8733-a6c29529d494, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee31599c-bd3c-4bcb-8fb2-635aafd1847c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee31599c-bd3c-4bcb-8fb2-635aafd1847c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10388727574708447074 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074103887275747084470741038872757470844707410388727574708447074" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c5f751f-addc-4099-aa85-0294587d067a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c859045-35e8-4f49-afc8-45858c293dda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c859045-35e8-4f49-afc8-45858c293dda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9584157629621335721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721958415762962133572195841576296213357219584157629621335721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee31599c-bd3c-4bcb-8fb2-635aafd1847c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42ae70e8-20c5-48e6-afa5-d78f63c50da0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42ae70e8-20c5-48e6-afa5-d78f63c50da0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6571030230285987198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198657103023028598719865710302302859871986571030230285987198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42ae70e8-20c5-48e6-afa5-d78f63c50da0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61b1dbc4-dc3e-4a00-bb29-bef77dda4aa2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b1dbc4-dc3e-4a00-bb29-bef77dda4aa2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12681698322528819898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898126816983225288198981268169832252881989812681698322528819898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c859045-35e8-4f49-afc8-45858c293dda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37483068-be20-45e2-b5b5-cd27c14befd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37483068-be20-45e2-b5b5-cd27c14befd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9869942062525521924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924986994206252552192498699420625255219249869942062525521924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37483068-be20-45e2-b5b5-cd27c14befd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd4a96d3-ace9-4860-b7e6-66e7e9b8fc78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd4a96d3-ace9-4860-b7e6-66e7e9b8fc78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2004055374859193528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528200405537485919352820040553748591935282004055374859193528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b1dbc4-dc3e-4a00-bb29-bef77dda4aa2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a67a3ce-29d6-488a-9cd9-83584dbccc74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a67a3ce-29d6-488a-9cd9-83584dbccc74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8809686535356203278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278880968653535620327888096865353562032788809686535356203278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a67a3ce-29d6-488a-9cd9-83584dbccc74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d254c51f-71e2-4cdf-8ec2-5e8cae8ef9be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d254c51f-71e2-4cdf-8ec2-5e8cae8ef9be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15281294699651968453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453152812946996519684531528129469965196845315281294699651968453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd4a96d3-ace9-4860-b7e6-66e7e9b8fc78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a69384d-cc80-421e-a560-024cfdce02d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a69384d-cc80-421e-a560-024cfdce02d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6644752042871331178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178664475204287133117866447520428713311786644752042871331178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d254c51f-71e2-4cdf-8ec2-5e8cae8ef9be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d402b3b2-1a22-4811-8eeb-453a39d20e2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d402b3b2-1a22-4811-8eeb-453a39d20e2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7348148098957959765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765734814809895795976573481480989579597657348148098957959765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a69384d-cc80-421e-a560-024cfdce02d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2298276-f9fb-43de-b797-cf0c16135bb3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2298276-f9fb-43de-b797-cf0c16135bb3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348547331820646530 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530173485473318206465301734854733182064653017348547331820646530" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d402b3b2-1a22-4811-8eeb-453a39d20e2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b502bde-0491-4721-bb2e-0c0f50a15c9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b502bde-0491-4721-bb2e-0c0f50a15c9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6722608021612769537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537672260802161276953767226080216127695376722608021612769537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2298276-f9fb-43de-b797-cf0c16135bb3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3392f308-aca9-4278-a380-cf1a0d028634, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3392f308-aca9-4278-a380-cf1a0d028634, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430359653188792338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338114303596531887923381143035965318879233811430359653188792338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b502bde-0491-4721-bb2e-0c0f50a15c9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a31a7c0-93b4-48ff-80c0-2226a65103f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a31a7c0-93b4-48ff-80c0-2226a65103f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3950446170965746408 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408395044617096574640839504461709657464083950446170965746408" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3392f308-aca9-4278-a380-cf1a0d028634, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d223ca-b9bd-4302-892c-8242b9fc251c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d223ca-b9bd-4302-892c-8242b9fc251c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 500970428022588444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444500970428022588444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a31a7c0-93b4-48ff-80c0-2226a65103f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2ff3b29-82c5-4899-ab18-194f5875a048, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2ff3b29-82c5-4899-ab18-194f5875a048, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9473457100974998490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490947345710097499849094734571009749984909473457100974998490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d223ca-b9bd-4302-892c-8242b9fc251c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded4dcd3-66cf-46d9-852d-c40d0714e8a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded4dcd3-66cf-46d9-852d-c40d0714e8a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 461420045357750213 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213461420045357750213" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2ff3b29-82c5-4899-ab18-194f5875a048, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b2fd8da-deb9-4115-8108-530b3a8160ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b2fd8da-deb9-4115-8108-530b3a8160ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17964095635837881382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382179640956358378813821796409563583788138217964095635837881382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded4dcd3-66cf-46d9-852d-c40d0714e8a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e6e120a-cca7-4681-a6d9-138710c1a23b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e6e120a-cca7-4681-a6d9-138710c1a23b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17793380098066795815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815177933800980667958151779338009806679581517793380098066795815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b2fd8da-deb9-4115-8108-530b3a8160ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1cfe9c7-6c20-4dc3-954c-391286725d9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1cfe9c7-6c20-4dc3-954c-391286725d9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5744726635865214447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447574472663586521444757447266358652144475744726635865214447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e6e120a-cca7-4681-a6d9-138710c1a23b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2a6ba026-b83d-4c39-96ef-7c216066e18a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2a6ba026-b83d-4c39-96ef-7c216066e18a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11520951631009326322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322115209516310093263221152095163100932632211520951631009326322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1cfe9c7-6c20-4dc3-954c-391286725d9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d63563c-4467-471e-aa10-7de726a351dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d63563c-4467-471e-aa10-7de726a351dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10325827892304465528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528103258278923044655281032582789230446552810325827892304465528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2a6ba026-b83d-4c39-96ef-7c216066e18a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc94b2c9-a283-4acd-bfd6-5f4a44bf9db9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc94b2c9-a283-4acd-bfd6-5f4a44bf9db9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4082508441056842224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224408250844105684222440825084410568422244082508441056842224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d63563c-4467-471e-aa10-7de726a351dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dccc33d2-032e-4c51-a158-52fc9eecbf2f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dccc33d2-032e-4c51-a158-52fc9eecbf2f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10670481764371746668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668106704817643717466681067048176437174666810670481764371746668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc94b2c9-a283-4acd-bfd6-5f4a44bf9db9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60c6b606-fa6c-46af-b11a-4613d0507633, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60c6b606-fa6c-46af-b11a-4613d0507633, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6175677404744935294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294617567740474493529461756774047449352946175677404744935294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dccc33d2-032e-4c51-a158-52fc9eecbf2f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1700d451-c3df-4c5b-a525-b5c69b8c50d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1700d451-c3df-4c5b-a525-b5c69b8c50d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17595410008346234560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560175954100083462345601759541000834623456017595410008346234560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60c6b606-fa6c-46af-b11a-4613d0507633, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f750b34-7744-4412-940d-38595e6e876f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f750b34-7744-4412-940d-38595e6e876f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1597018678062272168 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168159701867806227216815970186780622721681597018678062272168" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1700d451-c3df-4c5b-a525-b5c69b8c50d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96b2d168-47cd-445c-b454-491269c0d36b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96b2d168-47cd-445c-b454-491269c0d36b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17006479274819164879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879170064792748191648791700647927481916487917006479274819164879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f750b34-7744-4412-940d-38595e6e876f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 90032307-bc47-4fe0-b6de-5f6c8f7abd3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 90032307-bc47-4fe0-b6de-5f6c8f7abd3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1400180340893707263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263140018034089370726314001803408937072631400180340893707263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96b2d168-47cd-445c-b454-491269c0d36b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a305de-0916-4ce9-80f0-d687d29c3072, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 90032307-bc47-4fe0-b6de-5f6c8f7abd3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a305de-0916-4ce9-80f0-d687d29c3072, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 696602585345392170 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170696602585345392170" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7084c64b-bcd8-4768-94e4-77d25d682397, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7084c64b-bcd8-4768-94e4-77d25d682397, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3281003718555580306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306328100371855558030632810037185555803063281003718555580306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a305de-0916-4ce9-80f0-d687d29c3072, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 802d761b-d879-4155-90fa-c03fca0658df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 802d761b-d879-4155-90fa-c03fca0658df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14945810763866902759 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759149458107638669027591494581076386690275914945810763866902759" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7084c64b-bcd8-4768-94e4-77d25d682397, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62a1635-75a9-4a76-961c-5b110b8391b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62a1635-75a9-4a76-961c-5b110b8391b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17063386595211931961 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961170633865952119319611706338659521193196117063386595211931961" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 802d761b-d879-4155-90fa-c03fca0658df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ee535fa-0a81-4f21-b35d-62684c2ee8f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62a1635-75a9-4a76-961c-5b110b8391b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ee535fa-0a81-4f21-b35d-62684c2ee8f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13801378719423734740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740138013787194237347401380137871942373474013801378719423734740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b88320a2-6a40-44b6-8377-b40fcfe8a5ec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b88320a2-6a40-44b6-8377-b40fcfe8a5ec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 158348354772495132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132158348354772495132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ee535fa-0a81-4f21-b35d-62684c2ee8f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a54f4115-9232-408a-8644-3fa95224b858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b88320a2-6a40-44b6-8377-b40fcfe8a5ec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a54f4115-9232-408a-8644-3fa95224b858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14577637460144194257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257145776374601441942571457763746014419425714577637460144194257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da98a579-4166-4ac1-8186-500596a92d2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da98a579-4166-4ac1-8186-500596a92d2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13042924729762571768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768130429247297625717681304292472976257176813042924729762571768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a54f4115-9232-408a-8644-3fa95224b858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baec1fe5-a4c0-4630-b405-2650d1af0aac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da98a579-4166-4ac1-8186-500596a92d2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baec1fe5-a4c0-4630-b405-2650d1af0aac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14071638237990402748 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748140716382379904027481407163823799040274814071638237990402748" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e758f2dc-7f53-4603-a339-5b77cece1791, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e758f2dc-7f53-4603-a339-5b77cece1791, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7283263082146281503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503728326308214628150372832630821462815037283263082146281503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baec1fe5-a4c0-4630-b405-2650d1af0aac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5c90830-5db7-46e5-9f9c-94e758738556, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e758f2dc-7f53-4603-a339-5b77cece1791, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5c90830-5db7-46e5-9f9c-94e758738556, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4874764395902987683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683487476439590298768348747643959029876834874764395902987683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d32c00f-23cf-4064-b499-6bb7d18a0cde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d32c00f-23cf-4064-b499-6bb7d18a0cde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11858344506814455966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966118583445068144559661185834450681445596611858344506814455966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5c90830-5db7-46e5-9f9c-94e758738556, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b40269f9-41bc-41c2-8a77-a3e7ee01d6c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d32c00f-23cf-4064-b499-6bb7d18a0cde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b40269f9-41bc-41c2-8a77-a3e7ee01d6c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12609816697355751691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691126098166973557516911260981669735575169112609816697355751691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b684818c-4d10-41c3-a17a-0b70ba4fd241, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b684818c-4d10-41c3-a17a-0b70ba4fd241, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3600886649020930349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349360088664902093034936008866490209303493600886649020930349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b40269f9-41bc-41c2-8a77-a3e7ee01d6c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, caf9fb81-0cba-4c04-8480-7fd6125f183d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, caf9fb81-0cba-4c04-8480-7fd6125f183d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4174333581097696482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482417433358109769648241743335810976964824174333581097696482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b684818c-4d10-41c3-a17a-0b70ba4fd241, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5336b845-41c3-4a9c-bd65-c7670e358764, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5336b845-41c3-4a9c-bd65-c7670e358764, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11032984765306669662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662110329847653066696621103298476530666966211032984765306669662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, caf9fb81-0cba-4c04-8480-7fd6125f183d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3277564-5559-46d3-856a-b0c3b4e6d1a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3277564-5559-46d3-856a-b0c3b4e6d1a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1452708245272951043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043145270824527295104314527082452729510431452708245272951043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5336b845-41c3-4a9c-bd65-c7670e358764, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 747bea2b-6dcc-498d-8c22-c661c90c1972, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 747bea2b-6dcc-498d-8c22-c661c90c1972, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4869456481609639456 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456486945648160963945648694564816096394564869456481609639456" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3277564-5559-46d3-856a-b0c3b4e6d1a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c7c9fef-9768-4d18-a14f-e066b493ca28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c7c9fef-9768-4d18-a14f-e066b493ca28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3690945731204121370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370369094573120412137036909457312041213703690945731204121370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 747bea2b-6dcc-498d-8c22-c661c90c1972, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1dfd6e2-5344-48e2-a218-3dc362933b8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1dfd6e2-5344-48e2-a218-3dc362933b8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18386246452934605216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216183862464529346052161838624645293460521618386246452934605216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c7c9fef-9768-4d18-a14f-e066b493ca28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 589e2a08-bacc-42da-b0a0-5a9ab2f33457, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 589e2a08-bacc-42da-b0a0-5a9ab2f33457, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5038367182037984941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941503836718203798494150383671820379849415038367182037984941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1dfd6e2-5344-48e2-a218-3dc362933b8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0fe51d9-411d-45d5-abfb-41fb188a6943, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0fe51d9-411d-45d5-abfb-41fb188a6943, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16058332022264519766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766160583320222645197661605833202226451976616058332022264519766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 589e2a08-bacc-42da-b0a0-5a9ab2f33457, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 764bef65-6953-45b4-b364-3bb4daefa7b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 764bef65-6953-45b4-b364-3bb4daefa7b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3762734234717782815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815376273423471778281537627342347177828153762734234717782815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0fe51d9-411d-45d5-abfb-41fb188a6943, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae267449-38ea-4be8-9d1c-e82f7284dc6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae267449-38ea-4be8-9d1c-e82f7284dc6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6230025445182981337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337623002544518298133762300254451829813376230025445182981337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 764bef65-6953-45b4-b364-3bb4daefa7b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8c11119-8e2b-4972-9ec9-476fffad0f53, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8c11119-8e2b-4972-9ec9-476fffad0f53, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4458808686382299910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910445880868638229991044588086863822999104458808686382299910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae267449-38ea-4be8-9d1c-e82f7284dc6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4889ccc2-61db-44ea-be78-b3f7d5136ec0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4889ccc2-61db-44ea-be78-b3f7d5136ec0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 231440338113164358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358231440338113164358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8c11119-8e2b-4972-9ec9-476fffad0f53, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4889ccc2-61db-44ea-be78-b3f7d5136ec0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76b42f7a-d594-4b40-9f47-5427181c5bcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76b42f7a-d594-4b40-9f47-5427181c5bcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3584059379582564840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840358405937958256484035840593795825648403584059379582564840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 868330d9-71ad-41a4-98ff-8058a6df5e82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 868330d9-71ad-41a4-98ff-8058a6df5e82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3821721670115835970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970382172167011583597038217216701158359703821721670115835970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76b42f7a-d594-4b40-9f47-5427181c5bcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 868330d9-71ad-41a4-98ff-8058a6df5e82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9579aa95-17e5-4c8f-b88f-fd96b77929af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5976af22-daf2-43d4-a138-e21cd881e3aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9579aa95-17e5-4c8f-b88f-fd96b77929af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3710444904347394418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418371044490434739441837104449043473944183710444904347394418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5976af22-daf2-43d4-a138-e21cd881e3aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1671946344069736502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502167194634406973650216719463440697365021671946344069736502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5976af22-daf2-43d4-a138-e21cd881e3aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9579aa95-17e5-4c8f-b88f-fd96b77929af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 202611a4-a907-425a-a8f8-79056517fed2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cb0899a-76fd-4c88-8151-b7c9a7358a41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 202611a4-a907-425a-a8f8-79056517fed2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6957145032864957643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643695714503286495764369571450328649576436957145032864957643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cb0899a-76fd-4c88-8151-b7c9a7358a41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 506024052898611874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874506024052898611874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 202611a4-a907-425a-a8f8-79056517fed2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cb0899a-76fd-4c88-8151-b7c9a7358a41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70641eeb-36a0-4d1d-a482-ec7faa591974, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70641eeb-36a0-4d1d-a482-ec7faa591974, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5160310231325949536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536516031023132594953651603102313259495365160310231325949536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23fbc86c-d4e6-47c8-b7ff-4d763170e929, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fbc86c-d4e6-47c8-b7ff-4d763170e929, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16588889832766046551 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551165888898327660465511658888983276604655116588889832766046551" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70641eeb-36a0-4d1d-a482-ec7faa591974, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fbc86c-d4e6-47c8-b7ff-4d763170e929, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ad76331-8e70-47fb-90d5-ac737323277c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ed342e-9aba-4641-b5ad-0f48c7f3cae0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ad76331-8e70-47fb-90d5-ac737323277c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022470499518382435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435802247049951838243580224704995183824358022470499518382435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ed342e-9aba-4641-b5ad-0f48c7f3cae0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8233810979244724926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926823381097924472492682338109792447249268233810979244724926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ad76331-8e70-47fb-90d5-ac737323277c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdaf488-cfc6-47f7-9c2d-d18bb46454f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdaf488-cfc6-47f7-9c2d-d18bb46454f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15584574258530078464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464155845742585300784641558457425853007846415584574258530078464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ed342e-9aba-4641-b5ad-0f48c7f3cae0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e59361b-6b7a-4e4f-8408-3c439fdd2436, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e59361b-6b7a-4e4f-8408-3c439fdd2436, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8022506673951340131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131802250667395134013180225066739513401318022506673951340131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdaf488-cfc6-47f7-9c2d-d18bb46454f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d23d923-d84c-4189-8002-ca988d47435f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d23d923-d84c-4189-8002-ca988d47435f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11148959961306201571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571111489599613062015711114895996130620157111148959961306201571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e59361b-6b7a-4e4f-8408-3c439fdd2436, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b87758d-fbc0-4314-a16c-f9e9b545fc0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b87758d-fbc0-4314-a16c-f9e9b545fc0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 813294487506826172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172813294487506826172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d23d923-d84c-4189-8002-ca988d47435f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4535628-a2ee-4fdb-999d-4d32a7936f42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4535628-a2ee-4fdb-999d-4d32a7936f42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17300122769864135410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410173001227698641354101730012276986413541017300122769864135410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b87758d-fbc0-4314-a16c-f9e9b545fc0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72a4d144-9787-4afa-b834-25c395690127, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72a4d144-9787-4afa-b834-25c395690127, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10500558554876451634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634105005585548764516341050055855487645163410500558554876451634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4535628-a2ee-4fdb-999d-4d32a7936f42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26a3044f-0fb1-4365-a289-57ff1e21f6b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26a3044f-0fb1-4365-a289-57ff1e21f6b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10731854808507891029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029107318548085078910291073185480850789102910731854808507891029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72a4d144-9787-4afa-b834-25c395690127, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f34200-1812-4cb6-86f2-212e7708958b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f34200-1812-4cb6-86f2-212e7708958b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11349533152598949973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973113495331525989499731134953315259894997311349533152598949973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26a3044f-0fb1-4365-a289-57ff1e21f6b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a55f73c-159c-46dd-80e7-c5cd4e1d8971, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f34200-1812-4cb6-86f2-212e7708958b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a55f73c-159c-46dd-80e7-c5cd4e1d8971, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5695718323720130750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750569571832372013075056957183237201307505695718323720130750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 473169e1-af90-450d-90e9-02e6d21d0f98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 473169e1-af90-450d-90e9-02e6d21d0f98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13649015400593695576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576136490154005936955761364901540059369557613649015400593695576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a55f73c-159c-46dd-80e7-c5cd4e1d8971, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c1ce07c-efbd-4638-8e55-b81cb096896e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 473169e1-af90-450d-90e9-02e6d21d0f98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1ce07c-efbd-4638-8e55-b81cb096896e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8181172401979882571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571818117240197988257181811724019798825718181172401979882571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79ac284c-576d-4055-bab3-e25df4664d65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79ac284c-576d-4055-bab3-e25df4664d65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15938742662132648590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590159387426621326485901593874266213264859015938742662132648590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1ce07c-efbd-4638-8e55-b81cb096896e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06717780-46f3-4442-ad37-003ab0b64f05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79ac284c-576d-4055-bab3-e25df4664d65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06717780-46f3-4442-ad37-003ab0b64f05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5862907896869891531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531586290789686989153158629078968698915315862907896869891531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ce27eef-54f7-437b-9431-6dd705c237d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ce27eef-54f7-437b-9431-6dd705c237d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9200930428675239930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930920093042867523993092009304286752399309200930428675239930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06717780-46f3-4442-ad37-003ab0b64f05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ce27eef-54f7-437b-9431-6dd705c237d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6247f08c-7541-452a-97c0-96e874166390, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6247f08c-7541-452a-97c0-96e874166390, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18105362899415225375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375181053628994152253751810536289941522537518105362899415225375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d493924e-e34a-4fc4-9e0c-95e3abf9385a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d493924e-e34a-4fc4-9e0c-95e3abf9385a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13523800194419037189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189135238001944190371891352380019441903718913523800194419037189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6247f08c-7541-452a-97c0-96e874166390, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6772819b-64ed-417d-a3b6-23d42ad83b48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d493924e-e34a-4fc4-9e0c-95e3abf9385a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6772819b-64ed-417d-a3b6-23d42ad83b48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14746269133741351234 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234147462691337413512341474626913374135123414746269133741351234" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c1067e3-2810-4f6f-a141-ae64dc4213be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c1067e3-2810-4f6f-a141-ae64dc4213be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17598613448070400065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065175986134480704000651759861344807040006517598613448070400065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6772819b-64ed-417d-a3b6-23d42ad83b48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b91f13-226f-406e-84d2-2a7426d27d6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c1067e3-2810-4f6f-a141-ae64dc4213be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a060cd0-e89e-4a82-9f59-96069c657f23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b91f13-226f-406e-84d2-2a7426d27d6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11085571071004643613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613110855710710046436131108557107100464361311085571071004643613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a060cd0-e89e-4a82-9f59-96069c657f23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8294850282872674888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888829485028287267488882948502828726748888294850282872674888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a060cd0-e89e-4a82-9f59-96069c657f23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4cf3a51-9051-4ccb-a593-3409c9d8913c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b91f13-226f-406e-84d2-2a7426d27d6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4cf3a51-9051-4ccb-a593-3409c9d8913c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2529828172720783793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793252982817272078379325298281727207837932529828172720783793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf8e06f0-2217-44b9-abfe-596d80b13266, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf8e06f0-2217-44b9-abfe-596d80b13266, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3988021502214403235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235398802150221440323539880215022144032353988021502214403235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4cf3a51-9051-4ccb-a593-3409c9d8913c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb01e0fc-70a0-4bee-83d9-0d3c787315fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf8e06f0-2217-44b9-abfe-596d80b13266, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb01e0fc-70a0-4bee-83d9-0d3c787315fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9307661380764337988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988930766138076433798893076613807643379889307661380764337988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fde3918-d0be-481a-895d-df893f4d5c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fde3918-d0be-481a-895d-df893f4d5c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2391502640208184182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182239150264020818418223915026402081841822391502640208184182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb01e0fc-70a0-4bee-83d9-0d3c787315fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c771afaa-b2a2-4f26-a61c-13e63ac35e36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c771afaa-b2a2-4f26-a61c-13e63ac35e36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6024408816741039653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653602440881674103965360244088167410396536024408816741039653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fde3918-d0be-481a-895d-df893f4d5c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bab6f24-418b-4f11-8cfb-0128cbf85d73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bab6f24-418b-4f11-8cfb-0128cbf85d73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11354087180816655715 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715113540871808166557151135408718081665571511354087180816655715" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c771afaa-b2a2-4f26-a61c-13e63ac35e36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 639ee8af-c4e2-41e6-ac18-bfd8487a97a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 639ee8af-c4e2-41e6-ac18-bfd8487a97a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5223009638237744962 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962522300963823774496252230096382377449625223009638237744962" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bab6f24-418b-4f11-8cfb-0128cbf85d73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94214e0d-3df0-44b9-94cb-16bc3e8d199d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94214e0d-3df0-44b9-94cb-16bc3e8d199d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6617650811225443841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841661765081122544384166176508112254438416617650811225443841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 639ee8af-c4e2-41e6-ac18-bfd8487a97a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 287a981a-8fa2-4fed-bd0d-449a6b3fff80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 287a981a-8fa2-4fed-bd0d-449a6b3fff80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6003406882837960085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085600340688283796008560034068828379600856003406882837960085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94214e0d-3df0-44b9-94cb-16bc3e8d199d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae0bd54-34ba-4621-a1a6-7226543fe4a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae0bd54-34ba-4621-a1a6-7226543fe4a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 572143360311890573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573572143360311890573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae0bd54-34ba-4621-a1a6-7226543fe4a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b15152c7-e488-47ef-b386-ec58cde63a55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b15152c7-e488-47ef-b386-ec58cde63a55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7421402015353934989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989742140201535393498974214020153539349897421402015353934989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 287a981a-8fa2-4fed-bd0d-449a6b3fff80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e1b9f5e-9e87-4fca-8f2b-fda29343e3f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e1b9f5e-9e87-4fca-8f2b-fda29343e3f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17671921879836761638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638176719218798367616381767192187983676163817671921879836761638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b15152c7-e488-47ef-b386-ec58cde63a55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a64d9021-5292-446f-ab9a-21b375be5bf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a64d9021-5292-446f-ab9a-21b375be5bf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16513195547972829405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405165131955479728294051651319554797282940516513195547972829405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e1b9f5e-9e87-4fca-8f2b-fda29343e3f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84fae320-bc7d-41e4-9236-9c5b15115c82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84fae320-bc7d-41e4-9236-9c5b15115c82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16212340918584380219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219162123409185843802191621234091858438021916212340918584380219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a64d9021-5292-446f-ab9a-21b375be5bf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 520ab48c-38a9-4351-961f-aeb32222ba08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 520ab48c-38a9-4351-961f-aeb32222ba08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13548269573277656979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979135482695732776569791354826957327765697913548269573277656979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84fae320-bc7d-41e4-9236-9c5b15115c82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a91ace9-f10b-401c-a426-443b6d388d57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a91ace9-f10b-401c-a426-443b6d388d57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 462690091662392429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429462690091662392429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 520ab48c-38a9-4351-961f-aeb32222ba08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6818bbe-3dff-41ec-a92f-f27c8cca2ab4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6818bbe-3dff-41ec-a92f-f27c8cca2ab4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2683437611615975180 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180268343761161597518026834376116159751802683437611615975180" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a91ace9-f10b-401c-a426-443b6d388d57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28d788cc-cea7-4b77-9a8a-30b8562cd1a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28d788cc-cea7-4b77-9a8a-30b8562cd1a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16096942062702102834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834160969420627021028341609694206270210283416096942062702102834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6818bbe-3dff-41ec-a92f-f27c8cca2ab4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73896ed5-b7ce-46ab-abfc-e5d4084f2fa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73896ed5-b7ce-46ab-abfc-e5d4084f2fa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8912290513123873045 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045891229051312387304589122905131238730458912290513123873045" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28d788cc-cea7-4b77-9a8a-30b8562cd1a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a020a8b1-9543-4379-948a-5d63e9b9063f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73896ed5-b7ce-46ab-abfc-e5d4084f2fa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a020a8b1-9543-4379-948a-5d63e9b9063f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13967094235852873131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131139670942358528731311396709423585287313113967094235852873131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31c495a0-1915-464a-a0fd-b375626f0dfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31c495a0-1915-464a-a0fd-b375626f0dfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7846899274525952944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944784689927452595294478468992745259529447846899274525952944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a020a8b1-9543-4379-948a-5d63e9b9063f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3ce7594-e1d7-4ed4-b9ef-05aab148e4c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3ce7594-e1d7-4ed4-b9ef-05aab148e4c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10308382847432420505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505103083828474324205051030838284743242050510308382847432420505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31c495a0-1915-464a-a0fd-b375626f0dfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32448782-d146-4ee4-8d0f-0c2469c69b73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32448782-d146-4ee4-8d0f-0c2469c69b73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17137379813124857930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930171373798131248579301713737981312485793017137379813124857930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3ce7594-e1d7-4ed4-b9ef-05aab148e4c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fc6960d-9741-47bb-9bde-a2cf61fe998f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc6960d-9741-47bb-9bde-a2cf61fe998f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11888745129998498055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055118887451299984980551188874512999849805511888745129998498055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32448782-d146-4ee4-8d0f-0c2469c69b73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e8bfe25-7dee-468c-9fb3-0a543f358e16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e8bfe25-7dee-468c-9fb3-0a543f358e16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18035418708966240788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788180354187089662407881803541870896624078818035418708966240788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc6960d-9741-47bb-9bde-a2cf61fe998f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35fdaf4e-5b6a-4580-912e-ea7f617d9a37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35fdaf4e-5b6a-4580-912e-ea7f617d9a37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3927449570697288452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452392744957069728845239274495706972884523927449570697288452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e8bfe25-7dee-468c-9fb3-0a543f358e16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a541ae81-3986-453d-a70b-7a765bbcb1c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a541ae81-3986-453d-a70b-7a765bbcb1c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16266902942010234697 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697162669029420102346971626690294201023469716266902942010234697" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35fdaf4e-5b6a-4580-912e-ea7f617d9a37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c04e990-5010-42e6-a981-2abf71067f28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c04e990-5010-42e6-a981-2abf71067f28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13275010980338001024 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024132750109803380010241327501098033800102413275010980338001024" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a541ae81-3986-453d-a70b-7a765bbcb1c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 46c29958-d5f2-4256-84bd-2b101cd9786c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 46c29958-d5f2-4256-84bd-2b101cd9786c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13932708745822017067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067139327087458220170671393270874582201706713932708745822017067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c04e990-5010-42e6-a981-2abf71067f28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 997b6b66-2959-40b4-8462-f03b938ee6d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 997b6b66-2959-40b4-8462-f03b938ee6d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5462285048037962351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351546228504803796235154622850480379623515462285048037962351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 46c29958-d5f2-4256-84bd-2b101cd9786c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7978c9a6-c104-48e2-8f2c-9d77e727a647, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7978c9a6-c104-48e2-8f2c-9d77e727a647, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11208616442404870607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607112086164424048706071120861644240487060711208616442404870607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 997b6b66-2959-40b4-8462-f03b938ee6d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36b67d68-5884-4436-afec-b9a594e98f0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36b67d68-5884-4436-afec-b9a594e98f0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727619774539227762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762127276197745392277621272761977453922776212727619774539227762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7978c9a6-c104-48e2-8f2c-9d77e727a647, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f250950d-6ffb-4f03-9a6a-2cf860c44e1d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f250950d-6ffb-4f03-9a6a-2cf860c44e1d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16562019091022082606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606165620190910220826061656201909102208260616562019091022082606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36b67d68-5884-4436-afec-b9a594e98f0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d48d8d7-cdd5-4ffd-91d1-cc20e0a11d34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d48d8d7-cdd5-4ffd-91d1-cc20e0a11d34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11441857839636012065 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065114418578396360120651144185783963601206511441857839636012065" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f250950d-6ffb-4f03-9a6a-2cf860c44e1d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b90f074-8484-452f-ab16-656ca27c968e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b90f074-8484-452f-ab16-656ca27c968e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11361988503061876940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940113619885030618769401136198850306187694011361988503061876940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d48d8d7-cdd5-4ffd-91d1-cc20e0a11d34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fa58140-3156-4070-b87e-14a75b07824c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fa58140-3156-4070-b87e-14a75b07824c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13117670785386916415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415131176707853869164151311767078538691641513117670785386916415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b90f074-8484-452f-ab16-656ca27c968e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 863e3013-fd7c-4c17-8812-81347fbc7c22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 863e3013-fd7c-4c17-8812-81347fbc7c22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14714769632616235084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084147147696326162350841471476963261623508414714769632616235084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fa58140-3156-4070-b87e-14a75b07824c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325f110f-9cf9-4244-b29a-ac6ad7e6efda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325f110f-9cf9-4244-b29a-ac6ad7e6efda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5815365880749601317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317581536588074960131758153658807496013175815365880749601317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 863e3013-fd7c-4c17-8812-81347fbc7c22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e79cdad-322a-4cc5-8325-5c4f6e8524be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e79cdad-322a-4cc5-8325-5c4f6e8524be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 357290062454716894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894357290062454716894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325f110f-9cf9-4244-b29a-ac6ad7e6efda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ecc7915-c974-42c3-a9c9-9c0e07302e52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ecc7915-c974-42c3-a9c9-9c0e07302e52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828695347076131559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559128286953470761315591282869534707613155912828695347076131559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e79cdad-322a-4cc5-8325-5c4f6e8524be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e4d7c12-34fd-40d7-aa54-319a6bfa1cc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e4d7c12-34fd-40d7-aa54-319a6bfa1cc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802500655410426120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120118025006554104261201180250065541042612011802500655410426120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ecc7915-c974-42c3-a9c9-9c0e07302e52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4d27ff3-2987-4d78-b436-7a4361ff8503, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4d27ff3-2987-4d78-b436-7a4361ff8503, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11543441738163933888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888115434417381639338881154344173816393388811543441738163933888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e4d7c12-34fd-40d7-aa54-319a6bfa1cc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebc6bb93-2c2c-40e5-99cb-4de223c1ffe2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebc6bb93-2c2c-40e5-99cb-4de223c1ffe2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4795780816934159255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255479578081693415925547957808169341592554795780816934159255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4d27ff3-2987-4d78-b436-7a4361ff8503, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02475b84-e64b-49f1-b97b-37532c915094, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02475b84-e64b-49f1-b97b-37532c915094, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13476572715554146310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310134765727155541463101347657271555414631013476572715554146310" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebc6bb93-2c2c-40e5-99cb-4de223c1ffe2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81ac5de1-9b18-4bd0-a428-e17d68b7c98d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81ac5de1-9b18-4bd0-a428-e17d68b7c98d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13846743872482149925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925138467438724821499251384674387248214992513846743872482149925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02475b84-e64b-49f1-b97b-37532c915094, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81ac5de1-9b18-4bd0-a428-e17d68b7c98d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bc9935f-4455-48d6-81b1-0aef70229073, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bc9935f-4455-48d6-81b1-0aef70229073, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4988223804708015101 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101498822380470801510149882238047080151014988223804708015101" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f99ed9-4b54-46fd-b22f-d260daa51b3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f99ed9-4b54-46fd-b22f-d260daa51b3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2289302383869879533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533228930238386987953322893023838698795332289302383869879533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f99ed9-4b54-46fd-b22f-d260daa51b3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cde8c38-1b91-4bbe-b33b-163dd140a3a2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cde8c38-1b91-4bbe-b33b-163dd140a3a2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4808065479884420130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130480806547988442013048080654798844201304808065479884420130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bc9935f-4455-48d6-81b1-0aef70229073, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8de976e-2afc-44f1-946c-643372dabefa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8de976e-2afc-44f1-946c-643372dabefa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18082561543742698476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476180825615437426984761808256154374269847618082561543742698476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cde8c38-1b91-4bbe-b33b-163dd140a3a2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40c56213-96cf-45d5-81be-54ca360fb44f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40c56213-96cf-45d5-81be-54ca360fb44f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1866617552137323945 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945186661755213732394518666175521373239451866617552137323945" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8de976e-2afc-44f1-946c-643372dabefa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4983dc7-d46f-4bb5-9eb7-5f82f4f03b01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4983dc7-d46f-4bb5-9eb7-5f82f4f03b01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10757158909195810236 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236107571589091958102361075715890919581023610757158909195810236" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40c56213-96cf-45d5-81be-54ca360fb44f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 699a5067-2249-4f1e-bb8b-d0a1f1b226e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 699a5067-2249-4f1e-bb8b-d0a1f1b226e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4146685222016754187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187414668522201675418741466852220167541874146685222016754187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4983dc7-d46f-4bb5-9eb7-5f82f4f03b01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c12f82c-d375-4f2a-abd0-d0c7658f3b34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c12f82c-d375-4f2a-abd0-d0c7658f3b34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12451770821512639077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077124517708215126390771245177082151263907712451770821512639077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 699a5067-2249-4f1e-bb8b-d0a1f1b226e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a8579e6-6327-4525-ba41-8eefe44422ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a8579e6-6327-4525-ba41-8eefe44422ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7276365072774212952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952727636507277421295272763650727742129527276365072774212952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c12f82c-d375-4f2a-abd0-d0c7658f3b34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88058474-6192-470f-9f45-d300df858924, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88058474-6192-470f-9f45-d300df858924, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2633568195043926933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933263356819504392693326335681950439269332633568195043926933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a8579e6-6327-4525-ba41-8eefe44422ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 224e6b5a-1a92-40b7-b873-eb008df5cd58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 224e6b5a-1a92-40b7-b873-eb008df5cd58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986809603329434425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425498680960332943442549868096033294344254986809603329434425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88058474-6192-470f-9f45-d300df858924, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3b344a2-d57d-4736-9d2a-ac4b7b24ff4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3b344a2-d57d-4736-9d2a-ac4b7b24ff4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12561536793734982758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758125615367937349827581256153679373498275812561536793734982758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 224e6b5a-1a92-40b7-b873-eb008df5cd58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b3ae49c-787a-41c0-b00e-def6eed41c1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b3ae49c-787a-41c0-b00e-def6eed41c1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3432542542002428233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233343254254200242823334325425420024282333432542542002428233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3b344a2-d57d-4736-9d2a-ac4b7b24ff4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8064d480-f3f1-4445-ba0e-83c549cac175, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8064d480-f3f1-4445-ba0e-83c549cac175, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1129439466151362978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978112943946615136297811294394661513629781129439466151362978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b3ae49c-787a-41c0-b00e-def6eed41c1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e488f3ae-1b6b-41d0-a57d-18075422effe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e488f3ae-1b6b-41d0-a57d-18075422effe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 406939243067271644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644406939243067271644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8064d480-f3f1-4445-ba0e-83c549cac175, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e488f3ae-1b6b-41d0-a57d-18075422effe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7d31108-929c-4dd2-a864-6926f8d5d4b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ce2bd164-cb47-4884-a9ff-c1cc39554dd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ce2bd164-cb47-4884-a9ff-c1cc39554dd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17186055623980531833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833171860556239805318331718605562398053183317186055623980531833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7d31108-929c-4dd2-a864-6926f8d5d4b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13443084598028602852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852134430845980286028521344308459802860285213443084598028602852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ce2bd164-cb47-4884-a9ff-c1cc39554dd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94ab090c-b78e-4b09-a419-f9f04b29ddb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94ab090c-b78e-4b09-a419-f9f04b29ddb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12328098477404669686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686123280984774046696861232809847740466968612328098477404669686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7d31108-929c-4dd2-a864-6926f8d5d4b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0c821e1-85db-439a-9259-7719f46dbfbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0c821e1-85db-439a-9259-7719f46dbfbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1968414876783263543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543196841487678326354319684148767832635431968414876783263543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94ab090c-b78e-4b09-a419-f9f04b29ddb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3704c39-1f85-48f1-a037-5641df09020d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3704c39-1f85-48f1-a037-5641df09020d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7867597937737860297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297786759793773786029778675979377378602977867597937737860297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0c821e1-85db-439a-9259-7719f46dbfbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc1463c6-1bd7-492d-94f0-ecd504e60502, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc1463c6-1bd7-492d-94f0-ecd504e60502, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4597318968549635954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954459731896854963595445973189685496359544597318968549635954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3704c39-1f85-48f1-a037-5641df09020d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 164ffff1-422d-4690-8634-8c453cdf679a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 164ffff1-422d-4690-8634-8c453cdf679a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14710826719622239977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977147108267196222399771471082671962223997714710826719622239977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc1463c6-1bd7-492d-94f0-ecd504e60502, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85fdd047-f9e4-452c-945e-248e93588a03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85fdd047-f9e4-452c-945e-248e93588a03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9605154189444042770 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770960515418944404277096051541894440427709605154189444042770" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 164ffff1-422d-4690-8634-8c453cdf679a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb5524aa-512f-4fa7-a3eb-aa2ba7a2dc93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb5524aa-512f-4fa7-a3eb-aa2ba7a2dc93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10548495926435311329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329105484959264353113291054849592643531132910548495926435311329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85fdd047-f9e4-452c-945e-248e93588a03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6146c6d-55dd-4eda-9c78-25ec45d2ff42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6146c6d-55dd-4eda-9c78-25ec45d2ff42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2003615166286060046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046200361516628606004620036151662860600462003615166286060046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb5524aa-512f-4fa7-a3eb-aa2ba7a2dc93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9ef8e1-bb8c-49aa-91b5-0321c4992d27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6146c6d-55dd-4eda-9c78-25ec45d2ff42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9ef8e1-bb8c-49aa-91b5-0321c4992d27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12524517800616408078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078125245178006164080781252451780061640807812524517800616408078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f49c8d7-06e1-4af5-ae82-89e972888c71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f49c8d7-06e1-4af5-ae82-89e972888c71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16196231773326392359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359161962317733263923591619623177332639235916196231773326392359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9ef8e1-bb8c-49aa-91b5-0321c4992d27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df22edbb-5929-4eff-a5a6-df85ae6c39ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df22edbb-5929-4eff-a5a6-df85ae6c39ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12919548588979245504 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504129195485889792455041291954858897924550412919548588979245504" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f49c8d7-06e1-4af5-ae82-89e972888c71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f56687d-6699-48e7-9858-8235b237fd63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f56687d-6699-48e7-9858-8235b237fd63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14060262911329178029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029140602629113291780291406026291132917802914060262911329178029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f56687d-6699-48e7-9858-8235b237fd63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df22edbb-5929-4eff-a5a6-df85ae6c39ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74dde3aa-9242-4a97-affd-b55424d7e3ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74dde3aa-9242-4a97-affd-b55424d7e3ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6447082437733049553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553644708243773304955364470824377330495536447082437733049553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea5820b2-f5ad-49d3-8854-16ac37045aad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea5820b2-f5ad-49d3-8854-16ac37045aad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556727329503130958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958655672732950313095865567273295031309586556727329503130958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74dde3aa-9242-4a97-affd-b55424d7e3ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea5820b2-f5ad-49d3-8854-16ac37045aad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b808795-9ab3-4826-b2c9-80a71ac22033, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9600cc17-3538-4bda-bae4-a0beffa5c9fc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b808795-9ab3-4826-b2c9-80a71ac22033, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14041739047357434778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778140417390473574347781404173904735743477814041739047357434778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9600cc17-3538-4bda-bae4-a0beffa5c9fc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6504248635457537391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391650424863545753739165042486354575373916504248635457537391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9600cc17-3538-4bda-bae4-a0beffa5c9fc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b808795-9ab3-4826-b2c9-80a71ac22033, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453aba9a-06a0-49f0-b623-7140a17af472, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d67c36f-63c8-4d7b-b777-016b65a11d62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d67c36f-63c8-4d7b-b777-016b65a11d62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7795148609545175872 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872779514860954517587277951486095451758727795148609545175872" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453aba9a-06a0-49f0-b623-7140a17af472, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7897563554701925412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412789756355470192541278975635547019254127897563554701925412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d67c36f-63c8-4d7b-b777-016b65a11d62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453aba9a-06a0-49f0-b623-7140a17af472, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf15d27-913e-4c5d-8a26-61b0d7c0979a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 74485313-182e-482d-b844-5a1e8a150a6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf15d27-913e-4c5d-8a26-61b0d7c0979a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 209811912977842182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182209811912977842182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 74485313-182e-482d-b844-5a1e8a150a6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5365577149644307042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042536557714964430704253655771496443070425365577149644307042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 74485313-182e-482d-b844-5a1e8a150a6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf15d27-913e-4c5d-8a26-61b0d7c0979a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf6e27ca-5e01-468b-905e-9798cf94a05c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 684eaa5f-e82b-44ef-a4e4-eebc602c2699, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf6e27ca-5e01-468b-905e-9798cf94a05c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9357961116463570266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266935796111646357026693579611164635702669357961116463570266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 684eaa5f-e82b-44ef-a4e4-eebc602c2699, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1301724925856716882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882130172492585671688213017249258567168821301724925856716882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 684eaa5f-e82b-44ef-a4e4-eebc602c2699, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf6e27ca-5e01-468b-905e-9798cf94a05c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c2f43e15-14b9-46e3-b41f-31abc6e1bc61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a4ac6ff-e128-4d67-9664-8aaf1f25c057, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c2f43e15-14b9-46e3-b41f-31abc6e1bc61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16251826759519178561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561162518267595191785611625182675951917856116251826759519178561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a4ac6ff-e128-4d67-9664-8aaf1f25c057, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13759425713242466509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509137594257132424665091375942571324246650913759425713242466509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c2f43e15-14b9-46e3-b41f-31abc6e1bc61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a4ac6ff-e128-4d67-9664-8aaf1f25c057, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd1a195e-134c-46d3-b0bd-79f36b84961a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd1a195e-134c-46d3-b0bd-79f36b84961a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15759131936767053950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950157591319367670539501575913193676705395015759131936767053950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa0dacf-16e4-49a7-859b-a6b46819d708, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa0dacf-16e4-49a7-859b-a6b46819d708, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10207343753529799417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417102073437535297994171020734375352979941710207343753529799417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd1a195e-134c-46d3-b0bd-79f36b84961a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa0dacf-16e4-49a7-859b-a6b46819d708, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d129c159-ac7a-4b90-a8d4-b1d672f79949, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2ced46e-cdeb-43ba-b887-4d92ce35c004, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d129c159-ac7a-4b90-a8d4-b1d672f79949, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17229520583412395814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814172295205834123958141722952058341239581417229520583412395814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2ced46e-cdeb-43ba-b887-4d92ce35c004, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13509695993364139668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668135096959933641396681350969599336413966813509695993364139668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d129c159-ac7a-4b90-a8d4-b1d672f79949, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2ced46e-cdeb-43ba-b887-4d92ce35c004, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d406adad-8c96-4022-aa7f-7bf9c43ba7a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17f040d1-4a03-424c-8b8b-7513f22a20d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d406adad-8c96-4022-aa7f-7bf9c43ba7a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7259442593604187532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532725944259360418753272594425936041875327259442593604187532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17f040d1-4a03-424c-8b8b-7513f22a20d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14340189924517065656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656143401899245170656561434018992451706565614340189924517065656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17f040d1-4a03-424c-8b8b-7513f22a20d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57673d3d-c970-449e-af4d-77c225713344, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57673d3d-c970-449e-af4d-77c225713344, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 322292105458092717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717322292105458092717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d406adad-8c96-4022-aa7f-7bf9c43ba7a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57673d3d-c970-449e-af4d-77c225713344, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4932a23-f943-4c40-96b3-d641bb049643, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3342a558-b5bb-4829-ac33-11549569ff51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4932a23-f943-4c40-96b3-d641bb049643, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16321266270217356911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911163212662702173569111632126627021735691116321266270217356911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3342a558-b5bb-4829-ac33-11549569ff51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4804989361008270117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117480498936100827011748049893610082701174804989361008270117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3342a558-b5bb-4829-ac33-11549569ff51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1780aa58-7cfa-43be-8aa0-2453419eb5da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1780aa58-7cfa-43be-8aa0-2453419eb5da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11739976061447316772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772117399760614473167721173997606144731677211739976061447316772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4932a23-f943-4c40-96b3-d641bb049643, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ecab5eb-4285-4aa8-a150-1c79debe104e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ecab5eb-4285-4aa8-a150-1c79debe104e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4674852222118657786 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786467485222211865778646748522221186577864674852222118657786" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1780aa58-7cfa-43be-8aa0-2453419eb5da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f61f5b7-50f8-4ea4-82f6-0d23cafeebbc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ecab5eb-4285-4aa8-a150-1c79debe104e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f61f5b7-50f8-4ea4-82f6-0d23cafeebbc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6089496440614969194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194608949644061496919460894964406149691946089496440614969194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c76db229-f804-4eb8-b81d-cfcb1344b32f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c76db229-f804-4eb8-b81d-cfcb1344b32f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5345791334466888644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644534579133446688864453457913344668886445345791334466888644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f61f5b7-50f8-4ea4-82f6-0d23cafeebbc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1afeb10-7af1-4097-b520-76db6e24e457, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1afeb10-7af1-4097-b520-76db6e24e457, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9566352179371848788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788956635217937184878895663521793718487889566352179371848788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c76db229-f804-4eb8-b81d-cfcb1344b32f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8bed221-cb8a-4ce6-b39a-86733c22a31f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8bed221-cb8a-4ce6-b39a-86733c22a31f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17166135763940081239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239171661357639400812391716613576394008123917166135763940081239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1afeb10-7af1-4097-b520-76db6e24e457, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb0552f5-c61a-414c-bfbe-ae66163aee66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb0552f5-c61a-414c-bfbe-ae66163aee66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11734274253097761344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344117342742530977613441173427425309776134411734274253097761344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8bed221-cb8a-4ce6-b39a-86733c22a31f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 509ef9fa-4dab-48b4-a89d-7e5a41e6457c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 509ef9fa-4dab-48b4-a89d-7e5a41e6457c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10483645313046150990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990104836453130461509901048364531304615099010483645313046150990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb0552f5-c61a-414c-bfbe-ae66163aee66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 310aee7f-fd99-4d78-94ee-88cb92d83a42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 310aee7f-fd99-4d78-94ee-88cb92d83a42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3886713092542759966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966388671309254275996638867130925427599663886713092542759966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 509ef9fa-4dab-48b4-a89d-7e5a41e6457c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 310aee7f-fd99-4d78-94ee-88cb92d83a42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a6f5fb6-5c78-4dcf-ac38-afd95075c521, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a6f5fb6-5c78-4dcf-ac38-afd95075c521, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7568277957869874794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794756827795786987479475682779578698747947568277957869874794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b2e977-85a7-4382-a51f-ea2971799ca1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b2e977-85a7-4382-a51f-ea2971799ca1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2339006298793655332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332233900629879365533223390062987936553322339006298793655332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a6f5fb6-5c78-4dcf-ac38-afd95075c521, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b2e977-85a7-4382-a51f-ea2971799ca1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 066b5bad-b2a6-446d-bbee-e1fd38fd5193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 066b5bad-b2a6-446d-bbee-e1fd38fd5193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6021016114195568306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306602101611419556830660210161141955683066021016114195568306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d84e314-b9bc-4d64-a62f-b4cea82e32e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d84e314-b9bc-4d64-a62f-b4cea82e32e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1405496826266123466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466140549682626612346614054968262661234661405496826266123466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 066b5bad-b2a6-446d-bbee-e1fd38fd5193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d84e314-b9bc-4d64-a62f-b4cea82e32e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d600e582-564d-48f2-b59d-27f4122f3f3b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a28fced7-9925-45db-81ca-5016ff0c9ba5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d600e582-564d-48f2-b59d-27f4122f3f3b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5917639459655327349 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349591763945965532734959176394596553273495917639459655327349" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a28fced7-9925-45db-81ca-5016ff0c9ba5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17133334219751772963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963171333342197517729631713333421975177296317133334219751772963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a28fced7-9925-45db-81ca-5016ff0c9ba5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d600e582-564d-48f2-b59d-27f4122f3f3b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e77229-3397-4616-b7d3-063658123dc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32607bc-857f-4dfa-8908-24fa334c2817, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e77229-3397-4616-b7d3-063658123dc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855837844582771821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821885583784458277182188558378445827718218855837844582771821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32607bc-857f-4dfa-8908-24fa334c2817, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5235533522389382217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217523553352238938221752355335223893822175235533522389382217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e77229-3397-4616-b7d3-063658123dc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32607bc-857f-4dfa-8908-24fa334c2817, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea6e24df-bf83-4d27-b37c-dde9cbc531f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea6e24df-bf83-4d27-b37c-dde9cbc531f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10240735182000000958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958102407351820000009581024073518200000095810240735182000000958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f05f7b74-0979-4b17-962b-5f02c5d41ce1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f05f7b74-0979-4b17-962b-5f02c5d41ce1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695329624516615523 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523369532962451661552336953296245166155233695329624516615523" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea6e24df-bf83-4d27-b37c-dde9cbc531f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00308a6d-9ff1-4d9c-9b63-f635f12522ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00308a6d-9ff1-4d9c-9b63-f635f12522ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8309112641798554825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825830911264179855482583091126417985548258309112641798554825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f05f7b74-0979-4b17-962b-5f02c5d41ce1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d2d4922-0b77-4d47-aa44-66e93a39b1ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d2d4922-0b77-4d47-aa44-66e93a39b1ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13265907489039290689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689132659074890392906891326590748903929068913265907489039290689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00308a6d-9ff1-4d9c-9b63-f635f12522ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d2d4922-0b77-4d47-aa44-66e93a39b1ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86dcbf50-e12d-46eb-b90f-6f8b2556cb99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86dcbf50-e12d-46eb-b90f-6f8b2556cb99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4830157997766313054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054483015799776631305448301579977663130544830157997766313054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d57fdc7f-4250-46cc-9823-9a43522bc5ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d57fdc7f-4250-46cc-9823-9a43522bc5ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5032257558873117141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141503225755887311714150322575588731171415032257558873117141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86dcbf50-e12d-46eb-b90f-6f8b2556cb99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d57fdc7f-4250-46cc-9823-9a43522bc5ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bbb9bb1-5c4d-4a9b-9778-09047ec9f139, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a74642-2550-477f-a4f4-2d4efb7807fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbb9bb1-5c4d-4a9b-9778-09047ec9f139, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6259521947562574344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344625952194756257434462595219475625743446259521947562574344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a74642-2550-477f-a4f4-2d4efb7807fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8776891924206343439 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439877689192420634343987768919242063434398776891924206343439" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbb9bb1-5c4d-4a9b-9778-09047ec9f139, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a74642-2550-477f-a4f4-2d4efb7807fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7273552c-9d6d-4f96-bf6a-a194abe5a5ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f19a695-5bec-4fd6-9889-23c7fc494a05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7273552c-9d6d-4f96-bf6a-a194abe5a5ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15066296770057232527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527150662967700572325271506629677005723252715066296770057232527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f19a695-5bec-4fd6-9889-23c7fc494a05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8994747718940763528 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528899474771894076352889947477189407635288994747718940763528" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7273552c-9d6d-4f96-bf6a-a194abe5a5ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f19a695-5bec-4fd6-9889-23c7fc494a05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 874cd52c-87cb-415b-8b57-b97e55f703a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d80e45d-09a3-4604-be82-a3535b26e0a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 874cd52c-87cb-415b-8b57-b97e55f703a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6484669988620227139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139648466998862022713964846699886202271396484669988620227139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d80e45d-09a3-4604-be82-a3535b26e0a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7953314920323824103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103795331492032382410379533149203238241037953314920323824103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 874cd52c-87cb-415b-8b57-b97e55f703a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d80e45d-09a3-4604-be82-a3535b26e0a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02af9250-0bcb-43b9-b788-543550d1d85e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02af9250-0bcb-43b9-b788-543550d1d85e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15303035863283673545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545153030358632836735451530303586328367354515303035863283673545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51daad4d-6760-4f38-beee-09fe9fcaf1e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51daad4d-6760-4f38-beee-09fe9fcaf1e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4153018428335503761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761415301842833550376141530184283355037614153018428335503761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02af9250-0bcb-43b9-b788-543550d1d85e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51daad4d-6760-4f38-beee-09fe9fcaf1e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01fa3f76-4b92-4891-bf82-f0e6f8794ffc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 127fd04e-fcc0-48fe-a374-1be442fcfce7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01fa3f76-4b92-4891-bf82-f0e6f8794ffc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16535953048977031829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829165359530489770318291653595304897703182916535953048977031829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 127fd04e-fcc0-48fe-a374-1be442fcfce7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10913210715744371975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975109132107157443719751091321071574437197510913210715744371975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01fa3f76-4b92-4891-bf82-f0e6f8794ffc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 127fd04e-fcc0-48fe-a374-1be442fcfce7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2f25ebc-a701-4240-90c0-f8554c8a67e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5505701-b181-43d3-8892-072bebaf0bb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2f25ebc-a701-4240-90c0-f8554c8a67e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15178168355664725326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326151781683556647253261517816835566472532615178168355664725326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5505701-b181-43d3-8892-072bebaf0bb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10322378110482941964 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964103223781104829419641032237811048294196410322378110482941964" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2f25ebc-a701-4240-90c0-f8554c8a67e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5505701-b181-43d3-8892-072bebaf0bb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22050b84-86f5-456c-8c74-af968a5a0bc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22050b84-86f5-456c-8c74-af968a5a0bc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12865233485240038350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350128652334852400383501286523348524003835012865233485240038350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff1af9b4-94b9-4ab4-b3e8-aa4c7425c2f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff1af9b4-94b9-4ab4-b3e8-aa4c7425c2f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17518987062798324217 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217175189870627983242171751898706279832421717518987062798324217" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22050b84-86f5-456c-8c74-af968a5a0bc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff1af9b4-94b9-4ab4-b3e8-aa4c7425c2f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acacc1cb-0ca9-48a2-aa6e-9512debd1869, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc060011-e8cf-45dc-9df6-f342c053c4ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acacc1cb-0ca9-48a2-aa6e-9512debd1869, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7244975035132312613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613724497503513231261372449750351323126137244975035132312613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc060011-e8cf-45dc-9df6-f342c053c4ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8288151722205402672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672828815172220540267282881517222054026728288151722205402672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc060011-e8cf-45dc-9df6-f342c053c4ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45c335b4-e378-448a-909e-d01e0ae06600, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45c335b4-e378-448a-909e-d01e0ae06600, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5414460942632641888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888541446094263264188854144609426326418885414460942632641888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acacc1cb-0ca9-48a2-aa6e-9512debd1869, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99f6f0a5-23f7-4351-88a8-d93a64f86c10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f6f0a5-23f7-4351-88a8-d93a64f86c10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17423899134375932690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690174238991343759326901742389913437593269017423899134375932690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45c335b4-e378-448a-909e-d01e0ae06600, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f6f0a5-23f7-4351-88a8-d93a64f86c10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 258ca4f9-d7f0-4878-9085-9e9b8452982c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acddb7cd-0d3d-4e01-a497-68a60396297c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 258ca4f9-d7f0-4878-9085-9e9b8452982c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15271187293976132422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422152711872939761324221527118729397613242215271187293976132422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acddb7cd-0d3d-4e01-a497-68a60396297c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16789963747801182553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553167899637478011825531678996374780118255316789963747801182553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 258ca4f9-d7f0-4878-9085-9e9b8452982c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acddb7cd-0d3d-4e01-a497-68a60396297c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3952c659-babe-42b7-8e39-1e1345480a9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04092c0-b30a-46fb-bb50-cb4edea855e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3952c659-babe-42b7-8e39-1e1345480a9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11072576382556789465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465110725763825567894651107257638255678946511072576382556789465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04092c0-b30a-46fb-bb50-cb4edea855e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1336888114453273438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438133688811445327343813368881144532734381336888114453273438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3952c659-babe-42b7-8e39-1e1345480a9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04092c0-b30a-46fb-bb50-cb4edea855e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ce436e1-5647-4dcc-9068-2c8e715a909e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29b167a7-9f15-4172-a9c2-e5ebcbab0c32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ce436e1-5647-4dcc-9068-2c8e715a909e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5587720676359499233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233558772067635949923355877206763594992335587720676359499233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29b167a7-9f15-4172-a9c2-e5ebcbab0c32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943675013620484356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356594367501362048435659436750136204843565943675013620484356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ce436e1-5647-4dcc-9068-2c8e715a909e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29b167a7-9f15-4172-a9c2-e5ebcbab0c32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b3b5e9a-9c65-4e1c-a7cc-126cc8b6dd43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b3b5e9a-9c65-4e1c-a7cc-126cc8b6dd43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3987112852674822004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004398711285267482200439871128526748220043987112852674822004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d43f16e5-9509-48fe-908a-827a56b59585, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d43f16e5-9509-48fe-908a-827a56b59585, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425996590021244566 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566142599659002124456614259965900212445661425996590021244566" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b3b5e9a-9c65-4e1c-a7cc-126cc8b6dd43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d43f16e5-9509-48fe-908a-827a56b59585, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5d08a47-ee49-461e-99ae-b3fda613f882, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c614dfec-78ea-4e69-9af7-b62198161100, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5d08a47-ee49-461e-99ae-b3fda613f882, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9039707812811691056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056903970781281169105690397078128116910569039707812811691056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c614dfec-78ea-4e69-9af7-b62198161100, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15816014561689187591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591158160145616891875911581601456168918759115816014561689187591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c614dfec-78ea-4e69-9af7-b62198161100, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5d08a47-ee49-461e-99ae-b3fda613f882, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef52c86a-d02f-4a71-9154-b6df7b3d39fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef52c86a-d02f-4a71-9154-b6df7b3d39fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 277295777576123796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796277295777576123796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d1b291fb-72f1-4607-9924-524a835b564a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d1b291fb-72f1-4607-9924-524a835b564a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5815631240800051079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079581563124080005107958156312408000510795815631240800051079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef52c86a-d02f-4a71-9154-b6df7b3d39fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d1b291fb-72f1-4607-9924-524a835b564a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24160485-ff90-4d3f-b2c3-a16dd8c73837, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24160485-ff90-4d3f-b2c3-a16dd8c73837, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 152418637437015803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803152418637437015803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebee9ca7-46c1-41e2-a8bb-3d05b64fb50f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebee9ca7-46c1-41e2-a8bb-3d05b64fb50f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5391759823502697862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862539175982350269786253917598235026978625391759823502697862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24160485-ff90-4d3f-b2c3-a16dd8c73837, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aadd9458-9859-4b32-ae73-a88cb6350416, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadd9458-9859-4b32-ae73-a88cb6350416, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7778440792086353678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678777844079208635367877784407920863536787778440792086353678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebee9ca7-46c1-41e2-a8bb-3d05b64fb50f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 914155de-2fba-4b4e-bb72-12f27849a018, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 914155de-2fba-4b4e-bb72-12f27849a018, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14005703734031932276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276140057037340319322761400570373403193227614005703734031932276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadd9458-9859-4b32-ae73-a88cb6350416, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d3be7ccb-4514-49e7-9a89-892ab6b623d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d3be7ccb-4514-49e7-9a89-892ab6b623d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15952005526972952924 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924159520055269729529241595200552697295292415952005526972952924" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 914155de-2fba-4b4e-bb72-12f27849a018, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 889d91e0-87cb-4838-b1ed-0c8c2aecaf60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 889d91e0-87cb-4838-b1ed-0c8c2aecaf60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18013723437807925481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481180137234378079254811801372343780792548118013723437807925481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d3be7ccb-4514-49e7-9a89-892ab6b623d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d67142c6-66b8-4086-903c-895c87c967b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 889d91e0-87cb-4838-b1ed-0c8c2aecaf60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d67142c6-66b8-4086-903c-895c87c967b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2686968460587729854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854268696846058772985426869684605877298542686968460587729854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bbe11c2-f852-4a2e-a2a9-5a1f4f802cfc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bbe11c2-f852-4a2e-a2a9-5a1f4f802cfc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13973454640577191196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196139734546405771911961397345464057719119613973454640577191196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d67142c6-66b8-4086-903c-895c87c967b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d994d864-2dd1-4fc1-b5d7-24612e95a06c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d994d864-2dd1-4fc1-b5d7-24612e95a06c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8335819746495418651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651833581974649541865183358197464954186518335819746495418651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bbe11c2-f852-4a2e-a2a9-5a1f4f802cfc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cde6153-a9ad-4e1c-8a28-a0d237b9de8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cde6153-a9ad-4e1c-8a28-a0d237b9de8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15956584596601798787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787159565845966017987871595658459660179878715956584596601798787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d994d864-2dd1-4fc1-b5d7-24612e95a06c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56b71d5f-7c51-4a32-8789-116ac7ae24e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56b71d5f-7c51-4a32-8789-116ac7ae24e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8139103299563893465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465813910329956389346581391032995638934658139103299563893465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cde6153-a9ad-4e1c-8a28-a0d237b9de8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99950ea3-1bdc-45d7-83d4-4d36c490ac77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99950ea3-1bdc-45d7-83d4-4d36c490ac77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2288951489823602717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717228895148982360271722889514898236027172288951489823602717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56b71d5f-7c51-4a32-8789-116ac7ae24e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 250abdf0-7ebd-48b9-a141-35bd6c1e9ab1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 250abdf0-7ebd-48b9-a141-35bd6c1e9ab1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6602948960356506563 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563660294896035650656366029489603565065636602948960356506563" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99950ea3-1bdc-45d7-83d4-4d36c490ac77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc0c867-b5c8-4245-a11a-4b618cd642ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc0c867-b5c8-4245-a11a-4b618cd642ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 189171482635711787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787189171482635711787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 250abdf0-7ebd-48b9-a141-35bd6c1e9ab1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e821c8d2-8db5-4ad7-9540-9d32092c9664, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e821c8d2-8db5-4ad7-9540-9d32092c9664, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17355591985346815136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136173555919853468151361735559198534681513617355591985346815136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc0c867-b5c8-4245-a11a-4b618cd642ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76f07fbc-332a-4db7-91ba-9306b15dab5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76f07fbc-332a-4db7-91ba-9306b15dab5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2412096807169603158 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158241209680716960315824120968071696031582412096807169603158" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e821c8d2-8db5-4ad7-9540-9d32092c9664, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f8504d4-c8ee-49de-84ca-9db7fd15c332, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f8504d4-c8ee-49de-84ca-9db7fd15c332, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7094302467199737227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227709430246719973722770943024671997372277094302467199737227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76f07fbc-332a-4db7-91ba-9306b15dab5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 144eb908-c4d0-4680-a006-340c53d60289, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 144eb908-c4d0-4680-a006-340c53d60289, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9190725093856356097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097919072509385635609791907250938563560979190725093856356097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f8504d4-c8ee-49de-84ca-9db7fd15c332, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cec7f9a-35d2-4e9a-91f6-b4b3ca8737db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cec7f9a-35d2-4e9a-91f6-b4b3ca8737db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2941885570684790424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424294188557068479042429418855706847904242941885570684790424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 144eb908-c4d0-4680-a006-340c53d60289, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20240a1-344b-44c3-92a1-fb1ab8aae975, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20240a1-344b-44c3-92a1-fb1ab8aae975, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2512605067729251426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426251260506772925142625126050677292514262512605067729251426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20240a1-344b-44c3-92a1-fb1ab8aae975, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de2199d9-fed4-4200-8b70-653e57c194f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de2199d9-fed4-4200-8b70-653e57c194f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11669860201350734352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352116698602013507343521166986020135073435211669860201350734352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de2199d9-fed4-4200-8b70-653e57c194f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a2aea1d-ac03-4c20-901d-b003f474c887, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cec7f9a-35d2-4e9a-91f6-b4b3ca8737db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a2aea1d-ac03-4c20-901d-b003f474c887, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16202379680238807161 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161162023796802388071611620237968023880716116202379680238807161" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a687102-1ad6-48f4-bee0-f2540b387c6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a687102-1ad6-48f4-bee0-f2540b387c6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10234095063163102892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892102340950631631028921023409506316310289210234095063163102892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a2aea1d-ac03-4c20-901d-b003f474c887, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a687102-1ad6-48f4-bee0-f2540b387c6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15da5d84-3664-466f-8ee5-6365827ce462, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15da5d84-3664-466f-8ee5-6365827ce462, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5357570903325544164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164535757090332554416453575709033255441645357570903325544164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acdc780a-17b2-411f-b9ee-ab5eac3f923b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acdc780a-17b2-411f-b9ee-ab5eac3f923b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5124762217868129920 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920512476221786812992051247622178681299205124762217868129920" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15da5d84-3664-466f-8ee5-6365827ce462, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f0bd0b-3b03-48ef-afb7-8eefd4bee389, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f0bd0b-3b03-48ef-afb7-8eefd4bee389, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066581456610055010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010806658145661005501080665814566100550108066581456610055010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acdc780a-17b2-411f-b9ee-ab5eac3f923b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06309616-6b85-4594-ac39-53e375807564, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06309616-6b85-4594-ac39-53e375807564, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1694018995033208402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402169401899503320840216940189950332084021694018995033208402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f0bd0b-3b03-48ef-afb7-8eefd4bee389, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b28c07fb-6662-4540-a3ff-1148e285dcad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28c07fb-6662-4540-a3ff-1148e285dcad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16445526688980705515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515164455266889807055151644552668898070551516445526688980705515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06309616-6b85-4594-ac39-53e375807564, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1da34c52-cf37-4ab1-9568-5c53dd53d64f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1da34c52-cf37-4ab1-9568-5c53dd53d64f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13556040022431540627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627135560400224315406271355604002243154062713556040022431540627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28c07fb-6662-4540-a3ff-1148e285dcad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86b14a07-4776-4633-968a-cc529d813c6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86b14a07-4776-4633-968a-cc529d813c6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16512453627954655148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148165124536279546551481651245362795465514816512453627954655148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1da34c52-cf37-4ab1-9568-5c53dd53d64f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e23a89cd-56d2-4c03-992e-4a4576fcdc8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e23a89cd-56d2-4c03-992e-4a4576fcdc8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18198412782670270460 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460181984127826702704601819841278267027046018198412782670270460" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e23a89cd-56d2-4c03-992e-4a4576fcdc8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d333d98d-48f6-49ce-916e-80ea90682a54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d333d98d-48f6-49ce-916e-80ea90682a54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16059561609677809191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191160595616096778091911605956160967780919116059561609677809191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86b14a07-4776-4633-968a-cc529d813c6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe2ce1d-6039-492f-8c78-cda34bfc614e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe2ce1d-6039-492f-8c78-cda34bfc614e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9430019079093891771 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771943001907909389177194300190790938917719430019079093891771" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d333d98d-48f6-49ce-916e-80ea90682a54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf08759e-9f76-40fd-aa56-243518b2ad23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf08759e-9f76-40fd-aa56-243518b2ad23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4168515726783582073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073416851572678358207341685157267835820734168515726783582073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe2ce1d-6039-492f-8c78-cda34bfc614e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed7ad147-ae2e-48d7-b9ee-0cd7ddb0166c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed7ad147-ae2e-48d7-b9ee-0cd7ddb0166c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8081673348073228783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783808167334807322878380816733480732287838081673348073228783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf08759e-9f76-40fd-aa56-243518b2ad23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05005acd-2d65-4c9e-a6ec-ca21668fdc13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05005acd-2d65-4c9e-a6ec-ca21668fdc13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5247267485659693106 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106524726748565969310652472674856596931065247267485659693106" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed7ad147-ae2e-48d7-b9ee-0cd7ddb0166c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf56e7d-4f81-4c68-8fb0-ae751fd68f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf56e7d-4f81-4c68-8fb0-ae751fd68f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16488386785274743422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422164883867852747434221648838678527474342216488386785274743422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05005acd-2d65-4c9e-a6ec-ca21668fdc13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05df8b49-01c0-4d06-868d-f5a0c8f53074, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf56e7d-4f81-4c68-8fb0-ae751fd68f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05df8b49-01c0-4d06-868d-f5a0c8f53074, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7431076087451337992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992743107608745133799274310760874513379927431076087451337992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9be6c089-b77d-42c0-9945-fc32e17a0b75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9be6c089-b77d-42c0-9945-fc32e17a0b75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10986836052909706768 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768109868360529097067681098683605290970676810986836052909706768" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05df8b49-01c0-4d06-868d-f5a0c8f53074, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 797ffcc1-77d5-474b-b177-7f904d4a9c5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 797ffcc1-77d5-474b-b177-7f904d4a9c5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15465210618993612059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059154652106189936120591546521061899361205915465210618993612059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9be6c089-b77d-42c0-9945-fc32e17a0b75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15bb88dd-31e2-416b-9ca3-d3bc04ba4548, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15bb88dd-31e2-416b-9ca3-d3bc04ba4548, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8083184072707932220 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220808318407270793222080831840727079322208083184072707932220" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 797ffcc1-77d5-474b-b177-7f904d4a9c5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9999d00b-50b2-486a-bad9-864942319ea9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9999d00b-50b2-486a-bad9-864942319ea9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1932049704181259257 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257193204970418125925719320497041812592571932049704181259257" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15bb88dd-31e2-416b-9ca3-d3bc04ba4548, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58bfb02a-ca81-44dd-b638-351f60e501b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58bfb02a-ca81-44dd-b638-351f60e501b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4292974482851309437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437429297448285130943742929744828513094374292974482851309437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9999d00b-50b2-486a-bad9-864942319ea9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4800b3c0-bdf6-4f17-9507-460e0cef9e7a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4800b3c0-bdf6-4f17-9507-460e0cef9e7a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13394604416074512179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179133946044160745121791339460441607451217913394604416074512179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58bfb02a-ca81-44dd-b638-351f60e501b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b655c800-344b-4672-ae0b-091a641eaf33, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b655c800-344b-4672-ae0b-091a641eaf33, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5342411766982882237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237534241176698288223753424117669828822375342411766982882237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4800b3c0-bdf6-4f17-9507-460e0cef9e7a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3afb354-7b36-4bc2-bc77-ef830ce5f3f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b655c800-344b-4672-ae0b-091a641eaf33, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3afb354-7b36-4bc2-bc77-ef830ce5f3f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15438006777797467717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717154380067777974677171543800677779746771715438006777797467717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5f445d-5e17-492a-bf0c-916833ba8f70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5f445d-5e17-492a-bf0c-916833ba8f70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2348947127650754245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245234894712765075424523489471276507542452348947127650754245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3afb354-7b36-4bc2-bc77-ef830ce5f3f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5f445d-5e17-492a-bf0c-916833ba8f70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8078ce54-5844-4105-a6fa-82ce344904b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2b8fcd0-d786-4d0c-aa4f-0f62f457c46d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8078ce54-5844-4105-a6fa-82ce344904b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13687005006814159344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344136870050068141593441368700500681415934413687005006814159344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2b8fcd0-d786-4d0c-aa4f-0f62f457c46d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18066112693303198783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783180661126933031987831806611269330319878318066112693303198783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8078ce54-5844-4105-a6fa-82ce344904b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e56ab5e8-a54f-40dd-b262-d5a92c99cffa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56ab5e8-a54f-40dd-b262-d5a92c99cffa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1062901400097829119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119106290140009782911910629014000978291191062901400097829119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2b8fcd0-d786-4d0c-aa4f-0f62f457c46d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075975cd-2597-4971-9516-d5673ce23cf9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075975cd-2597-4971-9516-d5673ce23cf9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8483618582475390033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033848361858247539003384836185824753900338483618582475390033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56ab5e8-a54f-40dd-b262-d5a92c99cffa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 380e35fa-d10f-4989-aa5d-6713b1e504a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 380e35fa-d10f-4989-aa5d-6713b1e504a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4142435046752359919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919414243504675235991941424350467523599194142435046752359919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075975cd-2597-4971-9516-d5673ce23cf9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71d23b1c-c6e4-4fb8-9db6-f77c748372ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71d23b1c-c6e4-4fb8-9db6-f77c748372ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3952585456086918843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843395258545608691884339525854560869188433952585456086918843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 380e35fa-d10f-4989-aa5d-6713b1e504a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71d23b1c-c6e4-4fb8-9db6-f77c748372ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1a25772-d4bf-4a58-8ff5-51b710867d13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1a25772-d4bf-4a58-8ff5-51b710867d13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14847204438860444522 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522148472044388604445221484720443886044452214847204438860444522" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d762137f-893a-49a7-851c-45ea1c9995aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d762137f-893a-49a7-851c-45ea1c9995aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16409705310733360448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448164097053107333604481640970531073336044816409705310733360448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1a25772-d4bf-4a58-8ff5-51b710867d13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42c1f4ad-477d-49c6-af11-f649015c7b47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42c1f4ad-477d-49c6-af11-f649015c7b47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1386027193570269480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480138602719357026948013860271935702694801386027193570269480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d762137f-893a-49a7-851c-45ea1c9995aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfac70cd-63fb-4f5d-b7b0-d61127aec477, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfac70cd-63fb-4f5d-b7b0-d61127aec477, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10991865291649233196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196109918652916492331961099186529164923319610991865291649233196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42c1f4ad-477d-49c6-af11-f649015c7b47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfac70cd-63fb-4f5d-b7b0-d61127aec477, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 679577aa-e21e-413c-ba7d-e1af23151fee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 299c4888-5365-4dd3-b18a-4f776ddbccb7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 679577aa-e21e-413c-ba7d-e1af23151fee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530668766962891242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242115306687669628912421153066876696289124211530668766962891242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 299c4888-5365-4dd3-b18a-4f776ddbccb7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13083662009998966347 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347130836620099989663471308366200999896634713083662009998966347" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 299c4888-5365-4dd3-b18a-4f776ddbccb7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 679577aa-e21e-413c-ba7d-e1af23151fee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b7f8c70-bb4a-4677-bbfc-a42321bf26d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6dfa7f6e-7502-44ac-b581-a6be35b3e301, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b7f8c70-bb4a-4677-bbfc-a42321bf26d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5704388137324817159 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159570438813732481715957043881373248171595704388137324817159" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6dfa7f6e-7502-44ac-b581-a6be35b3e301, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 596599902502584536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536596599902502584536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b7f8c70-bb4a-4677-bbfc-a42321bf26d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6dfa7f6e-7502-44ac-b581-a6be35b3e301, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b64e775-02cb-483f-9fc0-479d668ad1e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c777009a-cc38-4052-a9bc-2a2c2e7da150, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b64e775-02cb-483f-9fc0-479d668ad1e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8893799597130675141 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141889379959713067514188937995971306751418893799597130675141" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c777009a-cc38-4052-a9bc-2a2c2e7da150, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2657064156910923464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464265706415691092346426570641569109234642657064156910923464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c777009a-cc38-4052-a9bc-2a2c2e7da150, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b64e775-02cb-483f-9fc0-479d668ad1e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 724117ff-e6b9-4e25-8046-1f0695fa3ed2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb10d33a-cc5c-45b0-a437-1bd160a5ce69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 724117ff-e6b9-4e25-8046-1f0695fa3ed2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4259145769234617525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525425914576923461752542591457692346175254259145769234617525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb10d33a-cc5c-45b0-a437-1bd160a5ce69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11938943610699243145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145119389436106992431451193894361069924314511938943610699243145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb10d33a-cc5c-45b0-a437-1bd160a5ce69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 724117ff-e6b9-4e25-8046-1f0695fa3ed2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86cd12e7-cd4e-41a7-aa14-9432ca6dbd24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86cd12e7-cd4e-41a7-aa14-9432ca6dbd24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4430329175258497775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775443032917525849777544303291752584977754430329175258497775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4e2c0da-17c0-4ee7-93a4-caa504e20829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4e2c0da-17c0-4ee7-93a4-caa504e20829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14149993799032666671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671141499937990326666711414999379903266667114149993799032666671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86cd12e7-cd4e-41a7-aa14-9432ca6dbd24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43df9fd4-7aa4-46f5-b682-ca55dc04f55f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4e2c0da-17c0-4ee7-93a4-caa504e20829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43df9fd4-7aa4-46f5-b682-ca55dc04f55f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1010877656453558088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088101087765645355808810108776564535580881010877656453558088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 216fbc52-1cea-4374-a536-46c7f57ddcac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 216fbc52-1cea-4374-a536-46c7f57ddcac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17174455694764358969 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969171744556947643589691717445569476435896917174455694764358969" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43df9fd4-7aa4-46f5-b682-ca55dc04f55f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e56812dc-3efd-49bc-bf57-025a9d4ad337, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e56812dc-3efd-49bc-bf57-025a9d4ad337, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5172261334169582585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585517226133416958258551722613341695825855172261334169582585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 216fbc52-1cea-4374-a536-46c7f57ddcac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c971f37-da1c-4e7e-ad6e-922b0b2ba34d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c971f37-da1c-4e7e-ad6e-922b0b2ba34d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10825850930091337122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122108258509300913371221082585093009133712210825850930091337122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e56812dc-3efd-49bc-bf57-025a9d4ad337, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6c84257-44ff-4f2f-8f29-b2d477c23f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6c84257-44ff-4f2f-8f29-b2d477c23f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12075041846884520138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138120750418468845201381207504184688452013812075041846884520138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c971f37-da1c-4e7e-ad6e-922b0b2ba34d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b66d669e-b4df-42a1-ae6d-7d03b4f45f79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b66d669e-b4df-42a1-ae6d-7d03b4f45f79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 963586981161663281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281963586981161663281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6c84257-44ff-4f2f-8f29-b2d477c23f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72295ca8-b944-4cac-b6b8-8f2a4ce9afb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72295ca8-b944-4cac-b6b8-8f2a4ce9afb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13109332077998273458 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458131093320779982734581310933207799827345813109332077998273458" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b66d669e-b4df-42a1-ae6d-7d03b4f45f79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e5940d-1222-4ab7-8c38-550b7b2a8a68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e5940d-1222-4ab7-8c38-550b7b2a8a68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1869640831135327002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002186964083113532700218696408311353270021869640831135327002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72295ca8-b944-4cac-b6b8-8f2a4ce9afb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ad4327f-34da-4ac6-b576-ab4ac648235a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ad4327f-34da-4ac6-b576-ab4ac648235a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1550810554519307998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998155081055451930799815508105545193079981550810554519307998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e5940d-1222-4ab7-8c38-550b7b2a8a68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23b23a3f-4f2e-4c17-a5a2-d1be2164a523, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23b23a3f-4f2e-4c17-a5a2-d1be2164a523, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3025864596778374941 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941302586459677837494130258645967783749413025864596778374941" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ad4327f-34da-4ac6-b576-ab4ac648235a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 927cc883-4b1a-4130-af1e-b31bb91c3cf8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 927cc883-4b1a-4130-af1e-b31bb91c3cf8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4587114793006037569 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569458711479300603756945871147930060375694587114793006037569" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23b23a3f-4f2e-4c17-a5a2-d1be2164a523, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee350fcd-2146-4259-8cd2-8dfb662ffe1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee350fcd-2146-4259-8cd2-8dfb662ffe1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 202418025127836056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056202418025127836056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 927cc883-4b1a-4130-af1e-b31bb91c3cf8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3efffa-bfa8-4f41-8ee8-48575b7f8255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3efffa-bfa8-4f41-8ee8-48575b7f8255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14981883915153279557 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557149818839151532795571498188391515327955714981883915153279557" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee350fcd-2146-4259-8cd2-8dfb662ffe1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8de081f4-2a2f-4b99-a330-7b8beb284a92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8de081f4-2a2f-4b99-a330-7b8beb284a92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2066321888727433990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990206632188872743399020663218887274339902066321888727433990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3efffa-bfa8-4f41-8ee8-48575b7f8255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc5f8c4a-f988-4e44-88b7-dcdf2a44b1ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc5f8c4a-f988-4e44-88b7-dcdf2a44b1ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3478762900860957502 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502347876290086095750234787629008609575023478762900860957502" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8de081f4-2a2f-4b99-a330-7b8beb284a92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 980b5f60-de1f-42e8-8e77-d563ee7ceb57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980b5f60-de1f-42e8-8e77-d563ee7ceb57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3573738898265699774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774357373889826569977435737388982656997743573738898265699774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc5f8c4a-f988-4e44-88b7-dcdf2a44b1ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4c9830d-bb9e-4151-861a-f5138b33355c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4c9830d-bb9e-4151-861a-f5138b33355c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12358151370768127627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627123581513707681276271235815137076812762712358151370768127627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980b5f60-de1f-42e8-8e77-d563ee7ceb57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b771e27-61f8-4042-8afe-cb9f1ac0f2ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b771e27-61f8-4042-8afe-cb9f1ac0f2ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9358085707533451023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023935808570753345102393580857075334510239358085707533451023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4c9830d-bb9e-4151-861a-f5138b33355c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb5a1242-b49a-456b-9817-e3437fb1a54f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5a1242-b49a-456b-9817-e3437fb1a54f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14852370784258364285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285148523707842583642851485237078425836428514852370784258364285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b771e27-61f8-4042-8afe-cb9f1ac0f2ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 419038d4-fd04-4ab9-aece-02ed79328f41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 419038d4-fd04-4ab9-aece-02ed79328f41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5386830547888929937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937538683054788892993753868305478889299375386830547888929937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5a1242-b49a-456b-9817-e3437fb1a54f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eecf4c28-619a-4c66-9e62-6955e16cba72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eecf4c28-619a-4c66-9e62-6955e16cba72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17624449372502734097 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097176244493725027340971762444937250273409717624449372502734097" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 419038d4-fd04-4ab9-aece-02ed79328f41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5b26bc7-c195-4203-83e5-b43a21292c6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5b26bc7-c195-4203-83e5-b43a21292c6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7629489320380198249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249762948932038019824976294893203801982497629489320380198249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eecf4c28-619a-4c66-9e62-6955e16cba72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 621c0ba7-203b-416d-8721-7a7f499f1f48, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 621c0ba7-203b-416d-8721-7a7f499f1f48, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 186311171711951598 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598186311171711951598" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5b26bc7-c195-4203-83e5-b43a21292c6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b4c3cdc-1d87-4ac7-9e10-89515950a363, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b4c3cdc-1d87-4ac7-9e10-89515950a363, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17611425128982661580 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580176114251289826615801761142512898266158017611425128982661580" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 621c0ba7-203b-416d-8721-7a7f499f1f48, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85d0cc41-3f8e-4d11-8cac-79eb92aef725, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85d0cc41-3f8e-4d11-8cac-79eb92aef725, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4752667993268996251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251475266799326899625147526679932689962514752667993268996251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b4c3cdc-1d87-4ac7-9e10-89515950a363, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfeba9aa-51cf-4c75-afca-f2ca69f3c12d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfeba9aa-51cf-4c75-afca-f2ca69f3c12d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12973796932581616006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006129737969325816160061297379693258161600612973796932581616006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85d0cc41-3f8e-4d11-8cac-79eb92aef725, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 377c123f-3e9f-41ff-a0df-cdaad97dabbe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 377c123f-3e9f-41ff-a0df-cdaad97dabbe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16413923292736095130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130164139232927360951301641392329273609513016413923292736095130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfeba9aa-51cf-4c75-afca-f2ca69f3c12d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 377c123f-3e9f-41ff-a0df-cdaad97dabbe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ae312a3-0024-482a-9703-f37ae8db6e6e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae312a3-0024-482a-9703-f37ae8db6e6e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17414384352904764262 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262174143843529047642621741438435290476426217414384352904764262" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e470b244-a430-4274-9fde-cf88d20d4565, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e470b244-a430-4274-9fde-cf88d20d4565, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13498813053977336049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049134988130539773360491349881305397733604913498813053977336049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae312a3-0024-482a-9703-f37ae8db6e6e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e470b244-a430-4274-9fde-cf88d20d4565, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4afb936-9050-4ab8-8a10-c52cf8266913, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9bc07ee-ec8a-419f-b073-3557f30aaabc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4afb936-9050-4ab8-8a10-c52cf8266913, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4165967190247530452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452416596719024753045241659671902475304524165967190247530452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9bc07ee-ec8a-419f-b073-3557f30aaabc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2212426730093684966 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966221242673009368496622124267300936849662212426730093684966" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4afb936-9050-4ab8-8a10-c52cf8266913, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9bc07ee-ec8a-419f-b073-3557f30aaabc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df18a239-1b46-484c-b50d-759f4972e9c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e860dc18-9c40-4243-97f4-4452d1c3819e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df18a239-1b46-484c-b50d-759f4972e9c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4665149683767971513 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513466514968376797151346651496837679715134665149683767971513" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e860dc18-9c40-4243-97f4-4452d1c3819e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7307294314883298469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469730729431488329846973072943148832984697307294314883298469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df18a239-1b46-484c-b50d-759f4972e9c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e860dc18-9c40-4243-97f4-4452d1c3819e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae81ff36-91b9-41e3-8711-814bb84a5a32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5200a1c-dcb4-4ee3-8eb5-12bbdd1ce146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae81ff36-91b9-41e3-8711-814bb84a5a32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18236306222603662740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740182363062226036627401823630622260366274018236306222603662740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5200a1c-dcb4-4ee3-8eb5-12bbdd1ce146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14871310301506228485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485148713103015062284851487131030150622848514871310301506228485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5200a1c-dcb4-4ee3-8eb5-12bbdd1ce146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae81ff36-91b9-41e3-8711-814bb84a5a32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49ef80dc-745f-4d42-a6f8-e57161560fab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49ef80dc-745f-4d42-a6f8-e57161560fab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11807719996298147303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303118077199962981473031180771999629814730311807719996298147303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7423f7ea-ca53-4dc9-adc7-4bbb3c4940c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7423f7ea-ca53-4dc9-adc7-4bbb3c4940c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15644777981894609496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496156447779818946094961564477798189460949615644777981894609496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49ef80dc-745f-4d42-a6f8-e57161560fab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7423f7ea-ca53-4dc9-adc7-4bbb3c4940c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2c0711d-fdae-456d-8d43-a16a77d77a1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5205a867-42fe-4a66-9a01-2d45d24aaf5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2c0711d-fdae-456d-8d43-a16a77d77a1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 454016242876887454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454454016242876887454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5205a867-42fe-4a66-9a01-2d45d24aaf5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17366436705730802258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258173664367057308022581736643670573080225817366436705730802258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5205a867-42fe-4a66-9a01-2d45d24aaf5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2c0711d-fdae-456d-8d43-a16a77d77a1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d078633e-625b-4c3c-85a9-dc4954b72507, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188697df-e622-41a3-99e3-22fe8aa8448a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d078633e-625b-4c3c-85a9-dc4954b72507, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12765828581613642927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927127658285816136429271276582858161364292712765828581613642927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188697df-e622-41a3-99e3-22fe8aa8448a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5940818340806649652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652594081834080664965259408183408066496525940818340806649652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d078633e-625b-4c3c-85a9-dc4954b72507, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188697df-e622-41a3-99e3-22fe8aa8448a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 031bafcd-891d-4355-b748-a7d5d1a3e7b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 031bafcd-891d-4355-b748-a7d5d1a3e7b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17145213944931053485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485171452139449310534851714521394493105348517145213944931053485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1866eb02-7e61-471b-a4d4-4c3d888e1671, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1866eb02-7e61-471b-a4d4-4c3d888e1671, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14986870198477031586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586149868701984770315861498687019847703158614986870198477031586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 031bafcd-891d-4355-b748-a7d5d1a3e7b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ccb44e4-61e0-42b5-aa73-a3d2f7ef73b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1866eb02-7e61-471b-a4d4-4c3d888e1671, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ccb44e4-61e0-42b5-aa73-a3d2f7ef73b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2592440668878430756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756259244066887843075625924406688784307562592440668878430756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4982efa3-68ee-4dae-acea-c8f556a162b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4982efa3-68ee-4dae-acea-c8f556a162b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2397272405637577243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243239727240563757724323972724056375772432397272405637577243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ccb44e4-61e0-42b5-aa73-a3d2f7ef73b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0baf73a8-61b6-489d-a121-7daa3d4cb9b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0baf73a8-61b6-489d-a121-7daa3d4cb9b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16590191481230854546 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546165901914812308545461659019148123085454616590191481230854546" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4982efa3-68ee-4dae-acea-c8f556a162b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57efa472-61c1-4588-a064-c2746b40a04e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57efa472-61c1-4588-a064-c2746b40a04e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11837252742156971288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288118372527421569712881183725274215697128811837252742156971288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0baf73a8-61b6-489d-a121-7daa3d4cb9b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42934c7c-9511-4474-974a-b9494277531e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42934c7c-9511-4474-974a-b9494277531e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18411236597019216467 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467184112365970192164671841123659701921646718411236597019216467" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57efa472-61c1-4588-a064-c2746b40a04e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 632cb117-b66e-45a2-ade3-3018b2c9452e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 632cb117-b66e-45a2-ade3-3018b2c9452e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8408099885685718402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402840809988568571840284080998856857184028408099885685718402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42934c7c-9511-4474-974a-b9494277531e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c69e5eb-321c-4f57-bce8-63acd0a923d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 632cb117-b66e-45a2-ade3-3018b2c9452e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c69e5eb-321c-4f57-bce8-63acd0a923d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14564899016006037007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007145648990160060370071456489901600603700714564899016006037007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf1becba-e04c-4af8-96cf-b7d09ad5f841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf1becba-e04c-4af8-96cf-b7d09ad5f841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3254329056420172468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468325432905642017246832543290564201724683254329056420172468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c69e5eb-321c-4f57-bce8-63acd0a923d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a0178f-bb73-4a39-b663-d45ca64c975b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf1becba-e04c-4af8-96cf-b7d09ad5f841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a0178f-bb73-4a39-b663-d45ca64c975b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10398462498778733739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739103984624987787337391039846249877873373910398462498778733739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c22a1afb-7daf-42a6-8a90-5db33ba63787, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c22a1afb-7daf-42a6-8a90-5db33ba63787, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12229808977823158772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772122298089778231587721222980897782315877212229808977823158772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a0178f-bb73-4a39-b663-d45ca64c975b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c757217-e4a2-44f6-b022-98f53ed3014c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c22a1afb-7daf-42a6-8a90-5db33ba63787, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c757217-e4a2-44f6-b022-98f53ed3014c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13814026232350386698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698138140262323503866981381402623235038669813814026232350386698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ad0a978-a549-4ccd-8238-301f16b94e31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ad0a978-a549-4ccd-8238-301f16b94e31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912943799925796020 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020912943799925796020" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c757217-e4a2-44f6-b022-98f53ed3014c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4495d951-92f0-4cdd-882d-9e92deb66b78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4495d951-92f0-4cdd-882d-9e92deb66b78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18253369755928042659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659182533697559280426591825336975592804265918253369755928042659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ad0a978-a549-4ccd-8238-301f16b94e31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11cfccfc-043b-4690-836e-2337ea199cc9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11cfccfc-043b-4690-836e-2337ea199cc9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4556729232170131892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892455672923217013189245567292321701318924556729232170131892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4495d951-92f0-4cdd-882d-9e92deb66b78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cdffa71-2614-433f-a72d-4013aa384f0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cdffa71-2614-433f-a72d-4013aa384f0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12155201143818746252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252121552011438187462521215520114381874625212155201143818746252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11cfccfc-043b-4690-836e-2337ea199cc9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 472b3e3a-6180-4943-b717-8a17ac61176e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 472b3e3a-6180-4943-b717-8a17ac61176e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3847709198181341000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000384770919818134100038477091981813410003847709198181341000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cdffa71-2614-433f-a72d-4013aa384f0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 915a481b-2a43-4774-b219-ae7fbd4a117f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 915a481b-2a43-4774-b219-ae7fbd4a117f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9759712839334752095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095975971283933475209597597128393347520959759712839334752095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 472b3e3a-6180-4943-b717-8a17ac61176e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9ddfae1-3fbe-49e3-989b-37d844c439e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9ddfae1-3fbe-49e3-989b-37d844c439e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4012945615972740173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173401294561597274017340129456159727401734012945615972740173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 915a481b-2a43-4774-b219-ae7fbd4a117f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ce301ad-5b8f-4f60-bc56-76d29e8cead1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ce301ad-5b8f-4f60-bc56-76d29e8cead1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6870565791693189040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040687056579169318904068705657916931890406870565791693189040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9ddfae1-3fbe-49e3-989b-37d844c439e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a721a353-78d4-43ce-9a1c-78f2339f89bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a721a353-78d4-43ce-9a1c-78f2339f89bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16128914718340897051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051161289147183408970511612891471834089705116128914718340897051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ce301ad-5b8f-4f60-bc56-76d29e8cead1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7fdc131-07e8-4f8a-8266-c27a81b1e1d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7fdc131-07e8-4f8a-8266-c27a81b1e1d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12552163512918196303 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303125521635129181963031255216351291819630312552163512918196303" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a721a353-78d4-43ce-9a1c-78f2339f89bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 725d5c45-0ad6-4511-8b9a-daf63d952101, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 725d5c45-0ad6-4511-8b9a-daf63d952101, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17554839681203483397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397175548396812034833971755483968120348339717554839681203483397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7fdc131-07e8-4f8a-8266-c27a81b1e1d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 267ddae0-13e6-4a64-956b-13ddc7593274, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 267ddae0-13e6-4a64-956b-13ddc7593274, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10877344070994298389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389108773440709942983891087734407099429838910877344070994298389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 725d5c45-0ad6-4511-8b9a-daf63d952101, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01115dfc-7b8e-4dc0-ab6a-dce9adf073ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01115dfc-7b8e-4dc0-ab6a-dce9adf073ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12448294817179845758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758124482948171798457581244829481717984575812448294817179845758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 267ddae0-13e6-4a64-956b-13ddc7593274, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d95da441-6d0d-4c31-a5b1-ba8ca4c836cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d95da441-6d0d-4c31-a5b1-ba8ca4c836cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 932042910233676300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300932042910233676300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01115dfc-7b8e-4dc0-ab6a-dce9adf073ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08f37dca-cb96-4470-be3a-2efee3350ae2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08f37dca-cb96-4470-be3a-2efee3350ae2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6397182193951956567 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567639718219395195656763971821939519565676397182193951956567" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d95da441-6d0d-4c31-a5b1-ba8ca4c836cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebeaf0f6-9f53-48b9-9615-8d801568731a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebeaf0f6-9f53-48b9-9615-8d801568731a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444383354183737797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797344438335418373779734443833541837377973444383354183737797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08f37dca-cb96-4470-be3a-2efee3350ae2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 586e2aea-05b1-4dec-a626-7d58f0523269, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 586e2aea-05b1-4dec-a626-7d58f0523269, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11239770883174862060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060112397708831748620601123977088317486206011239770883174862060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebeaf0f6-9f53-48b9-9615-8d801568731a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9a0c083-05c0-4e9b-b5b7-4b87ff9189af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9a0c083-05c0-4e9b-b5b7-4b87ff9189af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14617251575961301289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289146172515759613012891461725157596130128914617251575961301289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 586e2aea-05b1-4dec-a626-7d58f0523269, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f5e2fff-92e5-4656-bdd2-4b9c3e8bd2f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f5e2fff-92e5-4656-bdd2-4b9c3e8bd2f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5548500638467772010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010554850063846777201055485006384677720105548500638467772010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9a0c083-05c0-4e9b-b5b7-4b87ff9189af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dee55e2e-ec17-4d77-96c1-9378bc73e8e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dee55e2e-ec17-4d77-96c1-9378bc73e8e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9434711723213364675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675943471172321336467594347117232133646759434711723213364675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f5e2fff-92e5-4656-bdd2-4b9c3e8bd2f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 055d1a15-25be-4884-b8e3-4904bebb90c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055d1a15-25be-4884-b8e3-4904bebb90c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5169405419649326452 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452516940541964932645251694054196493264525169405419649326452" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dee55e2e-ec17-4d77-96c1-9378bc73e8e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b58d5fe8-de4c-4a7e-beac-ab1975b364e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b58d5fe8-de4c-4a7e-beac-ab1975b364e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15358861356577578520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520153588613565775785201535886135657757852015358861356577578520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055d1a15-25be-4884-b8e3-4904bebb90c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf24fba6-9367-4c4c-849a-e8f75ea3b33d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf24fba6-9367-4c4c-849a-e8f75ea3b33d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482324654633039797 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797482324654633039797" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b58d5fe8-de4c-4a7e-beac-ab1975b364e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf2cfff-32d7-40ad-91ce-1e8616245fe2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf2cfff-32d7-40ad-91ce-1e8616245fe2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17797320250104433417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417177973202501044334171779732025010443341717797320250104433417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf24fba6-9367-4c4c-849a-e8f75ea3b33d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f653b53c-8204-4c31-a8d8-9103aa9f9e65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f653b53c-8204-4c31-a8d8-9103aa9f9e65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370955068796071878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878183709550687960718781837095506879607187818370955068796071878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf2cfff-32d7-40ad-91ce-1e8616245fe2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65937308-fb06-43e9-be50-8ca1ce2be38c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65937308-fb06-43e9-be50-8ca1ce2be38c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2850123833119676127 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127285012383311967612728501238331196761272850123833119676127" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f653b53c-8204-4c31-a8d8-9103aa9f9e65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65937308-fb06-43e9-be50-8ca1ce2be38c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 354d659d-b62e-4df3-99f5-7f98f794fa22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59727848-8b32-4af5-818d-976be3ea1cc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59727848-8b32-4af5-818d-976be3ea1cc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17365635999338055531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531173656359993380555311736563599933805553117365635999338055531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 354d659d-b62e-4df3-99f5-7f98f794fa22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9247199151456815421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421924719915145681542192471991514568154219247199151456815421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59727848-8b32-4af5-818d-976be3ea1cc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52efd841-dfe9-4f6e-807c-fdd10b0d0e6d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 354d659d-b62e-4df3-99f5-7f98f794fa22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52efd841-dfe9-4f6e-807c-fdd10b0d0e6d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17521693775690496118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118175216937756904961181752169377569049611817521693775690496118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff4bdaac-d5c5-4fcc-9895-a51663d7faab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff4bdaac-d5c5-4fcc-9895-a51663d7faab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411644904969259829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829124116449049692598291241164490496925982912411644904969259829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52efd841-dfe9-4f6e-807c-fdd10b0d0e6d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 836f8a5c-0084-4b7e-a98e-fe93d8fca0e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 836f8a5c-0084-4b7e-a98e-fe93d8fca0e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10908992758023357059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059109089927580233570591090899275802335705910908992758023357059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff4bdaac-d5c5-4fcc-9895-a51663d7faab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b042ae7-8e69-4de1-8b4f-63d0b7f3afe1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b042ae7-8e69-4de1-8b4f-63d0b7f3afe1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6500185127988162133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133650018512798816213365001851279881621336500185127988162133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 836f8a5c-0084-4b7e-a98e-fe93d8fca0e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14f5d62c-31bb-4d82-ae7f-fbff5eb85e17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14f5d62c-31bb-4d82-ae7f-fbff5eb85e17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4454574616677456483 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483445457461667745648344545746166774564834454574616677456483" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b042ae7-8e69-4de1-8b4f-63d0b7f3afe1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feff73a3-e59e-490f-9dac-d9c4605b37e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feff73a3-e59e-490f-9dac-d9c4605b37e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15756097615278844752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752157560976152788447521575609761527884475215756097615278844752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14f5d62c-31bb-4d82-ae7f-fbff5eb85e17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f0c51d9-0ddb-47a2-a045-cea71e32ca1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f0c51d9-0ddb-47a2-a045-cea71e32ca1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15125399531297163481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481151253995312971634811512539953129716348115125399531297163481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feff73a3-e59e-490f-9dac-d9c4605b37e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf6c61c-5d6a-493f-8b6a-04376d460073, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf6c61c-5d6a-493f-8b6a-04376d460073, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4519124926824948867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867451912492682494886745191249268249488674519124926824948867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f0c51d9-0ddb-47a2-a045-cea71e32ca1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 753b7435-0eca-4314-866d-675e0de6eddb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf6c61c-5d6a-493f-8b6a-04376d460073, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 753b7435-0eca-4314-866d-675e0de6eddb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6183686954633766434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434618368695463376643461836869546337664346183686954633766434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42f4518-5b33-493a-8e70-ea72ab806d84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42f4518-5b33-493a-8e70-ea72ab806d84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2990505930488323754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754299050593048832375429905059304883237542990505930488323754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 753b7435-0eca-4314-866d-675e0de6eddb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24e243a0-9476-4e37-8d30-1a0ac1870447, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42f4518-5b33-493a-8e70-ea72ab806d84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24e243a0-9476-4e37-8d30-1a0ac1870447, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14378869806629225240 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240143788698066292252401437886980662922524014378869806629225240" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 624ee210-1573-488e-aea8-3a80fa693763, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 624ee210-1573-488e-aea8-3a80fa693763, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926561476556987104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104492656147655698710449265614765569871044926561476556987104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24e243a0-9476-4e37-8d30-1a0ac1870447, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 624ee210-1573-488e-aea8-3a80fa693763, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c06cfe62-f6da-4562-bf6e-45f7bc158132, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c06cfe62-f6da-4562-bf6e-45f7bc158132, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16318353149636134622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622163183531496361346221631835314963613462216318353149636134622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfb8bf3d-ae61-4a8d-83e1-b856c79d3e91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfb8bf3d-ae61-4a8d-83e1-b856c79d3e91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 589906446748427952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952589906446748427952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c06cfe62-f6da-4562-bf6e-45f7bc158132, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfb8bf3d-ae61-4a8d-83e1-b856c79d3e91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501346f5-c325-4e52-8abb-5e39044a8c6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501346f5-c325-4e52-8abb-5e39044a8c6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10773559891384298885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885107735598913842988851077355989138429888510773559891384298885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb0db890-42b7-4957-b89e-82fe8cbc581d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb0db890-42b7-4957-b89e-82fe8cbc581d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16865087335730219242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242168650873357302192421686508733573021924216865087335730219242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501346f5-c325-4e52-8abb-5e39044a8c6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb0db890-42b7-4957-b89e-82fe8cbc581d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22f1a382-9939-4525-af5a-82e1c5417f44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22f1a382-9939-4525-af5a-82e1c5417f44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10617680704336483947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947106176807043364839471061768070433648394710617680704336483947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35ad1d3a-7ff8-4283-a86c-71916a86a96a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35ad1d3a-7ff8-4283-a86c-71916a86a96a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1845199594133959649 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649184519959413395964918451995941339596491845199594133959649" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22f1a382-9939-4525-af5a-82e1c5417f44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35ad1d3a-7ff8-4283-a86c-71916a86a96a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7856bdd6-ca57-4027-9ad9-044148dcc889, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee22b23a-7e6d-4752-8340-66b1d5e553cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7856bdd6-ca57-4027-9ad9-044148dcc889, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8115989014417331561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561811598901441733156181159890144173315618115989014417331561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee22b23a-7e6d-4752-8340-66b1d5e553cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1945945481967091321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321194594548196709132119459454819670913211945945481967091321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee22b23a-7e6d-4752-8340-66b1d5e553cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7856bdd6-ca57-4027-9ad9-044148dcc889, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d22bbde-56d4-4648-919d-17cc6d8447ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc32ac1-cd77-47fb-86cf-28d1243622e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d22bbde-56d4-4648-919d-17cc6d8447ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7508048816690554519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519750804881669055451975080488166905545197508048816690554519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc32ac1-cd77-47fb-86cf-28d1243622e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 234858098972099727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727234858098972099727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc32ac1-cd77-47fb-86cf-28d1243622e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d22bbde-56d4-4648-919d-17cc6d8447ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d5eb9d6-c0a5-44cc-9f27-82e718687cad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d5eb9d6-c0a5-44cc-9f27-82e718687cad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12309877843257325805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805123098778432573258051230987784325732580512309877843257325805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 532c01d0-6cf3-4d79-b266-4129d2ff44d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 532c01d0-6cf3-4d79-b266-4129d2ff44d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9876533159978194124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124987653315997819412498765331599781941249876533159978194124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d5eb9d6-c0a5-44cc-9f27-82e718687cad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 532c01d0-6cf3-4d79-b266-4129d2ff44d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 840d3b0a-5974-4835-b95e-a4861a157994, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d36ba898-1daf-4eca-a4c5-81b38f4e5c99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 840d3b0a-5974-4835-b95e-a4861a157994, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9286701994952351204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204928670199495235120492867019949523512049286701994952351204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d36ba898-1daf-4eca-a4c5-81b38f4e5c99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10545514652888631226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226105455146528886312261054551465288863122610545514652888631226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d36ba898-1daf-4eca-a4c5-81b38f4e5c99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8439422a-7740-4536-8091-8fafc1ff81da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 840d3b0a-5974-4835-b95e-a4861a157994, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8439422a-7740-4536-8091-8fafc1ff81da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 722259082304762979 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979722259082304762979" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92a398cd-abaf-4c20-9221-d5b1427a8179, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92a398cd-abaf-4c20-9221-d5b1427a8179, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7387218083263832686 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686738721808326383268673872180832638326867387218083263832686" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8439422a-7740-4536-8091-8fafc1ff81da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92a398cd-abaf-4c20-9221-d5b1427a8179, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1568fc8-4d03-4938-a00f-47fdf27ae4b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1568fc8-4d03-4938-a00f-47fdf27ae4b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14526854846660825897 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897145268548466608258971452685484666082589714526854846660825897" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07f4cf6d-f429-45c4-8efa-103a5f63614f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07f4cf6d-f429-45c4-8efa-103a5f63614f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14067099071307278492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492140670990713072784921406709907130727849214067099071307278492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1568fc8-4d03-4938-a00f-47fdf27ae4b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07f4cf6d-f429-45c4-8efa-103a5f63614f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abe9ee23-df90-41a4-ba0f-5144e53ca158, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b1210f8-0377-4053-987e-a8a8cae60afc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abe9ee23-df90-41a4-ba0f-5144e53ca158, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9267631068050679886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886926763106805067988692676310680506798869267631068050679886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b1210f8-0377-4053-987e-a8a8cae60afc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9800578051529876742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742980057805152987674298005780515298767429800578051529876742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abe9ee23-df90-41a4-ba0f-5144e53ca158, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b1210f8-0377-4053-987e-a8a8cae60afc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a0bbe0d-9657-477c-8c36-9ce629ef555c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7bf8c196-d936-4139-8107-0f3da58b3d24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7bf8c196-d936-4139-8107-0f3da58b3d24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14814182968211739039 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039148141829682117390391481418296821173903914814182968211739039" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a0bbe0d-9657-477c-8c36-9ce629ef555c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4309456138007148817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817430945613800714881743094561380071488174309456138007148817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7bf8c196-d936-4139-8107-0f3da58b3d24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a0bbe0d-9657-477c-8c36-9ce629ef555c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60e44222-0c59-4ae1-9c1f-42fd8cfdfc85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60e44222-0c59-4ae1-9c1f-42fd8cfdfc85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9527105785416898155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155952710578541689815595271057854168981559527105785416898155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36a2afb9-0a68-4f6e-8fdc-ff6d07ba7b25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36a2afb9-0a68-4f6e-8fdc-ff6d07ba7b25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15346632054418419297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297153466320544184192971534663205441841929715346632054418419297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60e44222-0c59-4ae1-9c1f-42fd8cfdfc85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb3b7de3-7e2d-4a80-b4fd-47a649b1254d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb3b7de3-7e2d-4a80-b4fd-47a649b1254d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14536110380528637298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298145361103805286372981453611038052863729814536110380528637298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36a2afb9-0a68-4f6e-8fdc-ff6d07ba7b25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8cc40fbb-dcb2-43fb-80e3-df455ccb1c52, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8cc40fbb-dcb2-43fb-80e3-df455ccb1c52, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13713567732619749754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754137135677326197497541371356773261974975413713567732619749754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb3b7de3-7e2d-4a80-b4fd-47a649b1254d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6dc5513-971c-4ba7-9110-21f7bf83b0d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6dc5513-971c-4ba7-9110-21f7bf83b0d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829290681059428119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119582929068105942811958292906810594281195829290681059428119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8cc40fbb-dcb2-43fb-80e3-df455ccb1c52, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01785a81-6db6-4fc3-a337-3473daa40f50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01785a81-6db6-4fc3-a337-3473daa40f50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3214371009149570267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267321437100914957026732143710091495702673214371009149570267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6dc5513-971c-4ba7-9110-21f7bf83b0d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f0756371-e136-43d8-bbe0-9b405b4173b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f0756371-e136-43d8-bbe0-9b405b4173b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3647222002685346368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368364722200268534636836472220026853463683647222002685346368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01785a81-6db6-4fc3-a337-3473daa40f50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a37010a7-f1f6-434b-a5b6-2a96f50fec6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37010a7-f1f6-434b-a5b6-2a96f50fec6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14957001572173510854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854149570015721735108541495700157217351085414957001572173510854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f0756371-e136-43d8-bbe0-9b405b4173b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9bcb19c-be54-4ffd-8af9-c67db5ccd0f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37010a7-f1f6-434b-a5b6-2a96f50fec6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9bcb19c-be54-4ffd-8af9-c67db5ccd0f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6546844344195994146 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146654684434419599414665468443441959941466546844344195994146" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba810c2-b3c3-4705-a6a5-79a7133ba18d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba810c2-b3c3-4705-a6a5-79a7133ba18d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2478873510367605738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738247887351036760573824788735103676057382478873510367605738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9bcb19c-be54-4ffd-8af9-c67db5ccd0f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8cdc9e9-7174-4d6f-9d3d-3d696254d15b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba810c2-b3c3-4705-a6a5-79a7133ba18d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8cdc9e9-7174-4d6f-9d3d-3d696254d15b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18189656744583104570 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570181896567445831045701818965674458310457018189656744583104570" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99a06062-bcc3-4d9d-ab82-f8de8bffbc35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99a06062-bcc3-4d9d-ab82-f8de8bffbc35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10642709344393936299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299106427093443939362991064270934439393629910642709344393936299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8cdc9e9-7174-4d6f-9d3d-3d696254d15b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29885bf3-bbc9-46c7-b9d3-3c7788136581, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99a06062-bcc3-4d9d-ab82-f8de8bffbc35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29885bf3-bbc9-46c7-b9d3-3c7788136581, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9595263353245077574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574959526335324507757495952633532450775749595263353245077574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d51f458-9be7-4220-99f9-798bcddb78c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d51f458-9be7-4220-99f9-798bcddb78c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6366699032851129637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637636669903285112963763666990328511296376366699032851129637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29885bf3-bbc9-46c7-b9d3-3c7788136581, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22ef3462-a41a-4fac-868e-512ae9223c56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22ef3462-a41a-4fac-868e-512ae9223c56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 912439910656135295 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295912439910656135295" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d51f458-9be7-4220-99f9-798bcddb78c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f29e4e00-deb1-41b7-8b26-b835e4ac4c8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f29e4e00-deb1-41b7-8b26-b835e4ac4c8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6980975356931662511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511698097535693166251169809753569316625116980975356931662511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22ef3462-a41a-4fac-868e-512ae9223c56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf288f54-ba77-405e-bea1-f3b08a35310e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf288f54-ba77-405e-bea1-f3b08a35310e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11710478353433298517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517117104783534332985171171047835343329851711710478353433298517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f29e4e00-deb1-41b7-8b26-b835e4ac4c8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e97387c5-0ec9-457b-9524-cb66fd8a3263, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e97387c5-0ec9-457b-9524-cb66fd8a3263, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1012087742556398867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867101208774255639886710120877425563988671012087742556398867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf288f54-ba77-405e-bea1-f3b08a35310e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bce4257-b40d-49ab-ac0e-4a737e527549, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bce4257-b40d-49ab-ac0e-4a737e527549, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14864685521093868084 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084148646855210938680841486468552109386808414864685521093868084" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e97387c5-0ec9-457b-9524-cb66fd8a3263, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 595ca083-5fe1-4ede-93ea-4704f959bad9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 595ca083-5fe1-4ede-93ea-4704f959bad9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9190495246455000645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645919049524645500064591904952464550006459190495246455000645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bce4257-b40d-49ab-ac0e-4a737e527549, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1caf62ab-fbd6-40a4-972c-eafcb1b03734, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 595ca083-5fe1-4ede-93ea-4704f959bad9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1caf62ab-fbd6-40a4-972c-eafcb1b03734, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 111462620679257348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348111462620679257348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a248834-d2a5-4934-912d-cd67a16d4a30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a248834-d2a5-4934-912d-cd67a16d4a30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5771880799785858278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278577188079978585827857718807997858582785771880799785858278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1caf62ab-fbd6-40a4-972c-eafcb1b03734, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 344ff206-9045-4bdc-8c50-5c6e40ed9c7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 344ff206-9045-4bdc-8c50-5c6e40ed9c7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14801842258706726773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773148018422587067267731480184225870672677314801842258706726773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a248834-d2a5-4934-912d-cd67a16d4a30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23d9c861-7e7c-4abd-b922-e2fc77768f8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23d9c861-7e7c-4abd-b922-e2fc77768f8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6307782134769223581 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581630778213476922358163077821347692235816307782134769223581" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 344ff206-9045-4bdc-8c50-5c6e40ed9c7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f1cb05b-d550-4593-ae8d-b920ef1d9683, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f1cb05b-d550-4593-ae8d-b920ef1d9683, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7658164852451254345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345765816485245125434576581648524512543457658164852451254345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23d9c861-7e7c-4abd-b922-e2fc77768f8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96abd8ea-37e7-4197-b72e-11a322243a71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96abd8ea-37e7-4197-b72e-11a322243a71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4434315200798268878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878443431520079826887844343152007982688784434315200798268878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f1cb05b-d550-4593-ae8d-b920ef1d9683, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdab6138-f1ba-413f-8364-d0933539f530, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96abd8ea-37e7-4197-b72e-11a322243a71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdab6138-f1ba-413f-8364-d0933539f530, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18317096576290125464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464183170965762901254641831709657629012546418317096576290125464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 31986160-c7f3-4421-a524-b49f497c135d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 31986160-c7f3-4421-a524-b49f497c135d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8017444663482542602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602801744466348254260280174446634825426028017444663482542602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdab6138-f1ba-413f-8364-d0933539f530, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8460b795-cc84-4ae5-ab50-0604fd94a9d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8460b795-cc84-4ae5-ab50-0604fd94a9d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9584523493830187763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763958452349383018776395845234938301877639584523493830187763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 31986160-c7f3-4421-a524-b49f497c135d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5824587c-209a-4dc1-a300-3548f5e2d0c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5824587c-209a-4dc1-a300-3548f5e2d0c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020429502098874729 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729702042950209887472970204295020988747297020429502098874729" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8460b795-cc84-4ae5-ab50-0604fd94a9d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fdb3e402-9b91-48d6-a66a-6a683c364e9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fdb3e402-9b91-48d6-a66a-6a683c364e9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15786097295168400813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813157860972951684008131578609729516840081315786097295168400813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5824587c-209a-4dc1-a300-3548f5e2d0c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8220bc58-6fb9-4973-acfd-9e33a665d56d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8220bc58-6fb9-4973-acfd-9e33a665d56d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1169922065275248030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030116992206527524803011699220652752480301169922065275248030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fdb3e402-9b91-48d6-a66a-6a683c364e9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b24eaf6c-9b34-4ec1-83f0-de561e131bb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b24eaf6c-9b34-4ec1-83f0-de561e131bb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4141641254447936501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501414164125444793650141416412544479365014141641254447936501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8220bc58-6fb9-4973-acfd-9e33a665d56d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fed7e851-ba77-44b9-8385-788dd79fb039, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fed7e851-ba77-44b9-8385-788dd79fb039, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12228859340611974996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996122288593406119749961222885934061197499612228859340611974996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b24eaf6c-9b34-4ec1-83f0-de561e131bb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c5bf10f8-36da-4308-b4de-65cd95cca6c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c5bf10f8-36da-4308-b4de-65cd95cca6c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10575531950932037214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214105755319509320372141057553195093203721410575531950932037214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fed7e851-ba77-44b9-8385-788dd79fb039, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e832ad2-e4ad-4219-a76b-a274d03a0949, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e832ad2-e4ad-4219-a76b-a274d03a0949, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2490055979496782756 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756249005597949678275624900559794967827562490055979496782756" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c5bf10f8-36da-4308-b4de-65cd95cca6c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bcee2034-d408-4ba1-bde9-ad19bc0c4b12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bcee2034-d408-4ba1-bde9-ad19bc0c4b12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5314517796576514680 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680531451779657651468053145177965765146805314517796576514680" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e832ad2-e4ad-4219-a76b-a274d03a0949, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 373be51f-064a-41b0-be9a-289397fff311, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 373be51f-064a-41b0-be9a-289397fff311, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9898843485127157634 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634989884348512715763498988434851271576349898843485127157634" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bcee2034-d408-4ba1-bde9-ad19bc0c4b12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19297f27-6d8a-41b9-ba6b-88cefa075204, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19297f27-6d8a-41b9-ba6b-88cefa075204, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1205730645801765243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243120573064580176524312057306458017652431205730645801765243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 373be51f-064a-41b0-be9a-289397fff311, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6427a1ad-dc91-4d43-903c-85277f17902c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6427a1ad-dc91-4d43-903c-85277f17902c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15208248902921399393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393152082489029213993931520824890292139939315208248902921399393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19297f27-6d8a-41b9-ba6b-88cefa075204, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9627a56-2557-49e8-a3b4-2d7f9ec0c113, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9627a56-2557-49e8-a3b4-2d7f9ec0c113, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12707606478786322728 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728127076064787863227281270760647878632272812707606478786322728" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6427a1ad-dc91-4d43-903c-85277f17902c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00618160-1fe8-4965-b1a7-34d0325ba593, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00618160-1fe8-4965-b1a7-34d0325ba593, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8306310611540480537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537830631061154048053783063106115404805378306310611540480537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9627a56-2557-49e8-a3b4-2d7f9ec0c113, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7c69dba-f24a-45a5-9a00-ce08e6ec0bcd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7c69dba-f24a-45a5-9a00-ce08e6ec0bcd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5588878737901632560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560558887873790163256055888787379016325605588878737901632560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00618160-1fe8-4965-b1a7-34d0325ba593, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5f72ff4-add4-4eff-b1f8-0f5154eb6536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5f72ff4-add4-4eff-b1f8-0f5154eb6536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18258338249831457003 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003182583382498314570031825833824983145700318258338249831457003" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7c69dba-f24a-45a5-9a00-ce08e6ec0bcd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21cc13b7-e636-46ef-82f8-4c086cc6260d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21cc13b7-e636-46ef-82f8-4c086cc6260d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11171484452809516967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967111714844528095169671117148445280951696711171484452809516967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5f72ff4-add4-4eff-b1f8-0f5154eb6536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 594b75a6-d010-4a84-b25c-b69399b619f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 594b75a6-d010-4a84-b25c-b69399b619f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399370914305804765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765239937091430580476523993709143058047652399370914305804765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21cc13b7-e636-46ef-82f8-4c086cc6260d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bda535d-e279-449d-9ca9-63dad153a04e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bda535d-e279-449d-9ca9-63dad153a04e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3148856022732929352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352314885602273292935231488560227329293523148856022732929352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 594b75a6-d010-4a84-b25c-b69399b619f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de5a7bcc-04cf-41db-a040-8cd5685ce4de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de5a7bcc-04cf-41db-a040-8cd5685ce4de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15783210793607709082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082157832107936077090821578321079360770908215783210793607709082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bda535d-e279-449d-9ca9-63dad153a04e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc7f8999-da80-44a7-b462-552b66d142ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc7f8999-da80-44a7-b462-552b66d142ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085535375604339305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305108553537560433930510855353756043393051085535375604339305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc7f8999-da80-44a7-b462-552b66d142ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c959cc0a-98f0-4d59-8830-a39d2712f564, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c959cc0a-98f0-4d59-8830-a39d2712f564, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4051467265251825417 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417405146726525182541740514672652518254174051467265251825417" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c959cc0a-98f0-4d59-8830-a39d2712f564, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 387deebe-ff5f-460c-8249-44ecdf61fa7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de5a7bcc-04cf-41db-a040-8cd5685ce4de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 387deebe-ff5f-460c-8249-44ecdf61fa7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5064349925794534883 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883506434992579453488350643499257945348835064349925794534883" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94322361-128d-40b9-8a45-8a8c5f03c033, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94322361-128d-40b9-8a45-8a8c5f03c033, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13629729351760231616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616136297293517602316161362972935176023161613629729351760231616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 387deebe-ff5f-460c-8249-44ecdf61fa7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94322361-128d-40b9-8a45-8a8c5f03c033, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 055f31f1-7a65-461a-b0fd-7e8c594ece70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 055f31f1-7a65-461a-b0fd-7e8c594ece70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8437521224785942978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978843752122478594297884375212247859429788437521224785942978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c09b0c-8a63-4fd6-9f86-d165e82aacca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c09b0c-8a63-4fd6-9f86-d165e82aacca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7336902120292008553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553733690212029200855373369021202920085537336902120292008553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 055f31f1-7a65-461a-b0fd-7e8c594ece70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a956fbbe-7601-4818-896c-16c936c0d859, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c09b0c-8a63-4fd6-9f86-d165e82aacca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a956fbbe-7601-4818-896c-16c936c0d859, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4360709722531876579 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579436070972253187657943607097225318765794360709722531876579" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7439095-6491-477f-88b3-d44481a61bf4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7439095-6491-477f-88b3-d44481a61bf4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1136402317316388465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465113640231731638846511364023173163884651136402317316388465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a956fbbe-7601-4818-896c-16c936c0d859, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7439095-6491-477f-88b3-d44481a61bf4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5849ee6-4108-4801-931a-e3a455394970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5849ee6-4108-4801-931a-e3a455394970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2450974728214051056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056245097472821405105624509747282140510562450974728214051056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67a8c78d-6ecc-475d-8cba-26d658597fbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67a8c78d-6ecc-475d-8cba-26d658597fbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12049307024722836625 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625120493070247228366251204930702472283662512049307024722836625" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67a8c78d-6ecc-475d-8cba-26d658597fbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5849ee6-4108-4801-931a-e3a455394970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3dfbcb4d-bf7e-413b-9eb9-d212b9dd65f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36332d42-bc84-46c8-a891-a148f59f0555, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3dfbcb4d-bf7e-413b-9eb9-d212b9dd65f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17647174045633056284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284176471740456330562841764717404563305628417647174045633056284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36332d42-bc84-46c8-a891-a148f59f0555, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7302791493917600166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166730279149391760016673027914939176001667302791493917600166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3dfbcb4d-bf7e-413b-9eb9-d212b9dd65f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36332d42-bc84-46c8-a891-a148f59f0555, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f777aee-6174-4339-8eb3-acbba9c08759, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43d57cee-198e-4c49-bae8-ca803fa4f296, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f777aee-6174-4339-8eb3-acbba9c08759, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5443486722081141568 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568544348672208114156854434867220811415685443486722081141568" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43d57cee-198e-4c49-bae8-ca803fa4f296, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11852687565668928864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864118526875656689288641185268756566892886411852687565668928864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f777aee-6174-4339-8eb3-acbba9c08759, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43d57cee-198e-4c49-bae8-ca803fa4f296, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6be66afc-dbb3-4ce7-b8a0-3fbdc16891f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ea34ae2-55b3-4983-9262-2400d4b6e22f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be66afc-dbb3-4ce7-b8a0-3fbdc16891f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 437894484563854190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190437894484563854190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ea34ae2-55b3-4983-9262-2400d4b6e22f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11424356096109826365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365114243560961098263651142435609610982636511424356096109826365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be66afc-dbb3-4ce7-b8a0-3fbdc16891f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ea34ae2-55b3-4983-9262-2400d4b6e22f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab680284-28cd-474a-b5af-91fa6d22d748, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab680284-28cd-474a-b5af-91fa6d22d748, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7407691852531086660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660740769185253108666074076918525310866607407691852531086660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3b24a83-3d27-49aa-9bb6-0218a0236d3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b24a83-3d27-49aa-9bb6-0218a0236d3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9569699522292095415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415956969952229209541595696995222920954159569699522292095415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab680284-28cd-474a-b5af-91fa6d22d748, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b24a83-3d27-49aa-9bb6-0218a0236d3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4412e24-bb04-4ddd-a006-88478d0600b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f0cd9d2-079a-497f-877e-fd7d859f9ce0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4412e24-bb04-4ddd-a006-88478d0600b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 367295299672721802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802367295299672721802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f0cd9d2-079a-497f-877e-fd7d859f9ce0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11732840831945381543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543117328408319453815431173284083194538154311732840831945381543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f0cd9d2-079a-497f-877e-fd7d859f9ce0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4412e24-bb04-4ddd-a006-88478d0600b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0177cd3a-9161-46ad-9300-f57c8c318047, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0177cd3a-9161-46ad-9300-f57c8c318047, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6436691389823330746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746643669138982333074664366913898233307466436691389823330746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15b770f0-657b-40e7-ab17-cffa2e2fd0c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15b770f0-657b-40e7-ab17-cffa2e2fd0c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4679630784196731332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332467963078419673133246796307841967313324679630784196731332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0177cd3a-9161-46ad-9300-f57c8c318047, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15b770f0-657b-40e7-ab17-cffa2e2fd0c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e20e5111-6a8d-44a5-a88e-f85f118213e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7801b51-d7ba-428a-868d-7c44ce9060c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e20e5111-6a8d-44a5-a88e-f85f118213e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18225209927190319390 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390182252099271903193901822520992719031939018225209927190319390" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7801b51-d7ba-428a-868d-7c44ce9060c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4079527921789783119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119407952792178978311940795279217897831194079527921789783119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e20e5111-6a8d-44a5-a88e-f85f118213e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7801b51-d7ba-428a-868d-7c44ce9060c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca14cb4-071c-43f2-a4be-42d119d276f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca14cb4-071c-43f2-a4be-42d119d276f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13068127859841931111 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111130681278598419311111306812785984193111113068127859841931111" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2669d13c-9b70-4c07-983c-b369ceed752e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2669d13c-9b70-4c07-983c-b369ceed752e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12429719463948480927 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927124297194639484809271242971946394848092712429719463948480927" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca14cb4-071c-43f2-a4be-42d119d276f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe00319a-dd48-4b27-9970-f03371616d06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe00319a-dd48-4b27-9970-f03371616d06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5661428125647272034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034566142812564727203456614281256472720345661428125647272034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2669d13c-9b70-4c07-983c-b369ceed752e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 652f1a6a-0c4b-4091-b333-783a82d4bb40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 652f1a6a-0c4b-4091-b333-783a82d4bb40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12047040974677075754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754120470409746770757541204704097467707575412047040974677075754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe00319a-dd48-4b27-9970-f03371616d06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65806c70-8f6e-44fb-aabd-dd40f351ba29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 652f1a6a-0c4b-4091-b333-783a82d4bb40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65806c70-8f6e-44fb-aabd-dd40f351ba29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5240258244815355508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508524025824481535550852402582448153555085240258244815355508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1bf981c-8a8b-42ed-9648-23ed54266070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1bf981c-8a8b-42ed-9648-23ed54266070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044576715328254898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898804457671532825489880445767153282548988044576715328254898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65806c70-8f6e-44fb-aabd-dd40f351ba29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f81be0b-efce-4303-bbca-d560a9b42303, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1bf981c-8a8b-42ed-9648-23ed54266070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f81be0b-efce-4303-bbca-d560a9b42303, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17703508071668466839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839177035080716684668391770350807166846683917703508071668466839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40b572a2-fc58-4a20-93ee-ff45ab376407, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40b572a2-fc58-4a20-93ee-ff45ab376407, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1988030510885338342 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342198803051088533834219880305108853383421988030510885338342" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f81be0b-efce-4303-bbca-d560a9b42303, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, face1a38-6422-4d7b-a943-a5110bb440ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, face1a38-6422-4d7b-a943-a5110bb440ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12181382645284843561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561121813826452848435611218138264528484356112181382645284843561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40b572a2-fc58-4a20-93ee-ff45ab376407, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8c520d0-031e-4268-a0ed-faba571c667b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8c520d0-031e-4268-a0ed-faba571c667b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10889709545764173270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270108897095457641732701088970954576417327010889709545764173270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, face1a38-6422-4d7b-a943-a5110bb440ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57978a3c-a118-4850-b226-6e8ebe392d02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57978a3c-a118-4850-b226-6e8ebe392d02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9561457955184535957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957956145795518453595795614579551845359579561457955184535957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8c520d0-031e-4268-a0ed-faba571c667b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b83ce96-3840-4bc6-8552-c2240038f409, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b83ce96-3840-4bc6-8552-c2240038f409, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14612898967495706431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431146128989674957064311461289896749570643114612898967495706431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57978a3c-a118-4850-b226-6e8ebe392d02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d0da596-7c4e-47bd-a5dc-ad34949f524c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d0da596-7c4e-47bd-a5dc-ad34949f524c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7383905215256634959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959738390521525663495973839052152566349597383905215256634959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b83ce96-3840-4bc6-8552-c2240038f409, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a9092f5-602d-47b1-b272-74fba2489c28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a9092f5-602d-47b1-b272-74fba2489c28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16967595405464759543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543169675954054647595431696759540546475954316967595405464759543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d0da596-7c4e-47bd-a5dc-ad34949f524c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84b4ffbb-af8e-4403-9a8a-9b942e849e6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84b4ffbb-af8e-4403-9a8a-9b942e849e6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15147722705407367972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972151477227054073679721514772270540736797215147722705407367972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a9092f5-602d-47b1-b272-74fba2489c28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cd1e925-1d9b-41c8-8d24-4898f7b5a531, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cd1e925-1d9b-41c8-8d24-4898f7b5a531, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15460189985214223802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802154601899852142238021546018998521422380215460189985214223802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84b4ffbb-af8e-4403-9a8a-9b942e849e6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc53ac61-e1e8-4ea8-8b73-9f355ecb4fae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc53ac61-e1e8-4ea8-8b73-9f355ecb4fae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11459548651705299204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204114595486517052992041145954865170529920411459548651705299204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cd1e925-1d9b-41c8-8d24-4898f7b5a531, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e3729b0-3592-4bcf-95f4-a2eb64b860d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e3729b0-3592-4bcf-95f4-a2eb64b860d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2713670379999588849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849271367037999958884927136703799995888492713670379999588849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc53ac61-e1e8-4ea8-8b73-9f355ecb4fae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd8cd66a-91e9-4363-b4d6-7d24cd37b903, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd8cd66a-91e9-4363-b4d6-7d24cd37b903, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15052451924684355421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421150524519246843554211505245192468435542115052451924684355421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e3729b0-3592-4bcf-95f4-a2eb64b860d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d41331dd-d3e9-41d8-91a8-5eddab9eb559, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d41331dd-d3e9-41d8-91a8-5eddab9eb559, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10657188677851845049 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049106571886778518450491065718867785184504910657188677851845049" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd8cd66a-91e9-4363-b4d6-7d24cd37b903, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63ae019e-da8f-43d3-9d5d-f559bdbfad6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ae019e-da8f-43d3-9d5d-f559bdbfad6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10108597921222402578 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578101085979212224025781010859792122240257810108597921222402578" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d41331dd-d3e9-41d8-91a8-5eddab9eb559, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e1f1b3e-2b09-47e2-a098-9d3676ddca95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e1f1b3e-2b09-47e2-a098-9d3676ddca95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14674426067891174125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125146744260678911741251467442606789117412514674426067891174125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ae019e-da8f-43d3-9d5d-f559bdbfad6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0ce63d-97ff-4634-b100-15bd5d0703d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0ce63d-97ff-4634-b100-15bd5d0703d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1118352164149653795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795111835216414965379511183521641496537951118352164149653795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e1f1b3e-2b09-47e2-a098-9d3676ddca95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71bcbfe2-739e-4f56-9892-185e22c03847, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71bcbfe2-739e-4f56-9892-185e22c03847, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12555525657582812734 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734125555256575828127341255552565758281273412555525657582812734" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0ce63d-97ff-4634-b100-15bd5d0703d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 39891ae6-30f8-49c3-9721-0e072ab16add, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 39891ae6-30f8-49c3-9721-0e072ab16add, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11649129859861293774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774116491298598612937741164912985986129377411649129859861293774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71bcbfe2-739e-4f56-9892-185e22c03847, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d71ac5a5-ee44-4141-a898-6d6e2906d446, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d71ac5a5-ee44-4141-a898-6d6e2906d446, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14538330389797471499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499145383303897974714991453833038979747149914538330389797471499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 39891ae6-30f8-49c3-9721-0e072ab16add, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd54940-d774-414e-ae2e-e4ca4acea4bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd54940-d774-414e-ae2e-e4ca4acea4bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16830683928720687147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147168306839287206871471683068392872068714716830683928720687147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d71ac5a5-ee44-4141-a898-6d6e2906d446, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cce46f7a-08a6-404f-b6aa-977bbfd855e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cce46f7a-08a6-404f-b6aa-977bbfd855e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14759312954960810406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406147593129549608104061475931295496081040614759312954960810406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd54940-d774-414e-ae2e-e4ca4acea4bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b63379a-d9c4-4fac-9958-3c1ffa433e6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b63379a-d9c4-4fac-9958-3c1ffa433e6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12698903372430339152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152126989033724303391521269890337243033915212698903372430339152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cce46f7a-08a6-404f-b6aa-977bbfd855e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0aeebce4-4678-4698-8b10-dc6faeae7bb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0aeebce4-4678-4698-8b10-dc6faeae7bb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8016480596223187092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092801648059622318709280164805962231870928016480596223187092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b63379a-d9c4-4fac-9958-3c1ffa433e6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0386e4f9-8bec-4d9a-beda-fc5e83b97477, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0386e4f9-8bec-4d9a-beda-fc5e83b97477, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5906221235286908758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758590622123528690875859062212352869087585906221235286908758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0aeebce4-4678-4698-8b10-dc6faeae7bb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 192fee44-73d6-433d-bf33-94ed710bbfc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 192fee44-73d6-433d-bf33-94ed710bbfc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11262755563778153525 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525112627555637781535251126275556377815352511262755563778153525" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0386e4f9-8bec-4d9a-beda-fc5e83b97477, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0824dd2b-2aeb-4358-bf77-339ea5f67eac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0824dd2b-2aeb-4358-bf77-339ea5f67eac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8833932431287730151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151883393243128773015188339324312877301518833932431287730151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 192fee44-73d6-433d-bf33-94ed710bbfc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 566b8c5b-6d6e-4e0d-a87c-188fc784cc56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 566b8c5b-6d6e-4e0d-a87c-188fc784cc56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16991448429291437403 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403169914484292914374031699144842929143740316991448429291437403" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0824dd2b-2aeb-4358-bf77-339ea5f67eac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41a2300f-1140-4954-a38d-70c68ed5f37d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41a2300f-1140-4954-a38d-70c68ed5f37d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3231164471022676905 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905323116447102267690532311644710226769053231164471022676905" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 566b8c5b-6d6e-4e0d-a87c-188fc784cc56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 697362ba-0f24-4453-87af-1e2cc8061478, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 697362ba-0f24-4453-87af-1e2cc8061478, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13470075027841330884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884134700750278413308841347007502784133088413470075027841330884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41a2300f-1140-4954-a38d-70c68ed5f37d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e58c6d1-9a42-4e71-92a8-a3ef94d0fa66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e58c6d1-9a42-4e71-92a8-a3ef94d0fa66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8151233090265097360 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360815123309026509736081512330902650973608151233090265097360" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 697362ba-0f24-4453-87af-1e2cc8061478, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdce3a2c-86e8-4dd2-beb1-c48c491a764b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdce3a2c-86e8-4dd2-beb1-c48c491a764b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13568093863743798712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712135680938637437987121356809386374379871213568093863743798712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e58c6d1-9a42-4e71-92a8-a3ef94d0fa66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6b616bf-0f56-4d8f-938e-c3c7b1e65269, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6b616bf-0f56-4d8f-938e-c3c7b1e65269, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18015228718803964839 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839180152287188039648391801522871880396483918015228718803964839" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdce3a2c-86e8-4dd2-beb1-c48c491a764b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5790e95-24a4-48df-a19b-dc640679e8c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5790e95-24a4-48df-a19b-dc640679e8c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3972589373577323376 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376397258937357732337639725893735773233763972589373577323376" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6b616bf-0f56-4d8f-938e-c3c7b1e65269, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f87c7d5-ab18-4948-9428-12c5a35eef24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f87c7d5-ab18-4948-9428-12c5a35eef24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 311523214968787747 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747311523214968787747" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5790e95-24a4-48df-a19b-dc640679e8c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fe7b90f-b571-455e-81f7-41e9cb819338, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fe7b90f-b571-455e-81f7-41e9cb819338, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11510856829056037300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300115108568290560373001151085682905603730011510856829056037300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f87c7d5-ab18-4948-9428-12c5a35eef24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fe7b90f-b571-455e-81f7-41e9cb819338, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8bf1f818-f863-4a1a-8725-f9b8454e6a82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8bf1f818-f863-4a1a-8725-f9b8454e6a82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8328850925337273648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648832885092533727364883288509253372736488328850925337273648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e116719a-aa7a-4de8-8bab-1c2d677f02b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e116719a-aa7a-4de8-8bab-1c2d677f02b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4472249290878679958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958447224929087867995844722492908786799584472249290878679958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8bf1f818-f863-4a1a-8725-f9b8454e6a82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e116719a-aa7a-4de8-8bab-1c2d677f02b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a054d9ba-b501-48ad-a7e8-f8e762f666b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a054d9ba-b501-48ad-a7e8-f8e762f666b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2932948283399155949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949293294828339915594929329482833991559492932948283399155949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62c1a9c2-5d6c-42c6-b247-873c8a380a80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62c1a9c2-5d6c-42c6-b247-873c8a380a80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4341130956252327696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696434113095625232769643411309562523276964341130956252327696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a054d9ba-b501-48ad-a7e8-f8e762f666b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c27b91b6-eae5-481b-855e-5832207959db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c27b91b6-eae5-481b-855e-5832207959db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3699893874787256762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762369989387478725676236998938747872567623699893874787256762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c27b91b6-eae5-481b-855e-5832207959db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3b0c610-a91c-417b-95e1-03ea4255a3c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62c1a9c2-5d6c-42c6-b247-873c8a380a80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3b0c610-a91c-417b-95e1-03ea4255a3c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3171688838577363733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733317168883857736373331716888385773637333171688838577363733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 654c3c10-f38a-4f4c-a938-0a6a771c4f70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 654c3c10-f38a-4f4c-a938-0a6a771c4f70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13625210753048062534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534136252107530480625341362521075304806253413625210753048062534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3b0c610-a91c-417b-95e1-03ea4255a3c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb9083ff-0c44-4b75-b44d-1bf625c16205, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 654c3c10-f38a-4f4c-a938-0a6a771c4f70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb9083ff-0c44-4b75-b44d-1bf625c16205, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8143791935295644343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343814379193529564434381437919352956443438143791935295644343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd172c4e-3a5b-485d-8843-37c4fa34cda6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd172c4e-3a5b-485d-8843-37c4fa34cda6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 713469366579068991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991713469366579068991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb9083ff-0c44-4b75-b44d-1bf625c16205, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd172c4e-3a5b-485d-8843-37c4fa34cda6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01c16824-0b56-4daf-93d0-6022721aee79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07a17729-fb45-4cc5-8c87-236a7ff6170a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01c16824-0b56-4daf-93d0-6022721aee79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9913563552650931008 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008991356355265093100899135635526509310089913563552650931008" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07a17729-fb45-4cc5-8c87-236a7ff6170a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5270891771802671321 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321527089177180267132152708917718026713215270891771802671321" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01c16824-0b56-4daf-93d0-6022721aee79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07a17729-fb45-4cc5-8c87-236a7ff6170a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa3e6c5b-f308-4eab-9b02-4195013c3cfa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba155b86-032d-432a-9f8d-3845590407e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa3e6c5b-f308-4eab-9b02-4195013c3cfa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9741416710842077733 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733974141671084207773397414167108420777339741416710842077733" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba155b86-032d-432a-9f8d-3845590407e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9878569460646886711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711987856946064688671198785694606468867119878569460646886711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba155b86-032d-432a-9f8d-3845590407e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa3e6c5b-f308-4eab-9b02-4195013c3cfa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21c970de-52e6-4c6f-8a27-607ce998f44b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21c970de-52e6-4c6f-8a27-607ce998f44b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2102322334601476394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394210232233460147639421023223346014763942102322334601476394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03cde29f-d6d8-44f6-a08d-0e951a05df37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03cde29f-d6d8-44f6-a08d-0e951a05df37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6837568490543654943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943683756849054365494368375684905436549436837568490543654943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21c970de-52e6-4c6f-8a27-607ce998f44b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03cde29f-d6d8-44f6-a08d-0e951a05df37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86ca8192-f906-4865-ada2-675e503431e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f13d972e-e3c9-46ec-ad8c-5bd31d777b46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86ca8192-f906-4865-ada2-675e503431e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10218380472473251148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148102183804724732511481021838047247325114810218380472473251148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f13d972e-e3c9-46ec-ad8c-5bd31d777b46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10770903096945856827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827107709030969458568271077090309694585682710770903096945856827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86ca8192-f906-4865-ada2-675e503431e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f13d972e-e3c9-46ec-ad8c-5bd31d777b46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bdddbe97-7818-4e55-8387-2fe8987cc4ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bdddbe97-7818-4e55-8387-2fe8987cc4ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10956127790102878512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512109561277901028785121095612779010287851210956127790102878512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28eeb4aa-dc6f-4381-be52-0e7e548094b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28eeb4aa-dc6f-4381-be52-0e7e548094b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1792240099877212595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595179224009987721259517922400998772125951792240099877212595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bdddbe97-7818-4e55-8387-2fe8987cc4ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28eeb4aa-dc6f-4381-be52-0e7e548094b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0acd52d-4a82-40b5-8b33-e1ead38ea198, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0acd52d-4a82-40b5-8b33-e1ead38ea198, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11288009348456752301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301112880093484567523011128800934845675230111288009348456752301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c254e06e-74f1-4686-9dbc-7f482d6648d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c254e06e-74f1-4686-9dbc-7f482d6648d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3172297297793937608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608317229729779393760831722972977939376083172297297793937608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0acd52d-4a82-40b5-8b33-e1ead38ea198, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d23d4f96-047f-42b7-a3b4-07c4375d11e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d23d4f96-047f-42b7-a3b4-07c4375d11e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5148112987934966138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138514811298793496613851481129879349661385148112987934966138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c254e06e-74f1-4686-9dbc-7f482d6648d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32401690-a20b-471e-bd95-8d21e910b085, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32401690-a20b-471e-bd95-8d21e910b085, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7399669861862828121 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121739966986186282812173996698618628281217399669861862828121" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d23d4f96-047f-42b7-a3b4-07c4375d11e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 263fee00-4bf5-49ef-8ca7-6b240229bb1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 263fee00-4bf5-49ef-8ca7-6b240229bb1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4140434962283493385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385414043496228349338541404349622834933854140434962283493385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32401690-a20b-471e-bd95-8d21e910b085, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8143389-79d5-4950-907a-383138a7b8b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8143389-79d5-4950-907a-383138a7b8b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2558745636960683507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507255874563696068350725587456369606835072558745636960683507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 263fee00-4bf5-49ef-8ca7-6b240229bb1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63839a0-5134-490a-9077-d81f8c17acdc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63839a0-5134-490a-9077-d81f8c17acdc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17413317491130652283 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283174133174911306522831741331749113065228317413317491130652283" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8143389-79d5-4950-907a-383138a7b8b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b02d3636-c278-468d-9675-929bd987d4a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b02d3636-c278-468d-9675-929bd987d4a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12577858441789357113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113125778584417893571131257785844178935711312577858441789357113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63839a0-5134-490a-9077-d81f8c17acdc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0918ca9e-f04e-434f-84ad-aa22ed4282ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0918ca9e-f04e-434f-84ad-aa22ed4282ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4488991247346940988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988448899124734694098844889912473469409884488991247346940988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b02d3636-c278-468d-9675-929bd987d4a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cfc03c0-bb6a-4649-b380-3533888a7c9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cfc03c0-bb6a-4649-b380-3533888a7c9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8992438005405790481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481899243800540579048189924380054057904818992438005405790481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0918ca9e-f04e-434f-84ad-aa22ed4282ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebbc6f47-f0e8-4fbd-b638-4382ab110dad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebbc6f47-f0e8-4fbd-b638-4382ab110dad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17855106238469578026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026178551062384695780261785510623846957802617855106238469578026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cfc03c0-bb6a-4649-b380-3533888a7c9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b6d508f-c5a6-400a-8d05-82c3c82205d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b6d508f-c5a6-400a-8d05-82c3c82205d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4359800856106216122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122435980085610621612243598008561062161224359800856106216122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebbc6f47-f0e8-4fbd-b638-4382ab110dad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb64a629-7439-4f68-bc88-8514b0e88caf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb64a629-7439-4f68-bc88-8514b0e88caf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9581648411223090491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491958164841122309049195816484112230904919581648411223090491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b6d508f-c5a6-400a-8d05-82c3c82205d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a74a0b48-324b-4a19-b031-9d7743bae15f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a74a0b48-324b-4a19-b031-9d7743bae15f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10035356939486136007 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007100353569394861360071003535693948613600710035356939486136007" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb64a629-7439-4f68-bc88-8514b0e88caf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1716aed-2a11-4ba5-adfd-41919bcc3043, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a74a0b48-324b-4a19-b031-9d7743bae15f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1716aed-2a11-4ba5-adfd-41919bcc3043, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 446078958509676870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870446078958509676870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 064b85ce-c0b9-4028-81ae-1f3ff19f7883, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 064b85ce-c0b9-4028-81ae-1f3ff19f7883, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9093221196564224348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348909322119656422434890932211965642243489093221196564224348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1716aed-2a11-4ba5-adfd-41919bcc3043, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00d2f6ee-ef22-4ad8-8469-005df1c53fd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d2f6ee-ef22-4ad8-8469-005df1c53fd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18433990647190802689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689184339906471908026891843399064719080268918433990647190802689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 064b85ce-c0b9-4028-81ae-1f3ff19f7883, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e6f7ef4-885e-4208-a103-7c6552282087, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e6f7ef4-885e-4208-a103-7c6552282087, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9284622015607751685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685928462201560775168592846220156077516859284622015607751685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d2f6ee-ef22-4ad8-8469-005df1c53fd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5f3461-4570-4e9e-8442-44bf55582b4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5f3461-4570-4e9e-8442-44bf55582b4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15682927191807458683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683156829271918074586831568292719180745868315682927191807458683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e6f7ef4-885e-4208-a103-7c6552282087, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8aebdbf-774d-4abc-9d78-071dfa36fc85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8aebdbf-774d-4abc-9d78-071dfa36fc85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12078023913555354334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334120780239135553543341207802391355535433412078023913555354334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5f3461-4570-4e9e-8442-44bf55582b4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bed5524-aaf6-4f18-b620-d6e21803ee19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bed5524-aaf6-4f18-b620-d6e21803ee19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16248239493857919923 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923162482394938579199231624823949385791992316248239493857919923" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8aebdbf-774d-4abc-9d78-071dfa36fc85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 233c4a99-8254-4ce1-acbe-8529c7e8db92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233c4a99-8254-4ce1-acbe-8529c7e8db92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12134740856342125054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054121347408563421250541213474085634212505412134740856342125054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bed5524-aaf6-4f18-b620-d6e21803ee19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdccd421-04f3-4068-8f21-320da6dcbe16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdccd421-04f3-4068-8f21-320da6dcbe16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13893392399487578429 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429138933923994875784291389339239948757842913893392399487578429" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233c4a99-8254-4ce1-acbe-8529c7e8db92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3bd6248-a309-4b02-baaa-eaccd9be9672, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3bd6248-a309-4b02-baaa-eaccd9be9672, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17217132187556162356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356172171321875561623561721713218755616235617217132187556162356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdccd421-04f3-4068-8f21-320da6dcbe16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2472d048-a174-45bb-a639-26fbed79ec0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2472d048-a174-45bb-a639-26fbed79ec0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7042469484819764982 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982704246948481976498270424694848197649827042469484819764982" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3bd6248-a309-4b02-baaa-eaccd9be9672, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34795a5c-3d7d-4e12-b0b8-d77111f98100, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34795a5c-3d7d-4e12-b0b8-d77111f98100, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8762260756188027409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409876226075618802740987622607561880274098762260756188027409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2472d048-a174-45bb-a639-26fbed79ec0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8039aaf-8f70-427a-a217-f0faf4fb5ac0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34795a5c-3d7d-4e12-b0b8-d77111f98100, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8039aaf-8f70-427a-a217-f0faf4fb5ac0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2323041377941080355 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355232304137794108035523230413779410803552323041377941080355" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbe1d723-1e78-4082-8e15-df99018a5054, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbe1d723-1e78-4082-8e15-df99018a5054, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9784562483706075281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281978456248370607528197845624837060752819784562483706075281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8039aaf-8f70-427a-a217-f0faf4fb5ac0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f49e7d7f-d786-4293-aab8-a0aad81db4be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbe1d723-1e78-4082-8e15-df99018a5054, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f49e7d7f-d786-4293-aab8-a0aad81db4be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8343491980384389251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251834349198038438925183434919803843892518343491980384389251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecaf4f03-a7e8-43fd-b004-4ea9116aebc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecaf4f03-a7e8-43fd-b004-4ea9116aebc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2043749890331907095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095204374989033190709520437498903319070952043749890331907095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f49e7d7f-d786-4293-aab8-a0aad81db4be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f7f87ca-3753-4c8f-8fe5-8d77dcf4f2d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecaf4f03-a7e8-43fd-b004-4ea9116aebc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f7f87ca-3753-4c8f-8fe5-8d77dcf4f2d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1293372066005157165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165129337206600515716512933720660051571651293372066005157165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b285056-ae95-453d-b7d3-6eac743f7f11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b285056-ae95-453d-b7d3-6eac743f7f11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8804372188864278384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384880437218886427838488043721888642783848804372188864278384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f7f87ca-3753-4c8f-8fe5-8d77dcf4f2d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e004becb-9039-43d9-a37d-a82d95c7d639, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e004becb-9039-43d9-a37d-a82d95c7d639, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11647631537868694459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459116476315378686944591164763153786869445911647631537868694459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b285056-ae95-453d-b7d3-6eac743f7f11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2248b053-b60c-4e8b-ae57-64aff0c797df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2248b053-b60c-4e8b-ae57-64aff0c797df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3940197272492279932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932394019727249227993239401972724922799323940197272492279932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e004becb-9039-43d9-a37d-a82d95c7d639, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88b52935-7cec-4de9-a389-79fca53bfd5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88b52935-7cec-4de9-a389-79fca53bfd5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16900282538759818899 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899169002825387598188991690028253875981889916900282538759818899" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2248b053-b60c-4e8b-ae57-64aff0c797df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e648565-1823-4569-90e1-12df9cdcb728, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e648565-1823-4569-90e1-12df9cdcb728, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891081421659346960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960989108142165934696098910814216593469609891081421659346960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88b52935-7cec-4de9-a389-79fca53bfd5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f94993d9-fa36-47af-9ced-1841fa2f0d95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f94993d9-fa36-47af-9ced-1841fa2f0d95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10199126306815990997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997101991263068159909971019912630681599099710199126306815990997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e648565-1823-4569-90e1-12df9cdcb728, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00bf0143-eba5-407e-810f-8066111e30c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00bf0143-eba5-407e-810f-8066111e30c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16297975604578357955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955162979756045783579551629797560457835795516297975604578357955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f94993d9-fa36-47af-9ced-1841fa2f0d95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d71bfc60-656a-420e-be1c-5a92543d753d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d71bfc60-656a-420e-be1c-5a92543d753d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6859380494216032118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118685938049421603211868593804942160321186859380494216032118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00bf0143-eba5-407e-810f-8066111e30c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfdf017b-a043-42b5-81b5-8cbb2325576c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfdf017b-a043-42b5-81b5-8cbb2325576c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10047072282764212339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339100470722827642123391004707228276421233910047072282764212339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d71bfc60-656a-420e-be1c-5a92543d753d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ce2279e-f460-4210-9be7-62e9562e45db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ce2279e-f460-4210-9be7-62e9562e45db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7896299713762851484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484789629971376285148478962997137628514847896299713762851484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfdf017b-a043-42b5-81b5-8cbb2325576c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, accc650b-8d9e-429d-ba43-43d005003434, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, accc650b-8d9e-429d-ba43-43d005003434, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17564621675948848613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613175646216759488486131756462167594884861317564621675948848613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ce2279e-f460-4210-9be7-62e9562e45db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15dd5ee9-4cde-480e-9a8b-aece7d36cbc2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15dd5ee9-4cde-480e-9a8b-aece7d36cbc2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3199027655897496617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617319902765589749661731990276558974966173199027655897496617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, accc650b-8d9e-429d-ba43-43d005003434, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd6ef0d2-f49a-47df-b48f-e6bcd5035baa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd6ef0d2-f49a-47df-b48f-e6bcd5035baa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 575186865594336609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609575186865594336609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15dd5ee9-4cde-480e-9a8b-aece7d36cbc2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b271c28c-5aa9-4ef2-bc39-a777349db433, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b271c28c-5aa9-4ef2-bc39-a777349db433, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17842415334351179261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261178424153343511792611784241533435117926117842415334351179261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd6ef0d2-f49a-47df-b48f-e6bcd5035baa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51c29b61-9917-494c-bf44-043d5ad26096, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c29b61-9917-494c-bf44-043d5ad26096, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598089139271181699 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699155980891392711816991559808913927118169915598089139271181699" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b271c28c-5aa9-4ef2-bc39-a777349db433, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9ba469d-c088-4eae-ab6b-1a3a528e761f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9ba469d-c088-4eae-ab6b-1a3a528e761f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8816117851697597840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840881611785169759784088161178516975978408816117851697597840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c29b61-9917-494c-bf44-043d5ad26096, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c899eed8-a343-4e41-ad0e-dba424a93ae0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c899eed8-a343-4e41-ad0e-dba424a93ae0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11800147302102076424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424118001473021020764241180014730210207642411800147302102076424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9ba469d-c088-4eae-ab6b-1a3a528e761f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54a5fa92-4f6b-4d65-af59-ac18cc820445, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54a5fa92-4f6b-4d65-af59-ac18cc820445, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17560461732669536789 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789175604617326695367891756046173266953678917560461732669536789" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c899eed8-a343-4e41-ad0e-dba424a93ae0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 041d480b-73f6-4b36-9695-ed4e69249f59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 041d480b-73f6-4b36-9695-ed4e69249f59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9619622726398716573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573961962272639871657396196227263987165739619622726398716573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54a5fa92-4f6b-4d65-af59-ac18cc820445, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6d6c443-efdc-49fe-bccc-858a9a40d0a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6d6c443-efdc-49fe-bccc-858a9a40d0a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11725405482159180380 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380117254054821591803801172540548215918038011725405482159180380" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 041d480b-73f6-4b36-9695-ed4e69249f59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97829517-903e-41c1-a86b-0e63e8d142be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97829517-903e-41c1-a86b-0e63e8d142be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1367773586961668412 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412136777358696166841213677735869616684121367773586961668412" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6d6c443-efdc-49fe-bccc-858a9a40d0a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b24d8bd5-7933-481d-8c72-70338c545aa1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b24d8bd5-7933-481d-8c72-70338c545aa1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12606439873740817583 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583126064398737408175831260643987374081758312606439873740817583" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97829517-903e-41c1-a86b-0e63e8d142be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e28ff64b-02f9-404b-9caf-521aec519892, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e28ff64b-02f9-404b-9caf-521aec519892, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1839573012873801004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004183957301287380100418395730128738010041839573012873801004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b24d8bd5-7933-481d-8c72-70338c545aa1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7806cc66-9515-4f23-bfce-bc788000174b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7806cc66-9515-4f23-bfce-bc788000174b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235472774395046778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778823547277439504677882354727743950467788235472774395046778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7806cc66-9515-4f23-bfce-bc788000174b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e28ff64b-02f9-404b-9caf-521aec519892, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae68412c-a47a-4967-8c13-68ec7430b8c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e973f6f5-4600-4ddf-82ec-d151125d22c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae68412c-a47a-4967-8c13-68ec7430b8c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2355493847514482171 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171235549384751448217123554938475144821712355493847514482171" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e973f6f5-4600-4ddf-82ec-d151125d22c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183677084048232365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365818367708404823236581836770840482323658183677084048232365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae68412c-a47a-4967-8c13-68ec7430b8c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e973f6f5-4600-4ddf-82ec-d151125d22c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83dc08c4-eb48-4ea6-a8c2-103047598a17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5dd9183c-610f-468e-aabf-684134b941de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83dc08c4-eb48-4ea6-a8c2-103047598a17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2800258059986206043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043280025805998620604328002580599862060432800258059986206043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5dd9183c-610f-468e-aabf-684134b941de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162425330431075046 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046416242533043107504641624253304310750464162425330431075046" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83dc08c4-eb48-4ea6-a8c2-103047598a17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc5dc45a-a52a-4c8a-ae7a-d4dbca66f981, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5dc45a-a52a-4c8a-ae7a-d4dbca66f981, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6048507927535890644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644604850792753589064460485079275358906446048507927535890644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5dc45a-a52a-4c8a-ae7a-d4dbca66f981, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6ac99dc-1cd0-4500-bf3d-36d142c62ffa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6ac99dc-1cd0-4500-bf3d-36d142c62ffa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17032521651872793594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594170325216518727935941703252165187279359417032521651872793594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5dd9183c-610f-468e-aabf-684134b941de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78b011a0-cc58-44ab-b676-b51efd746866, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6ac99dc-1cd0-4500-bf3d-36d142c62ffa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78b011a0-cc58-44ab-b676-b51efd746866, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6469188796983788442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442646918879698378844264691887969837884426469188796983788442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b5bf68c-c2ff-482d-8ce8-e521728d5478, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b5bf68c-c2ff-482d-8ce8-e521728d5478, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9679443899592679471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471967944389959267947196794438995926794719679443899592679471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b5bf68c-c2ff-482d-8ce8-e521728d5478, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78b011a0-cc58-44ab-b676-b51efd746866, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71a52e95-6cca-4fb1-9fdb-0e187d579d79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71a52e95-6cca-4fb1-9fdb-0e187d579d79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513162503836482793 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793135131625038364827931351316250383648279313513162503836482793" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d4a025b-d73e-410a-abb5-cce696671bf6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d4a025b-d73e-410a-abb5-cce696671bf6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7983911698971907588 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588798391169897190758879839116989719075887983911698971907588" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71a52e95-6cca-4fb1-9fdb-0e187d579d79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d4a025b-d73e-410a-abb5-cce696671bf6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4f6c852-a62c-4e18-8fd1-2413ab7c04bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f6c852-a62c-4e18-8fd1-2413ab7c04bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2584357867424763607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607258435786742476360725843578674247636072584357867424763607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cf07596-3059-4170-9a61-afd5609640c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cf07596-3059-4170-9a61-afd5609640c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8954874699562977853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853895487469956297785389548746995629778538954874699562977853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cf07596-3059-4170-9a61-afd5609640c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f6c852-a62c-4e18-8fd1-2413ab7c04bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3da46a0c-70d9-4b7e-b7b8-20e940f7e677, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3da46a0c-70d9-4b7e-b7b8-20e940f7e677, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9819023637604480506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506981902363760448050698190236376044805069819023637604480506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 85f4e795-8c6c-4550-8dc6-6033afc482c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 85f4e795-8c6c-4550-8dc6-6033afc482c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6093728070392069507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507609372807039206950760937280703920695076093728070392069507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3da46a0c-70d9-4b7e-b7b8-20e940f7e677, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, af6d3578-c354-4c1e-bfcc-18330c8ea6bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, af6d3578-c354-4c1e-bfcc-18330c8ea6bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6086794906876787867 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867608679490687678786760867949068767878676086794906876787867" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 85f4e795-8c6c-4550-8dc6-6033afc482c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9956e1a-a7d8-41ac-81a8-f54d99343d08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9956e1a-a7d8-41ac-81a8-f54d99343d08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9498047692368779736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736949804769236877973694980476923687797369498047692368779736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, af6d3578-c354-4c1e-bfcc-18330c8ea6bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9956e1a-a7d8-41ac-81a8-f54d99343d08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a3ff830-7442-4546-967f-79e80c22281b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dff0698d-ca3a-4fc1-bab0-1b6a679a8699, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a3ff830-7442-4546-967f-79e80c22281b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3709762685921238453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453370976268592123845337097626859212384533709762685921238453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dff0698d-ca3a-4fc1-bab0-1b6a679a8699, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16630312308355030343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343166303123083550303431663031230835503034316630312308355030343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a3ff830-7442-4546-967f-79e80c22281b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b33d5121-ea88-443e-a9d8-c057781d0293, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b33d5121-ea88-443e-a9d8-c057781d0293, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6212644980431240869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869621264498043124086962126449804312408696212644980431240869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dff0698d-ca3a-4fc1-bab0-1b6a679a8699, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 496a0c98-96fa-47a6-99b3-9d4f7fee738e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 496a0c98-96fa-47a6-99b3-9d4f7fee738e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15143945782357622064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064151439457823576220641514394578235762206415143945782357622064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b33d5121-ea88-443e-a9d8-c057781d0293, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0a7c569-d2f1-4bc0-b8f0-24167debc858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 496a0c98-96fa-47a6-99b3-9d4f7fee738e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0a7c569-d2f1-4bc0-b8f0-24167debc858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8194423107814321426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426819442310781432142681944231078143214268194423107814321426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8443c43-e292-4099-8dbd-4ed619c57bf5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8443c43-e292-4099-8dbd-4ed619c57bf5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2831067908944944258 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258283106790894494425828310679089449442582831067908944944258" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0a7c569-d2f1-4bc0-b8f0-24167debc858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eab8baf-0c80-41aa-b121-577cdc9e97e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8443c43-e292-4099-8dbd-4ed619c57bf5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eab8baf-0c80-41aa-b121-577cdc9e97e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1378313354717584614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614137831335471758461413783133547175846141378313354717584614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28eac971-a868-47c5-919f-c9e000954ba6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28eac971-a868-47c5-919f-c9e000954ba6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 961143773822978233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233961143773822978233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eab8baf-0c80-41aa-b121-577cdc9e97e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10fc7ebf-a86a-4789-8f27-7abcce9222f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10fc7ebf-a86a-4789-8f27-7abcce9222f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7083837967422662150 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150708383796742266215070838379674226621507083837967422662150" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28eac971-a868-47c5-919f-c9e000954ba6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eec58bf8-c001-4683-adfa-238d73c5b170, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eec58bf8-c001-4683-adfa-238d73c5b170, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3648228144670255724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724364822814467025572436482281446702557243648228144670255724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10fc7ebf-a86a-4789-8f27-7abcce9222f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61af9852-1aeb-4736-aaec-91401e6b04f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61af9852-1aeb-4736-aaec-91401e6b04f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6001881146061730666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666600188114606173066660018811460617306666001881146061730666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eec58bf8-c001-4683-adfa-238d73c5b170, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f2bd47a-514d-462e-8882-7b30d00d8d65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f2bd47a-514d-462e-8882-7b30d00d8d65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3114038829969568367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367311403882996956836731140388299695683673114038829969568367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61af9852-1aeb-4736-aaec-91401e6b04f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ee0a420-b677-4694-bfbd-f21286a3085c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ee0a420-b677-4694-bfbd-f21286a3085c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11810202978263075206 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206118102029782630752061181020297826307520611810202978263075206" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f2bd47a-514d-462e-8882-7b30d00d8d65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b43bc9-3c90-4508-867e-67bf18a321e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b43bc9-3c90-4508-867e-67bf18a321e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4061238588103596628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628406123858810359662840612385881035966284061238588103596628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ee0a420-b677-4694-bfbd-f21286a3085c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b43bc9-3c90-4508-867e-67bf18a321e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e389217-6d57-4068-897a-9ac9e8b62bc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e389217-6d57-4068-897a-9ac9e8b62bc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 879382385928566854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854879382385928566854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca9111e5-1ff9-4c69-973c-4a40653de21e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca9111e5-1ff9-4c69-973c-4a40653de21e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1463257809157506086 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086146325780915750608614632578091575060861463257809157506086" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e389217-6d57-4068-897a-9ac9e8b62bc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca9111e5-1ff9-4c69-973c-4a40653de21e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 075c268d-54a3-453a-814c-ef260341fe6b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ebeaed7-c00f-4f2d-bf7b-51fa6c55c191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 075c268d-54a3-453a-814c-ef260341fe6b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4225926721836797751 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751422592672183679775142259267218367977514225926721836797751" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ebeaed7-c00f-4f2d-bf7b-51fa6c55c191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12578301481447125698 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698125783014814471256981257830148144712569812578301481447125698" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 075c268d-54a3-453a-814c-ef260341fe6b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 339b8375-d83b-4aee-83af-09641b2e0b59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 339b8375-d83b-4aee-83af-09641b2e0b59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7267572506260966367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367726757250626096636772675725062609663677267572506260966367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ebeaed7-c00f-4f2d-bf7b-51fa6c55c191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c8449fa-ef22-4615-a36c-d483a4ee8d11, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c8449fa-ef22-4615-a36c-d483a4ee8d11, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8984893781461120405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405898489378146112040589848937814611204058984893781461120405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 339b8375-d83b-4aee-83af-09641b2e0b59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 522a31d2-21d5-46f6-a564-2932aea1caf9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 522a31d2-21d5-46f6-a564-2932aea1caf9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6801141216567471889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889680114121656747188968011412165674718896801141216567471889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c8449fa-ef22-4615-a36c-d483a4ee8d11, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48123d3c-8442-4bfb-ad3a-1f55cdc5085c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48123d3c-8442-4bfb-ad3a-1f55cdc5085c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14934830017882182418 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418149348300178821824181493483001788218241814934830017882182418" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 522a31d2-21d5-46f6-a564-2932aea1caf9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5a01f53-b68b-49f2-b82e-708df8bce356, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5a01f53-b68b-49f2-b82e-708df8bce356, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10653095612040965163 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163106530956120409651631065309561204096516310653095612040965163" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48123d3c-8442-4bfb-ad3a-1f55cdc5085c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47f4fd19-9ff5-4e1f-92cd-6710fda2b7e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47f4fd19-9ff5-4e1f-92cd-6710fda2b7e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16299632019606674722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722162996320196066747221629963201960667472216299632019606674722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5a01f53-b68b-49f2-b82e-708df8bce356, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d11a6247-9a31-437c-80ed-31dc8946077d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d11a6247-9a31-437c-80ed-31dc8946077d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2635684343305367249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249263568434330536724926356843433053672492635684343305367249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47f4fd19-9ff5-4e1f-92cd-6710fda2b7e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebd09bf8-432f-4db6-b26d-e1def9dee23a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd09bf8-432f-4db6-b26d-e1def9dee23a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 447324323315643028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028447324323315643028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d11a6247-9a31-437c-80ed-31dc8946077d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 511bec66-11ed-4374-8d6c-65ff93c3c076, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd09bf8-432f-4db6-b26d-e1def9dee23a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 511bec66-11ed-4374-8d6c-65ff93c3c076, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17242106269715630794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794172421062697156307941724210626971563079417242106269715630794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56895bab-dbf4-4e9f-90c3-2262b2b83978, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56895bab-dbf4-4e9f-90c3-2262b2b83978, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11696976510293667431 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431116969765102936674311169697651029366743111696976510293667431" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 511bec66-11ed-4374-8d6c-65ff93c3c076, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc9cad7f-a79b-4c7b-a465-d42ad50ee858, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc9cad7f-a79b-4c7b-a465-d42ad50ee858, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6435493778484328537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537643549377848432853764354937784843285376435493778484328537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56895bab-dbf4-4e9f-90c3-2262b2b83978, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc9cad7f-a79b-4c7b-a465-d42ad50ee858, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 626828b3-cbf2-4a2e-8545-9270df8995a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3db8f826-a481-4e59-9ffc-65e85643bcdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 626828b3-cbf2-4a2e-8545-9270df8995a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3853331894412402191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191385333189441240219138533318944124021913853331894412402191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3db8f826-a481-4e59-9ffc-65e85643bcdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11802517374126722651 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651118025173741267226511180251737412672265111802517374126722651" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3db8f826-a481-4e59-9ffc-65e85643bcdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 626828b3-cbf2-4a2e-8545-9270df8995a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1c86822-98fc-42e6-8b4c-8d34dda74e70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1c86822-98fc-42e6-8b4c-8d34dda74e70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2999609425993721995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995299960942599372199529996094259937219952999609425993721995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5364292d-8411-42ec-8625-a572f9a709a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5364292d-8411-42ec-8625-a572f9a709a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9635782241512870179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179963578224151287017996357822415128701799635782241512870179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1c86822-98fc-42e6-8b4c-8d34dda74e70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5364292d-8411-42ec-8625-a572f9a709a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd1f82f3-e214-41f8-a8f9-d2f75afabded, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd1f82f3-e214-41f8-a8f9-d2f75afabded, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10855863932466145402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402108558639324661454021085586393246614540210855863932466145402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d702594f-a7f7-4277-a703-e04091c2b25c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d702594f-a7f7-4277-a703-e04091c2b25c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6587842980451026678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678658784298045102667865878429804510266786587842980451026678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d702594f-a7f7-4277-a703-e04091c2b25c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd1f82f3-e214-41f8-a8f9-d2f75afabded, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a739f9c-8b2c-48a0-859d-c631c331c2f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe144f40-2c22-44b5-90c0-a0d5de212a37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a739f9c-8b2c-48a0-859d-c631c331c2f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4535868619559594940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940453586861955959494045358686195595949404535868619559594940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe144f40-2c22-44b5-90c0-a0d5de212a37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13559230814947006119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119135592308149470061191355923081494700611913559230814947006119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a739f9c-8b2c-48a0-859d-c631c331c2f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c85ce73f-9164-4c6d-9cb6-a8656ee2cf03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe144f40-2c22-44b5-90c0-a0d5de212a37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c85ce73f-9164-4c6d-9cb6-a8656ee2cf03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083618983073385350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350100836189830733853501008361898307338535010083618983073385350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a542ccf-5edc-4653-a88a-d773f7147577, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a542ccf-5edc-4653-a88a-d773f7147577, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10939037656258353000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000109390376562583530001093903765625835300010939037656258353000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c85ce73f-9164-4c6d-9cb6-a8656ee2cf03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1d41e44-6e12-4e80-9792-4d0df180e395, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a542ccf-5edc-4653-a88a-d773f7147577, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1d41e44-6e12-4e80-9792-4d0df180e395, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4852046694488657100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100485204669448865710048520466944886571004852046694488657100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0409f9fb-71c7-4dd9-b294-3599aad7762f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0409f9fb-71c7-4dd9-b294-3599aad7762f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9400258600460810174 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174940025860046081017494002586004608101749400258600460810174" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1d41e44-6e12-4e80-9792-4d0df180e395, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0409f9fb-71c7-4dd9-b294-3599aad7762f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebfd17f2-0382-49b8-9ab5-45985ceff8e7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebfd17f2-0382-49b8-9ab5-45985ceff8e7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 189479390819290273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273189479390819290273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a81e283c-a103-44b9-9acf-27a7a1c114b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a81e283c-a103-44b9-9acf-27a7a1c114b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15773815493447339226 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226157738154934473392261577381549344733922615773815493447339226" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebfd17f2-0382-49b8-9ab5-45985ceff8e7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a81e283c-a103-44b9-9acf-27a7a1c114b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9299d787-e732-4e47-bbd2-43ed192013a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9299d787-e732-4e47-bbd2-43ed192013a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4177060102967605343 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343417706010296760534341770601029676053434177060102967605343" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a11e83f-7119-4252-8475-fbcfc5a60861, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a11e83f-7119-4252-8475-fbcfc5a60861, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5942949340457739556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556594294934045773955659429493404577395565942949340457739556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9299d787-e732-4e47-bbd2-43ed192013a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee6c7be1-c5ce-4744-992a-87f2f01b778d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee6c7be1-c5ce-4744-992a-87f2f01b778d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15284383184927484051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051152843831849274840511528438318492748405115284383184927484051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a11e83f-7119-4252-8475-fbcfc5a60861, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93df221f-bf9b-4006-8552-3da0132e0a56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93df221f-bf9b-4006-8552-3da0132e0a56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12001121727463736284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284120011217274637362841200112172746373628412001121727463736284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee6c7be1-c5ce-4744-992a-87f2f01b778d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db887f17-483c-4207-9967-05c3867d53b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db887f17-483c-4207-9967-05c3867d53b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3033839872294140946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946303383987229414094630338398722941409463033839872294140946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93df221f-bf9b-4006-8552-3da0132e0a56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f88417e-8601-45f8-a710-4a55d4d83761, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f88417e-8601-45f8-a710-4a55d4d83761, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3371601584930375852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852337160158493037585233716015849303758523371601584930375852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db887f17-483c-4207-9967-05c3867d53b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6751324f-38b6-4b52-b0d1-f98fe7b7c8d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6751324f-38b6-4b52-b0d1-f98fe7b7c8d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8100172887861222739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739810017288786122273981001728878612227398100172887861222739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f88417e-8601-45f8-a710-4a55d4d83761, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cea6d500-4771-4ee5-af87-f6d060164361, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cea6d500-4771-4ee5-af87-f6d060164361, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3053021002020857060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060305302100202085706030530210020208570603053021002020857060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6751324f-38b6-4b52-b0d1-f98fe7b7c8d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b6b895-c0ea-40e2-8b25-c0dafe6a5a90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b6b895-c0ea-40e2-8b25-c0dafe6a5a90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6296848943492653231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231629684894349265323162968489434926532316296848943492653231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cea6d500-4771-4ee5-af87-f6d060164361, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f86793e-5fb4-42b1-9475-e84bf27e22f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f86793e-5fb4-42b1-9475-e84bf27e22f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7475459669019802548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548747545966901980254874754596690198025487475459669019802548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b6b895-c0ea-40e2-8b25-c0dafe6a5a90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40ee73e6-45ca-4eb7-a14f-d3284b903e75, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40ee73e6-45ca-4eb7-a14f-d3284b903e75, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13997135571733364514 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514139971355717333645141399713557173336451413997135571733364514" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f86793e-5fb4-42b1-9475-e84bf27e22f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f4582ac-6e77-4dff-a0ee-c476491f87a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f4582ac-6e77-4dff-a0ee-c476491f87a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13067227569754952184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184130672275697549521841306722756975495218413067227569754952184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40ee73e6-45ca-4eb7-a14f-d3284b903e75, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52f55cd-0d04-4f42-8046-384d4b5d789c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52f55cd-0d04-4f42-8046-384d4b5d789c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9139285410014252033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033913928541001425203391392854100142520339139285410014252033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f4582ac-6e77-4dff-a0ee-c476491f87a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26464c68-622a-4282-8b5b-c697be731392, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26464c68-622a-4282-8b5b-c697be731392, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1370598598482604454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454137059859848260445413705985984826044541370598598482604454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52f55cd-0d04-4f42-8046-384d4b5d789c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14a92d4e-06bf-4914-a4ec-ed5da994ec78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14a92d4e-06bf-4914-a4ec-ed5da994ec78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1534062931148683394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394153406293114868339415340629311486833941534062931148683394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26464c68-622a-4282-8b5b-c697be731392, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08ff0341-47af-4b89-a0ab-16c7956b8b07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08ff0341-47af-4b89-a0ab-16c7956b8b07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8855098171747667264 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264885509817174766726488550981717476672648855098171747667264" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14a92d4e-06bf-4914-a4ec-ed5da994ec78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2a2edde-f333-4e26-9393-bc85aae099ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2a2edde-f333-4e26-9393-bc85aae099ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14516597823425975229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229145165978234259752291451659782342597522914516597823425975229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08ff0341-47af-4b89-a0ab-16c7956b8b07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9085e0d-7415-4f90-a0a2-9821ed571a28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9085e0d-7415-4f90-a0a2-9821ed571a28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3453688717097773435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435345368871709777343534536887170977734353453688717097773435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2a2edde-f333-4e26-9393-bc85aae099ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e3719cb-19fb-48f8-8490-46735df216a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e3719cb-19fb-48f8-8490-46735df216a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6882764191412552520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520688276419141255252068827641914125525206882764191412552520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9085e0d-7415-4f90-a0a2-9821ed571a28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63ff191b-f82d-43bb-b0f4-534a5d58a67d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63ff191b-f82d-43bb-b0f4-534a5d58a67d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16682138228307708131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131166821382283077081311668213822830770813116682138228307708131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e3719cb-19fb-48f8-8490-46735df216a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63ff191b-f82d-43bb-b0f4-534a5d58a67d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35884042-d2f4-4d8d-ba87-02b2e250a783, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35884042-d2f4-4d8d-ba87-02b2e250a783, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7975184047647736735 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735797518404764773673579751840476477367357975184047647736735" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 700900bd-6238-45e5-8ab9-fece11c6d475, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 700900bd-6238-45e5-8ab9-fece11c6d475, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3304958664846793732 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732330495866484679373233049586648467937323304958664846793732" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35884042-d2f4-4d8d-ba87-02b2e250a783, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 700900bd-6238-45e5-8ab9-fece11c6d475, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f008b85-e5f8-4601-9fac-5a9680605533, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 492b0f32-60fe-41b4-8c07-9399577beea6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f008b85-e5f8-4601-9fac-5a9680605533, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10705561483531365721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721107055614835313657211070556148353136572110705561483531365721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492b0f32-60fe-41b4-8c07-9399577beea6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6322545172562999326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326632254517256299932663225451725629993266322545172562999326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492b0f32-60fe-41b4-8c07-9399577beea6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f008b85-e5f8-4601-9fac-5a9680605533, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 429de350-03ec-49cd-8626-380b4df0bba0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 429de350-03ec-49cd-8626-380b4df0bba0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2203427755200351814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814220342775520035181422034277552003518142203427755200351814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 818247ee-0ba5-4d4d-9b5d-335405f1d9c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 818247ee-0ba5-4d4d-9b5d-335405f1d9c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14129431963236192543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543141294319632361925431412943196323619254314129431963236192543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 429de350-03ec-49cd-8626-380b4df0bba0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3f6348a-e266-40c3-bc6f-6eb1ae9a2bc6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 818247ee-0ba5-4d4d-9b5d-335405f1d9c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3f6348a-e266-40c3-bc6f-6eb1ae9a2bc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16544905505674121386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386165449055056741213861654490550567412138616544905505674121386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fbd2ded-3bcd-4d51-b558-031ee9daf41b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fbd2ded-3bcd-4d51-b558-031ee9daf41b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16509544225584837444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444165095442255848374441650954422558483744416509544225584837444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3f6348a-e266-40c3-bc6f-6eb1ae9a2bc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d459f35c-1cb4-4bb7-bebd-a6d97205e2c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d459f35c-1cb4-4bb7-bebd-a6d97205e2c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3678602455192158758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758367860245519215875836786024551921587583678602455192158758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fbd2ded-3bcd-4d51-b558-031ee9daf41b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 249bf087-38c9-440e-bbd3-a434b051746f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 249bf087-38c9-440e-bbd3-a434b051746f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7115939684310917963 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963711593968431091796371159396843109179637115939684310917963" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d459f35c-1cb4-4bb7-bebd-a6d97205e2c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbfb41ad-a455-4602-bbdc-25ebc42d0fab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbfb41ad-a455-4602-bbdc-25ebc42d0fab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15770222214371426795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795157702222143714267951577022221437142679515770222214371426795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 249bf087-38c9-440e-bbd3-a434b051746f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 69cd60f1-2197-4851-bb7c-5f36f2a59aec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 69cd60f1-2197-4851-bb7c-5f36f2a59aec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16873132130235800453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453168731321302358004531687313213023580045316873132130235800453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbfb41ad-a455-4602-bbdc-25ebc42d0fab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 247d2786-5733-48f2-aa25-ed3914001695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 69cd60f1-2197-4851-bb7c-5f36f2a59aec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 247d2786-5733-48f2-aa25-ed3914001695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14491761692487370904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904144917616924873709041449176169248737090414491761692487370904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d130e9a-421e-4910-a09f-1d3398bc4246, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d130e9a-421e-4910-a09f-1d3398bc4246, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3449770290298111222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222344977029029811122234497702902981112223449770290298111222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 247d2786-5733-48f2-aa25-ed3914001695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d130e9a-421e-4910-a09f-1d3398bc4246, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3b6dcd0-67ae-44ce-9df6-ab120a647467, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d456207e-5b40-4962-8fc4-ac176602a044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3b6dcd0-67ae-44ce-9df6-ab120a647467, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3138308319195100717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717313830831919510071731383083191951007173138308319195100717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d456207e-5b40-4962-8fc4-ac176602a044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4442591865937888315 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315444259186593788831544425918659378883154442591865937888315" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d456207e-5b40-4962-8fc4-ac176602a044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3b6dcd0-67ae-44ce-9df6-ab120a647467, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c3f734c5-f293-4893-b6d6-9557d5eb80fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c3f734c5-f293-4893-b6d6-9557d5eb80fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11220506607072977419 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419112205066070729774191122050660707297741911220506607072977419" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1247c914-d774-4583-8557-75ab9a5bec47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1247c914-d774-4583-8557-75ab9a5bec47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7956806084945249520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520795680608494524952079568060849452495207956806084945249520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c3f734c5-f293-4893-b6d6-9557d5eb80fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34db9596-8d25-4450-926d-d0cfe57f5bfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1247c914-d774-4583-8557-75ab9a5bec47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34db9596-8d25-4450-926d-d0cfe57f5bfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362430214968851615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615183624302149688516151836243021496885161518362430214968851615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aebec1ed-8c4d-4c76-a0fd-445c0dceb5d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aebec1ed-8c4d-4c76-a0fd-445c0dceb5d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16201776044189651594 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594162017760441896515941620177604418965159416201776044189651594" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34db9596-8d25-4450-926d-d0cfe57f5bfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d6b0e82-1d62-4e69-9604-736ea86388b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aebec1ed-8c4d-4c76-a0fd-445c0dceb5d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d6b0e82-1d62-4e69-9604-736ea86388b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13535115111358602422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422135351151113586024221353511511135860242213535115111358602422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1b84613-ca23-49af-8cf7-93d5fd00c09f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1b84613-ca23-49af-8cf7-93d5fd00c09f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7301657693296331535 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535730165769329633153573016576932963315357301657693296331535" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d6b0e82-1d62-4e69-9604-736ea86388b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ceded2e-925b-4eb5-b95e-15ba58542e62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1b84613-ca23-49af-8cf7-93d5fd00c09f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ceded2e-925b-4eb5-b95e-15ba58542e62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2159882418466086934 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934215988241846608693421598824184660869342159882418466086934" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd07d032-6cf3-4f31-a563-68cb7a5b639e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd07d032-6cf3-4f31-a563-68cb7a5b639e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6927328045923288782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782692732804592328878269273280459232887826927328045923288782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ceded2e-925b-4eb5-b95e-15ba58542e62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7664fb5a-92da-4d54-850e-9da02aebf7a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd07d032-6cf3-4f31-a563-68cb7a5b639e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7664fb5a-92da-4d54-850e-9da02aebf7a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15828942178396131653 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653158289421783961316531582894217839613165315828942178396131653" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6677403b-8959-4a64-a686-4ad358bd2ee9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6677403b-8959-4a64-a686-4ad358bd2ee9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17714448594204832932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932177144485942048329321771444859420483293217714448594204832932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7664fb5a-92da-4d54-850e-9da02aebf7a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b956e630-ad8c-42bc-a033-48d3a6c49f5c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6677403b-8959-4a64-a686-4ad358bd2ee9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b956e630-ad8c-42bc-a033-48d3a6c49f5c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12368382291780835179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179123683822917808351791236838229178083517912368382291780835179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eeff25cd-35f5-4fd0-887c-205d61f32d71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eeff25cd-35f5-4fd0-887c-205d61f32d71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15598725285417736811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811155987252854177368111559872528541773681115598725285417736811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b956e630-ad8c-42bc-a033-48d3a6c49f5c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0218c2a-7024-4741-b25a-0abfa8d030ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eeff25cd-35f5-4fd0-887c-205d61f32d71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0218c2a-7024-4741-b25a-0abfa8d030ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16669843996701633075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075166698439967016330751666984399670163307516669843996701633075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2d58dae-4d37-4695-9299-f9d09bd02e5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2d58dae-4d37-4695-9299-f9d09bd02e5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13551702034062523605 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605135517020340625236051355170203406252360513551702034062523605" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0218c2a-7024-4741-b25a-0abfa8d030ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3504e2df-8865-447c-afdc-7b23ca7c4254, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2d58dae-4d37-4695-9299-f9d09bd02e5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3504e2df-8865-447c-afdc-7b23ca7c4254, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6857317586598936507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507685731758659893650768573175865989365076857317586598936507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, feb3cb49-184d-4d50-a203-c657e0852803, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, feb3cb49-184d-4d50-a203-c657e0852803, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16459916059050707195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195164599160590507071951645991605905070719516459916059050707195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3504e2df-8865-447c-afdc-7b23ca7c4254, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 736285da-ffb2-4eca-94cc-a00c175286a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, feb3cb49-184d-4d50-a203-c657e0852803, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 736285da-ffb2-4eca-94cc-a00c175286a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5043419161817094974 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974504341916181709497450434191618170949745043419161817094974" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e60289a-6f10-4329-a313-977cce018193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e60289a-6f10-4329-a313-977cce018193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7842405348267106529 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529784240534826710652978424053482671065297842405348267106529" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 736285da-ffb2-4eca-94cc-a00c175286a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, afb93737-0132-4f2a-ae51-b20036dfc04b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, afb93737-0132-4f2a-ae51-b20036dfc04b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 608872430982454466 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466608872430982454466" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e60289a-6f10-4329-a313-977cce018193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad39b388-4f07-4dc3-b4d7-7e435b3d494f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad39b388-4f07-4dc3-b4d7-7e435b3d494f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7803614890736497624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624780361489073649762478036148907364976247803614890736497624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, afb93737-0132-4f2a-ae51-b20036dfc04b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edd089a4-0493-42fb-8a08-83ea09d65c56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edd089a4-0493-42fb-8a08-83ea09d65c56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12896711308902006779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779128967113089020067791289671130890200677912896711308902006779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad39b388-4f07-4dc3-b4d7-7e435b3d494f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47af5f9d-662e-48be-8a8e-c2a3c6eb3bd9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47af5f9d-662e-48be-8a8e-c2a3c6eb3bd9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8506161831266047030 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030850616183126604703085061618312660470308506161831266047030" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edd089a4-0493-42fb-8a08-83ea09d65c56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47af5f9d-662e-48be-8a8e-c2a3c6eb3bd9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e98cefab-8405-43e7-b6ac-251e73638c86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e98cefab-8405-43e7-b6ac-251e73638c86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18295713754253549783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783182957137542535497831829571375425354978318295713754253549783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66de3cf5-18a5-4601-aaf8-c230cc533bda, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66de3cf5-18a5-4601-aaf8-c230cc533bda, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8536405373268218869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869853640537326821886985364053732682188698536405373268218869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66de3cf5-18a5-4601-aaf8-c230cc533bda, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e98cefab-8405-43e7-b6ac-251e73638c86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b090cc96-d25c-4695-ad2d-a0331ddc1ec1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 115ffbb3-89ef-460e-a7ce-ed1e9da6cf98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b090cc96-d25c-4695-ad2d-a0331ddc1ec1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9097330379305675805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805909733037930567580590973303793056758059097330379305675805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 115ffbb3-89ef-460e-a7ce-ed1e9da6cf98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8307356266501671515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515830735626650167151583073562665016715158307356266501671515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b090cc96-d25c-4695-ad2d-a0331ddc1ec1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 115ffbb3-89ef-460e-a7ce-ed1e9da6cf98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f745a5f-24f6-4f84-92cd-64c02207353f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e18bc879-a426-440c-80bf-bf876ed0d81b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f745a5f-24f6-4f84-92cd-64c02207353f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6805551764347786957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957680555176434778695768055517643477869576805551764347786957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e18bc879-a426-440c-80bf-bf876ed0d81b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17736549624143096401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401177365496241430964011773654962414309640117736549624143096401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f745a5f-24f6-4f84-92cd-64c02207353f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e18bc879-a426-440c-80bf-bf876ed0d81b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d86abcf-ed9b-4d83-8b1e-195e612059d0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68c6d521-7d1f-4c4e-9a4d-b7008737cbf7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d86abcf-ed9b-4d83-8b1e-195e612059d0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7450002308158619306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306745000230815861930674500023081586193067450002308158619306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68c6d521-7d1f-4c4e-9a4d-b7008737cbf7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7208158472351283239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239720815847235128323972081584723512832397208158472351283239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d86abcf-ed9b-4d83-8b1e-195e612059d0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68c6d521-7d1f-4c4e-9a4d-b7008737cbf7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c60d9d7b-cb50-4c61-818e-ca581aecc79d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c60d9d7b-cb50-4c61-818e-ca581aecc79d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1258348459735565386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386125834845973556538612583484597355653861258348459735565386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbc6e82e-4a9b-4739-ab20-7805001f9830, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbc6e82e-4a9b-4739-ab20-7805001f9830, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8376521740271192372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372837652174027119237283765217402711923728376521740271192372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c60d9d7b-cb50-4c61-818e-ca581aecc79d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6236aade-0427-4e3d-99f1-ccab4216328b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbc6e82e-4a9b-4739-ab20-7805001f9830, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6236aade-0427-4e3d-99f1-ccab4216328b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2662775647231689142 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142266277564723168914226627756472316891422662775647231689142" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9663898-5807-440a-b89b-0c5093e5ace5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9663898-5807-440a-b89b-0c5093e5ace5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1878202169289619307 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307187820216928961930718782021692896193071878202169289619307" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6236aade-0427-4e3d-99f1-ccab4216328b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d512bc2-4adb-4212-90d2-b30ddeb1c870, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9663898-5807-440a-b89b-0c5093e5ace5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d512bc2-4adb-4212-90d2-b30ddeb1c870, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16995753488325230138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138169957534883252301381699575348832523013816995753488325230138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e180e501-2ba0-4d8f-aa41-6506b452f748, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e180e501-2ba0-4d8f-aa41-6506b452f748, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 101554787021170319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319101554787021170319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d512bc2-4adb-4212-90d2-b30ddeb1c870, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e180e501-2ba0-4d8f-aa41-6506b452f748, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d30b25e1-a704-4d9a-a8f4-b686689ebeae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d30b25e1-a704-4d9a-a8f4-b686689ebeae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14880295734534954785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785148802957345349547851488029573453495478514880295734534954785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94bccb82-551d-4fb9-b191-50fc089bd244, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94bccb82-551d-4fb9-b191-50fc089bd244, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1761640411714349637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637176164041171434963717616404117143496371761640411714349637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94bccb82-551d-4fb9-b191-50fc089bd244, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d30b25e1-a704-4d9a-a8f4-b686689ebeae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33d49cde-4918-43d1-95c3-7e54a41927f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33d49cde-4918-43d1-95c3-7e54a41927f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10039051077430288129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129100390510774302881291003905107743028812910039051077430288129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ac609c-8e20-44ce-8cce-c9bf9b136ebd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ac609c-8e20-44ce-8cce-c9bf9b136ebd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13728759364550293637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637137287593645502936371372875936455029363713728759364550293637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33d49cde-4918-43d1-95c3-7e54a41927f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754e5af6-8800-459a-9daf-9772402544ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ac609c-8e20-44ce-8cce-c9bf9b136ebd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4b72008-9231-4dc9-890b-5c1aee894ea1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b72008-9231-4dc9-890b-5c1aee894ea1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12149035567117250627 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627121490355671172506271214903556711725062712149035567117250627" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754e5af6-8800-459a-9daf-9772402544ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15213078602517767766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766152130786025177677661521307860251776776615213078602517767766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b72008-9231-4dc9-890b-5c1aee894ea1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754e5af6-8800-459a-9daf-9772402544ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7e07802-5331-4bf6-a3c4-996b86e2e4a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7e07802-5331-4bf6-a3c4-996b86e2e4a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8280785447756481076 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076828078544775648107682807854477564810768280785447756481076" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e847c11f-6e82-4a08-83a1-2279eb840d57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e847c11f-6e82-4a08-83a1-2279eb840d57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13762186841756714028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028137621868417567140281376218684175671402813762186841756714028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7e07802-5331-4bf6-a3c4-996b86e2e4a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c07394af-af90-41eb-a350-a43ba6c68c4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c07394af-af90-41eb-a350-a43ba6c68c4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15592077268667061350 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350155920772686670613501559207726866706135015592077268667061350" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e847c11f-6e82-4a08-83a1-2279eb840d57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 01bf7019-9b3f-4e05-b749-deba41f725af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 01bf7019-9b3f-4e05-b749-deba41f725af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7119419782366799405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405711941978236679940571194197823667994057119419782366799405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c07394af-af90-41eb-a350-a43ba6c68c4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0afd3c2f-d929-4f78-9591-ddc3ab7866a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0afd3c2f-d929-4f78-9591-ddc3ab7866a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6138756776931773055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055613875677693177305561387567769317730556138756776931773055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 01bf7019-9b3f-4e05-b749-deba41f725af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fc9a968-8f5e-4265-b4cc-36dadedce610, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fc9a968-8f5e-4265-b4cc-36dadedce610, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7950145158953522835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835795014515895352283579501451589535228357950145158953522835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0afd3c2f-d929-4f78-9591-ddc3ab7866a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc5fe81-1334-4d6a-bec6-f0c267b17ede, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc5fe81-1334-4d6a-bec6-f0c267b17ede, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13089345121677649082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082130893451216776490821308934512167764908213089345121677649082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fc9a968-8f5e-4265-b4cc-36dadedce610, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7663e8ce-9a21-44b0-b51a-d82246a15f25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7663e8ce-9a21-44b0-b51a-d82246a15f25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8481695740266036609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609848169574026603660984816957402660366098481695740266036609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc5fe81-1334-4d6a-bec6-f0c267b17ede, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06d058fc-8911-4fd9-92f6-b61ae1719203, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06d058fc-8911-4fd9-92f6-b61ae1719203, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7428599130812665042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042742859913081266504274285991308126650427428599130812665042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7663e8ce-9a21-44b0-b51a-d82246a15f25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27adf125-71a1-441c-a0c9-94721c7c0b70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27adf125-71a1-441c-a0c9-94721c7c0b70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13239737297576662407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407132397372975766624071323973729757666240713239737297576662407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06d058fc-8911-4fd9-92f6-b61ae1719203, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa6aba75-e45d-405f-8447-a8095f3a89d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa6aba75-e45d-405f-8447-a8095f3a89d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11530809110779727515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515115308091107797275151153080911077972751511530809110779727515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27adf125-71a1-441c-a0c9-94721c7c0b70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c53d850b-92f9-4296-a1bd-a4b9f5b7c450, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c53d850b-92f9-4296-a1bd-a4b9f5b7c450, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16783519980092979036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036167835199800929790361678351998009297903616783519980092979036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa6aba75-e45d-405f-8447-a8095f3a89d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 414061d3-e4fa-4048-9d63-b289df1a1dd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 414061d3-e4fa-4048-9d63-b289df1a1dd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2268856826609976933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933226885682660997693322688568266099769332268856826609976933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c53d850b-92f9-4296-a1bd-a4b9f5b7c450, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42b64bbc-b83a-4122-a5fd-eba01b726d82, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42b64bbc-b83a-4122-a5fd-eba01b726d82, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3390872812132081480 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480339087281213208148033908728121320814803390872812132081480" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 414061d3-e4fa-4048-9d63-b289df1a1dd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42b64bbc-b83a-4122-a5fd-eba01b726d82, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 980137c7-1788-4b97-9627-ebcda37c44e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 980137c7-1788-4b97-9627-ebcda37c44e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15113464761688313512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512151134647616883135121511346476168831351215113464761688313512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70a54bea-f913-4a7e-8ce1-5236c6f6ba1e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70a54bea-f913-4a7e-8ce1-5236c6f6ba1e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17865412541581604536 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536178654125415816045361786541254158160453617865412541581604536" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70a54bea-f913-4a7e-8ce1-5236c6f6ba1e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57d62214-a981-4afe-a7f0-7ee2ee766cd1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 980137c7-1788-4b97-9627-ebcda37c44e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36bc6e71-6b84-4872-b044-e5d05471d855, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57d62214-a981-4afe-a7f0-7ee2ee766cd1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17845695453316431041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041178456954533164310411784569545331643104117845695453316431041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36bc6e71-6b84-4872-b044-e5d05471d855, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16927368461393790656 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656169273684613937906561692736846139379065616927368461393790656" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36bc6e71-6b84-4872-b044-e5d05471d855, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57355162-6fb1-4fb8-b79e-ee2319d92818, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57355162-6fb1-4fb8-b79e-ee2319d92818, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7830963788711368166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166783096378871136816678309637887113681667830963788711368166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57d62214-a981-4afe-a7f0-7ee2ee766cd1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd433059-f0f5-4cd9-8e47-f42b2fef7f5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd433059-f0f5-4cd9-8e47-f42b2fef7f5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17290610316443512394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394172906103164435123941729061031644351239417290610316443512394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd433059-f0f5-4cd9-8e47-f42b2fef7f5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e7c4a59-0c96-40ff-9bff-1c84d78cd7ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e7c4a59-0c96-40ff-9bff-1c84d78cd7ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2776421853604107183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183277642185360410718327764218536041071832776421853604107183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57355162-6fb1-4fb8-b79e-ee2319d92818, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94669d97-78da-4f2d-b8a5-61bb7257f968, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94669d97-78da-4f2d-b8a5-61bb7257f968, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17891196635196518889 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889178911966351965188891789119663519651888917891196635196518889" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e7c4a59-0c96-40ff-9bff-1c84d78cd7ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 240b5fbb-bc64-4411-8e7e-a2eec071f1b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 240b5fbb-bc64-4411-8e7e-a2eec071f1b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13588626529409970237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237135886265294099702371358862652940997023713588626529409970237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94669d97-78da-4f2d-b8a5-61bb7257f968, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b80dafb2-9452-4b95-82a8-f83ee3cff688, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b80dafb2-9452-4b95-82a8-f83ee3cff688, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2590910189829698665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665259091018982969866525909101898296986652590910189829698665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 240b5fbb-bc64-4411-8e7e-a2eec071f1b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ccdb711-d60a-4d44-bdfc-6da23d8db51f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ccdb711-d60a-4d44-bdfc-6da23d8db51f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17897819322647168902 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902178978193226471689021789781932264716890217897819322647168902" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b80dafb2-9452-4b95-82a8-f83ee3cff688, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3651d246-de1f-4302-8e8a-9cbc0c6c693c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3651d246-de1f-4302-8e8a-9cbc0c6c693c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3208870714359971644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644320887071435997164432088707143599716443208870714359971644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ccdb711-d60a-4d44-bdfc-6da23d8db51f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4ccb1b25-69e0-4cd8-9d87-df9ab998e051, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4ccb1b25-69e0-4cd8-9d87-df9ab998e051, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11626060065154977189 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189116260600651549771891162606006515497718911626060065154977189" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3651d246-de1f-4302-8e8a-9cbc0c6c693c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0b9b9db-107d-41b6-8e75-f4e5ac2c1ccf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0b9b9db-107d-41b6-8e75-f4e5ac2c1ccf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5469955532650290947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947546995553265029094754699555326502909475469955532650290947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4ccb1b25-69e0-4cd8-9d87-df9ab998e051, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d69aefb-04c2-4838-93da-8f411fc11a34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d69aefb-04c2-4838-93da-8f411fc11a34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6328128890058339122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122632812889005833912263281288900583391226328128890058339122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0b9b9db-107d-41b6-8e75-f4e5ac2c1ccf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42443e3b-4f61-4740-a0da-9c924e1b9daf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42443e3b-4f61-4740-a0da-9c924e1b9daf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6371685781932964832 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832637168578193296483263716857819329648326371685781932964832" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d69aefb-04c2-4838-93da-8f411fc11a34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f63d715-a962-4477-8c06-4545466ac976, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f63d715-a962-4477-8c06-4545466ac976, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1613660625595032690 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690161366062559503269016136606255950326901613660625595032690" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42443e3b-4f61-4740-a0da-9c924e1b9daf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e239161d-0bde-4554-9677-3699024edb0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e239161d-0bde-4554-9677-3699024edb0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12874782105095083351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351128747821050950833511287478210509508335112874782105095083351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f63d715-a962-4477-8c06-4545466ac976, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99c9690c-b2ec-4260-9864-09290bff11df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99c9690c-b2ec-4260-9864-09290bff11df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5133139131158672282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282513313913115867228251331391311586722825133139131158672282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e239161d-0bde-4554-9677-3699024edb0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fc3094d-eaaa-4e31-9d41-7b45e1b7abf2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fc3094d-eaaa-4e31-9d41-7b45e1b7abf2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13380524855856128402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402133805248558561284021338052485585612840213380524855856128402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99c9690c-b2ec-4260-9864-09290bff11df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4340138-e8c1-44f1-87d4-5e99f292c25d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4340138-e8c1-44f1-87d4-5e99f292c25d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18212196566353827433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433182121965663538274331821219656635382743318212196566353827433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fc3094d-eaaa-4e31-9d41-7b45e1b7abf2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7e8d17b-421e-4c81-9dcb-e344f87cd5e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7e8d17b-421e-4c81-9dcb-e344f87cd5e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6613140922249851378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378661314092224985137866131409222498513786613140922249851378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4340138-e8c1-44f1-87d4-5e99f292c25d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed00e510-add5-4664-a382-02f0f5f6d599, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed00e510-add5-4664-a382-02f0f5f6d599, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2062201714800209843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843206220171480020984320622017148002098432062201714800209843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7e8d17b-421e-4c81-9dcb-e344f87cd5e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 807bb11e-a375-49fe-a9ef-c34e05efd743, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 807bb11e-a375-49fe-a9ef-c34e05efd743, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14777637038418976014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014147776370384189760141477763703841897601414777637038418976014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed00e510-add5-4664-a382-02f0f5f6d599, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4f0b3f9-5717-44e2-88e0-05efb3e2bd63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 807bb11e-a375-49fe-a9ef-c34e05efd743, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4f0b3f9-5717-44e2-88e0-05efb3e2bd63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2218309334038043788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788221830933403804378822183093340380437882218309334038043788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eacf7191-3106-4055-8233-e24f0597e888, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eacf7191-3106-4055-8233-e24f0597e888, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7615193318384068957 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957761519331838406895776151933183840689577615193318384068957" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4f0b3f9-5717-44e2-88e0-05efb3e2bd63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41787736-5132-4f3e-934f-7d2f96e4add9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eacf7191-3106-4055-8233-e24f0597e888, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41787736-5132-4f3e-934f-7d2f96e4add9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11900335231200279078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078119003352312002790781190033523120027907811900335231200279078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a803906b-0d12-4e48-a644-20ebfc146c35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a803906b-0d12-4e48-a644-20ebfc146c35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16708733763719524268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268167087337637195242681670873376371952426816708733763719524268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41787736-5132-4f3e-934f-7d2f96e4add9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03ecfa88-ae6c-4815-b9fd-d1dfde5aabad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03ecfa88-ae6c-4815-b9fd-d1dfde5aabad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5383684861085790377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377538368486108579037753836848610857903775383684861085790377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a803906b-0d12-4e48-a644-20ebfc146c35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56dfe0a5-782d-42f7-b8c8-8becd3de8824, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56dfe0a5-782d-42f7-b8c8-8becd3de8824, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5985942011083222781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781598594201108322278159859420110832227815985942011083222781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03ecfa88-ae6c-4815-b9fd-d1dfde5aabad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21defa4-4ff5-4274-8afa-81c133fbd160, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56dfe0a5-782d-42f7-b8c8-8becd3de8824, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21defa4-4ff5-4274-8afa-81c133fbd160, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 785867143945866639 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639785867143945866639" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc5bef8e-054a-4cac-9d6e-66e611211146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc5bef8e-054a-4cac-9d6e-66e611211146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9355285139861582693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693935528513986158269393552851398615826939355285139861582693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21defa4-4ff5-4274-8afa-81c133fbd160, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc5bef8e-054a-4cac-9d6e-66e611211146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f06053f3-dc9f-4689-88d9-8c47b7e98c2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f06053f3-dc9f-4689-88d9-8c47b7e98c2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6556727552943343023 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023655672755294334302365567275529433430236556727552943343023" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d90f8fa-9849-4558-a3a2-0bdc746f084e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d90f8fa-9849-4558-a3a2-0bdc746f084e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16715672182129696401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401167156721821296964011671567218212969640116715672182129696401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f06053f3-dc9f-4689-88d9-8c47b7e98c2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d90f8fa-9849-4558-a3a2-0bdc746f084e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b2cc8b9-629e-4f4b-88b2-a25b14ebeaf8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fe3e65e-4025-4147-b307-ab1dab1dee7c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b2cc8b9-629e-4f4b-88b2-a25b14ebeaf8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1809119993614358103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103180911999361435810318091199936143581031809119993614358103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fe3e65e-4025-4147-b307-ab1dab1dee7c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15083936242592750880 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880150839362425927508801508393624259275088015083936242592750880" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b2cc8b9-629e-4f4b-88b2-a25b14ebeaf8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fe3e65e-4025-4147-b307-ab1dab1dee7c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2515516-af3f-41c6-a73e-df619e74babd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2515516-af3f-41c6-a73e-df619e74babd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18242996372170930660 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660182429963721709306601824299637217093066018242996372170930660" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8c8ed31-b274-4f04-b934-9404b1bf069b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8c8ed31-b274-4f04-b934-9404b1bf069b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18062034999858727904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904180620349998587279041806203499985872790418062034999858727904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2515516-af3f-41c6-a73e-df619e74babd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8c8ed31-b274-4f04-b934-9404b1bf069b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63b862e5-4505-4d75-8c44-77041daca890, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3e2aa249-3d9c-47c3-852b-5e1c908dfd03, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63b862e5-4505-4d75-8c44-77041daca890, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1711017633993076545 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545171101763399307654517110176339930765451711017633993076545" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3e2aa249-3d9c-47c3-852b-5e1c908dfd03, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9642179326325611703 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703964217932632561170396421793263256117039642179326325611703" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63b862e5-4505-4d75-8c44-77041daca890, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba8d19cd-23c9-4106-8cf4-25ed37bac016, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba8d19cd-23c9-4106-8cf4-25ed37bac016, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16354046047520910434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434163540460475209104341635404604752091043416354046047520910434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3e2aa249-3d9c-47c3-852b-5e1c908dfd03, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4922092e-73e5-43a1-9ee1-a27e0a3d2920, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4922092e-73e5-43a1-9ee1-a27e0a3d2920, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13364857333289097981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981133648573332890979811336485733328909798113364857333289097981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba8d19cd-23c9-4106-8cf4-25ed37bac016, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4922092e-73e5-43a1-9ee1-a27e0a3d2920, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e32a37f2-d0e8-4d2d-89ed-0d5d2a20777f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2756276-b97f-4db6-8129-737bac0ccbdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e32a37f2-d0e8-4d2d-89ed-0d5d2a20777f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6753476423117309216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216675347642311730921667534764231173092166753476423117309216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2756276-b97f-4db6-8129-737bac0ccbdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 259910488116100705 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705259910488116100705" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e32a37f2-d0e8-4d2d-89ed-0d5d2a20777f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2756276-b97f-4db6-8129-737bac0ccbdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be27dad6-be41-4388-accc-f4d4192646ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be27dad6-be41-4388-accc-f4d4192646ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1787190738056287895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895178719073805628789517871907380562878951787190738056287895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc10c359-b9cd-4d63-a3c6-794a0b8be0d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc10c359-b9cd-4d63-a3c6-794a0b8be0d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17629337257058950903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903176293372570589509031762933725705895090317629337257058950903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be27dad6-be41-4388-accc-f4d4192646ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc10c359-b9cd-4d63-a3c6-794a0b8be0d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 153094ce-8cea-40fd-b7c7-1abb7bb89af7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cfbae5b-5a7e-4ddf-9679-5805e626891d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 153094ce-8cea-40fd-b7c7-1abb7bb89af7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7060721628534133781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781706072162853413378170607216285341337817060721628534133781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cfbae5b-5a7e-4ddf-9679-5805e626891d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7194563547255450443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443719456354725545044371945635472554504437194563547255450443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cfbae5b-5a7e-4ddf-9679-5805e626891d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 153094ce-8cea-40fd-b7c7-1abb7bb89af7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4df09c9-1541-4a04-8354-44ea14b0cf20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049ac1c4-0615-41a6-b011-a14d46c7d11b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4df09c9-1541-4a04-8354-44ea14b0cf20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17933301682170376540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540179333016821703765401793330168217037654017933301682170376540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049ac1c4-0615-41a6-b011-a14d46c7d11b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12411069565405128877 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877124110695654051288771241106956540512887712411069565405128877" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049ac1c4-0615-41a6-b011-a14d46c7d11b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4df09c9-1541-4a04-8354-44ea14b0cf20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a05740-b745-4375-a756-a87026feb7ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a05740-b745-4375-a756-a87026feb7ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 616643818007610430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430616643818007610430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f126b054-db84-47b7-a0c3-57e8ebd85ec2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f126b054-db84-47b7-a0c3-57e8ebd85ec2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8905023472996376636 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636890502347299637663689050234729963766368905023472996376636" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a05740-b745-4375-a756-a87026feb7ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f126b054-db84-47b7-a0c3-57e8ebd85ec2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dcd7fe2e-d7ec-4910-a845-045eebc6e5f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9c37546-a78e-4ba0-b46e-cb810af2920d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dcd7fe2e-d7ec-4910-a845-045eebc6e5f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12189059517583041117 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117121890595175830411171218905951758304111712189059517583041117" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9c37546-a78e-4ba0-b46e-cb810af2920d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2321979013869202573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573232197901386920257323219790138692025732321979013869202573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dcd7fe2e-d7ec-4910-a845-045eebc6e5f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9c37546-a78e-4ba0-b46e-cb810af2920d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1796c0ae-9675-4c88-8aca-c0d4a5ced7a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 668c2087-be0b-4e5c-a702-b2ff0cc1a504, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1796c0ae-9675-4c88-8aca-c0d4a5ced7a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10884039001322504365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365108840390013225043651088403900132250436510884039001322504365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 668c2087-be0b-4e5c-a702-b2ff0cc1a504, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17139169171197612119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119171391691711976121191713916917119761211917139169171197612119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1796c0ae-9675-4c88-8aca-c0d4a5ced7a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 668c2087-be0b-4e5c-a702-b2ff0cc1a504, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 262ef105-c315-4aa5-a8b9-51ca432efcb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 262ef105-c315-4aa5-a8b9-51ca432efcb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15114118790881971723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723151141187908819717231511411879088197172315114118790881971723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c32c833d-f716-4b92-953f-8c420cfdded1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c32c833d-f716-4b92-953f-8c420cfdded1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 522511915123330559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559522511915123330559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 262ef105-c315-4aa5-a8b9-51ca432efcb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c32c833d-f716-4b92-953f-8c420cfdded1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 76caec89-710b-4559-ac6f-0fa9f9c2ceb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9188093-d792-416f-9e1d-fd742d0da508, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 76caec89-710b-4559-ac6f-0fa9f9c2ceb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608312194001084959 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959360831219400108495936083121940010849593608312194001084959" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9188093-d792-416f-9e1d-fd742d0da508, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17036322166720233618 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618170363221667202336181703632216672023361817036322166720233618" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 76caec89-710b-4559-ac6f-0fa9f9c2ceb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9188093-d792-416f-9e1d-fd742d0da508, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0155cb14-898b-48b2-809d-17517cb747ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0155cb14-898b-48b2-809d-17517cb747ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9209481910927438404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404920948191092743840492094819109274384049209481910927438404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc5eb629-1690-4673-995b-bfbe53d1fcd6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc5eb629-1690-4673-995b-bfbe53d1fcd6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14054279943448478147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147140542799434484781471405427994344847814714054279943448478147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc5eb629-1690-4673-995b-bfbe53d1fcd6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0155cb14-898b-48b2-809d-17517cb747ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a549f240-184b-4aa7-9e3a-2cb194171329, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a549f240-184b-4aa7-9e3a-2cb194171329, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4552053949826226650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650455205394982622665045520539498262266504552053949826226650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e6aad83-72b1-483b-b313-ae8e00e8d593, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e6aad83-72b1-483b-b313-ae8e00e8d593, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2178975315970461169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169217897531597046116921789753159704611692178975315970461169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a549f240-184b-4aa7-9e3a-2cb194171329, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e6aad83-72b1-483b-b313-ae8e00e8d593, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55e9d2b4-7bcf-4f93-80d3-9f49f569f2c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55e9d2b4-7bcf-4f93-80d3-9f49f569f2c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6286825251194860640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640628682525119486064062868252511948606406286825251194860640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f20498f3-a9f7-4706-9e37-5b1bacc385fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f20498f3-a9f7-4706-9e37-5b1bacc385fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14028541482291847138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138140285414822918471381402854148229184713814028541482291847138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55e9d2b4-7bcf-4f93-80d3-9f49f569f2c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f20498f3-a9f7-4706-9e37-5b1bacc385fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7555fb7f-00d6-401a-a768-62dfba21e66f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd0f7669-0a24-4b06-bbc3-f4e48124706c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7555fb7f-00d6-401a-a768-62dfba21e66f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6185958699531822118 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118618595869953182211861859586995318221186185958699531822118" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd0f7669-0a24-4b06-bbc3-f4e48124706c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6705927635723053555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555670592763572305355567059276357230535556705927635723053555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7555fb7f-00d6-401a-a768-62dfba21e66f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd0f7669-0a24-4b06-bbc3-f4e48124706c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bf2acb5-a7c0-4844-9931-42f15956246a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35a44690-49d1-44c6-892f-750093d89bd4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bf2acb5-a7c0-4844-9931-42f15956246a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3339078723995154869 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869333907872399515486933390787239951548693339078723995154869" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a44690-49d1-44c6-892f-750093d89bd4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6018277792065999910 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910601827779206599991060182777920659999106018277792065999910" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bf2acb5-a7c0-4844-9931-42f15956246a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a44690-49d1-44c6-892f-750093d89bd4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffbed535-93f7-4a9d-86a3-1a7c1c2a6bc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffbed535-93f7-4a9d-86a3-1a7c1c2a6bc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4853070365166579685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685485307036516657968548530703651665796854853070365166579685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ecb1606-7bf5-4c9d-af45-b39c24abeaff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ecb1606-7bf5-4c9d-af45-b39c24abeaff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3003312536520979022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022300331253652097902230033125365209790223003312536520979022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffbed535-93f7-4a9d-86a3-1a7c1c2a6bc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ecb1606-7bf5-4c9d-af45-b39c24abeaff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9a4a8f5-74a2-4c7b-91a3-5ac0a9dc93c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f0ac90d-3c9d-446f-b086-efc7ccb22e81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9a4a8f5-74a2-4c7b-91a3-5ac0a9dc93c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8165016944831445182 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182816501694483144518281650169448314451828165016944831445182" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f0ac90d-3c9d-446f-b086-efc7ccb22e81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 762902911139137767 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767762902911139137767" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9a4a8f5-74a2-4c7b-91a3-5ac0a9dc93c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ecdd181-c826-499f-b077-18f9edafe9b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ecdd181-c826-499f-b077-18f9edafe9b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16868272150081590508 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508168682721500815905081686827215008159050816868272150081590508" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f0ac90d-3c9d-446f-b086-efc7ccb22e81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b82f53f5-dd88-4efa-b96d-cccd332bb1ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b82f53f5-dd88-4efa-b96d-cccd332bb1ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14135213366715571202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202141352133667155712021413521336671557120214135213366715571202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ecdd181-c826-499f-b077-18f9edafe9b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44a5c1c2-8b69-4268-888a-0be7c9032b35, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44a5c1c2-8b69-4268-888a-0be7c9032b35, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14373908015760529047 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047143739080157605290471437390801576052904714373908015760529047" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b82f53f5-dd88-4efa-b96d-cccd332bb1ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0fc0445-24c1-4803-8839-194a2dde315f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0fc0445-24c1-4803-8839-194a2dde315f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16895599335118188359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359168955993351181883591689559933511818835916895599335118188359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44a5c1c2-8b69-4268-888a-0be7c9032b35, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab89268a-5fd6-4b4d-9484-f5fc264743d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab89268a-5fd6-4b4d-9484-f5fc264743d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1383926156104410088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088138392615610441008813839261561044100881383926156104410088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0fc0445-24c1-4803-8839-194a2dde315f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169ff866-256a-4581-9c47-3e50b7e07057, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab89268a-5fd6-4b4d-9484-f5fc264743d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169ff866-256a-4581-9c47-3e50b7e07057, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6530795775684687126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126653079577568468712665307957756846871266530795775684687126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b676bc2-eea3-425b-8ddf-1f454f9d188b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b676bc2-eea3-425b-8ddf-1f454f9d188b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13285411908352052714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714132854119083520527141328541190835205271413285411908352052714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169ff866-256a-4581-9c47-3e50b7e07057, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b676bc2-eea3-425b-8ddf-1f454f9d188b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7641d02a-431b-4888-ba35-58f4dee393a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50512fdb-60fd-443a-810c-6608d408bbc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7641d02a-431b-4888-ba35-58f4dee393a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9406178626593688696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696940617862659368869694061786265936886969406178626593688696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50512fdb-60fd-443a-810c-6608d408bbc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11862722161500877648 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648118627221615008776481186272216150087764811862722161500877648" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7641d02a-431b-4888-ba35-58f4dee393a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50512fdb-60fd-443a-810c-6608d408bbc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 320f763a-86ab-41dd-a218-8730bcda275c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0620e92c-f817-4874-a735-7a341a41439d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320f763a-86ab-41dd-a218-8730bcda275c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4599992603673189441 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441459999260367318944145999926036731894414599992603673189441" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0620e92c-f817-4874-a735-7a341a41439d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8794883741318398635 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635879488374131839863587948837413183986358794883741318398635" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0620e92c-f817-4874-a735-7a341a41439d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320f763a-86ab-41dd-a218-8730bcda275c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a875ed1d-4328-4725-a084-5daf17bdb63a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3ee35b09-601b-4f3d-abca-e1b82b3df2f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a875ed1d-4328-4725-a084-5daf17bdb63a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 761398469923001200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200761398469923001200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3ee35b09-601b-4f3d-abca-e1b82b3df2f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6815899158544753556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556681589915854475355668158991585447535566815899158544753556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a875ed1d-4328-4725-a084-5daf17bdb63a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3ee35b09-601b-4f3d-abca-e1b82b3df2f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecc0100e-6c8f-454e-9a6d-bdb1c524e562, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62475240-b323-462f-8cbd-95a5a7d44b0c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecc0100e-6c8f-454e-9a6d-bdb1c524e562, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8038031142687684443 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443803803114268768444380380311426876844438038031142687684443" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62475240-b323-462f-8cbd-95a5a7d44b0c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17332368450237860943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943173323684502378609431733236845023786094317332368450237860943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecc0100e-6c8f-454e-9a6d-bdb1c524e562, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62475240-b323-462f-8cbd-95a5a7d44b0c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d53d07e-c77e-4d43-ab13-f49ab6ff0545, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d53d07e-c77e-4d43-ab13-f49ab6ff0545, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5803364177479858844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844580336417747985884458033641774798588445803364177479858844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbc31cd6-4f64-4a44-8511-65b6870fcccd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbc31cd6-4f64-4a44-8511-65b6870fcccd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15049586146178404203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203150495861461784042031504958614617840420315049586146178404203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d53d07e-c77e-4d43-ab13-f49ab6ff0545, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbc31cd6-4f64-4a44-8511-65b6870fcccd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a77c2383-2e5c-4135-8912-3146c5e64515, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f647c14a-e696-4546-a8e0-f060a0ae8aae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77c2383-2e5c-4135-8912-3146c5e64515, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8500409827393161714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714850040982739316171485004098273931617148500409827393161714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f647c14a-e696-4546-a8e0-f060a0ae8aae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7580907860312224977 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977758090786031222497775809078603122249777580907860312224977" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77c2383-2e5c-4135-8912-3146c5e64515, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f647c14a-e696-4546-a8e0-f060a0ae8aae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fcc71413-e271-422a-b2fd-81aea022df4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b07a63e-79eb-41d9-84b2-f59691f037e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fcc71413-e271-422a-b2fd-81aea022df4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9665508183098334231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231966550818309833423196655081830983342319665508183098334231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b07a63e-79eb-41d9-84b2-f59691f037e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11078757930540435577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577110787579305404355771107875793054043557711078757930540435577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b07a63e-79eb-41d9-84b2-f59691f037e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fcc71413-e271-422a-b2fd-81aea022df4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4333f6-7ab4-430b-bc2f-be27f9801442, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4333f6-7ab4-430b-bc2f-be27f9801442, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2597411028686899890 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890259741102868689989025974110286868998902597411028686899890" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f74ba8-d514-4f03-ad2d-1f5b51b5d870, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f74ba8-d514-4f03-ad2d-1f5b51b5d870, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8122607457875743672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672812260745787574367281226074578757436728122607457875743672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4333f6-7ab4-430b-bc2f-be27f9801442, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f74ba8-d514-4f03-ad2d-1f5b51b5d870, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71095772-b359-43ca-9a3b-859a01a218bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71095772-b359-43ca-9a3b-859a01a218bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5793548904686411898 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898579354890468641189857935489046864118985793548904686411898" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81e4ca1d-161f-4c60-ab1f-9ea89bb52b9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81e4ca1d-161f-4c60-ab1f-9ea89bb52b9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11158484416733398723 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723111584844167333987231115848441673339872311158484416733398723" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71095772-b359-43ca-9a3b-859a01a218bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18289645-f143-4c11-abd6-28e50eb2f2c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18289645-f143-4c11-abd6-28e50eb2f2c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5628733921163818138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138562873392116381813856287339211638181385628733921163818138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81e4ca1d-161f-4c60-ab1f-9ea89bb52b9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 743a300b-c060-4123-b10c-832b411439d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 743a300b-c060-4123-b10c-832b411439d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8229231915549222270 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270822923191554922227082292319155492222708229231915549222270" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18289645-f143-4c11-abd6-28e50eb2f2c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf8ca9a9-540a-476d-8b67-2b4cdf957f4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf8ca9a9-540a-476d-8b67-2b4cdf957f4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1918673347387714803 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803191867334738771480319186733473877148031918673347387714803" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 743a300b-c060-4123-b10c-832b411439d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cb8849e7-2723-41fc-af4a-87210e04ce64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf8ca9a9-540a-476d-8b67-2b4cdf957f4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c1769f5-fb55-4b83-9b02-41b541b3b6e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cb8849e7-2723-41fc-af4a-87210e04ce64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12080045377172538908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908120800453771725389081208004537717253890812080045377172538908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c1769f5-fb55-4b83-9b02-41b541b3b6e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13345285334297602251 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251133452853342976022511334528533429760225113345285334297602251" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cb8849e7-2723-41fc-af4a-87210e04ce64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c1769f5-fb55-4b83-9b02-41b541b3b6e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cc43d546-89c7-4b29-90ba-9beee85346a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac58a2e3-1e4a-4d35-99a8-57729d81bf56, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac58a2e3-1e4a-4d35-99a8-57729d81bf56, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14662656862464768120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120146626568624647681201466265686246476812014662656862464768120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cc43d546-89c7-4b29-90ba-9beee85346a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8598293649748121503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503859829364974812150385982936497481215038598293649748121503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac58a2e3-1e4a-4d35-99a8-57729d81bf56, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cc43d546-89c7-4b29-90ba-9beee85346a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33a2cbce-a50a-415a-85c9-fb6c290f06ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33a2cbce-a50a-415a-85c9-fb6c290f06ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2340238778834517752 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752234023877883451775223402387788345177522340238778834517752" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd7fae06-7ca5-42ec-a372-4e386ba63a26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd7fae06-7ca5-42ec-a372-4e386ba63a26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5159118576910708169 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169515911857691070816951591185769107081695159118576910708169" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33a2cbce-a50a-415a-85c9-fb6c290f06ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd7fae06-7ca5-42ec-a372-4e386ba63a26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a73c418e-b8ef-441d-af06-23ee186e41c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2968bb4-835a-4a49-9469-92a87d9e1223, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a73c418e-b8ef-441d-af06-23ee186e41c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13426951962281392736 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736134269519622813927361342695196228139273613426951962281392736" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2968bb4-835a-4a49-9469-92a87d9e1223, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18094802771159556500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500180948027711595565001809480277115955650018094802771159556500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2968bb4-835a-4a49-9469-92a87d9e1223, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a73c418e-b8ef-441d-af06-23ee186e41c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4b08a27-730c-4433-b856-59ba8aa56736, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b568bf2-ff77-4ae3-9e25-9ea4e5fe6b42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4b08a27-730c-4433-b856-59ba8aa56736, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14790014937349747379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379147900149373497473791479001493734974737914790014937349747379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b568bf2-ff77-4ae3-9e25-9ea4e5fe6b42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12249355211285804027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027122493552112858040271224935521128580402712249355211285804027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b568bf2-ff77-4ae3-9e25-9ea4e5fe6b42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4b08a27-730c-4433-b856-59ba8aa56736, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2044148b-275c-4915-b02f-71b9f1fcb332, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2044148b-275c-4915-b02f-71b9f1fcb332, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4596893302102145035 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035459689330210214503545968933021021450354596893302102145035" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f30d339-6cd6-47d6-b86b-577a0c789eed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f30d339-6cd6-47d6-b86b-577a0c789eed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9335207869606699559 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559933520786960669955993352078696066995599335207869606699559" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2044148b-275c-4915-b02f-71b9f1fcb332, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45374cfe-f6b3-474a-aad7-aff2cf728a28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f30d339-6cd6-47d6-b86b-577a0c789eed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45374cfe-f6b3-474a-aad7-aff2cf728a28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14301139883681429396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396143011398836814293961430113988368142939614301139883681429396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e280f0-1e36-4849-9069-7262c3305651, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e280f0-1e36-4849-9069-7262c3305651, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14465376715942118764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764144653767159421187641446537671594211876414465376715942118764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45374cfe-f6b3-474a-aad7-aff2cf728a28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55366627-588a-41ce-9fe4-c5f0db71cee3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e280f0-1e36-4849-9069-7262c3305651, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55366627-588a-41ce-9fe4-c5f0db71cee3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5693100454944567574 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574569310045494456757456931004549445675745693100454944567574" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26c89eeb-4dac-40c2-a3fd-1e5ca8add9fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26c89eeb-4dac-40c2-a3fd-1e5ca8add9fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4916166412463164823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823491616641246316482349161664124631648234916166412463164823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55366627-588a-41ce-9fe4-c5f0db71cee3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23fc09e0-51c0-47b3-af8d-1feeeb088a15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23fc09e0-51c0-47b3-af8d-1feeeb088a15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3711458789974478870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870371145878997447887037114587899744788703711458789974478870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26c89eeb-4dac-40c2-a3fd-1e5ca8add9fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6a913ad-7ada-4846-bb10-9a7219c4e870, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6a913ad-7ada-4846-bb10-9a7219c4e870, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15792775629239524821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821157927756292395248211579277562923952482115792775629239524821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23fc09e0-51c0-47b3-af8d-1feeeb088a15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 188a85f6-f874-455a-a07f-a296a8ed9c17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 188a85f6-f874-455a-a07f-a296a8ed9c17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4437152539809778479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479443715253980977847944371525398097784794437152539809778479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6a913ad-7ada-4846-bb10-9a7219c4e870, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 811ad954-72e9-415a-8012-6fd164ad2f3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 811ad954-72e9-415a-8012-6fd164ad2f3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 282477232357673696 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696282477232357673696" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 188a85f6-f874-455a-a07f-a296a8ed9c17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7077cecf-cae7-4c69-90f0-4e41f31d1982, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7077cecf-cae7-4c69-90f0-4e41f31d1982, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 918989706592755953 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953918989706592755953" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 811ad954-72e9-415a-8012-6fd164ad2f3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 823ce20e-acf3-4848-a80f-209d3d03cf05, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 823ce20e-acf3-4848-a80f-209d3d03cf05, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16219581220712716333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333162195812207127163331621958122071271633316219581220712716333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7077cecf-cae7-4c69-90f0-4e41f31d1982, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2366d7c1-8de1-477a-be42-33893f19441d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2366d7c1-8de1-477a-be42-33893f19441d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3188724770103709960 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960318872477010370996031887247701037099603188724770103709960" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 823ce20e-acf3-4848-a80f-209d3d03cf05, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8410a5f4-91cb-410f-9acd-dfac2c41e00c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8410a5f4-91cb-410f-9acd-dfac2c41e00c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10407529416332239603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603104075294163322396031040752941633223960310407529416332239603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2366d7c1-8de1-477a-be42-33893f19441d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 19e328c2-ffda-44ef-bf6b-5aba62df6bd8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 19e328c2-ffda-44ef-bf6b-5aba62df6bd8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13581084934779792885 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885135810849347797928851358108493477979288513581084934779792885" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8410a5f4-91cb-410f-9acd-dfac2c41e00c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b5ef860-1238-4ad7-87c3-197d2df500aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b5ef860-1238-4ad7-87c3-197d2df500aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8380086630798336233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233838008663079833623383800866307983362338380086630798336233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 19e328c2-ffda-44ef-bf6b-5aba62df6bd8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ded3bdef-5842-4ec4-8e60-742e30314806, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ded3bdef-5842-4ec4-8e60-742e30314806, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7664843188919916098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098766484318891991609876648431889199160987664843188919916098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b5ef860-1238-4ad7-87c3-197d2df500aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2580ed-1869-47cc-a1fa-0668f72ca29a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2580ed-1869-47cc-a1fa-0668f72ca29a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5258802570786829227 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227525880257078682922752588025707868292275258802570786829227" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ded3bdef-5842-4ec4-8e60-742e30314806, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c188e84c-9e5b-491f-bc0a-77ab2362d6c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2580ed-1869-47cc-a1fa-0668f72ca29a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c188e84c-9e5b-491f-bc0a-77ab2362d6c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16954779616654722488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488169547796166547224881695477961665472248816954779616654722488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0936b54d-b286-4591-829a-c61dd08382e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0936b54d-b286-4591-829a-c61dd08382e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18408841363184887322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322184088413631848873221840884136318488732218408841363184887322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c188e84c-9e5b-491f-bc0a-77ab2362d6c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6db1959-b0ff-4abc-88a9-a0a18d7b2afb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6db1959-b0ff-4abc-88a9-a0a18d7b2afb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15341406893914390043 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043153414068939143900431534140689391439004315341406893914390043" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0936b54d-b286-4591-829a-c61dd08382e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f26bf5fc-edc2-49f2-a94d-1244810a8949, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f26bf5fc-edc2-49f2-a94d-1244810a8949, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9610058206598139811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811961005820659813981196100582065981398119610058206598139811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6db1959-b0ff-4abc-88a9-a0a18d7b2afb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 402b36ad-2cba-43e8-8e92-730e7dcd4aa3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 402b36ad-2cba-43e8-8e92-730e7dcd4aa3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15413893109882831430 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430154138931098828314301541389310988283143015413893109882831430" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 402b36ad-2cba-43e8-8e92-730e7dcd4aa3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f8e013b-09d5-4964-b825-68346fb98d23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f8e013b-09d5-4964-b825-68346fb98d23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5307600910582359859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859530760091058235985953076009105823598595307600910582359859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f26bf5fc-edc2-49f2-a94d-1244810a8949, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f8e013b-09d5-4964-b825-68346fb98d23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad576984-afd4-405e-bfe2-96b1ae46dbba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad576984-afd4-405e-bfe2-96b1ae46dbba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12421430765699683095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095124214307656996830951242143076569968309512421430765699683095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33442e2d-004d-44a4-9a70-dbd3b6e3c5fa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33442e2d-004d-44a4-9a70-dbd3b6e3c5fa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8744012559875494004 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004874401255987549400487440125598754940048744012559875494004" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad576984-afd4-405e-bfe2-96b1ae46dbba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33442e2d-004d-44a4-9a70-dbd3b6e3c5fa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca63131d-252c-4b3b-b2ec-e2deb24d4439, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e322f9-8c7a-46ff-9e73-9c1be6cf1c39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca63131d-252c-4b3b-b2ec-e2deb24d4439, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461446182447610061 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061174614461824476100611746144618244761006117461446182447610061" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e322f9-8c7a-46ff-9e73-9c1be6cf1c39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4131947057865572184 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184413194705786557218441319470578655721844131947057865572184" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e322f9-8c7a-46ff-9e73-9c1be6cf1c39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca63131d-252c-4b3b-b2ec-e2deb24d4439, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 45daae0c-8082-48e4-8ce2-1d4fb0a57d85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f484037-dc17-459a-b6b5-bfe573ae9903, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 45daae0c-8082-48e4-8ce2-1d4fb0a57d85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18111109799210043742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742181111097992100437421811110979921004374218111109799210043742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f484037-dc17-459a-b6b5-bfe573ae9903, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9086591129265390511 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511908659112926539051190865911292653905119086591129265390511" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f484037-dc17-459a-b6b5-bfe573ae9903, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 45daae0c-8082-48e4-8ce2-1d4fb0a57d85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca6df751-7e00-4fa4-abab-cb559f6243ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c52576b5-d4f4-4d50-b738-e7b0c28280d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6df751-7e00-4fa4-abab-cb559f6243ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6405337211155201917 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917640533721115520191764053372111552019176405337211155201917" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c52576b5-d4f4-4d50-b738-e7b0c28280d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8689205304619822060 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060868920530461982206086892053046198220608689205304619822060" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c52576b5-d4f4-4d50-b738-e7b0c28280d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6df751-7e00-4fa4-abab-cb559f6243ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2044ff84-5ee9-49e0-bcd8-c7926fe8329e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7e52fd4-95d1-4963-8a83-3e7e244df21e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2044ff84-5ee9-49e0-bcd8-c7926fe8329e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5315812076157552847 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847531581207615755284753158120761575528475315812076157552847" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7e52fd4-95d1-4963-8a83-3e7e244df21e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7480901689642283266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266748090168964228326674809016896422832667480901689642283266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7e52fd4-95d1-4963-8a83-3e7e244df21e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2044ff84-5ee9-49e0-bcd8-c7926fe8329e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8eafd3b6-a982-460e-91be-8aefb87a3a2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99968d0b-dd60-443b-b5fd-aa93ed724f5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8eafd3b6-a982-460e-91be-8aefb87a3a2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16502336929369137674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674165023369293691376741650233692936913767416502336929369137674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99968d0b-dd60-443b-b5fd-aa93ed724f5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6329742276106791164 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164632974227610679116463297422761067911646329742276106791164" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8eafd3b6-a982-460e-91be-8aefb87a3a2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c87cf34f-7b4a-4d44-906a-afd815308977, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99968d0b-dd60-443b-b5fd-aa93ed724f5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c87cf34f-7b4a-4d44-906a-afd815308977, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4626233503748607693 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693462623350374860769346262335037486076934626233503748607693" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8b5a398-f5c2-47ec-ace8-8c2acc8d6bc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8b5a398-f5c2-47ec-ace8-8c2acc8d6bc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2923708448774934212 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212292370844877493421229237084487749342122923708448774934212" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c87cf34f-7b4a-4d44-906a-afd815308977, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a8482a-212c-46b7-bd1c-2e640012f094, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8b5a398-f5c2-47ec-ace8-8c2acc8d6bc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a8482a-212c-46b7-bd1c-2e640012f094, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15300218885908669219 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219153002188859086692191530021888590866921915300218885908669219" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a48bb51d-1698-417b-ae1e-4b6f15fd2669, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a48bb51d-1698-417b-ae1e-4b6f15fd2669, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16132595724921614381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381161325957249216143811613259572492161438116132595724921614381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a8482a-212c-46b7-bd1c-2e640012f094, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8344e16a-f1d7-4ff1-81e7-2d2f5f995d9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8344e16a-f1d7-4ff1-81e7-2d2f5f995d9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7020224188962065149 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149702022418896206514970202241889620651497020224188962065149" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a48bb51d-1698-417b-ae1e-4b6f15fd2669, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a37f20a0-ca88-40a1-aeb7-5a50172208a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a37f20a0-ca88-40a1-aeb7-5a50172208a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7008170315175256301 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301700817031517525630170081703151752563017008170315175256301" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8344e16a-f1d7-4ff1-81e7-2d2f5f995d9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 979ecc58-70a6-4783-8099-0f8fd6e71519, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 979ecc58-70a6-4783-8099-0f8fd6e71519, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4150499905073197967 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967415049990507319796741504999050731979674150499905073197967" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a37f20a0-ca88-40a1-aeb7-5a50172208a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9845704e-7fc4-4256-8005-14be565b05b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9845704e-7fc4-4256-8005-14be565b05b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11587426913294125547 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547115874269132941255471158742691329412554711587426913294125547" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 979ecc58-70a6-4783-8099-0f8fd6e71519, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86a820d1-223f-4df5-8ba1-68f9aae18e5a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86a820d1-223f-4df5-8ba1-68f9aae18e5a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9006112864212552911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911900611286421255291190061128642125529119006112864212552911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9845704e-7fc4-4256-8005-14be565b05b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9da96a74-1d76-4b02-835e-10bee11b770a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9da96a74-1d76-4b02-835e-10bee11b770a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5579222313750836371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371557922231375083637155792223137508363715579222313750836371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86a820d1-223f-4df5-8ba1-68f9aae18e5a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7409d2bb-7088-4f34-bea4-797b7230d45a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7409d2bb-7088-4f34-bea4-797b7230d45a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2208377333534452565 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565220837733353445256522083773335344525652208377333534452565" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9da96a74-1d76-4b02-835e-10bee11b770a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d776444-2558-4c85-8f9f-28dd6dc24e6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d776444-2558-4c85-8f9f-28dd6dc24e6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15279230334359052392 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392152792303343590523921527923033435905239215279230334359052392" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7409d2bb-7088-4f34-bea4-797b7230d45a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 02052840-4ad7-4166-976e-ca250596e504, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d776444-2558-4c85-8f9f-28dd6dc24e6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 02052840-4ad7-4166-976e-ca250596e504, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10740039024675179868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868107400390246751798681074003902467517986810740039024675179868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1655576a-a102-4bbc-baf9-aecc909e8b4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1655576a-a102-4bbc-baf9-aecc909e8b4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16806935254917410002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002168069352549174100021680693525491741000216806935254917410002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 02052840-4ad7-4166-976e-ca250596e504, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0467587d-95f9-4cc6-b286-9cb2046aa02b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0467587d-95f9-4cc6-b286-9cb2046aa02b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5553392319732814469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469555339231973281446955533923197328144695553392319732814469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1655576a-a102-4bbc-baf9-aecc909e8b4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5d1a8b7-9fbe-4020-b8dc-0eedfee922e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5d1a8b7-9fbe-4020-b8dc-0eedfee922e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8019392952310605066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066801939295231060506680193929523106050668019392952310605066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0467587d-95f9-4cc6-b286-9cb2046aa02b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d443b87-6b9b-48c9-9d04-ee90d230abdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d443b87-6b9b-48c9-9d04-ee90d230abdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 420550946781809319 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319420550946781809319" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5d1a8b7-9fbe-4020-b8dc-0eedfee922e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92aa93c9-e400-4ee5-8035-93c741bd3b1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92aa93c9-e400-4ee5-8035-93c741bd3b1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 656067014261741132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132656067014261741132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d443b87-6b9b-48c9-9d04-ee90d230abdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68f0eafb-dac2-4e9b-b04a-80ec63cf2452, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92aa93c9-e400-4ee5-8035-93c741bd3b1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68f0eafb-dac2-4e9b-b04a-80ec63cf2452, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11616479975456799259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259116164799754567992591161647997545679925911616479975456799259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81fa1010-c708-42d4-896b-cbf040b9f6c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81fa1010-c708-42d4-896b-cbf040b9f6c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17782300571866388051 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051177823005718663880511778230057186638805117782300571866388051" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68f0eafb-dac2-4e9b-b04a-80ec63cf2452, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf36d449-c8be-44f9-b0e8-3556f6dbc42d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf36d449-c8be-44f9-b0e8-3556f6dbc42d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18016310910924544073 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073180163109109245440731801631091092454407318016310910924544073" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81fa1010-c708-42d4-896b-cbf040b9f6c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ffdf9c0-65d8-4540-ab15-0e8d4d363a26, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ffdf9c0-65d8-4540-ab15-0e8d4d363a26, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2312009652337920253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253231200965233792025323120096523379202532312009652337920253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf36d449-c8be-44f9-b0e8-3556f6dbc42d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03b5b998-0604-49d5-81cf-d3931226f6de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b5b998-0604-49d5-81cf-d3931226f6de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10960924732009757037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037109609247320097570371096092473200975703710960924732009757037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ffdf9c0-65d8-4540-ab15-0e8d4d363a26, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 36cc1b18-1198-4214-aa29-05b2d93653e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 36cc1b18-1198-4214-aa29-05b2d93653e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1546277247150731745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745154627724715073174515462772471507317451546277247150731745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b5b998-0604-49d5-81cf-d3931226f6de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 583386c7-cb38-4436-b738-6c27c34d0059, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 583386c7-cb38-4436-b738-6c27c34d0059, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5433504233208508415 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415543350423320850841554335042332085084155433504233208508415" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 36cc1b18-1198-4214-aa29-05b2d93653e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 869e4339-bc13-4cd9-9897-a78d33fe0886, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 583386c7-cb38-4436-b738-6c27c34d0059, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869e4339-bc13-4cd9-9897-a78d33fe0886, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9891005074727619333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333989100507472761933398910050747276193339891005074727619333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f61c4f61-ebae-4bfe-b9fe-e912ccae0271, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f61c4f61-ebae-4bfe-b9fe-e912ccae0271, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14698933631819108241 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241146989336318191082411469893363181910824114698933631819108241" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869e4339-bc13-4cd9-9897-a78d33fe0886, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 608daed4-8b2f-4ac6-b629-1cc0e7491e89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 608daed4-8b2f-4ac6-b629-1cc0e7491e89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2036908154884282874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874203690815488428287420369081548842828742036908154884282874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f61c4f61-ebae-4bfe-b9fe-e912ccae0271, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8608c3c-554c-4504-ae47-13bf5473c469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8608c3c-554c-4504-ae47-13bf5473c469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3693724873237256904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904369372487323725690436937248732372569043693724873237256904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 608daed4-8b2f-4ac6-b629-1cc0e7491e89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24308247-07f7-487d-bc5a-ccf3f4596b78, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24308247-07f7-487d-bc5a-ccf3f4596b78, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641424614617684512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512146414246146176845121464142461461768451214641424614617684512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8608c3c-554c-4504-ae47-13bf5473c469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f3f58d4-f634-4f61-86ae-a00fb946b802, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f3f58d4-f634-4f61-86ae-a00fb946b802, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14051887772945147095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095140518877729451470951405188777294514709514051887772945147095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24308247-07f7-487d-bc5a-ccf3f4596b78, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 567e46ba-ed34-41b2-8b41-04ae3b976edf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 567e46ba-ed34-41b2-8b41-04ae3b976edf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8277994476746998344 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344827799447674699834482779944767469983448277994476746998344" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f3f58d4-f634-4f61-86ae-a00fb946b802, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2507d2-598b-4f87-8d60-d053b7a64176, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2507d2-598b-4f87-8d60-d053b7a64176, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8868647860775631609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609886864786077563160988686478607756316098868647860775631609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 567e46ba-ed34-41b2-8b41-04ae3b976edf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca80473a-bed1-4a2d-8a89-234cbc85847f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca80473a-bed1-4a2d-8a89-234cbc85847f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14038620206187393239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239140386202061873932391403862020618739323914038620206187393239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2507d2-598b-4f87-8d60-d053b7a64176, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 251bc2d2-efea-4009-8037-0c5e4c4f3592, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 251bc2d2-efea-4009-8037-0c5e4c4f3592, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 529729059039099870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870529729059039099870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca80473a-bed1-4a2d-8a89-234cbc85847f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ecb9d1fc-94f9-48b7-be63-e1100aa0c689, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ecb9d1fc-94f9-48b7-be63-e1100aa0c689, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5057434391111257926 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926505743439111125792650574343911112579265057434391111257926" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 251bc2d2-efea-4009-8037-0c5e4c4f3592, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53eb5ad0-4453-4639-8e1f-d31a815e2c6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53eb5ad0-4453-4639-8e1f-d31a815e2c6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5086142175266919844 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844508614217526691984450861421752669198445086142175266919844" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ecb9d1fc-94f9-48b7-be63-e1100aa0c689, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75873e62-82dd-47be-b974-f1230a112695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53eb5ad0-4453-4639-8e1f-d31a815e2c6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75873e62-82dd-47be-b974-f1230a112695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10973729531419914996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996109737295314199149961097372953141991499610973729531419914996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e504d43-8740-4a88-8139-46bbdf669ad0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e504d43-8740-4a88-8139-46bbdf669ad0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7515921634231707463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463751592163423170746375159216342317074637515921634231707463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75873e62-82dd-47be-b974-f1230a112695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4581d314-ebc5-402d-9004-534eb8968b51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4581d314-ebc5-402d-9004-534eb8968b51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8341666157772241906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906834166615777224190683416661577722419068341666157772241906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e504d43-8740-4a88-8139-46bbdf669ad0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f78ecba2-bb68-46fa-a956-7f76b5e11744, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f78ecba2-bb68-46fa-a956-7f76b5e11744, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12706732800712522200 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200127067328007125222001270673280071252220012706732800712522200" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4581d314-ebc5-402d-9004-534eb8968b51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c6289149-c83a-4bd6-b2fa-a925fda7eb15, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c6289149-c83a-4bd6-b2fa-a925fda7eb15, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5605566097116632293 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293560556609711663229356055660971166322935605566097116632293" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f78ecba2-bb68-46fa-a956-7f76b5e11744, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93ddf8d8-f879-4c2b-b323-43b6cd64a94e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93ddf8d8-f879-4c2b-b323-43b6cd64a94e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8922973752853264884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884892297375285326488489229737528532648848922973752853264884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c6289149-c83a-4bd6-b2fa-a925fda7eb15, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 457a7732-c370-4efe-ac0c-ea7dd853719d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 457a7732-c370-4efe-ac0c-ea7dd853719d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9008158092632162667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667900815809263216266790081580926321626679008158092632162667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93ddf8d8-f879-4c2b-b323-43b6cd64a94e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b91b36a-651c-470d-bc91-29eb524cf24f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b91b36a-651c-470d-bc91-29eb524cf24f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5522864265099978145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145552286426509997814555228642650999781455522864265099978145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 457a7732-c370-4efe-ac0c-ea7dd853719d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab42c930-92c6-4fcb-b0e6-a103ebb90ac0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab42c930-92c6-4fcb-b0e6-a103ebb90ac0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3609820983028037314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314360982098302803731436098209830280373143609820983028037314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b91b36a-651c-470d-bc91-29eb524cf24f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9817e9a-3ce3-4744-af86-52b3b97a9465, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9817e9a-3ce3-4744-af86-52b3b97a9465, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 796850825535360100 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100796850825535360100" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab42c930-92c6-4fcb-b0e6-a103ebb90ac0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8503fd21-5f80-4ff4-a205-eed2053ec255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8503fd21-5f80-4ff4-a205-eed2053ec255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 235018630551625027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027235018630551625027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9817e9a-3ce3-4744-af86-52b3b97a9465, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 63f1f87a-da04-4003-8e18-e9c3ce37e8e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 63f1f87a-da04-4003-8e18-e9c3ce37e8e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15536469543228860842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842155364695432288608421553646954322886084215536469543228860842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8503fd21-5f80-4ff4-a205-eed2053ec255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a17a1eac-6c04-43ae-8043-ae0a45247bff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 63f1f87a-da04-4003-8e18-e9c3ce37e8e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17a1eac-6c04-43ae-8043-ae0a45247bff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2129400718338598081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081212940071833859808121294007183385980812129400718338598081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cb90bce-a602-4c3c-9ef1-5f8b6d79dca2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cb90bce-a602-4c3c-9ef1-5f8b6d79dca2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16828485387964295435 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435168284853879642954351682848538796429543516828485387964295435" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17a1eac-6c04-43ae-8043-ae0a45247bff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c8783cd-3e96-45a0-925a-1cbeb4590e38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cb90bce-a602-4c3c-9ef1-5f8b6d79dca2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c8783cd-3e96-45a0-925a-1cbeb4590e38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1607018648469923621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621160701864846992362116070186484699236211607018648469923621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, baa75a1a-eff1-427d-a9d9-e03149c67558, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, baa75a1a-eff1-427d-a9d9-e03149c67558, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5714220954769809356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356571422095476980935657142209547698093565714220954769809356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c8783cd-3e96-45a0-925a-1cbeb4590e38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de25cbda-7ca3-479a-8f55-a54de6033570, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de25cbda-7ca3-479a-8f55-a54de6033570, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14875968344748529878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878148759683447485298781487596834474852987814875968344748529878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, baa75a1a-eff1-427d-a9d9-e03149c67558, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7548f4a3-32df-47b5-9657-6332bc347710, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7548f4a3-32df-47b5-9657-6332bc347710, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17251703521095259185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185172517035210952591851725170352109525918517251703521095259185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de25cbda-7ca3-479a-8f55-a54de6033570, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a666d69-61fb-4b43-b7fc-c6b8465744f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a666d69-61fb-4b43-b7fc-c6b8465744f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4174490375344830537 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537417449037534483053741744903753448305374174490375344830537" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7548f4a3-32df-47b5-9657-6332bc347710, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4f73af7-4757-47e4-994c-67f253f928c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4f73af7-4757-47e4-994c-67f253f928c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8265972988753810737 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737826597298875381073782659729887538107378265972988753810737" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a666d69-61fb-4b43-b7fc-c6b8465744f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa05013a-5872-4ba1-af5b-e74ddd340626, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4f73af7-4757-47e4-994c-67f253f928c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa05013a-5872-4ba1-af5b-e74ddd340626, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15593842223511980368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368155938422235119803681559384222351198036815593842223511980368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c95ff1bf-7699-48d0-bdad-804e8754c7f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c95ff1bf-7699-48d0-bdad-804e8754c7f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14690982304038312831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831146909823040383128311469098230403831283114690982304038312831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa05013a-5872-4ba1-af5b-e74ddd340626, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07684049-2466-4703-8ef8-5520391c4084, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c95ff1bf-7699-48d0-bdad-804e8754c7f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07684049-2466-4703-8ef8-5520391c4084, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8743541442225636772 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772874354144222563677287435414422256367728743541442225636772" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3a43091-313e-4eee-9aea-b39521e6a0ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3a43091-313e-4eee-9aea-b39521e6a0ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11611350408987493492 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492116113504089874934921161135040898749349211611350408987493492" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07684049-2466-4703-8ef8-5520391c4084, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3a43091-313e-4eee-9aea-b39521e6a0ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd5c6360-a0f2-407e-bb11-f08d29787385, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17dc52d7-410a-4491-b15a-1e868ce13a9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd5c6360-a0f2-407e-bb11-f08d29787385, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4097771508455043173 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173409777150845504317340977715084550431734097771508455043173" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17dc52d7-410a-4491-b15a-1e868ce13a9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15735852498260297667 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667157358524982602976671573585249826029766715735852498260297667" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd5c6360-a0f2-407e-bb11-f08d29787385, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be9ee280-4e10-4eab-8686-759be9dc693c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be9ee280-4e10-4eab-8686-759be9dc693c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1771278524153782597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597177127852415378259717712785241537825971771278524153782597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be9ee280-4e10-4eab-8686-759be9dc693c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98751b3e-2dd6-4ee4-b3c2-ea38117c1b19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17dc52d7-410a-4491-b15a-1e868ce13a9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98751b3e-2dd6-4ee4-b3c2-ea38117c1b19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7098732838490569465 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465709873283849056946570987328384905694657098732838490569465" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7536b863-d011-42fd-88c0-060a496a00e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7536b863-d011-42fd-88c0-060a496a00e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9620867005639980112 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112962086700563998011296208670056399801129620867005639980112" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98751b3e-2dd6-4ee4-b3c2-ea38117c1b19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d58e84-2a3a-49d3-9425-f3de82d32377, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d58e84-2a3a-49d3-9425-f3de82d32377, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184727459813172010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010518472745981317201051847274598131720105184727459813172010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7536b863-d011-42fd-88c0-060a496a00e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4405ab75-83d2-4e16-bfdc-b70c1c60ff21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4405ab75-83d2-4e16-bfdc-b70c1c60ff21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6714189316228612280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280671418931622861228067141893162286122806714189316228612280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d58e84-2a3a-49d3-9425-f3de82d32377, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c978db03-cc37-48ce-a17c-84d9231012e6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c978db03-cc37-48ce-a17c-84d9231012e6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15828612453726555701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701158286124537265557011582861245372655570115828612453726555701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4405ab75-83d2-4e16-bfdc-b70c1c60ff21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e46d009d-45ab-4e53-b166-c8c5cae0babc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e46d009d-45ab-4e53-b166-c8c5cae0babc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15524219318593768005 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005155242193185937680051552421931859376800515524219318593768005" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c978db03-cc37-48ce-a17c-84d9231012e6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a17df237-87cf-44b3-854b-2d33a7c3fa70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a17df237-87cf-44b3-854b-2d33a7c3fa70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18419572159807438741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741184195721598074387411841957215980743874118419572159807438741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e46d009d-45ab-4e53-b166-c8c5cae0babc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92c994fc-79a3-4f00-a7dd-2dc5e9f452bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92c994fc-79a3-4f00-a7dd-2dc5e9f452bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15851854161599914750 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750158518541615999147501585185416159991475015851854161599914750" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a17df237-87cf-44b3-854b-2d33a7c3fa70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ee89e0b-1b5f-4479-ad33-18126340535d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ee89e0b-1b5f-4479-ad33-18126340535d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17473016986670454311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311174730169866704543111747301698667045431117473016986670454311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92c994fc-79a3-4f00-a7dd-2dc5e9f452bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e60e28d-3290-43d0-8760-8f435612439c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e60e28d-3290-43d0-8760-8f435612439c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15078281402176230773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773150782814021762307731507828140217623077315078281402176230773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ee89e0b-1b5f-4479-ad33-18126340535d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 770e4c31-cc28-4e34-be28-7c08b8403861, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 770e4c31-cc28-4e34-be28-7c08b8403861, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1171785178998498397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397117178517899849839711717851789984983971171785178998498397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e60e28d-3290-43d0-8760-8f435612439c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4940be59-6ea3-4a09-9918-193624f7f24e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4940be59-6ea3-4a09-9918-193624f7f24e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6417817810258341402 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402641781781025834140264178178102583414026417817810258341402" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 770e4c31-cc28-4e34-be28-7c08b8403861, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ebb61a1-7a0b-4968-a601-d8dbb39d30ab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ebb61a1-7a0b-4968-a601-d8dbb39d30ab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10014740329138763401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401100147403291387634011001474032913876340110014740329138763401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4940be59-6ea3-4a09-9918-193624f7f24e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b953582-7969-4ca3-af7f-3914b7ef2f4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b953582-7969-4ca3-af7f-3914b7ef2f4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 768743189090831332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332768743189090831332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ebb61a1-7a0b-4968-a601-d8dbb39d30ab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a97ec103-99ae-461d-80d0-a5461e5e7280, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b953582-7969-4ca3-af7f-3914b7ef2f4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a97ec103-99ae-461d-80d0-a5461e5e7280, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3550704361530860950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950355070436153086095035507043615308609503550704361530860950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe59d2a-88ea-4541-b687-bdd317f3a953, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe59d2a-88ea-4541-b687-bdd317f3a953, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15471409202498496214 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214154714092024984962141547140920249849621415471409202498496214" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a97ec103-99ae-461d-80d0-a5461e5e7280, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3817c11d-b3f9-4a61-aade-7e4bf3d61773, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3817c11d-b3f9-4a61-aade-7e4bf3d61773, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7096845102159646411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411709684510215964641170968451021596464117096845102159646411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe59d2a-88ea-4541-b687-bdd317f3a953, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8143838e-fc55-4339-899d-350bb63be246, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8143838e-fc55-4339-899d-350bb63be246, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8025040818987409831 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831802504081898740983180250408189874098318025040818987409831" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3817c11d-b3f9-4a61-aade-7e4bf3d61773, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f5864e0-2de2-4653-8882-1d2c9981887f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f5864e0-2de2-4653-8882-1d2c9981887f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12454117415151090407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407124541174151510904071245411741515109040712454117415151090407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8143838e-fc55-4339-899d-350bb63be246, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58f89a09-3f78-4d72-b6c5-9b4ac0a4208e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58f89a09-3f78-4d72-b6c5-9b4ac0a4208e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5719656356220830997 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997571965635622083099757196563562208309975719656356220830997" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f5864e0-2de2-4653-8882-1d2c9981887f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c21a6452-b6f1-46a6-ad69-9757da05178c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c21a6452-b6f1-46a6-ad69-9757da05178c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14699494787059333706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706146994947870593337061469949478705933370614699494787059333706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58f89a09-3f78-4d72-b6c5-9b4ac0a4208e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95513119-c61e-4e27-9767-d834fbfc0665, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95513119-c61e-4e27-9767-d834fbfc0665, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 68828537487015573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "6882853748701557368828537487015573688285374870155736882853748701557368828537487015573688285374870155736882853748701557368828537487015573688285374870155736882853748701557368828537487015573688285374870155736882853748701557368828537487015573688285374870155736882853748701557368828537487015573688285374870155736882853748701557368828537487015573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c21a6452-b6f1-46a6-ad69-9757da05178c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 485fe96e-e085-43c4-bdd6-5c4fcf1b3017, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 485fe96e-e085-43c4-bdd6-5c4fcf1b3017, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15788498820431809708 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708157884988204318097081578849882043180970815788498820431809708" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95513119-c61e-4e27-9767-d834fbfc0665, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b03d7e0-5c93-4b7f-8973-d89b3a1ec8e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 485fe96e-e085-43c4-bdd6-5c4fcf1b3017, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b03d7e0-5c93-4b7f-8973-d89b3a1ec8e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17760426873868872787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787177604268738688727871776042687386887278717760426873868872787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d9458c1c-dca8-4b80-854a-3e0b4b13e88e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d9458c1c-dca8-4b80-854a-3e0b4b13e88e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16486819435165259340 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340164868194351652593401648681943516525934016486819435165259340" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b03d7e0-5c93-4b7f-8973-d89b3a1ec8e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d9458c1c-dca8-4b80-854a-3e0b4b13e88e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5eae136a-d7e7-4dc5-8ca9-c58d2bdec6f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fcd51fe-c3c2-400d-b5be-0dca796d9a2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5eae136a-d7e7-4dc5-8ca9-c58d2bdec6f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9460532041967311584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584946053204196731158494605320419673115849460532041967311584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fcd51fe-c3c2-400d-b5be-0dca796d9a2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17574681084936877718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718175746810849368777181757468108493687771817574681084936877718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fcd51fe-c3c2-400d-b5be-0dca796d9a2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d188453c-0583-48a0-b279-15be98e3c5cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d188453c-0583-48a0-b279-15be98e3c5cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16459073640795191015 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015164590736407951910151645907364079519101516459073640795191015" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5eae136a-d7e7-4dc5-8ca9-c58d2bdec6f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47fbf2b5-ed7e-40f4-a472-705dac118d2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47fbf2b5-ed7e-40f4-a472-705dac118d2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9186489808877242940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940918648980887724294091864898088772429409186489808877242940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47fbf2b5-ed7e-40f4-a472-705dac118d2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1e284bd-59dc-4830-afe6-9a17c70a8734, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1e284bd-59dc-4830-afe6-9a17c70a8734, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1883117673900726683 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683188311767390072668318831176739007266831883117673900726683" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d188453c-0583-48a0-b279-15be98e3c5cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64a2e443-c81a-444e-b2ee-5e54dca884c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64a2e443-c81a-444e-b2ee-5e54dca884c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16442441803152706550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550164424418031527065501644244180315270655016442441803152706550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1e284bd-59dc-4830-afe6-9a17c70a8734, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a8fe246-c310-475f-b46f-6dd9595b69f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a8fe246-c310-475f-b46f-6dd9595b69f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10310279861137578795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795103102798611375787951031027986113757879510310279861137578795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64a2e443-c81a-444e-b2ee-5e54dca884c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b5229d3-7458-4eac-a921-d449d934d283, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b5229d3-7458-4eac-a921-d449d934d283, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615018791186109526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526861501879118610952686150187911861095268615018791186109526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a8fe246-c310-475f-b46f-6dd9595b69f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfcd305a-2416-4166-a6dd-51afeb094d5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfcd305a-2416-4166-a6dd-51afeb094d5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11768607746211484187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187117686077462114841871176860774621148418711768607746211484187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b5229d3-7458-4eac-a921-d449d934d283, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb2cc04-2b83-4e19-aa7b-edd87b311a9f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb2cc04-2b83-4e19-aa7b-edd87b311a9f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4851512280598598381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381485151228059859838148515122805985983814851512280598598381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfcd305a-2416-4166-a6dd-51afeb094d5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2279e4f-5880-4016-9bd6-a21304a1ea80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2279e4f-5880-4016-9bd6-a21304a1ea80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5436116599537014254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254543611659953701425454361165995370142545436116599537014254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb2cc04-2b83-4e19-aa7b-edd87b311a9f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f594d82-3bab-4a5f-ab52-a6639899099b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f594d82-3bab-4a5f-ab52-a6639899099b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7603189723037568951 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951760318972303756895176031897230375689517603189723037568951" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2279e4f-5880-4016-9bd6-a21304a1ea80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f9babb4-1e2d-413f-8089-3053d925d817, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f9babb4-1e2d-413f-8089-3053d925d817, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10648516065604934512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512106485160656049345121064851606560493451210648516065604934512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f594d82-3bab-4a5f-ab52-a6639899099b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da2e2fa1-acee-422e-a90a-4703969ffeaf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da2e2fa1-acee-422e-a90a-4703969ffeaf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1398818978917409289 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289139881897891740928913988189789174092891398818978917409289" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f9babb4-1e2d-413f-8089-3053d925d817, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf7f6df0-e2ab-40e2-9b9c-1d0bfd402463, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf7f6df0-e2ab-40e2-9b9c-1d0bfd402463, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14750591831973282646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646147505918319732826461475059183197328264614750591831973282646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da2e2fa1-acee-422e-a90a-4703969ffeaf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 291b57ab-24c7-43ce-8684-2f8752b6daa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 291b57ab-24c7-43ce-8684-2f8752b6daa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12704246186609690454 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454127042461866096904541270424618660969045412704246186609690454" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf7f6df0-e2ab-40e2-9b9c-1d0bfd402463, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34216f93-5424-4635-ae68-ff3a9434fd68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34216f93-5424-4635-ae68-ff3a9434fd68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1361749234274315848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848136174923427431584813617492342743158481361749234274315848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 291b57ab-24c7-43ce-8684-2f8752b6daa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8ebcf50-80b7-4c08-9957-31f5bb978d61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8ebcf50-80b7-4c08-9957-31f5bb978d61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 362281861693032740 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740362281861693032740" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34216f93-5424-4635-ae68-ff3a9434fd68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d21e4f2c-f9c5-413d-b538-c54b6e4e85f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d21e4f2c-f9c5-413d-b538-c54b6e4e85f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003602342341241958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958900360234234124195890036023423412419589003602342341241958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8ebcf50-80b7-4c08-9957-31f5bb978d61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33f08802-251c-4b2f-92b0-3b16d663047f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33f08802-251c-4b2f-92b0-3b16d663047f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 667869269643362491 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491667869269643362491" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d21e4f2c-f9c5-413d-b538-c54b6e4e85f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58144754-3d51-422a-ba00-82a0de1b8e34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58144754-3d51-422a-ba00-82a0de1b8e34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18304148458889808677 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677183041484588898086771830414845888980867718304148458889808677" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33f08802-251c-4b2f-92b0-3b16d663047f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1310e51-5c06-4681-be7d-4e3c2594819c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1310e51-5c06-4681-be7d-4e3c2594819c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16925364621707483532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532169253646217074835321692536462170748353216925364621707483532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58144754-3d51-422a-ba00-82a0de1b8e34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfdb1231-ff0b-4a2d-904f-821c831b0393, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfdb1231-ff0b-4a2d-904f-821c831b0393, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1773391463138784948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948177339146313878494817733914631387849481773391463138784948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1310e51-5c06-4681-be7d-4e3c2594819c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9bd2bc82-906a-4442-979e-b5f31157708c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9bd2bc82-906a-4442-979e-b5f31157708c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14293459465999734224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224142934594659997342241429345946599973422414293459465999734224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfdb1231-ff0b-4a2d-904f-821c831b0393, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c844ba62-70d3-4e03-a1ab-decb13d73083, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c844ba62-70d3-4e03-a1ab-decb13d73083, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12805295981204806553 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553128052959812048065531280529598120480655312805295981204806553" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9bd2bc82-906a-4442-979e-b5f31157708c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 987cf146-7f28-436e-8669-d61dad6911b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c844ba62-70d3-4e03-a1ab-decb13d73083, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 987cf146-7f28-436e-8669-d61dad6911b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1245048037257843448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448124504803725784344812450480372578434481245048037257843448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0563b125-9d80-4909-b94a-b34539bffa2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0563b125-9d80-4909-b94a-b34539bffa2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9851776687583535561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561985177668758353556198517766875835355619851776687583535561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 987cf146-7f28-436e-8669-d61dad6911b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35a45fbd-0acf-44db-bea2-9a9c2fb3636f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a45fbd-0acf-44db-bea2-9a9c2fb3636f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9045968420150390644 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644904596842015039064490459684201503906449045968420150390644" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0563b125-9d80-4909-b94a-b34539bffa2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4966ce67-7b5d-407e-b302-aa434ddc7514, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4966ce67-7b5d-407e-b302-aa434ddc7514, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1519069458831816348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348151906945883181634815190694588318163481519069458831816348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a45fbd-0acf-44db-bea2-9a9c2fb3636f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa3debac-03e4-45a8-b777-a0331ab73696, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa3debac-03e4-45a8-b777-a0331ab73696, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8473224966421215489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489847322496642121548984732249664212154898473224966421215489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4966ce67-7b5d-407e-b302-aa434ddc7514, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f40c31b-c6c0-49e8-8c9a-4ae6cfa76309, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f40c31b-c6c0-49e8-8c9a-4ae6cfa76309, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5290712769679525165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165529071276967952516552907127696795251655290712769679525165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa3debac-03e4-45a8-b777-a0331ab73696, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e972bf0b-7b08-402e-bbb6-5eaadf22a4e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f40c31b-c6c0-49e8-8c9a-4ae6cfa76309, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e972bf0b-7b08-402e-bbb6-5eaadf22a4e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4395446133178837389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389439544613317883738943954461331788373894395446133178837389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2dd18bd3-7921-457e-8601-47799d669aa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2dd18bd3-7921-457e-8601-47799d669aa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7183532809309362892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892718353280930936289271835328093093628927183532809309362892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e972bf0b-7b08-402e-bbb6-5eaadf22a4e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6923245-27ae-4600-aca5-ec5860093155, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6923245-27ae-4600-aca5-ec5860093155, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1085375559057590995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995108537555905759099510853755590575909951085375559057590995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2dd18bd3-7921-457e-8601-47799d669aa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b022d50c-a5c3-4ba7-a582-5f8703ccd8bc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b022d50c-a5c3-4ba7-a582-5f8703ccd8bc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15082741955764165102 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102150827419557641651021508274195576416510215082741955764165102" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6923245-27ae-4600-aca5-ec5860093155, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd673e7c-fabb-4c4e-85a1-83c2b6fb4e5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd673e7c-fabb-4c4e-85a1-83c2b6fb4e5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8566521966560552426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426856652196656055242685665219665605524268566521966560552426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b022d50c-a5c3-4ba7-a582-5f8703ccd8bc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eba8d6af-dc2c-470f-85af-22b665438695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eba8d6af-dc2c-470f-85af-22b665438695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3563083437165220538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538356308343716522053835630834371652205383563083437165220538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd673e7c-fabb-4c4e-85a1-83c2b6fb4e5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e55f5f0a-659a-4d92-97e2-da261c05ad0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e55f5f0a-659a-4d92-97e2-da261c05ad0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7943394042812132031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031794339404281213203179433940428121320317943394042812132031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eba8d6af-dc2c-470f-85af-22b665438695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6de260dd-1a46-450f-9c05-1c6429b91d3c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6de260dd-1a46-450f-9c05-1c6429b91d3c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8586237075454216425 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425858623707545421642585862370754542164258586237075454216425" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e55f5f0a-659a-4d92-97e2-da261c05ad0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f2202e1-395f-4d77-9b28-0cc899d0e108, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f2202e1-395f-4d77-9b28-0cc899d0e108, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16963199407576412765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765169631994075764127651696319940757641276516963199407576412765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6de260dd-1a46-450f-9c05-1c6429b91d3c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b64bdf38-e9fb-4ccd-8715-0b42e3a1d01d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b64bdf38-e9fb-4ccd-8715-0b42e3a1d01d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10472805408926179853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853104728054089261798531047280540892617985310472805408926179853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f2202e1-395f-4d77-9b28-0cc899d0e108, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41694edf-601d-4a93-96d5-db889df4de58, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41694edf-601d-4a93-96d5-db889df4de58, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2054184322486416244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244205418432248641624420541843224864162442054184322486416244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b64bdf38-e9fb-4ccd-8715-0b42e3a1d01d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f8991b6-e743-4c7c-962c-5f269d686656, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f8991b6-e743-4c7c-962c-5f269d686656, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16519266741763463948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948165192667417634639481651926674176346394816519266741763463948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41694edf-601d-4a93-96d5-db889df4de58, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40424d3a-cea6-457d-afc8-af80ddb877ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40424d3a-cea6-457d-afc8-af80ddb877ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18370069115849561901 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901183700691158495619011837006911584956190118370069115849561901" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40424d3a-cea6-457d-afc8-af80ddb877ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3add4b45-9cac-43bb-ac10-a3df5d5536b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3add4b45-9cac-43bb-ac10-a3df5d5536b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17058335160063315052 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052170583351600633150521705833516006331505217058335160063315052" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3add4b45-9cac-43bb-ac10-a3df5d5536b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b4f5867-92db-48bb-8e98-52cb8e70cf45, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b4f5867-92db-48bb-8e98-52cb8e70cf45, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4291488909226682396 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396429148890922668239642914889092266823964291488909226682396" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f8991b6-e743-4c7c-962c-5f269d686656, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9bd4288-79f4-4662-963b-7b001842a639, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9bd4288-79f4-4662-963b-7b001842a639, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1027801947450889601 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601102780194745088960110278019474508896011027801947450889601" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b4f5867-92db-48bb-8e98-52cb8e70cf45, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b567ba0-3875-4d48-8090-0c73bfd2150e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b567ba0-3875-4d48-8090-0c73bfd2150e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7694628356830101108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108769462835683010110876946283568301011087694628356830101108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9bd4288-79f4-4662-963b-7b001842a639, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 033f68ca-7e8b-47e4-9748-a3ff582a0fba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 033f68ca-7e8b-47e4-9748-a3ff582a0fba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5719847628517135937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937571984762851713593757198476285171359375719847628517135937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b567ba0-3875-4d48-8090-0c73bfd2150e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98b14540-b50f-4344-9938-2d329493e516, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98b14540-b50f-4344-9938-2d329493e516, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12108022691163686859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859121080226911636868591210802269116368685912108022691163686859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 033f68ca-7e8b-47e4-9748-a3ff582a0fba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08cf1ff4-52c6-4f21-a512-b922df992c8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08cf1ff4-52c6-4f21-a512-b922df992c8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577021521754389746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746105770215217543897461057702152175438974610577021521754389746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98b14540-b50f-4344-9938-2d329493e516, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5465485e-e50e-4ba9-af11-4a3ac22b2852, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5465485e-e50e-4ba9-af11-4a3ac22b2852, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11256622686593527457 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457112566226865935274571125662268659352745711256622686593527457" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08cf1ff4-52c6-4f21-a512-b922df992c8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9b9f102-5b33-487b-970f-e11953741edf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9b9f102-5b33-487b-970f-e11953741edf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5967267427081783947 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947596726742708178394759672674270817839475967267427081783947" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5465485e-e50e-4ba9-af11-4a3ac22b2852, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 631a5d9b-d2a9-4f96-858d-755142503695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 631a5d9b-d2a9-4f96-858d-755142503695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2096317566635640626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626209631756663564062620963175666356406262096317566635640626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9b9f102-5b33-487b-970f-e11953741edf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 325031c4-8854-4dce-a9e2-f12e23542fa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 325031c4-8854-4dce-a9e2-f12e23542fa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7577353241363896904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904757735324136389690475773532413638969047577353241363896904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 631a5d9b-d2a9-4f96-858d-755142503695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3e96a07-fbd5-431d-8297-f4d226f70010, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3e96a07-fbd5-431d-8297-f4d226f70010, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2554934673396265671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671255493467339626567125549346733962656712554934673396265671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 325031c4-8854-4dce-a9e2-f12e23542fa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a6b4b0-cc28-456a-a6c0-87bc910445d4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a6b4b0-cc28-456a-a6c0-87bc910445d4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13833729024361268345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345138337290243612683451383372902436126834513833729024361268345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3e96a07-fbd5-431d-8297-f4d226f70010, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b861914a-8d99-4ac3-8b8d-25aed18e9901, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b861914a-8d99-4ac3-8b8d-25aed18e9901, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7601902047232662427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427760190204723266242776019020472326624277601902047232662427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a6b4b0-cc28-456a-a6c0-87bc910445d4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c654390-b3ac-42b0-ad8c-870afd148e83, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c654390-b3ac-42b0-ad8c-870afd148e83, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10243613117485169372 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372102436131174851693721024361311748516937210243613117485169372" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b861914a-8d99-4ac3-8b8d-25aed18e9901, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd2baa81-448f-4c86-b121-3f550f3690f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd2baa81-448f-4c86-b121-3f550f3690f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3695821121299780037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037369582112129978003736958211212997800373695821121299780037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c654390-b3ac-42b0-ad8c-870afd148e83, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ae79c39-82e9-48f3-aa9b-93f2708e5a79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ae79c39-82e9-48f3-aa9b-93f2708e5a79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17208556624829312026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026172085566248293120261720855662482931202617208556624829312026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd2baa81-448f-4c86-b121-3f550f3690f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a9e44e9-7d8a-411a-82a9-7356b898331a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a9e44e9-7d8a-411a-82a9-7356b898331a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1491220031179345485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485149122003117934548514912200311793454851491220031179345485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ae79c39-82e9-48f3-aa9b-93f2708e5a79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 83ad9331-1a47-4bbb-9152-fc6baab874eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 83ad9331-1a47-4bbb-9152-fc6baab874eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14879374667729390059 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059148793746677293900591487937466772939005914879374667729390059" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a9e44e9-7d8a-411a-82a9-7356b898331a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20cf43f0-968b-43b5-98c2-31571eb2d892, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20cf43f0-968b-43b5-98c2-31571eb2d892, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8927061473824125326 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326892706147382412532689270614738241253268927061473824125326" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 83ad9331-1a47-4bbb-9152-fc6baab874eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c3ae342-1e88-4674-9cab-1e12b5a97945, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c3ae342-1e88-4674-9cab-1e12b5a97945, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 980735837536358022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022980735837536358022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20cf43f0-968b-43b5-98c2-31571eb2d892, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0266804a-f17e-47f9-ae34-2c7980977f98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0266804a-f17e-47f9-ae34-2c7980977f98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15998928378567932894 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894159989283785679328941599892837856793289415998928378567932894" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c3ae342-1e88-4674-9cab-1e12b5a97945, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9d66a60-02e7-4cdf-8c2e-d98c86e4fa84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9d66a60-02e7-4cdf-8c2e-d98c86e4fa84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10120063949013272261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261101200639490132722611012006394901327226110120063949013272261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0266804a-f17e-47f9-ae34-2c7980977f98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e45d1d03-e482-4cf4-a9a8-4713ad100b63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e45d1d03-e482-4cf4-a9a8-4713ad100b63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11246751860641632795 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795112467518606416327951124675186064163279511246751860641632795" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9d66a60-02e7-4cdf-8c2e-d98c86e4fa84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a94abc15-6586-48ad-ab3a-4dc37120832f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a94abc15-6586-48ad-ab3a-4dc37120832f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2305398006340205092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092230539800634020509223053980063402050922305398006340205092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e45d1d03-e482-4cf4-a9a8-4713ad100b63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab06163d-7a0e-4aa9-852b-bd735ea4ea46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab06163d-7a0e-4aa9-852b-bd735ea4ea46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18173060138896560932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932181730601388965609321817306013889656093218173060138896560932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a94abc15-6586-48ad-ab3a-4dc37120832f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df94dbb1-9628-421b-9b30-e715c7f5770b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df94dbb1-9628-421b-9b30-e715c7f5770b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12367419461574149623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623123674194615741496231236741946157414962312367419461574149623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab06163d-7a0e-4aa9-852b-bd735ea4ea46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c040860-3b60-486a-a8f2-d43b71ee9841, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c040860-3b60-486a-a8f2-d43b71ee9841, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1387888088938671763 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763138788808893867176313878880889386717631387888088938671763" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df94dbb1-9628-421b-9b30-e715c7f5770b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa7c7eca-6f87-4bcc-8fb0-22e3adce667a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa7c7eca-6f87-4bcc-8fb0-22e3adce667a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12389492451663507597 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597123894924516635075971238949245166350759712389492451663507597" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c040860-3b60-486a-a8f2-d43b71ee9841, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa7c7eca-6f87-4bcc-8fb0-22e3adce667a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df293cb3-3932-487b-92c7-6695687de288, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df293cb3-3932-487b-92c7-6695687de288, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3031371508993150366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366303137150899315036630313715089931503663031371508993150366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93337dfb-0cae-49bf-8517-67ed465143be, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93337dfb-0cae-49bf-8517-67ed465143be, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16704412131490279338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338167044121314902793381670441213149027933816704412131490279338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df293cb3-3932-487b-92c7-6695687de288, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c2dde5f-de20-4229-9536-7638e80d4ef0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c2dde5f-de20-4229-9536-7638e80d4ef0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12586704424792580904 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904125867044247925809041258670442479258090412586704424792580904" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93337dfb-0cae-49bf-8517-67ed465143be, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f827001-96ae-4745-9748-e7971b2f2b69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f827001-96ae-4745-9748-e7971b2f2b69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15428820124927965339 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339154288201249279653391542882012492796533915428820124927965339" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c2dde5f-de20-4229-9536-7638e80d4ef0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60f3dcef-7ef9-49ce-a4ef-f946956a6b96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f827001-96ae-4745-9748-e7971b2f2b69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60f3dcef-7ef9-49ce-a4ef-f946956a6b96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12036001556613275760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760120360015566132757601203600155661327576012036001556613275760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72bd8b82-517c-4d6d-b9ac-fccc6fd64d25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72bd8b82-517c-4d6d-b9ac-fccc6fd64d25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15797018765293949255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255157970187652939492551579701876529394925515797018765293949255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60f3dcef-7ef9-49ce-a4ef-f946956a6b96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 41c2b7a4-1fb7-4bd1-9988-3798abc3c3a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72bd8b82-517c-4d6d-b9ac-fccc6fd64d25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 41c2b7a4-1fb7-4bd1-9988-3798abc3c3a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 482885017409668932 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932482885017409668932" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da975d4b-ce20-49e1-b3d4-4bba8a4558a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da975d4b-ce20-49e1-b3d4-4bba8a4558a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3533219718780279459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459353321971878027945935332197187802794593533219718780279459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 41c2b7a4-1fb7-4bd1-9988-3798abc3c3a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc4c8e3-3134-4762-ac17-b4e572650186, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc4c8e3-3134-4762-ac17-b4e572650186, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9117611915852607496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496911761191585260749691176119158526074969117611915852607496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da975d4b-ce20-49e1-b3d4-4bba8a4558a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f2d251e-30a2-40ba-a147-bbea2468d095, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f2d251e-30a2-40ba-a147-bbea2468d095, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1173870756470903285 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285117387075647090328511738707564709032851173870756470903285" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc4c8e3-3134-4762-ac17-b4e572650186, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d2f856d-168d-46f4-87ae-df99ff13a0ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d2f856d-168d-46f4-87ae-df99ff13a0ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7737383634416172654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654773738363441617265477373836344161726547737383634416172654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f2d251e-30a2-40ba-a147-bbea2468d095, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dde914ac-8e99-4dbd-afa0-4b537fb5ce43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dde914ac-8e99-4dbd-afa0-4b537fb5ce43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6129869745267746823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823612986974526774682361298697452677468236129869745267746823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d2f856d-168d-46f4-87ae-df99ff13a0ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1776010-24ad-440f-9367-bc03370c3683, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dde914ac-8e99-4dbd-afa0-4b537fb5ce43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1776010-24ad-440f-9367-bc03370c3683, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7459068841508412453 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453745906884150841245374590688415084124537459068841508412453" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad29c7f3-8a3f-48c6-b805-383e98dfd6ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad29c7f3-8a3f-48c6-b805-383e98dfd6ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2874826288667009105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105287482628866700910528748262886670091052874826288667009105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1776010-24ad-440f-9367-bc03370c3683, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92104060-e178-4870-925d-ffa539d06c59, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92104060-e178-4870-925d-ffa539d06c59, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12580977247561098532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532125809772475610985321258097724756109853212580977247561098532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad29c7f3-8a3f-48c6-b805-383e98dfd6ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d9044d-3a6b-4f41-86ac-8edcac654bcf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d9044d-3a6b-4f41-86ac-8edcac654bcf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2502675264778507575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575250267526477850757525026752647785075752502675264778507575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92104060-e178-4870-925d-ffa539d06c59, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33166e65-3048-41bf-8216-8c6393c8c970, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33166e65-3048-41bf-8216-8c6393c8c970, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10332422621309293745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745103324226213092937451033242262130929374510332422621309293745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d9044d-3a6b-4f41-86ac-8edcac654bcf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5b76412-0a03-49d9-ac47-fc6e79dd8436, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5b76412-0a03-49d9-ac47-fc6e79dd8436, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9128453094364012498 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498912845309436401249891284530943640124989128453094364012498" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33166e65-3048-41bf-8216-8c6393c8c970, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5814771e-48bf-4ced-8e1f-cecb77ae09ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5b76412-0a03-49d9-ac47-fc6e79dd8436, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5814771e-48bf-4ced-8e1f-cecb77ae09ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9998057109494122942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942999805710949412294299980571094941229429998057109494122942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c17d883c-74ef-447d-91dc-193b3e9cf0e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c17d883c-74ef-447d-91dc-193b3e9cf0e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13284977024681610946 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946132849770246816109461328497702468161094613284977024681610946" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5814771e-48bf-4ced-8e1f-cecb77ae09ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d89acfc-9b12-4547-9401-5e48c9fe5c8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d89acfc-9b12-4547-9401-5e48c9fe5c8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11599738371674103036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036115997383716741030361159973837167410303611599738371674103036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c17d883c-74ef-447d-91dc-193b3e9cf0e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 903e88e1-e88c-4223-93e2-c757bcc826dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 903e88e1-e88c-4223-93e2-c757bcc826dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5288892297103169787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787528889229710316978752888922971031697875288892297103169787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d89acfc-9b12-4547-9401-5e48c9fe5c8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c86bce9-695f-4bcb-87a3-45591b8a08e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c86bce9-695f-4bcb-87a3-45591b8a08e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14219811215777269124 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124142198112157772691241421981121577726912414219811215777269124" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 903e88e1-e88c-4223-93e2-c757bcc826dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfa5fb8f-af04-44dd-a990-e2c0334c8046, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfa5fb8f-af04-44dd-a990-e2c0334c8046, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953685080016374834 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834195368508001637483419536850800163748341953685080016374834" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c86bce9-695f-4bcb-87a3-45591b8a08e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1320320-659e-404e-bfcc-173fbe693580, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1320320-659e-404e-bfcc-173fbe693580, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6562970332151295620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620656297033215129562065629703321512956206562970332151295620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfa5fb8f-af04-44dd-a990-e2c0334c8046, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c3d9d85-b9ef-4c22-85bd-724f0a0ea1d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c3d9d85-b9ef-4c22-85bd-724f0a0ea1d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7162491126530705323 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323716249112653070532371624911265307053237162491126530705323" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1320320-659e-404e-bfcc-173fbe693580, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e91ce88-b6b6-44a8-af13-3084e9c653d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e91ce88-b6b6-44a8-af13-3084e9c653d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16399172276463581908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908163991722764635819081639917227646358190816399172276463581908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c3d9d85-b9ef-4c22-85bd-724f0a0ea1d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abf81c3e-86bf-472e-9bc7-7af7c444a8d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abf81c3e-86bf-472e-9bc7-7af7c444a8d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17709605001574284804 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804177096050015742848041770960500157428480417709605001574284804" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e91ce88-b6b6-44a8-af13-3084e9c653d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05bfd390-210c-4deb-8bd5-45fb0064e1d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05bfd390-210c-4deb-8bd5-45fb0064e1d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5304536472201663782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782530453647220166378253045364722016637825304536472201663782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abf81c3e-86bf-472e-9bc7-7af7c444a8d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88753b9-9ebe-423e-bb4b-76af12d217c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88753b9-9ebe-423e-bb4b-76af12d217c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10159779443441128541 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541101597794434411285411015977944344112854110159779443441128541" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05bfd390-210c-4deb-8bd5-45fb0064e1d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 938ca85f-f893-4121-9d9b-5b22af30915d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 938ca85f-f893-4121-9d9b-5b22af30915d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9711519309284942816 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816971151930928494281697115193092849428169711519309284942816" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88753b9-9ebe-423e-bb4b-76af12d217c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbe0d206-5f15-482f-a180-3b5680459f6c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbe0d206-5f15-482f-a180-3b5680459f6c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3743786404751594743 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743374378640475159474337437864047515947433743786404751594743" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 938ca85f-f893-4121-9d9b-5b22af30915d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f0f55c2-fea7-4636-a8a3-de07f6e66c4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f0f55c2-fea7-4636-a8a3-de07f6e66c4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14217384387199907190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190142173843871999071901421738438719990719014217384387199907190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbe0d206-5f15-482f-a180-3b5680459f6c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65176355-811c-42e1-a439-204cfdbba561, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65176355-811c-42e1-a439-204cfdbba561, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3440924619562939057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057344092461956293905734409246195629390573440924619562939057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f0f55c2-fea7-4636-a8a3-de07f6e66c4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9197c3db-c900-4a5b-8275-9ff146740017, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9197c3db-c900-4a5b-8275-9ff146740017, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11413677920124959552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552114136779201249595521141367792012495955211413677920124959552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65176355-811c-42e1-a439-204cfdbba561, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8defcd1e-bf59-4b7e-bc6c-4dacf624d7cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8defcd1e-bf59-4b7e-bc6c-4dacf624d7cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1874859729665092145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145187485972966509214518748597296650921451874859729665092145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9197c3db-c900-4a5b-8275-9ff146740017, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f9fd6b5-6704-44c6-abb0-5c2d06cd11ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f9fd6b5-6704-44c6-abb0-5c2d06cd11ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13554149538079036075 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075135541495380790360751355414953807903607513554149538079036075" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8defcd1e-bf59-4b7e-bc6c-4dacf624d7cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13156ead-81e5-498b-9450-a4519531bdc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f9fd6b5-6704-44c6-abb0-5c2d06cd11ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13156ead-81e5-498b-9450-a4519531bdc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18443923430483175105 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105184439234304831751051844392343048317510518443923430483175105" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8711d70e-ae1a-4c20-9ec0-7d3fd42407f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8711d70e-ae1a-4c20-9ec0-7d3fd42407f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1307549944624394282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282130754994462439428213075499446243942821307549944624394282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13156ead-81e5-498b-9450-a4519531bdc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 044e86f6-7540-4fdc-b4e4-dad13cccb9ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 044e86f6-7540-4fdc-b4e4-dad13cccb9ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5333667280756902666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666533366728075690266653336672807569026665333667280756902666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8711d70e-ae1a-4c20-9ec0-7d3fd42407f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70917349-3a12-4e86-92e3-da5a710ac695, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70917349-3a12-4e86-92e3-da5a710ac695, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11246880634018681266 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266112468806340186812661124688063401868126611246880634018681266" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 044e86f6-7540-4fdc-b4e4-dad13cccb9ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d9fd77a-ed1a-426a-a3f1-24029fd70c36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70917349-3a12-4e86-92e3-da5a710ac695, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d9fd77a-ed1a-426a-a3f1-24029fd70c36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5976270691607058126 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126597627069160705812659762706916070581265976270691607058126" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f429cabf-098d-4d80-86db-01127abfc73f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f429cabf-098d-4d80-86db-01127abfc73f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2663904128939104389 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389266390412893910438926639041289391043892663904128939104389" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d9fd77a-ed1a-426a-a3f1-24029fd70c36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e06fda2-5990-439d-9f46-9c1d9a460544, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f429cabf-098d-4d80-86db-01127abfc73f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e06fda2-5990-439d-9f46-9c1d9a460544, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10200816853975214714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714102008168539752147141020081685397521471410200816853975214714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf92b3d4-7647-4d52-95d4-5b60bd388ed7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf92b3d4-7647-4d52-95d4-5b60bd388ed7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8458614568441319136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136845861456844131913684586145684413191368458614568441319136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e06fda2-5990-439d-9f46-9c1d9a460544, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 183a351a-0f8a-4abb-9aaf-9721e62ae4a8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf92b3d4-7647-4d52-95d4-5b60bd388ed7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 183a351a-0f8a-4abb-9aaf-9721e62ae4a8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9865224390122652088 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088986522439012265208898652243901226520889865224390122652088" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3769fc68-382f-4d05-8013-d39532c77b09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3769fc68-382f-4d05-8013-d39532c77b09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14082285310187571366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366140822853101875713661408228531018757136614082285310187571366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 183a351a-0f8a-4abb-9aaf-9721e62ae4a8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94a2855e-46d8-4f83-9c32-a029af41db2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94a2855e-46d8-4f83-9c32-a029af41db2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12459710839434013235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235124597108394340132351245971083943401323512459710839434013235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3769fc68-382f-4d05-8013-d39532c77b09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3bb3e760-0389-456c-9353-490481f782d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3bb3e760-0389-456c-9353-490481f782d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17685168323317574077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077176851683233175740771768516832331757407717685168323317574077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94a2855e-46d8-4f83-9c32-a029af41db2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97e7ec7d-961b-4ad8-bd1f-9de2bb795716, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97e7ec7d-961b-4ad8-bd1f-9de2bb795716, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3316208370238854096 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096331620837023885409633162083702388540963316208370238854096" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3bb3e760-0389-456c-9353-490481f782d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cbaffd1-9760-4631-9a91-d6e3b56ac888, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cbaffd1-9760-4631-9a91-d6e3b56ac888, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12471944131384740811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811124719441313847408111247194413138474081112471944131384740811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97e7ec7d-961b-4ad8-bd1f-9de2bb795716, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, adecf522-0dee-48d8-a50f-8f88500cd835, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, adecf522-0dee-48d8-a50f-8f88500cd835, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14551593139097791000 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000145515931390977910001455159313909779100014551593139097791000" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cbaffd1-9760-4631-9a91-d6e3b56ac888, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d210cd75-f1b8-4ca7-b69a-68cbb421f599, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d210cd75-f1b8-4ca7-b69a-68cbb421f599, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17771029892805646099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099177710298928056460991777102989280564609917771029892805646099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, adecf522-0dee-48d8-a50f-8f88500cd835, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12fad074-6ce9-4a6f-b8ed-ca06daeb8e47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12fad074-6ce9-4a6f-b8ed-ca06daeb8e47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14242636464054987688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688142426364640549876881424263646405498768814242636464054987688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d210cd75-f1b8-4ca7-b69a-68cbb421f599, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 777afcdf-c1f2-4337-b51f-31ed3b742d3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 777afcdf-c1f2-4337-b51f-31ed3b742d3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2820789470638760087 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "28207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087282078947063876008728207894706387600872820789470638760087" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12fad074-6ce9-4a6f-b8ed-ca06daeb8e47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f6028d0-6c80-4b36-8113-63ca8952188b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f6028d0-6c80-4b36-8113-63ca8952188b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10936070413458484769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769109360704134584847691093607041345848476910936070413458484769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 777afcdf-c1f2-4337-b51f-31ed3b742d3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd0c3487-0348-4a92-87bb-94906412626d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f6028d0-6c80-4b36-8113-63ca8952188b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d687b1c-ca95-4ebe-9273-6f34522fb4cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd0c3487-0348-4a92-87bb-94906412626d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8499948928966546985 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985849994892896654698584999489289665469858499948928966546985" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d687b1c-ca95-4ebe-9273-6f34522fb4cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 595749716098926745 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745595749716098926745" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d687b1c-ca95-4ebe-9273-6f34522fb4cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd0c3487-0348-4a92-87bb-94906412626d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea85f0c8-4881-45c1-b7e2-195b339f9b1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea85f0c8-4881-45c1-b7e2-195b339f9b1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10494673540490386524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524104946735404903865241049467354049038652410494673540490386524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f91987f-a84f-49ab-bb09-79d37d0c7965, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f91987f-a84f-49ab-bb09-79d37d0c7965, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10995037864928791038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038109950378649287910381099503786492879103810995037864928791038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea85f0c8-4881-45c1-b7e2-195b339f9b1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e641d14a-a9e3-47b7-bcbc-b4f42ad6ca95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e641d14a-a9e3-47b7-bcbc-b4f42ad6ca95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5563671783460239363 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363556367178346023936355636717834602393635563671783460239363" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f91987f-a84f-49ab-bb09-79d37d0c7965, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b5132aa-4fdd-440f-9459-e9606df22cbb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b5132aa-4fdd-440f-9459-e9606df22cbb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10415124622156340976 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976104151246221563409761041512462215634097610415124622156340976" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e641d14a-a9e3-47b7-bcbc-b4f42ad6ca95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d7d5c7e-85b3-4da0-9bee-cb52b63c4b84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d7d5c7e-85b3-4da0-9bee-cb52b63c4b84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4240508256030304235 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235424050825603030423542405082560303042354240508256030304235" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b5132aa-4fdd-440f-9459-e9606df22cbb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80293798-a798-4bfe-bd7e-ad84745a93fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80293798-a798-4bfe-bd7e-ad84745a93fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 664937613957958411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411664937613957958411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d7d5c7e-85b3-4da0-9bee-cb52b63c4b84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d47bd50-b399-442a-bab4-c8a97cde46e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d47bd50-b399-442a-bab4-c8a97cde46e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6966558317813141306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306696655831781314130669665583178131413066966558317813141306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80293798-a798-4bfe-bd7e-ad84745a93fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfdbec51-92f9-4a61-b6da-28e9c4fdff96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfdbec51-92f9-4a61-b6da-28e9c4fdff96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13729375450973143900 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900137293754509731439001372937545097314390013729375450973143900" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d47bd50-b399-442a-bab4-c8a97cde46e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfdbec51-92f9-4a61-b6da-28e9c4fdff96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80a399b2-9f3a-42ef-b90b-cc30f70b56af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80a399b2-9f3a-42ef-b90b-cc30f70b56af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7257728455101058079 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079725772845510105807972577284551010580797257728455101058079" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64484ec2-ce1c-49b5-a590-43e77a9bd48c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64484ec2-ce1c-49b5-a590-43e77a9bd48c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2753624726145828378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378275362472614582837827536247261458283782753624726145828378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80a399b2-9f3a-42ef-b90b-cc30f70b56af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64484ec2-ce1c-49b5-a590-43e77a9bd48c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0612853d-5603-4d2a-938f-48ceb1624e2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e68841c-b979-46af-86cd-8ac7d3700668, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0612853d-5603-4d2a-938f-48ceb1624e2e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16213142932243889775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775162131429322438897751621314293224388977516213142932243889775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e68841c-b979-46af-86cd-8ac7d3700668, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17250220275035653586 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586172502202750356535861725022027503565358617250220275035653586" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0612853d-5603-4d2a-938f-48ceb1624e2e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e68841c-b979-46af-86cd-8ac7d3700668, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 158b9d51-0325-4053-b89e-281db992fa7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 405646bb-759e-46f1-816b-47ef5aa3139a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 158b9d51-0325-4053-b89e-281db992fa7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6248502400690165484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484624850240069016548462485024006901654846248502400690165484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 405646bb-759e-46f1-816b-47ef5aa3139a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17870613471272639304 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304178706134712726393041787061347127263930417870613471272639304" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 405646bb-759e-46f1-816b-47ef5aa3139a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 158b9d51-0325-4053-b89e-281db992fa7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86d5c4f3-b950-431b-8a71-77a6ac534d72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 525f9bc8-76bc-41f6-8112-9f41eca24a62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86d5c4f3-b950-431b-8a71-77a6ac534d72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11978946560575919374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374119789465605759193741197894656057591937411978946560575919374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 525f9bc8-76bc-41f6-8112-9f41eca24a62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 515675938398170284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284515675938398170284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 525f9bc8-76bc-41f6-8112-9f41eca24a62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03629308-1790-4173-ae34-0bdc869de8aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03629308-1790-4173-ae34-0bdc869de8aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17461244595345485479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479174612445953454854791746124459534548547917461244595345485479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86d5c4f3-b950-431b-8a71-77a6ac534d72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be8422f0-97bf-46fa-8dc9-ba9dd08bcc74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be8422f0-97bf-46fa-8dc9-ba9dd08bcc74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15324415773730424294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294153244157737304242941532441577373042429415324415773730424294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03629308-1790-4173-ae34-0bdc869de8aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d4225fb-4660-4a6c-8145-33eb83898b9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be8422f0-97bf-46fa-8dc9-ba9dd08bcc74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d4225fb-4660-4a6c-8145-33eb83898b9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9811286542622247573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573981128654262224757398112865426222475739811286542622247573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 558d54c6-b673-49ef-9d08-e84a7591e8ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 558d54c6-b673-49ef-9d08-e84a7591e8ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17348276815786565394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394173482768157865653941734827681578656539417348276815786565394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d4225fb-4660-4a6c-8145-33eb83898b9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 535ea124-8327-4b30-b099-a69325d66b5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 558d54c6-b673-49ef-9d08-e84a7591e8ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 535ea124-8327-4b30-b099-a69325d66b5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16065872831463485224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224160658728314634852241606587283146348522416065872831463485224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f208d01-047c-4769-a4fa-bc462608f109, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f208d01-047c-4769-a4fa-bc462608f109, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7744784116300197422 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422774478411630019742277447841163001974227744784116300197422" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 535ea124-8327-4b30-b099-a69325d66b5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba0124ff-4069-42fb-a56c-37897f957b1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba0124ff-4069-42fb-a56c-37897f957b1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7668073576112335231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231766807357611233523176680735761123352317668073576112335231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f208d01-047c-4769-a4fa-bc462608f109, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95e2d27d-1354-4446-afd5-a8aafa76a452, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95e2d27d-1354-4446-afd5-a8aafa76a452, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10804221220347718802 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802108042212203477188021080422122034771880210804221220347718802" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba0124ff-4069-42fb-a56c-37897f957b1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 70158a35-a7f6-4588-961d-6a20f18dd652, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 70158a35-a7f6-4588-961d-6a20f18dd652, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3775965509982356254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254377596550998235625437759655099823562543775965509982356254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95e2d27d-1354-4446-afd5-a8aafa76a452, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9964c6e-32a1-4290-a214-da6c373eb170, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9964c6e-32a1-4290-a214-da6c373eb170, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3608807815804840160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160360880781580484016036088078158048401603608807815804840160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 70158a35-a7f6-4588-961d-6a20f18dd652, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9964c6e-32a1-4290-a214-da6c373eb170, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c4f018d-b272-4a66-b1f4-9cf6b90724fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c4f018d-b272-4a66-b1f4-9cf6b90724fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1326359869450138791 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791132635986945013879113263598694501387911326359869450138791" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e060ec86-f703-466e-a18e-b350a4adbe0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e060ec86-f703-466e-a18e-b350a4adbe0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1021991404965693641 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641102199140496569364110219914049656936411021991404965693641" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c4f018d-b272-4a66-b1f4-9cf6b90724fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e060ec86-f703-466e-a18e-b350a4adbe0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4893c06c-1609-49e5-bb3d-2cf609736534, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04adb2e3-3196-4990-8dff-0e0904cd1444, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4893c06c-1609-49e5-bb3d-2cf609736534, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4162796391840948564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564416279639184094856441627963918409485644162796391840948564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04adb2e3-3196-4990-8dff-0e0904cd1444, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16224360765481884776 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776162243607654818847761622436076548188477616224360765481884776" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4893c06c-1609-49e5-bb3d-2cf609736534, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04adb2e3-3196-4990-8dff-0e0904cd1444, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3d993b-f0d6-4d3c-b7fe-839b39ef85a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 55f8c856-e87c-4288-9a9a-8102351c7d41, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3d993b-f0d6-4d3c-b7fe-839b39ef85a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15476465435436869852 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852154764654354368698521547646543543686985215476465435436869852" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 55f8c856-e87c-4288-9a9a-8102351c7d41, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12624291597306694930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930126242915973066949301262429159730669493012624291597306694930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3d993b-f0d6-4d3c-b7fe-839b39ef85a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 55f8c856-e87c-4288-9a9a-8102351c7d41, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc9113f3-37bb-440a-8d64-1beebc3e52b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca79138-6592-4d94-8bae-af0b7199e7f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc9113f3-37bb-440a-8d64-1beebc3e52b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14434273713283118071 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071144342737132831180711443427371328311807114434273713283118071" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca79138-6592-4d94-8bae-af0b7199e7f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10733290821616476031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031107332908216164760311073329082161647603110733290821616476031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca79138-6592-4d94-8bae-af0b7199e7f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc9113f3-37bb-440a-8d64-1beebc3e52b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6430f42-bdbb-4b27-89c3-872548100ae6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 049a8090-074c-4def-9a14-5010c049f033, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6430f42-bdbb-4b27-89c3-872548100ae6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16277888190410015394 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394162778881904100153941627788819041001539416277888190410015394" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 049a8090-074c-4def-9a14-5010c049f033, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11481379961946759405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405114813799619467594051148137996194675940511481379961946759405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 049a8090-074c-4def-9a14-5010c049f033, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6430f42-bdbb-4b27-89c3-872548100ae6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 483c662b-abba-49dc-927a-400bcf64899a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3e630b3-ec00-4fe6-8f1a-d992e248e33e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 483c662b-abba-49dc-927a-400bcf64899a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13937758759478769892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892139377587594787698921393775875947876989213937758759478769892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e630b3-ec00-4fe6-8f1a-d992e248e33e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14766821570683486674 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674147668215706834866741476682157068348667414766821570683486674" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 483c662b-abba-49dc-927a-400bcf64899a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e630b3-ec00-4fe6-8f1a-d992e248e33e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 318bf2f6-ec89-4cac-9419-f36c804d0c60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3693a51-1d6b-4a1a-bc0d-e834d69319c4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3693a51-1d6b-4a1a-bc0d-e834d69319c4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5940586172712594991 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991594058617271259499159405861727125949915940586172712594991" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 318bf2f6-ec89-4cac-9419-f36c804d0c60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5616517549607950094 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094561651754960795009456165175496079500945616517549607950094" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 318bf2f6-ec89-4cac-9419-f36c804d0c60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3693a51-1d6b-4a1a-bc0d-e834d69319c4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b6fc169-a0aa-4ada-807a-74f5332df66a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2f88896-0929-4884-a158-b02821507992, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b6fc169-a0aa-4ada-807a-74f5332df66a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13513875291492501463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463135138752914925014631351387529149250146313513875291492501463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2f88896-0929-4884-a158-b02821507992, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12201540060917188575 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575122015400609171885751220154006091718857512201540060917188575" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b6fc169-a0aa-4ada-807a-74f5332df66a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2f88896-0929-4884-a158-b02821507992, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 73dcf717-5fb5-4ee8-92e0-5116705e0108, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 73dcf717-5fb5-4ee8-92e0-5116705e0108, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 610174056180777958 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958610174056180777958" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cae40969-9471-4477-b072-a8709e0c9442, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cae40969-9471-4477-b072-a8709e0c9442, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6535606503948835766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766653560650394883576665356065039488357666535606503948835766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 73dcf717-5fb5-4ee8-92e0-5116705e0108, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cae40969-9471-4477-b072-a8709e0c9442, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 520c38c8-9298-433f-a05d-1089c3d370dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 520c38c8-9298-433f-a05d-1089c3d370dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15010149013718349267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267150101490137183492671501014901371834926715010149013718349267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f857a2-ea9f-4cad-9f82-040bfb31bd74, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f857a2-ea9f-4cad-9f82-040bfb31bd74, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4645960568191683692 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692464596056819168369246459605681916836924645960568191683692" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 520c38c8-9298-433f-a05d-1089c3d370dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0db1f1a-3ce8-48b9-abd6-e33503973724, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f857a2-ea9f-4cad-9f82-040bfb31bd74, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0db1f1a-3ce8-48b9-abd6-e33503973724, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4912679225471348654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654491267922547134865449126792254713486544912679225471348654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c57305ab-6b93-46a5-94bd-fd6d81952bc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c57305ab-6b93-46a5-94bd-fd6d81952bc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17551083006747515081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081175510830067475150811755108300674751508117551083006747515081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c57305ab-6b93-46a5-94bd-fd6d81952bc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4443627-0cce-43ad-beeb-ce79049fb7ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4443627-0cce-43ad-beeb-ce79049fb7ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5459035842765680077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077545903584276568007754590358427656800775459035842765680077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0db1f1a-3ce8-48b9-abd6-e33503973724, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4443627-0cce-43ad-beeb-ce79049fb7ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 676e19e3-ebba-4161-9c93-cf6a9a6dfea0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 676e19e3-ebba-4161-9c93-cf6a9a6dfea0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1646126669597904781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781164612666959790478116461266695979047811646126669597904781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 720c03db-262a-45cb-8bfc-e58c7a76e3a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 720c03db-262a-45cb-8bfc-e58c7a76e3a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18183136633006377520 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520181831366330063775201818313663300637752018183136633006377520" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 676e19e3-ebba-4161-9c93-cf6a9a6dfea0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cc1fc13-20d3-438d-a119-9e724e1230d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cc1fc13-20d3-438d-a119-9e724e1230d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6082885252085295488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488608288525208529548860828852520852954886082885252085295488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 720c03db-262a-45cb-8bfc-e58c7a76e3a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ff19ddd-4511-44ca-907b-aef507c2d73c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ff19ddd-4511-44ca-907b-aef507c2d73c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9262981711853186345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345926298171185318634592629817118531863459262981711853186345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cc1fc13-20d3-438d-a119-9e724e1230d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ebd1157f-48af-48e9-b3f9-e0ef8f3f2296, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ebd1157f-48af-48e9-b3f9-e0ef8f3f2296, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11159601117071918754 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754111596011170719187541115960111707191875411159601117071918754" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ff19ddd-4511-44ca-907b-aef507c2d73c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9424f150-08a2-4e5e-8a96-36ca50d4cf72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9424f150-08a2-4e5e-8a96-36ca50d4cf72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8800575786844421903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903880057578684442190388005757868444219038800575786844421903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ebd1157f-48af-48e9-b3f9-e0ef8f3f2296, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42efd7c4-67b0-4ede-af19-5fdccb74b49e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42efd7c4-67b0-4ede-af19-5fdccb74b49e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3541772126368296103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103354177212636829610335417721263682961033541772126368296103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9424f150-08a2-4e5e-8a96-36ca50d4cf72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d6556267-4d67-4f2f-a5de-70734a56759c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d6556267-4d67-4f2f-a5de-70734a56759c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13791321491399326893 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893137913214913993268931379132149139932689313791321491399326893" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42efd7c4-67b0-4ede-af19-5fdccb74b49e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c9babd3b-f5f8-4d39-aedd-33c6fd36df25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c9babd3b-f5f8-4d39-aedd-33c6fd36df25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3343427175765196366 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366334342717576519636633434271757651963663343427175765196366" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d6556267-4d67-4f2f-a5de-70734a56759c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b701094c-aca9-4949-ac55-cd4614c7eb5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b701094c-aca9-4949-ac55-cd4614c7eb5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7054946175590480268 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268705494617559048026870549461755904802687054946175590480268" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c9babd3b-f5f8-4d39-aedd-33c6fd36df25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 971a354d-a220-480c-a518-418a07706a06, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b701094c-aca9-4949-ac55-cd4614c7eb5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 971a354d-a220-480c-a518-418a07706a06, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4521506154295342103 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103452150615429534210345215061542953421034521506154295342103" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5bbf3f27-7fc8-410a-b5b9-a7f6a86a0247, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5bbf3f27-7fc8-410a-b5b9-a7f6a86a0247, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12828185403930577671 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671128281854039305776711282818540393057767112828185403930577671" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 971a354d-a220-480c-a518-418a07706a06, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5bbf3f27-7fc8-410a-b5b9-a7f6a86a0247, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b51d2b3f-4ae5-4b75-95d5-5d2f49cad1ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fe7cbee-da36-410a-a0dc-933094b2fc76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b51d2b3f-4ae5-4b75-95d5-5d2f49cad1ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8747906042000049125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125874790604200004912587479060420000491258747906042000049125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe7cbee-da36-410a-a0dc-933094b2fc76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13648751962760987367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367136487519627609873671364875196276098736713648751962760987367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe7cbee-da36-410a-a0dc-933094b2fc76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b51d2b3f-4ae5-4b75-95d5-5d2f49cad1ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b684eef6-d632-4753-8082-129716a57a3e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f74e61ca-c04f-4e94-841b-a46ffc986bff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b684eef6-d632-4753-8082-129716a57a3e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17719149712979819364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364177191497129798193641771914971297981936417719149712979819364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f74e61ca-c04f-4e94-841b-a46ffc986bff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7404074183815654066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066740407418381565406674040741838156540667404074183815654066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b684eef6-d632-4753-8082-129716a57a3e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f74e61ca-c04f-4e94-841b-a46ffc986bff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 279a9cc6-4214-41e0-a71e-073d514e8995, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20298d60-ffa1-4c74-83bd-675a678d0665, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 279a9cc6-4214-41e0-a71e-073d514e8995, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2711603475385653329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "27116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329271160347538565332927116034753856533292711603475385653329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20298d60-ffa1-4c74-83bd-675a678d0665, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9378942469270285002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002937894246927028500293789424692702850029378942469270285002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 279a9cc6-4214-41e0-a71e-073d514e8995, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20298d60-ffa1-4c74-83bd-675a678d0665, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26098459-e4f0-4980-b043-3b162719c418, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26098459-e4f0-4980-b043-3b162719c418, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17952924321799098975 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975179529243217990989751795292432179909897517952924321799098975" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 171d80c4-069f-4652-b0f3-05c4388d0816, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 171d80c4-069f-4652-b0f3-05c4388d0816, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11052440603555984056 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056110524406035559840561105244060355598405611052440603555984056" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26098459-e4f0-4980-b043-3b162719c418, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c69bdde-1281-400b-a2e2-4b429184273a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c69bdde-1281-400b-a2e2-4b429184273a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13773567987708348829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829137735679877083488291377356798770834882913773567987708348829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 171d80c4-069f-4652-b0f3-05c4388d0816, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1458cf86-46b6-4f0a-bdcb-882ba13d2dfb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1458cf86-46b6-4f0a-bdcb-882ba13d2dfb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7680163056867069012 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012768016305686706901276801630568670690127680163056867069012" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c69bdde-1281-400b-a2e2-4b429184273a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 990d964a-0571-4751-bb32-d1bae2a69dc8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1458cf86-46b6-4f0a-bdcb-882ba13d2dfb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 990d964a-0571-4751-bb32-d1bae2a69dc8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1922395996549874868 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868192239599654987486819223959965498748681922395996549874868" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 730a4d07-9a11-440a-a55f-57606d9782ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 730a4d07-9a11-440a-a55f-57606d9782ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183278443819035229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229818327844381903522981832784438190352298183278443819035229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 990d964a-0571-4751-bb32-d1bae2a69dc8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a77ba30c-b58d-4e92-90fc-6389ce2e5f29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a77ba30c-b58d-4e92-90fc-6389ce2e5f29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12501758539630094640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640125017585396300946401250175853963009464012501758539630094640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 730a4d07-9a11-440a-a55f-57606d9782ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98f277b2-f6ff-4fbb-a807-eadad426d29c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98f277b2-f6ff-4fbb-a807-eadad426d29c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14361089459995421738 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738143610894599954217381436108945999542173814361089459995421738" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a77ba30c-b58d-4e92-90fc-6389ce2e5f29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f2c4068d-9b8b-4598-9d54-4fbfb0803176, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f2c4068d-9b8b-4598-9d54-4fbfb0803176, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14583026034675665970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970145830260346756659701458302603467566597014583026034675665970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98f277b2-f6ff-4fbb-a807-eadad426d29c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a25486c2-def8-4983-9b0c-de879f216675, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a25486c2-def8-4983-9b0c-de879f216675, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468204435196010233 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233946820443519601023394682044351960102339468204435196010233" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f2c4068d-9b8b-4598-9d54-4fbfb0803176, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9f3e451-94f8-41ba-bebc-7f0a848707c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a25486c2-def8-4983-9b0c-de879f216675, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9f3e451-94f8-41ba-bebc-7f0a848707c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6986829917428297006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006698682991742829700669868299174282970066986829917428297006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f817200-addd-4dc3-ac20-6e056b20898e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f817200-addd-4dc3-ac20-6e056b20898e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3816019755941272135 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135381601975594127213538160197559412721353816019755941272135" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9f3e451-94f8-41ba-bebc-7f0a848707c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cc67a46-ec0f-435f-ac4d-f3f662392a68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cc67a46-ec0f-435f-ac4d-f3f662392a68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11874276597854442216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216118742765978544422161187427659785444221611874276597854442216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f817200-addd-4dc3-ac20-6e056b20898e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c7e33fe-e324-45f1-83e2-be81b4467b40, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c7e33fe-e324-45f1-83e2-be81b4467b40, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2165399612904787450 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450216539961290478745021653996129047874502165399612904787450" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cc67a46-ec0f-435f-ac4d-f3f662392a68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a17f62-287f-4a7a-8d51-3e9951138b13, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a17f62-287f-4a7a-8d51-3e9951138b13, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2552674253522155949 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949255267425352215594925526742535221559492552674253522155949" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c7e33fe-e324-45f1-83e2-be81b4467b40, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a17f62-287f-4a7a-8d51-3e9951138b13, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac5c8e97-d6c7-4724-b1fc-ae6d23f3deee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac5c8e97-d6c7-4724-b1fc-ae6d23f3deee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1401223556030354591 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591140122355603035459114012235560303545911401223556030354591" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7aa08ea-d6ad-4994-87e1-0eda33371b97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7aa08ea-d6ad-4994-87e1-0eda33371b97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18230323155014850386 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386182303231550148503861823032315501485038618230323155014850386" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac5c8e97-d6c7-4724-b1fc-ae6d23f3deee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4391dfce-30f4-4220-9d51-279d25fdeb96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4391dfce-30f4-4220-9d51-279d25fdeb96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16353902916634879602 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602163539029166348796021635390291663487960216353902916634879602" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7aa08ea-d6ad-4994-87e1-0eda33371b97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4018eaaf-1a94-4c89-b2e3-bc59ae0b76ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4018eaaf-1a94-4c89-b2e3-bc59ae0b76ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16593364096497736517 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517165933640964977365171659336409649773651716593364096497736517" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4391dfce-30f4-4220-9d51-279d25fdeb96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28cbaa5d-2c2a-4314-8ab9-eff8003df40b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28cbaa5d-2c2a-4314-8ab9-eff8003df40b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4959995171925911468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468495999517192591146849599951719259114684959995171925911468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4018eaaf-1a94-4c89-b2e3-bc59ae0b76ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25fe5b76-521d-46f0-93c8-cfccc53e5a2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25fe5b76-521d-46f0-93c8-cfccc53e5a2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8555154010958548042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042855515401095854804285551540109585480428555154010958548042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28cbaa5d-2c2a-4314-8ab9-eff8003df40b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 80f8c607-4d6f-4ff3-88db-772fa57abf8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 80f8c607-4d6f-4ff3-88db-772fa57abf8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6883667559670741638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638688366755967074163868836675596707416386883667559670741638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25fe5b76-521d-46f0-93c8-cfccc53e5a2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09f9007f-1aa7-4910-8084-807a1c7c47cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 80f8c607-4d6f-4ff3-88db-772fa57abf8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09f9007f-1aa7-4910-8084-807a1c7c47cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5634466587455571410 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410563446658745557141056344665874555714105634466587455571410" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e10f0b5-fdc9-4dff-a9b2-3655fe4aa332, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e10f0b5-fdc9-4dff-a9b2-3655fe4aa332, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16328929385063437232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232163289293850634372321632892938506343723216328929385063437232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09f9007f-1aa7-4910-8084-807a1c7c47cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28fda1b6-ca15-4f85-9091-c7a740b50c89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e10f0b5-fdc9-4dff-a9b2-3655fe4aa332, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28fda1b6-ca15-4f85-9091-c7a740b50c89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13807555611558598526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526138075556115585985261380755561155859852613807555611558598526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aac3e7b6-58f8-447d-a921-78200a8a942e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aac3e7b6-58f8-447d-a921-78200a8a942e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7687147192644435921 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921768714719264443592176871471926444359217687147192644435921" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28fda1b6-ca15-4f85-9091-c7a740b50c89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eb8d6098-9bcc-4753-9d03-730f51326119, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aac3e7b6-58f8-447d-a921-78200a8a942e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eb8d6098-9bcc-4753-9d03-730f51326119, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13561075522379024481 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481135610755223790244811356107552237902448113561075522379024481" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 72f71f51-3b89-4f24-8ed7-2695957f913f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 72f71f51-3b89-4f24-8ed7-2695957f913f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17144701360824720294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294171447013608247202941714470136082472029417144701360824720294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eb8d6098-9bcc-4753-9d03-730f51326119, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 72f71f51-3b89-4f24-8ed7-2695957f913f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2908d374-1100-4892-90d3-65f6dd4fe0de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac8f62a9-5b99-4d69-a4f8-2e25de60e35b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2908d374-1100-4892-90d3-65f6dd4fe0de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10087749121783143865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865100877491217831438651008774912178314386510087749121783143865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac8f62a9-5b99-4d69-a4f8-2e25de60e35b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15857974787479664416 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416158579747874796644161585797478747966441615857974787479664416" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2908d374-1100-4892-90d3-65f6dd4fe0de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac8f62a9-5b99-4d69-a4f8-2e25de60e35b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8a46ea0-b6ab-4ae6-88a1-215d1ad8cf8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 64c708f9-6ecd-447c-ad6d-fe80520929ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8a46ea0-b6ab-4ae6-88a1-215d1ad8cf8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5164582100485097398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398516458210048509739851645821004850973985164582100485097398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 64c708f9-6ecd-447c-ad6d-fe80520929ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16339181715133457981 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981163391817151334579811633918171513345798116339181715133457981" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8a46ea0-b6ab-4ae6-88a1-215d1ad8cf8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 64c708f9-6ecd-447c-ad6d-fe80520929ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7138eec1-6c66-4124-a8f2-6bc216f9e6e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6d462c-b2d5-4652-994c-2dbdc9a6fd96, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7138eec1-6c66-4124-a8f2-6bc216f9e6e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8904921604665565564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564890492160466556556489049216046655655648904921604665565564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6d462c-b2d5-4652-994c-2dbdc9a6fd96, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5753033197254833669 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669575303319725483366957530331972548336695753033197254833669" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7138eec1-6c66-4124-a8f2-6bc216f9e6e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6d462c-b2d5-4652-994c-2dbdc9a6fd96, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26556769-ecf2-460c-a9e7-b7bda0c7e814, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26556769-ecf2-460c-a9e7-b7bda0c7e814, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17856699280798199077 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077178566992807981990771785669928079819907717856699280798199077" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fa7a841-0f1e-410e-ad84-74a3f2448428, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fa7a841-0f1e-410e-ad84-74a3f2448428, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12029530943185918501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501120295309431859185011202953094318591850112029530943185918501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26556769-ecf2-460c-a9e7-b7bda0c7e814, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fa7a841-0f1e-410e-ad84-74a3f2448428, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f857f148-b157-4e72-a731-c19f1e45e1a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1225d2a4-36c3-4ff3-a555-57793ff0f4d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f857f148-b157-4e72-a731-c19f1e45e1a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18183139981855675489 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489181831399818556754891818313998185567548918183139981855675489" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1225d2a4-36c3-4ff3-a555-57793ff0f4d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5286692992609811853 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853528669299260981185352866929926098118535286692992609811853" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1225d2a4-36c3-4ff3-a555-57793ff0f4d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f857f148-b157-4e72-a731-c19f1e45e1a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9d86823-5ecf-4c44-a8a9-f1f9e7f79c37, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9d86823-5ecf-4c44-a8a9-f1f9e7f79c37, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13045571763168624351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351130455717631686243511304557176316862435113045571763168624351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1558abd-30ff-48ed-bb75-f239821a2237, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1558abd-30ff-48ed-bb75-f239821a2237, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13294893158207078463 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463132948931582070784631329489315820707846313294893158207078463" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9d86823-5ecf-4c44-a8a9-f1f9e7f79c37, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 846a5fd1-fe1d-46bd-9043-987b1e0cb5b8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 846a5fd1-fe1d-46bd-9043-987b1e0cb5b8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15610165933704603533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533156101659337046035331561016593370460353315610165933704603533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1558abd-30ff-48ed-bb75-f239821a2237, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c725143c-fd95-4140-9481-1c4a77d56ad7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c725143c-fd95-4140-9481-1c4a77d56ad7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11123810430922652604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604111238104309226526041112381043092265260411123810430922652604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 846a5fd1-fe1d-46bd-9043-987b1e0cb5b8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c0934cd-803d-4372-a787-603ee2778530, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c0934cd-803d-4372-a787-603ee2778530, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7228946903722409501 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501722894690372240950172289469037224095017228946903722409501" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c725143c-fd95-4140-9481-1c4a77d56ad7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 260f2ce8-7266-4dea-b7f0-690db79adf7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 260f2ce8-7266-4dea-b7f0-690db79adf7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9188221915797583494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494918822191579758349491882219157975834949188221915797583494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c0934cd-803d-4372-a787-603ee2778530, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67774942-47e1-4b34-b1e3-c22983d51d17, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67774942-47e1-4b34-b1e3-c22983d51d17, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13464343464754764582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582134643434647547645821346434346475476458213464343464754764582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 260f2ce8-7266-4dea-b7f0-690db79adf7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 68225f99-5233-4633-9cc2-d70177e9b6c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 68225f99-5233-4633-9cc2-d70177e9b6c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14702113639564027913 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913147021136395640279131470211363956402791314702113639564027913" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67774942-47e1-4b34-b1e3-c22983d51d17, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ff7a9b2-212e-4ff5-adeb-b54e8d9ae8f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 68225f99-5233-4633-9cc2-d70177e9b6c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ff7a9b2-212e-4ff5-adeb-b54e8d9ae8f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7245646938424954083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083724564693842495408372456469384249540837245646938424954083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2a4308c-fd0b-4514-a478-0a524288d440, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2a4308c-fd0b-4514-a478-0a524288d440, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17629298905675895807 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807176292989056758958071762929890567589580717629298905675895807" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ff7a9b2-212e-4ff5-adeb-b54e8d9ae8f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2a4308c-fd0b-4514-a478-0a524288d440, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cbd6535-779a-45b3-be64-e756f07c2645, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cbd6535-779a-45b3-be64-e756f07c2645, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14529532178349216906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906145295321783492169061452953217834921690614529532178349216906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b3cc328c-e802-415c-a66e-972821a04383, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b3cc328c-e802-415c-a66e-972821a04383, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6691521808465157821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821669152180846515782166915218084651578216691521808465157821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cbd6535-779a-45b3-be64-e756f07c2645, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b3cc328c-e802-415c-a66e-972821a04383, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 704a17b8-e3dc-43ce-ba0c-e498788c9a64, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f64903-cfad-4ba2-a977-a97dd2951be3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 704a17b8-e3dc-43ce-ba0c-e498788c9a64, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8824899494382509095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095882489949438250909588248994943825090958824899494382509095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f64903-cfad-4ba2-a977-a97dd2951be3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9701325723169779749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749970132572316977974997013257231697797499701325723169779749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f64903-cfad-4ba2-a977-a97dd2951be3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 704a17b8-e3dc-43ce-ba0c-e498788c9a64, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c76401e-681c-4a78-bd42-f6a8a09481e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4be82ef1-bc4f-44ba-bd1d-a308015b03e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c76401e-681c-4a78-bd42-f6a8a09481e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12887551304270737147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147128875513042707371471288755130427073714712887551304270737147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4be82ef1-bc4f-44ba-bd1d-a308015b03e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16312790241979231446 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446163127902419792314461631279024197923144616312790241979231446" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4be82ef1-bc4f-44ba-bd1d-a308015b03e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c76401e-681c-4a78-bd42-f6a8a09481e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33bc73d5-ea5b-4bfc-b800-9cea7c635535, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 685198cf-e303-4add-95d1-4a905d7da21b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33bc73d5-ea5b-4bfc-b800-9cea7c635535, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17763422235122638942 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942177634222351226389421776342223512263894217763422235122638942" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 685198cf-e303-4add-95d1-4a905d7da21b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646728348129399434 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434564672834812939943456467283481293994345646728348129399434" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 685198cf-e303-4add-95d1-4a905d7da21b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33bc73d5-ea5b-4bfc-b800-9cea7c635535, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 26adf693-ccb2-49c1-b431-0ab8ae3cb128, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 26adf693-ccb2-49c1-b431-0ab8ae3cb128, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6075288616635752972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972607528861663575297260752886166357529726075288616635752972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5b4f97e-7660-437d-827d-7c72e61a3bf0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5b4f97e-7660-437d-827d-7c72e61a3bf0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4564171400044625576 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576456417140004462557645641714000446255764564171400044625576" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5b4f97e-7660-437d-827d-7c72e61a3bf0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 26adf693-ccb2-49c1-b431-0ab8ae3cb128, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60a2943a-4d8f-43af-805f-1df11748417c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60a2943a-4d8f-43af-805f-1df11748417c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16462060526841793299 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299164620605268417932991646206052684179329916462060526841793299" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4671e859-1bd7-4c3d-b5d8-3f7456de4348, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4671e859-1bd7-4c3d-b5d8-3f7456de4348, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5943684660381735057 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057594368466038173505759436846603817350575943684660381735057" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60a2943a-4d8f-43af-805f-1df11748417c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4671e859-1bd7-4c3d-b5d8-3f7456de4348, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd1a6f12-0d5a-4727-8fb8-40ec3fa49077, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51c46459-fca8-41c7-8219-977a58409234, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd1a6f12-0d5a-4727-8fb8-40ec3fa49077, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3535469995444898044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044353546999544489804435354699954448980443535469995444898044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51c46459-fca8-41c7-8219-977a58409234, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17156011163638475886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886171560111636384758861715601116363847588617156011163638475886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51c46459-fca8-41c7-8219-977a58409234, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd1a6f12-0d5a-4727-8fb8-40ec3fa49077, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe7d2e32-f497-46be-924f-8f2b1ff6382c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7d2e32-f497-46be-924f-8f2b1ff6382c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8993901890784259614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614899390189078425961489939018907842596148993901890784259614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3163c2f1-8e83-4974-b66a-b62ca562342d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3163c2f1-8e83-4974-b66a-b62ca562342d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6419550452082989642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642641955045208298964264195504520829896426419550452082989642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7d2e32-f497-46be-924f-8f2b1ff6382c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3163c2f1-8e83-4974-b66a-b62ca562342d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0063ac3-6bcc-4dd8-be51-a0fb4dab5d0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0db24801-17b4-4c0f-a7da-75d00093828f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0063ac3-6bcc-4dd8-be51-a0fb4dab5d0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9698323193153560260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260969832319315356026096983231931535602609698323193153560260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0db24801-17b4-4c0f-a7da-75d00093828f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12722674590799525404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404127226745907995254041272267459079952540412722674590799525404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0063ac3-6bcc-4dd8-be51-a0fb4dab5d0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0db24801-17b4-4c0f-a7da-75d00093828f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, def24504-9bd0-45d8-a7be-153a8052fc42, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, def24504-9bd0-45d8-a7be-153a8052fc42, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9100233610837881596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596910023361083788159691002336108378815969100233610837881596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c7591d0-1424-4aca-bf66-c3580de412ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c7591d0-1424-4aca-bf66-c3580de412ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14298748510993090432 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432142987485109930904321429874851099309043214298748510993090432" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, def24504-9bd0-45d8-a7be-153a8052fc42, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c7591d0-1424-4aca-bf66-c3580de412ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4dc57126-b550-40ae-94f5-109728dbb525, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4dc57126-b550-40ae-94f5-109728dbb525, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11193807570077602922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922111938075700776029221119380757007760292211193807570077602922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e7c13f48-8f63-4957-a2df-a027e751f311, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e7c13f48-8f63-4957-a2df-a027e751f311, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1880180520953547592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592188018052095354759218801805209535475921880180520953547592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4dc57126-b550-40ae-94f5-109728dbb525, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e7c13f48-8f63-4957-a2df-a027e751f311, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37013db4-5f38-45f9-9cf8-49a20e1f70d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11625a74-ca8a-4de5-b4a4-9e6aa481cfb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37013db4-5f38-45f9-9cf8-49a20e1f70d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3856162595704321785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785385616259570432178538561625957043217853856162595704321785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11625a74-ca8a-4de5-b4a4-9e6aa481cfb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 869971493082829886 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886869971493082829886" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11625a74-ca8a-4de5-b4a4-9e6aa481cfb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee425341-f30d-44f2-89e2-6affdba44e79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee425341-f30d-44f2-89e2-6affdba44e79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4279483304260826115 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115427948330426082611542794833042608261154279483304260826115" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37013db4-5f38-45f9-9cf8-49a20e1f70d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52d8146b-e25b-47b3-85eb-ab41b3b474b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52d8146b-e25b-47b3-85eb-ab41b3b474b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 117571774315500130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130117571774315500130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee425341-f30d-44f2-89e2-6affdba44e79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7a53ba8e-3f36-4fcb-9493-0ed940d5c238, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7a53ba8e-3f36-4fcb-9493-0ed940d5c238, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4151359603759805085 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085415135960375980508541513596037598050854151359603759805085" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52d8146b-e25b-47b3-85eb-ab41b3b474b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 17e862ca-4b19-4c20-91d2-e9143b5c943e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 17e862ca-4b19-4c20-91d2-e9143b5c943e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15333352697857687762 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762153333526978576877621533335269785768776215333352697857687762" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7a53ba8e-3f36-4fcb-9493-0ed940d5c238, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2962f3c9-c159-49be-a696-8ed9d8a12e80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2962f3c9-c159-49be-a696-8ed9d8a12e80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16762752488752631122 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122167627524887526311221676275248875263112216762752488752631122" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 17e862ca-4b19-4c20-91d2-e9143b5c943e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ba30bc9-4021-4ca4-bf88-ca25640c036c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ba30bc9-4021-4ca4-bf88-ca25640c036c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8591333886686634131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131859133388668663413185913338866866341318591333886686634131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2962f3c9-c159-49be-a696-8ed9d8a12e80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 122c5079-ed1f-4f67-a832-5cdc7fde1914, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 122c5079-ed1f-4f67-a832-5cdc7fde1914, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15222146460763673944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944152221464607636739441522214646076367394415222146460763673944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ba30bc9-4021-4ca4-bf88-ca25640c036c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e18459c-b90f-4589-8562-f82715d61666, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e18459c-b90f-4589-8562-f82715d61666, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15304668558555071842 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842153046685585550718421530466855855507184215304668558555071842" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 122c5079-ed1f-4f67-a832-5cdc7fde1914, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ef6671d-9df5-49e7-a9ab-4edc77bc49bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e18459c-b90f-4589-8562-f82715d61666, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef6671d-9df5-49e7-a9ab-4edc77bc49bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7946351341415060081 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081794635134141506008179463513414150600817946351341415060081" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a934279f-73d7-4011-a62f-0bf0320ac318, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a934279f-73d7-4011-a62f-0bf0320ac318, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4690569088662684616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616469056908866268461646905690886626846164690569088662684616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef6671d-9df5-49e7-a9ab-4edc77bc49bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a934279f-73d7-4011-a62f-0bf0320ac318, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767da315-f5b0-4be2-ab20-cef1b482d828, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e72b179f-c219-435e-b7e6-e3a669fe9dc0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767da315-f5b0-4be2-ab20-cef1b482d828, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3920551460593576936 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936392055146059357693639205514605935769363920551460593576936" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e72b179f-c219-435e-b7e6-e3a669fe9dc0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14251853260587179437 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437142518532605871794371425185326058717943714251853260587179437" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767da315-f5b0-4be2-ab20-cef1b482d828, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e72b179f-c219-435e-b7e6-e3a669fe9dc0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6617751f-c105-4d51-ae15-35acb2d34dc1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc4b1c5b-dc11-4232-b7ad-697e7381b654, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6617751f-c105-4d51-ae15-35acb2d34dc1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12829955525027294404 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404128299555250272944041282995552502729440412829955525027294404" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc4b1c5b-dc11-4232-b7ad-697e7381b654, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17492061281416714518 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518174920612814167145181749206128141671451817492061281416714518" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc4b1c5b-dc11-4232-b7ad-697e7381b654, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6617751f-c105-4d51-ae15-35acb2d34dc1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 012afd0d-08cf-4291-8984-bd5d1a3385d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 645a3bc9-ca69-49dc-8b84-36d67d8bcfe7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 012afd0d-08cf-4291-8984-bd5d1a3385d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5219754994087335129 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129521975499408733512952197549940873351295219754994087335129" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 645a3bc9-ca69-49dc-8b84-36d67d8bcfe7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5773791200243211031 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031577379120024321103157737912002432110315773791200243211031" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 012afd0d-08cf-4291-8984-bd5d1a3385d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 645a3bc9-ca69-49dc-8b84-36d67d8bcfe7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4449e9a-1595-49f6-8cdf-5d60530d6f9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4449e9a-1595-49f6-8cdf-5d60530d6f9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17725267588099349621 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621177252675880993496211772526758809934962117725267588099349621" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 489ec80c-3378-46c5-a911-149e21ede2a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 489ec80c-3378-46c5-a911-149e21ede2a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14706418377600912562 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562147064183776009125621470641837760091256214706418377600912562" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4449e9a-1595-49f6-8cdf-5d60530d6f9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 489ec80c-3378-46c5-a911-149e21ede2a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0f8ab260-cf7d-462a-93e1-d76b0577217e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0f8ab260-cf7d-462a-93e1-d76b0577217e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11591788111361894659 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659115917881113618946591159178811136189465911591788111361894659" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c65cfdb0-4102-4257-a687-fbef49dd36ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c65cfdb0-4102-4257-a687-fbef49dd36ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9713463558623879198 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198971346355862387919897134635586238791989713463558623879198" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0f8ab260-cf7d-462a-93e1-d76b0577217e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 23a99ac8-17f0-4745-81ff-8dfac0e4c01c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c65cfdb0-4102-4257-a687-fbef49dd36ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 23a99ac8-17f0-4745-81ff-8dfac0e4c01c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 352433004052188955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955352433004052188955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15fab27f-0963-45d2-a27c-bb9e3e5096d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15fab27f-0963-45d2-a27c-bb9e3e5096d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10437569853217633346 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346104375698532176333461043756985321763334610437569853217633346" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 23a99ac8-17f0-4745-81ff-8dfac0e4c01c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15fab27f-0963-45d2-a27c-bb9e3e5096d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2d4a215-7634-4e95-b81a-9035599552ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b9023f1-91a0-4368-8933-e682e8491643, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2d4a215-7634-4e95-b81a-9035599552ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6425272018605466856 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856642527201860546685664252720186054668566425272018605466856" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b9023f1-91a0-4368-8933-e682e8491643, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13976957223477115593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593139769572234771155931397695722347711559313976957223477115593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2d4a215-7634-4e95-b81a-9035599552ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8267c8f9-99fc-4eae-82bd-d95256247279, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b9023f1-91a0-4368-8933-e682e8491643, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8267c8f9-99fc-4eae-82bd-d95256247279, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13808552860222439615 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615138085528602224396151380855286022243961513808552860222439615" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e63e7647-c277-44b1-8766-06c155a41523, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e63e7647-c277-44b1-8766-06c155a41523, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1791473433755159944 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944179147343375515994417914734337551599441791473433755159944" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8267c8f9-99fc-4eae-82bd-d95256247279, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7455acbf-e912-4483-a53b-d7c1b8d1a937, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7455acbf-e912-4483-a53b-d7c1b8d1a937, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 240263819922327132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132240263819922327132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e63e7647-c277-44b1-8766-06c155a41523, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f41e6fc-a04b-4fd3-8aeb-bed907fc6331, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f41e6fc-a04b-4fd3-8aeb-bed907fc6331, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17308496785760820577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577173084967857608205771730849678576082057717308496785760820577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f41e6fc-a04b-4fd3-8aeb-bed907fc6331, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7455acbf-e912-4483-a53b-d7c1b8d1a937, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 24276f3f-9c23-4554-b6ed-cea187c8dbd2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49d197aa-8528-4e6d-b92f-a546b3351a87, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 24276f3f-9c23-4554-b6ed-cea187c8dbd2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6041270593818982397 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397604127059381898239760412705938189823976041270593818982397" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49d197aa-8528-4e6d-b92f-a546b3351a87, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1868382871841411682 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682186838287184141168218683828718414116821868382871841411682" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 24276f3f-9c23-4554-b6ed-cea187c8dbd2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49d197aa-8528-4e6d-b92f-a546b3351a87, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e0f06ae-81d6-4ff9-a63a-7133ee526798, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6bf4c30-34e7-4b5e-ab5d-5072b82844a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6bf4c30-34e7-4b5e-ab5d-5072b82844a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9904069704492239267 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267990406970449223926799040697044922392679904069704492239267" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e0f06ae-81d6-4ff9-a63a-7133ee526798, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5184777606181227016 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016518477760618122701651847776061812270165184777606181227016" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6bf4c30-34e7-4b5e-ab5d-5072b82844a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e0f06ae-81d6-4ff9-a63a-7133ee526798, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fc6b11bd-ae05-4658-a66f-13db3ea1ca2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f43e078b-f71f-4227-b498-2d7ff7885a5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fc6b11bd-ae05-4658-a66f-13db3ea1ca2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2975080038343755162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162297508003834375516229750800383437551622975080038343755162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f43e078b-f71f-4227-b498-2d7ff7885a5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15115301724459314162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162151153017244593141621511530172445931416215115301724459314162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fc6b11bd-ae05-4658-a66f-13db3ea1ca2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f43e078b-f71f-4227-b498-2d7ff7885a5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2b226561-e3b6-405f-bf5f-89c019d390b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2b226561-e3b6-405f-bf5f-89c019d390b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15065467991169979185 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185150654679911699791851506546799116997918515065467991169979185" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e322652-52e7-492f-896e-5dfb40fdd608, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e322652-52e7-492f-896e-5dfb40fdd608, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7542093619534237017 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017754209361953423701775420936195342370177542093619534237017" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2b226561-e3b6-405f-bf5f-89c019d390b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cde0042-f8f7-40cd-bd1c-f4fb6e112ab1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cde0042-f8f7-40cd-bd1c-f4fb6e112ab1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5297679027998780276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276529767902799878027652976790279987802765297679027998780276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e322652-52e7-492f-896e-5dfb40fdd608, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be16d48a-b1de-4c8e-9334-5a0996a369a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be16d48a-b1de-4c8e-9334-5a0996a369a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10563202183863650631 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631105632021838636506311056320218386365063110563202183863650631" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cde0042-f8f7-40cd-bd1c-f4fb6e112ab1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc94d731-09dd-4a72-b248-18fd329aea21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be16d48a-b1de-4c8e-9334-5a0996a369a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc94d731-09dd-4a72-b248-18fd329aea21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8697316522765728468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468869731652276572846886973165227657284688697316522765728468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cdf7fbc4-28dc-47cd-9d04-f2bf42a28856, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cdf7fbc4-28dc-47cd-9d04-f2bf42a28856, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7211888651191775858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858721188865119177585872118886511917758587211888651191775858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc94d731-09dd-4a72-b248-18fd329aea21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38840ab9-d6cd-4a79-b5ad-faae939f5d55, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38840ab9-d6cd-4a79-b5ad-faae939f5d55, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14443020245142397162 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162144430202451423971621444302024514239716214443020245142397162" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cdf7fbc4-28dc-47cd-9d04-f2bf42a28856, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15f35d1b-fdb4-49f8-8834-574500e5f3fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15f35d1b-fdb4-49f8-8834-574500e5f3fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2530309147833922640 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640253030914783392264025303091478339226402530309147833922640" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38840ab9-d6cd-4a79-b5ad-faae939f5d55, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b7dc5a3-def6-4710-bab6-a935287f041d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b7dc5a3-def6-4710-bab6-a935287f041d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4378031658586051956 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956437803165858605195643780316585860519564378031658586051956" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15f35d1b-fdb4-49f8-8834-574500e5f3fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bd370286-6b36-4ac9-b252-862b93e1b93d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bd370286-6b36-4ac9-b252-862b93e1b93d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10900552226562037078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078109005522265620370781090055222656203707810900552226562037078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b7dc5a3-def6-4710-bab6-a935287f041d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da00bbc-c3a1-418b-b81e-961142cb0c49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da00bbc-c3a1-418b-b81e-961142cb0c49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16301971907880425471 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471163019719078804254711630197190788042547116301971907880425471" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bd370286-6b36-4ac9-b252-862b93e1b93d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 08355860-7b45-4f79-a9f0-532c9d5b4b5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 08355860-7b45-4f79-a9f0-532c9d5b4b5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7457113404300155353 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353745711340430015535374571134043001553537457113404300155353" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da00bbc-c3a1-418b-b81e-961142cb0c49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0905d713-2b6f-4453-b1ea-72c4f0736c99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0905d713-2b6f-4453-b1ea-72c4f0736c99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18083031729627016442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442180830317296270164421808303172962701644218083031729627016442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 08355860-7b45-4f79-a9f0-532c9d5b4b5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 21dd81c7-9378-486f-8164-5cd5954ee9ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 21dd81c7-9378-486f-8164-5cd5954ee9ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10890034309100107335 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335108900343091001073351089003430910010733510890034309100107335" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0905d713-2b6f-4453-b1ea-72c4f0736c99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15ce7bf9-d0dc-4490-b760-727d1f85311f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15ce7bf9-d0dc-4490-b760-727d1f85311f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9468697814011768711 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711946869781401176871194686978140117687119468697814011768711" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 21dd81c7-9378-486f-8164-5cd5954ee9ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b834c45-701a-445c-a306-10e1cf26f299, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b834c45-701a-445c-a306-10e1cf26f299, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4612876124584860626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626461287612458486062646128761245848606264612876124584860626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15ce7bf9-d0dc-4490-b760-727d1f85311f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2d43f9-dd8a-41e2-9028-c30bc48313b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2d43f9-dd8a-41e2-9028-c30bc48313b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5619050305678876896 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896561905030567887689656190503056788768965619050305678876896" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b834c45-701a-445c-a306-10e1cf26f299, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ec3f957-6d46-4409-b441-6d90ba61e813, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ec3f957-6d46-4409-b441-6d90ba61e813, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7118485576307518784 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784711848557630751878471184855763075187847118485576307518784" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2d43f9-dd8a-41e2-9028-c30bc48313b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 33fda27b-c44b-4e45-a07a-96d7d7257e63, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 33fda27b-c44b-4e45-a07a-96d7d7257e63, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12472020810658656461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461124720208106586564611247202081065865646112472020810658656461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ec3f957-6d46-4409-b441-6d90ba61e813, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7995597a-05ae-42d5-9e7b-5ff244a561cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7995597a-05ae-42d5-9e7b-5ff244a561cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4640734356541482298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298464073435654148229846407343565414822984640734356541482298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 33fda27b-c44b-4e45-a07a-96d7d7257e63, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5dacb4c-eade-4063-af01-67ff5f04c1ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5dacb4c-eade-4063-af01-67ff5f04c1ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12168091115506829989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989121680911155068299891216809111550682998912168091115506829989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7995597a-05ae-42d5-9e7b-5ff244a561cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15dcbcbe-a008-4aea-bbea-d07a5a3fef27, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15dcbcbe-a008-4aea-bbea-d07a5a3fef27, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13540999467301737029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029135409994673017370291354099946730173702913540999467301737029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15dcbcbe-a008-4aea-bbea-d07a5a3fef27, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5ab3b4e1-afba-4041-991a-c316fbf668f9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5ab3b4e1-afba-4041-991a-c316fbf668f9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5990787897610576296 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296599078789761057629659907878976105762965990787897610576296" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5ab3b4e1-afba-4041-991a-c316fbf668f9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5dacb4c-eade-4063-af01-67ff5f04c1ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b6ade770-70f9-425a-8dda-4a1e42ebd110, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 320ec798-4966-4bb0-aba0-c4456f1ac35a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b6ade770-70f9-425a-8dda-4a1e42ebd110, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3423465758341119064 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064342346575834111906434234657583411190643423465758341119064" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 320ec798-4966-4bb0-aba0-c4456f1ac35a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13152359075750990507 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507131523590757509905071315235907575099050713152359075750990507" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b6ade770-70f9-425a-8dda-4a1e42ebd110, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 523c6b3d-b194-4467-8eed-09b781d1b44a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 523c6b3d-b194-4467-8eed-09b781d1b44a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12212797866948374778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778122127978669483747781221279786694837477812212797866948374778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 320ec798-4966-4bb0-aba0-c4456f1ac35a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b090849b-0a8c-474d-8254-b4eac13fb9c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b090849b-0a8c-474d-8254-b4eac13fb9c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6201689956804897399 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "62016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399620168995680489739962016899568048973996201689956804897399" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 523c6b3d-b194-4467-8eed-09b781d1b44a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 994a1917-3908-4b31-b50d-ad7d0d8f9d61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 994a1917-3908-4b31-b50d-ad7d0d8f9d61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11130228251283563249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249111302282512835632491113022825128356324911130228251283563249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b090849b-0a8c-474d-8254-b4eac13fb9c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 994a1917-3908-4b31-b50d-ad7d0d8f9d61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8da8af87-a592-44ac-b730-5341d4508c04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8da8af87-a592-44ac-b730-5341d4508c04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2047877703230943070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070204787770323094307020478777032309430702047877703230943070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd20d2c8-bd08-4127-ae2a-80c511b0740d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd20d2c8-bd08-4127-ae2a-80c511b0740d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9326038802503274485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485932603880250327448593260388025032744859326038802503274485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8da8af87-a592-44ac-b730-5341d4508c04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1108f5a1-d2a5-4f56-8374-c714eae59ce6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1108f5a1-d2a5-4f56-8374-c714eae59ce6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15010334521504453382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382150103345215044533821501033452150445338215010334521504453382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd20d2c8-bd08-4127-ae2a-80c511b0740d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d35d9e21-bea1-4d0f-8884-22483e181132, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d35d9e21-bea1-4d0f-8884-22483e181132, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5393270686451791706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706539327068645179170653932706864517917065393270686451791706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1108f5a1-d2a5-4f56-8374-c714eae59ce6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b1aec93d-9157-4af1-af62-fd58ffc202b9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b1aec93d-9157-4af1-af62-fd58ffc202b9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 151700737671185054 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054151700737671185054" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d35d9e21-bea1-4d0f-8884-22483e181132, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 393f2dbd-8e38-4162-b623-e55e0759359c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 393f2dbd-8e38-4162-b623-e55e0759359c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17829342531717802712 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712178293425317178027121782934253171780271217829342531717802712" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 393f2dbd-8e38-4162-b623-e55e0759359c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b1aec93d-9157-4af1-af62-fd58ffc202b9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66d1acbd-997e-40c7-9e2c-1127e69e4c0f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e01a260-14fc-4f75-9318-0a56c3e65aa4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66d1acbd-997e-40c7-9e2c-1127e69e4c0f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3426968171939726282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282342696817193972628234269681719397262823426968171939726282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e01a260-14fc-4f75-9318-0a56c3e65aa4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18049034468278737278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278180490344682787372781804903446827873727818049034468278737278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e01a260-14fc-4f75-9318-0a56c3e65aa4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66d1acbd-997e-40c7-9e2c-1127e69e4c0f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e0b56cc-504d-4ea8-9705-151f0a6d61f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57ff3d23-8bf3-46b8-a4b2-448b41a75e0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e0b56cc-504d-4ea8-9705-151f0a6d61f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17687165526144100125 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125176871655261441001251768716552614410012517687165526144100125" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57ff3d23-8bf3-46b8-a4b2-448b41a75e0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 956417620457019388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388956417620457019388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57ff3d23-8bf3-46b8-a4b2-448b41a75e0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e0b56cc-504d-4ea8-9705-151f0a6d61f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 854d421c-8ea4-4099-ab25-0d7a67f4818c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 854d421c-8ea4-4099-ab25-0d7a67f4818c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17192808120289975819 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819171928081202899758191719280812028997581917192808120289975819" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe4bc4b-859f-4e39-86ef-c9333e7c8885, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe4bc4b-859f-4e39-86ef-c9333e7c8885, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18251470427974579998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998182514704279745799981825147042797457999818251470427974579998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 854d421c-8ea4-4099-ab25-0d7a67f4818c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe4bc4b-859f-4e39-86ef-c9333e7c8885, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e60e7e6c-58de-4369-919d-f053997c96b6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0a6c55ef-c17f-4022-9dd8-d63d62127c09, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e60e7e6c-58de-4369-919d-f053997c96b6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925617754209052717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717192561775420905271719256177542090527171925617754209052717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0a6c55ef-c17f-4022-9dd8-d63d62127c09, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17180330490336734151 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151171803304903367341511718033049033673415117180330490336734151" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e60e7e6c-58de-4369-919d-f053997c96b6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0a6c55ef-c17f-4022-9dd8-d63d62127c09, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71c10e91-1fd7-40f9-9837-c534102a5e12, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71c10e91-1fd7-40f9-9837-c534102a5e12, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11204740358696973286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286112047403586969732861120474035869697328611204740358696973286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be5522b1-58af-4787-bc6a-196f7b8101f1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be5522b1-58af-4787-bc6a-196f7b8101f1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16315555794817328139 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139163155557948173281391631555579481732813916315555794817328139" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71c10e91-1fd7-40f9-9837-c534102a5e12, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8218037-0082-4206-9b49-41efd148803a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8218037-0082-4206-9b49-41efd148803a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11867949305608561078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078118679493056085610781186794930560856107811867949305608561078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be5522b1-58af-4787-bc6a-196f7b8101f1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e36a6738-dbaf-4736-9034-addcb7e5180a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e36a6738-dbaf-4736-9034-addcb7e5180a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4214702568251600248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248421470256825160024842147025682516002484214702568251600248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8218037-0082-4206-9b49-41efd148803a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbd35602-3822-4d0e-ba7c-91ec0b9835f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbd35602-3822-4d0e-ba7c-91ec0b9835f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7511328237625530543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543751132823762553054375113282376255305437511328237625530543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e36a6738-dbaf-4736-9034-addcb7e5180a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b0b717e-c03c-4f8c-bd40-4978fea8af22, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b0b717e-c03c-4f8c-bd40-4978fea8af22, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8857425051436458643 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643885742505143645864388574250514364586438857425051436458643" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbd35602-3822-4d0e-ba7c-91ec0b9835f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 907872a6-db36-4307-a25e-f01b63803e97, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 907872a6-db36-4307-a25e-f01b63803e97, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3593439604836840256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256359343960483684025635934396048368402563593439604836840256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b0b717e-c03c-4f8c-bd40-4978fea8af22, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5e63668e-5a15-4b1a-ae30-191669d1d62c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5e63668e-5a15-4b1a-ae30-191669d1d62c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187720628889572874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874111877206288895728741118772062888957287411187720628889572874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 907872a6-db36-4307-a25e-f01b63803e97, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5e63668e-5a15-4b1a-ae30-191669d1d62c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccdeb2a7-9197-4f0f-a019-8f243a3a6bab, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccdeb2a7-9197-4f0f-a019-8f243a3a6bab, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6948610714711813433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433694861071471181343369486107147118134336948610714711813433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12dd9f4e-2b5e-4fbe-9c51-71ece6e4a7d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12dd9f4e-2b5e-4fbe-9c51-71ece6e4a7d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3855734457494054761 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761385573445749405476138557344574940547613855734457494054761" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccdeb2a7-9197-4f0f-a019-8f243a3a6bab, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a1258ba-004c-47ba-b265-01a4c679d4a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a1258ba-004c-47ba-b265-01a4c679d4a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7610617346147773249 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249761061734614777324976106173461477732497610617346147773249" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12dd9f4e-2b5e-4fbe-9c51-71ece6e4a7d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df4102d9-3bba-4148-9642-40651315341f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df4102d9-3bba-4148-9642-40651315341f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1313582301122774709 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709131358230112277470913135823011227747091313582301122774709" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a1258ba-004c-47ba-b265-01a4c679d4a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9417c9e8-9dd6-416c-b7fc-ca3b94c3499c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9417c9e8-9dd6-416c-b7fc-ca3b94c3499c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13851981477691313148 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148138519814776913131481385198147769131314813851981477691313148" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df4102d9-3bba-4148-9642-40651315341f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30bbcb65-ea46-4ce9-b5e3-4c58740ba265, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30bbcb65-ea46-4ce9-b5e3-4c58740ba265, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11751690397322295195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195117516903973222951951175169039732229519511751690397322295195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9417c9e8-9dd6-416c-b7fc-ca3b94c3499c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d46fefef-e354-4182-9ef5-307166e520c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d46fefef-e354-4182-9ef5-307166e520c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9329295584001240550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550932929558400124055093292955840012405509329295584001240550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30bbcb65-ea46-4ce9-b5e3-4c58740ba265, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57949ff5-8131-4931-b161-f22f30f0d278, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57949ff5-8131-4931-b161-f22f30f0d278, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3533117350471131603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603353311735047113160335331173504711316033533117350471131603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d46fefef-e354-4182-9ef5-307166e520c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fd44ea8-5da8-495b-a967-30266cd507b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fd44ea8-5da8-495b-a967-30266cd507b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15470907933137618243 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243154709079331376182431547090793313761824315470907933137618243" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57949ff5-8131-4931-b161-f22f30f0d278, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9e8b420-f98e-45b3-ba7b-ac135c7db787, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9e8b420-f98e-45b3-ba7b-ac135c7db787, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18271982503049295512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512182719825030492955121827198250304929551218271982503049295512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fd44ea8-5da8-495b-a967-30266cd507b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f57cdc8c-9d51-47f1-ad1f-930ab171cb70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f57cdc8c-9d51-47f1-ad1f-930ab171cb70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9003203787614434695 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695900320378761443469590032037876144346959003203787614434695" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9e8b420-f98e-45b3-ba7b-ac135c7db787, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d7e75d6-463a-4482-b4db-1deca5995cdd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d7e75d6-463a-4482-b4db-1deca5995cdd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6570256400962129550 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550657025640096212955065702564009621295506570256400962129550" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f57cdc8c-9d51-47f1-ad1f-930ab171cb70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273afe0d-acf0-457f-8f03-2223948c9424, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273afe0d-acf0-457f-8f03-2223948c9424, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15924772714098126760 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760159247727140981267601592477271409812676015924772714098126760" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d7e75d6-463a-4482-b4db-1deca5995cdd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 453d911d-2864-42ee-9fdd-ee1afacf6b02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273afe0d-acf0-457f-8f03-2223948c9424, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 453d911d-2864-42ee-9fdd-ee1afacf6b02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10206754531201308034 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034102067545312013080341020675453120130803410206754531201308034" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab48702d-0175-4b25-9140-9220d34b958f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab48702d-0175-4b25-9140-9220d34b958f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13454632722510949421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421134546327225109494211345463272251094942113454632722510949421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 453d911d-2864-42ee-9fdd-ee1afacf6b02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1502aadb-65d1-484a-a82d-3eb0bf10a6c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1502aadb-65d1-484a-a82d-3eb0bf10a6c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5776767623875049718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718577676762387504971857767676238750497185776767623875049718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab48702d-0175-4b25-9140-9220d34b958f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3723e2f0-f57a-49c2-90a2-faa5f0346c60, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3723e2f0-f57a-49c2-90a2-faa5f0346c60, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4419362738091940739 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739441936273809194073944193627380919407394419362738091940739" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1502aadb-65d1-484a-a82d-3eb0bf10a6c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 508cb926-3efb-408c-8847-216f63fb8e0e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508cb926-3efb-408c-8847-216f63fb8e0e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4950685180674020788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788495068518067402078849506851806740207884950685180674020788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3723e2f0-f57a-49c2-90a2-faa5f0346c60, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee8e842-2efa-471f-b045-e73d280c00a4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee8e842-2efa-471f-b045-e73d280c00a4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14059204923833137950 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950140592049238331379501405920492383313795014059204923833137950" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508cb926-3efb-408c-8847-216f63fb8e0e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2aba2976-24e9-4857-9409-423a298bb118, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2aba2976-24e9-4857-9409-423a298bb118, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15548939362826277411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411155489393628262774111554893936282627741115548939362826277411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee8e842-2efa-471f-b045-e73d280c00a4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 231031b4-5b9c-45d4-b499-f46375e97a0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2aba2976-24e9-4857-9409-423a298bb118, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 231031b4-5b9c-45d4-b499-f46375e97a0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16232787679273826309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309162327876792738263091623278767927382630916232787679273826309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae7d9e6b-ebee-466c-b9e7-081220fcbc71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae7d9e6b-ebee-466c-b9e7-081220fcbc71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13027542260104582447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447130275422601045824471302754226010458244713027542260104582447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 231031b4-5b9c-45d4-b499-f46375e97a0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae7d9e6b-ebee-466c-b9e7-081220fcbc71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5a36d337-ca2c-4d2f-a954-4d698db012a0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4f3489a-6c6e-4689-849e-7398a23f9500, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4f3489a-6c6e-4689-849e-7398a23f9500, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9651840181760313259 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259965184018176031325996518401817603132599651840181760313259" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5a36d337-ca2c-4d2f-a954-4d698db012a0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2699697463205664444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444269969746320566444426996974632056644442699697463205664444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4f3489a-6c6e-4689-849e-7398a23f9500, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5a36d337-ca2c-4d2f-a954-4d698db012a0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0b3a2e3-0bfe-445d-b4df-bc5b16cb5444, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4ecf4bb-94b9-4fb4-904f-69358bd389cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0b3a2e3-0bfe-445d-b4df-bc5b16cb5444, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5778678999505957253 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253577867899950595725357786789995059572535778678999505957253" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4ecf4bb-94b9-4fb4-904f-69358bd389cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10743179822559769442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442107431798225597694421074317982255976944210743179822559769442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0b3a2e3-0bfe-445d-b4df-bc5b16cb5444, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4ecf4bb-94b9-4fb4-904f-69358bd389cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c5dea1-31ab-4858-90fc-f0b3503e6536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb173f73-9dc8-4911-b0af-f7a9d37954dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c5dea1-31ab-4858-90fc-f0b3503e6536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9064454606592762658 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658906445460659276265890644546065927626589064454606592762658" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb173f73-9dc8-4911-b0af-f7a9d37954dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17229300030439234774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774172293000304392347741722930003043923477417229300030439234774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c5dea1-31ab-4858-90fc-f0b3503e6536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922a6260-dbdf-43be-900a-3dbbc8beb197, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922a6260-dbdf-43be-900a-3dbbc8beb197, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7602092376030256778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778760209237603025677876020923760302567787602092376030256778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb173f73-9dc8-4911-b0af-f7a9d37954dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6c6940e7-bef0-4cdb-9c9e-9a2b14c9243d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6c6940e7-bef0-4cdb-9c9e-9a2b14c9243d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13453497473709815033 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033134534974737098150331345349747370981503313453497473709815033" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922a6260-dbdf-43be-900a-3dbbc8beb197, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30e2f39f-b666-46a9-bd71-58303c636469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30e2f39f-b666-46a9-bd71-58303c636469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5526355736981593647 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647552635573698159364755263557369815936475526355736981593647" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6c6940e7-bef0-4cdb-9c9e-9a2b14c9243d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30e2f39f-b666-46a9-bd71-58303c636469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c084d1d-2bdd-43c3-9066-d38be64d1f0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 27a7ee47-5d1e-4f6c-aea0-3b36317ce35a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c084d1d-2bdd-43c3-9066-d38be64d1f0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9731747420935368892 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892973174742093536889297317474209353688929731747420935368892" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 27a7ee47-5d1e-4f6c-aea0-3b36317ce35a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14794090397635656592 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592147940903976356565921479409039763565659214794090397635656592" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 27a7ee47-5d1e-4f6c-aea0-3b36317ce35a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c084d1d-2bdd-43c3-9066-d38be64d1f0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dabaca0a-d086-47a1-a642-0529fed0df32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c02922a0-c828-4eb6-bb95-dc7bffebfa21, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dabaca0a-d086-47a1-a642-0529fed0df32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10976860846117402199 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199109768608461174021991097686084611740219910976860846117402199" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c02922a0-c828-4eb6-bb95-dc7bffebfa21, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1879014312803369718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718187901431280336971818790143128033697181879014312803369718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dabaca0a-d086-47a1-a642-0529fed0df32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c02922a0-c828-4eb6-bb95-dc7bffebfa21, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7e48a3b0-5c22-47f5-a007-75ab5e556a2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f87b6499-9b75-4629-92c2-5cab9afaa3c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7e48a3b0-5c22-47f5-a007-75ab5e556a2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10577707660622847095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095105777076606228470951057770766062284709510577707660622847095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f87b6499-9b75-4629-92c2-5cab9afaa3c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14928978243434985269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269149289782434349852691492897824343498526914928978243434985269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7e48a3b0-5c22-47f5-a007-75ab5e556a2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f87b6499-9b75-4629-92c2-5cab9afaa3c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09c82c64-1480-4c41-a02e-aa6818cba26e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09c82c64-1480-4c41-a02e-aa6818cba26e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11854124629900723027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027118541246299007230271185412462990072302711854124629900723027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ce333ec-c60b-42e1-b564-daf5fcb4b9e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ce333ec-c60b-42e1-b564-daf5fcb4b9e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14495681605477790218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218144956816054777902181449568160547779021814495681605477790218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09c82c64-1480-4c41-a02e-aa6818cba26e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ce333ec-c60b-42e1-b564-daf5fcb4b9e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43b5214-794a-435b-a707-6c262306f996, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f569174d-01b0-4753-9bb2-15fa664fe7b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43b5214-794a-435b-a707-6c262306f996, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6379034304887279587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587637903430488727958763790343048872795876379034304887279587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f569174d-01b0-4753-9bb2-15fa664fe7b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9851658815064380710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710985165881506438071098516588150643807109851658815064380710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f569174d-01b0-4753-9bb2-15fa664fe7b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43b5214-794a-435b-a707-6c262306f996, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d2c8e95-eadc-4d1d-a66a-b3838efdb341, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06059873-818c-497b-a57a-184d691e996e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d2c8e95-eadc-4d1d-a66a-b3838efdb341, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9515077539188139479 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479951507753918813947995150775391881394799515077539188139479" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06059873-818c-497b-a57a-184d691e996e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18240356864534913309 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309182403568645349133091824035686453491330918240356864534913309" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06059873-818c-497b-a57a-184d691e996e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d2c8e95-eadc-4d1d-a66a-b3838efdb341, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d25361a2-da4b-4ae8-8016-4d769e72b732, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1cb96477-b6bc-43b5-8f46-46dffc365f02, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d25361a2-da4b-4ae8-8016-4d769e72b732, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3787099878620512805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805378709987862051280537870998786205128053787099878620512805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1cb96477-b6bc-43b5-8f46-46dffc365f02, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11903822816884395368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368119038228168843953681190382281688439536811903822816884395368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1cb96477-b6bc-43b5-8f46-46dffc365f02, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d25361a2-da4b-4ae8-8016-4d769e72b732, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a19896c0-fc8c-4950-9eb1-45b34d30e509, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a19896c0-fc8c-4950-9eb1-45b34d30e509, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12934626813135712239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239129346268131357122391293462681313571223912934626813135712239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81b4da35-3838-4b43-ac9f-3b4d3ed35fb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81b4da35-3838-4b43-ac9f-3b4d3ed35fb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9208882309514895231 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231920888230951489523192088823095148952319208882309514895231" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a19896c0-fc8c-4950-9eb1-45b34d30e509, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81b4da35-3838-4b43-ac9f-3b4d3ed35fb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03b92df6-bea3-492c-9d15-d8c528749d69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5579bb9d-ba55-402a-842b-d2fab684e065, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03b92df6-bea3-492c-9d15-d8c528749d69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11157472619461661673 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673111574726194616616731115747261946166167311157472619461661673" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5579bb9d-ba55-402a-842b-d2fab684e065, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1100414723622347878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878110041472362234787811004147236223478781100414723622347878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03b92df6-bea3-492c-9d15-d8c528749d69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9aa0fd3c-cb49-43ce-b602-7fe6728e6900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5579bb9d-ba55-402a-842b-d2fab684e065, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9aa0fd3c-cb49-43ce-b602-7fe6728e6900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9597625676072414316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316959762567607241431695976256760724143169597625676072414316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc67ef68-2fd5-4f94-ad31-96e4fe338d77, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc67ef68-2fd5-4f94-ad31-96e4fe338d77, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2560199114734716297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297256019911473471629725601991147347162972560199114734716297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9aa0fd3c-cb49-43ce-b602-7fe6728e6900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1eddc69d-2b8a-4559-ab2e-61f0e4509ebf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc67ef68-2fd5-4f94-ad31-96e4fe338d77, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1eddc69d-2b8a-4559-ab2e-61f0e4509ebf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3018237336824404178 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178301823733682440417830182373368244041783018237336824404178" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4aa1d3b0-30aa-4ffe-86fd-fb6bde48cbe8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4aa1d3b0-30aa-4ffe-86fd-fb6bde48cbe8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13287994806158120470 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470132879948061581204701328799480615812047013287994806158120470" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1eddc69d-2b8a-4559-ab2e-61f0e4509ebf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4aa1d3b0-30aa-4ffe-86fd-fb6bde48cbe8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6950518d-d8d0-4e09-8486-25611e2138e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6950518d-d8d0-4e09-8486-25611e2138e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5636551439622120424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424563655143962212042456365514396221204245636551439622120424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5757d9d4-463c-41d1-b2a3-fefb7420e032, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5757d9d4-463c-41d1-b2a3-fefb7420e032, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11766806209956384524 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524117668062099563845241176680620995638452411766806209956384524" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6950518d-d8d0-4e09-8486-25611e2138e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5757d9d4-463c-41d1-b2a3-fefb7420e032, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8d849cad-3460-4787-9735-362a85c81484, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8d849cad-3460-4787-9735-362a85c81484, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14701543836322725933 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933147015438363227259331470154383632272593314701543836322725933" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9944634-f29e-4e93-b2f1-b30fc6fe2acc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9944634-f29e-4e93-b2f1-b30fc6fe2acc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8119979738759271573 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573811997973875927157381199797387592715738119979738759271573" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8d849cad-3460-4787-9735-362a85c81484, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9944634-f29e-4e93-b2f1-b30fc6fe2acc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8243c1ba-e2b8-467c-bbf7-c51024f85645, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8243c1ba-e2b8-467c-bbf7-c51024f85645, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18422648133933879757 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757184226481339338797571842264813393387975718422648133933879757" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 754335cd-0014-407c-a86c-d7ca70bfd619, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 754335cd-0014-407c-a86c-d7ca70bfd619, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7292908166948490477 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477729290816694849047772929081669484904777292908166948490477" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8243c1ba-e2b8-467c-bbf7-c51024f85645, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 754335cd-0014-407c-a86c-d7ca70bfd619, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8882af87-3b1f-4244-a20d-3dce7a85564b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8882af87-3b1f-4244-a20d-3dce7a85564b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10601588166379669753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753106015881663796697531060158816637966975310601588166379669753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082c5f60-db67-4bd7-b2c1-43fa4ee6bd0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082c5f60-db67-4bd7-b2c1-43fa4ee6bd0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15539896296914880475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475155398962969148804751553989629691488047515539896296914880475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8882af87-3b1f-4244-a20d-3dce7a85564b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5308c216-17b6-4a8e-934e-72088f099766, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5308c216-17b6-4a8e-934e-72088f099766, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7390084331002693817 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817739008433100269381773900843310026938177390084331002693817" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082c5f60-db67-4bd7-b2c1-43fa4ee6bd0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d28a8192-cd0a-4e6f-8e2b-19da533d52b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d28a8192-cd0a-4e6f-8e2b-19da533d52b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7972004264922164516 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516797200426492216451679720042649221645167972004264922164516" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5308c216-17b6-4a8e-934e-72088f099766, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f9f0d85-9586-4f1f-b5c9-d5f524c87417, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d28a8192-cd0a-4e6f-8e2b-19da533d52b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f9f0d85-9586-4f1f-b5c9-d5f524c87417, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3127830059969681519 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519312783005996968151931278300599696815193127830059969681519" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52750065-6e8b-4336-bfa3-fbec6b69ef79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52750065-6e8b-4336-bfa3-fbec6b69ef79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4586323526797968436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436458632352679796843645863235267979684364586323526797968436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f9f0d85-9586-4f1f-b5c9-d5f524c87417, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81c0790b-200a-4038-9a46-394abf897ef7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52750065-6e8b-4336-bfa3-fbec6b69ef79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81c0790b-200a-4038-9a46-394abf897ef7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4384186742671323152 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152438418674267132315243841867426713231524384186742671323152" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 877c07ba-1019-4279-9528-6abd6a21e435, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 877c07ba-1019-4279-9528-6abd6a21e435, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6750423877026098929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929675042387702609892967504238770260989296750423877026098929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81c0790b-200a-4038-9a46-394abf897ef7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 84e7e26b-2e7d-4b74-87cd-51b83a1a3ea7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 877c07ba-1019-4279-9528-6abd6a21e435, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 84e7e26b-2e7d-4b74-87cd-51b83a1a3ea7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 21001524890803042 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "2100152489080304221001524890803042210015248908030422100152489080304221001524890803042210015248908030422100152489080304221001524890803042210015248908030422100152489080304221001524890803042210015248908030422100152489080304221001524890803042210015248908030422100152489080304221001524890803042210015248908030422100152489080304221001524890803042" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49698d7c-3412-4ea5-a16e-39c247b08a20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49698d7c-3412-4ea5-a16e-39c247b08a20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7829126866733509196 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196782912686673350919678291268667335091967829126866733509196" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 84e7e26b-2e7d-4b74-87cd-51b83a1a3ea7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52b906a2-8fae-47b2-93b9-7d321cff14ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52b906a2-8fae-47b2-93b9-7d321cff14ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4835314498248749717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717483531449824874971748353144982487497174835314498248749717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49698d7c-3412-4ea5-a16e-39c247b08a20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 95734e6c-58e9-4d0b-904a-de5c9e08150a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 95734e6c-58e9-4d0b-904a-de5c9e08150a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14851151220578706925 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925148511512205787069251485115122057870692514851151220578706925" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52b906a2-8fae-47b2-93b9-7d321cff14ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 129abc4d-ca5f-4c61-8106-71a75e080ba5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 129abc4d-ca5f-4c61-8106-71a75e080ba5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1795258364717150972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972179525836471715097217952583647171509721795258364717150972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 95734e6c-58e9-4d0b-904a-de5c9e08150a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 42cd881f-21a8-468a-87ae-109d0f77bf2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 42cd881f-21a8-468a-87ae-109d0f77bf2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7271802139144840195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195727180213914484019572718021391448401957271802139144840195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 129abc4d-ca5f-4c61-8106-71a75e080ba5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94fed6cf-578f-4513-b823-eb6c7b819f51, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94fed6cf-578f-4513-b823-eb6c7b819f51, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9872690038304577367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367987269003830457736798726900383045773679872690038304577367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 42cd881f-21a8-468a-87ae-109d0f77bf2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 076fb29c-ed2f-4556-8803-52a2f34befb9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076fb29c-ed2f-4556-8803-52a2f34befb9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12282851003147243701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701122828510031472437011228285100314724370112282851003147243701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94fed6cf-578f-4513-b823-eb6c7b819f51, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e136de0a-8411-40a2-8f77-3098b00e28da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e136de0a-8411-40a2-8f77-3098b00e28da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434743594962618526 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526174347435949626185261743474359496261852617434743594962618526" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076fb29c-ed2f-4556-8803-52a2f34befb9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 30950633-0dae-45ad-988e-87934d63305d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 30950633-0dae-45ad-988e-87934d63305d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14558053642735875191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191145580536427358751911455805364273587519114558053642735875191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e136de0a-8411-40a2-8f77-3098b00e28da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 233da7fd-98b9-4bb2-a66c-c9a6bed6d393, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 233da7fd-98b9-4bb2-a66c-c9a6bed6d393, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9457071346210371600 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600945707134621037160094570713462103716009457071346210371600" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 30950633-0dae-45ad-988e-87934d63305d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df412000-0cfe-4eaa-a219-0965254cca7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df412000-0cfe-4eaa-a219-0965254cca7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 223321925022746505 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505223321925022746505" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 233da7fd-98b9-4bb2-a66c-c9a6bed6d393, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71386193-0f33-4c27-b749-3d8711a49654, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71386193-0f33-4c27-b749-3d8711a49654, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12610733571988264837 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837126107335719882648371261073357198826483712610733571988264837" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df412000-0cfe-4eaa-a219-0965254cca7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53eb7442-53c2-4599-942a-cd29dc061070, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71386193-0f33-4c27-b749-3d8711a49654, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53eb7442-53c2-4599-942a-cd29dc061070, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17747538767908271940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940177475387679082719401774753876790827194017747538767908271940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5d4a9698-5a14-4bde-9bf1-761739aabd31, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5d4a9698-5a14-4bde-9bf1-761739aabd31, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14515759748956618338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338145157597489566183381451575974895661833814515759748956618338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53eb7442-53c2-4599-942a-cd29dc061070, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4ed61a6-57f5-41a5-b780-1770e48ef780, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5d4a9698-5a14-4bde-9bf1-761739aabd31, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4ed61a6-57f5-41a5-b780-1770e48ef780, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4381795048144141823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823438179504814414182343817950481441418234381795048144141823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d5b6dc8-f0a9-4a48-ae08-73f2a7331680, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d5b6dc8-f0a9-4a48-ae08-73f2a7331680, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12385423426863993608 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608123854234268639936081238542342686399360812385423426863993608" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4ed61a6-57f5-41a5-b780-1770e48ef780, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd866db6-d1e6-4aa5-a44f-7f28211d3c88, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d5b6dc8-f0a9-4a48-ae08-73f2a7331680, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd866db6-d1e6-4aa5-a44f-7f28211d3c88, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10707577764306377531 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531107075777643063775311070757776430637753110707577764306377531" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b8f70ee4-a008-4226-a395-a413781c6a6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b8f70ee4-a008-4226-a395-a413781c6a6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15672587393819731707 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707156725873938197317071567258739381973170715672587393819731707" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd866db6-d1e6-4aa5-a44f-7f28211d3c88, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b8f70ee4-a008-4226-a395-a413781c6a6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 13e7971a-a6e9-4124-9519-2f7402ff83dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 13e7971a-a6e9-4124-9519-2f7402ff83dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17312978827771062027 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027173129788277710620271731297882777106202717312978827771062027" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 71b2662d-5369-4121-b0c3-11f3625982d3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 71b2662d-5369-4121-b0c3-11f3625982d3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5141594663992175672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672514159466399217567251415946639921756725141594663992175672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 13e7971a-a6e9-4124-9519-2f7402ff83dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 71b2662d-5369-4121-b0c3-11f3625982d3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8fd7159-eb79-446a-a3a3-acecfa92ed86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b8fa50f-9c6e-401f-a198-0d3caca779c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8fd7159-eb79-446a-a3a3-acecfa92ed86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13329155270793656167 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167133291552707936561671332915527079365616713329155270793656167" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b8fa50f-9c6e-401f-a198-0d3caca779c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11986577322933814948 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948119865773229338149481198657732293381494811986577322933814948" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b8fa50f-9c6e-401f-a198-0d3caca779c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8fd7159-eb79-446a-a3a3-acecfa92ed86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 260095b5-51b4-4792-b3e7-45fb5a94ce6f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 837705df-edb6-4a5a-ba94-83667dea43f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 260095b5-51b4-4792-b3e7-45fb5a94ce6f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1114701760305963646 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646111470176030596364611147017603059636461114701760305963646" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 837705df-edb6-4a5a-ba94-83667dea43f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14141208490785871717 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717141412084907858717171414120849078587171714141208490785871717" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 260095b5-51b4-4792-b3e7-45fb5a94ce6f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d2baf2e-be52-49e3-84b6-b19455912db9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d2baf2e-be52-49e3-84b6-b19455912db9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16606755223847717336 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336166067552238477173361660675522384771733616606755223847717336" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 837705df-edb6-4a5a-ba94-83667dea43f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbde29ba-1945-49ad-8140-6b8b9817b984, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbde29ba-1945-49ad-8140-6b8b9817b984, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10179694473071326239 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239101796944730713262391017969447307132623910179694473071326239" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d2baf2e-be52-49e3-84b6-b19455912db9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60cc553c-03a3-41b7-ab66-001d97b8e81d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbde29ba-1945-49ad-8140-6b8b9817b984, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60cc553c-03a3-41b7-ab66-001d97b8e81d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6647138489222369500 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500664713848922236950066471384892223695006647138489222369500" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7004fc1a-10c5-4c39-81fe-94fda0c4d2db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7004fc1a-10c5-4c39-81fe-94fda0c4d2db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2467213093931330282 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282246721309393133028224672130939313302822467213093931330282" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60cc553c-03a3-41b7-ab66-001d97b8e81d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ee97746a-afad-4251-997d-69d48e274c24, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ee97746a-afad-4251-997d-69d48e274c24, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4291268335845705858 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858429126833584570585842912683358457058584291268335845705858" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7004fc1a-10c5-4c39-81fe-94fda0c4d2db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06edf959-061e-4941-84d3-fd13bb7063a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06edf959-061e-4941-84d3-fd13bb7063a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9100930277923249654 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654910093027792324965491009302779232496549100930277923249654" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ee97746a-afad-4251-997d-69d48e274c24, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06edf959-061e-4941-84d3-fd13bb7063a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 271a3290-f96a-4c25-83fe-78e5cb6f13a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 271a3290-f96a-4c25-83fe-78e5cb6f13a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11448564250179230884 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884114485642501792308841144856425017923088411448564250179230884" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f637540-083d-43d8-90da-28211f0a4ab1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f637540-083d-43d8-90da-28211f0a4ab1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2335861586720746849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849233586158672074684923358615867207468492335861586720746849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 271a3290-f96a-4c25-83fe-78e5cb6f13a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bc3f3ace-742b-4ced-94e1-6b82bb9f2191, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bc3f3ace-742b-4ced-94e1-6b82bb9f2191, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8183001848395543381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381818300184839554338181830018483955433818183001848395543381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f637540-083d-43d8-90da-28211f0a4ab1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff90b15a-62ab-4f2c-b31b-8119d2a01e2b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff90b15a-62ab-4f2c-b31b-8119d2a01e2b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18358134441753955041 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041183581344417539550411835813444175395504118358134441753955041" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bc3f3ace-742b-4ced-94e1-6b82bb9f2191, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9225f8bb-5043-4bcf-aa1e-4dc8d2055c84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9225f8bb-5043-4bcf-aa1e-4dc8d2055c84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16636862992399926560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560166368629923999265601663686299239992656016636862992399926560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff90b15a-62ab-4f2c-b31b-8119d2a01e2b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14852bdb-3c5b-4f26-90a0-91b7319456ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14852bdb-3c5b-4f26-90a0-91b7319456ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17374911501128664637 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637173749115011286646371737491150112866463717374911501128664637" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9225f8bb-5043-4bcf-aa1e-4dc8d2055c84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8a7684f-0396-41ca-a510-0706cc878ede, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8a7684f-0396-41ca-a510-0706cc878ede, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1300158210744230714 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714130015821074423071413001582107442307141300158210744230714" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14852bdb-3c5b-4f26-90a0-91b7319456ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3b11d1d7-39db-4b31-b797-26e91af5ae0a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3b11d1d7-39db-4b31-b797-26e91af5ae0a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5216940005725017377 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377521694000572501737752169400057250173775216940005725017377" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8a7684f-0396-41ca-a510-0706cc878ede, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3883eafc-154f-42bb-b1af-f1edf5ec6a9a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3883eafc-154f-42bb-b1af-f1edf5ec6a9a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14287639949006378083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083142876399490063780831428763994900637808314287639949006378083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3b11d1d7-39db-4b31-b797-26e91af5ae0a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eee20933-07b1-42ce-a817-8e886f5c0d86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eee20933-07b1-42ce-a817-8e886f5c0d86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4926528369697009385 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385492652836969700938549265283696970093854926528369697009385" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3883eafc-154f-42bb-b1af-f1edf5ec6a9a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96d497c5-ab3b-4fd9-af7f-a6099e2f5a49, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96d497c5-ab3b-4fd9-af7f-a6099e2f5a49, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14056605830208559848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848140566058302085598481405660583020855984814056605830208559848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eee20933-07b1-42ce-a817-8e886f5c0d86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaa9aa7e-854c-4ef3-923c-72afa2446617, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaa9aa7e-854c-4ef3-923c-72afa2446617, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3296040483088216778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778329604048308821677832960404830882167783296040483088216778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96d497c5-ab3b-4fd9-af7f-a6099e2f5a49, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 763ab365-57bd-42ce-9bdb-77364e83666d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 763ab365-57bd-42ce-9bdb-77364e83666d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13335784619579778287 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287133357846195797782871333578461957977828713335784619579778287" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaa9aa7e-854c-4ef3-923c-72afa2446617, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ed79fe0b-3571-41f7-a8fd-9e07dc204130, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ed79fe0b-3571-41f7-a8fd-9e07dc204130, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11775314063796353370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370117753140637963533701177531406379635337011775314063796353370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 763ab365-57bd-42ce-9bdb-77364e83666d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5a6b4ac-931b-4cd4-a1a8-0d5b4bba50aa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5a6b4ac-931b-4cd4-a1a8-0d5b4bba50aa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14425580264685937610 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610144255802646859376101442558026468593761014425580264685937610" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ed79fe0b-3571-41f7-a8fd-9e07dc204130, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 518d12a2-263a-4649-9358-ca159f383092, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 518d12a2-263a-4649-9358-ca159f383092, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17834220849533166829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829178342208495331668291783422084953316682917834220849533166829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5a6b4ac-931b-4cd4-a1a8-0d5b4bba50aa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a5d2746a-180b-4d41-b466-54e5aaba939e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a5d2746a-180b-4d41-b466-54e5aaba939e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17110305283609554593 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593171103052836095545931711030528360955459317110305283609554593" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 518d12a2-263a-4649-9358-ca159f383092, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b04c2bdd-1187-4d65-9550-ce560935d0c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b04c2bdd-1187-4d65-9550-ce560935d0c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14302843729070907447 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447143028437290709074471430284372907090744714302843729070907447" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a5d2746a-180b-4d41-b466-54e5aaba939e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1c88c2ae-0503-4a1c-a4a5-df5a311c0bc3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1c88c2ae-0503-4a1c-a4a5-df5a311c0bc3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 370885135337853038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038370885135337853038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b04c2bdd-1187-4d65-9550-ce560935d0c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1c88c2ae-0503-4a1c-a4a5-df5a311c0bc3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a62ed9eb-9c4c-44b2-8825-df662dc8081c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d5c8f962-76f9-4872-aa3e-2d4629dafe79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d5c8f962-76f9-4872-aa3e-2d4629dafe79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12341122770923730155 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155123411227709237301551234112277092373015512341122770923730155" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a62ed9eb-9c4c-44b2-8825-df662dc8081c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6990920122085591438 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438699092012208559143869909201220855914386990920122085591438" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d5c8f962-76f9-4872-aa3e-2d4629dafe79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a62ed9eb-9c4c-44b2-8825-df662dc8081c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f7f11030-b4b8-4880-8999-530659f9035c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f7f11030-b4b8-4880-8999-530659f9035c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3140591705001794794 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794314059170500179479431405917050017947943140591705001794794" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c269b7ec-a520-4f3b-8270-f841e5e5dd6a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c269b7ec-a520-4f3b-8270-f841e5e5dd6a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3193808337194798269 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269319380833719479826931938083371947982693193808337194798269" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f7f11030-b4b8-4880-8999-530659f9035c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c134b8fa-cbd0-4dfa-84ed-7af4a72c6004, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c134b8fa-cbd0-4dfa-84ed-7af4a72c6004, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4211163206461570334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334421116320646157033442111632064615703344211163206461570334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c269b7ec-a520-4f3b-8270-f841e5e5dd6a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f01103f0-1f9d-472a-bf69-a7a710d8985c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f01103f0-1f9d-472a-bf69-a7a710d8985c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11794143770177560147 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147117941437701775601471179414377017756014711794143770177560147" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c134b8fa-cbd0-4dfa-84ed-7af4a72c6004, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db4b0325-c03c-47de-af2c-138e3e551040, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f01103f0-1f9d-472a-bf69-a7a710d8985c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db4b0325-c03c-47de-af2c-138e3e551040, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14972038864349009338 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338149720388643490093381497203886434900933814972038864349009338" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6aa51e2b-ad75-46c1-a3ae-d1847a6a67eb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6aa51e2b-ad75-46c1-a3ae-d1847a6a67eb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13021841383681645284 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284130218413836816452841302184138368164528413021841383681645284" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db4b0325-c03c-47de-af2c-138e3e551040, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fac5915-b03e-43e9-ac4f-c0ce8f049062, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6aa51e2b-ad75-46c1-a3ae-d1847a6a67eb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fac5915-b03e-43e9-ac4f-c0ce8f049062, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1505384527493444175 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175150538452749344417515053845274934441751505384527493444175" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d167adf1-e398-47fb-aab1-d117e5335b7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d167adf1-e398-47fb-aab1-d117e5335b7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17164807565913962572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572171648075659139625721716480756591396257217164807565913962572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fac5915-b03e-43e9-ac4f-c0ce8f049062, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d167adf1-e398-47fb-aab1-d117e5335b7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98295e6d-211e-491a-b7e0-eb77b25d6d08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98295e6d-211e-491a-b7e0-eb77b25d6d08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2231523462320358971 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971223152346232035897122315234623203589712231523462320358971" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4a9942ee-8010-426e-94d7-be0dbeb57730, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4a9942ee-8010-426e-94d7-be0dbeb57730, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10744568027236123973 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973107445680272361239731074456802723612397310744568027236123973" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98295e6d-211e-491a-b7e0-eb77b25d6d08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 087ba61a-dbe4-454b-bc55-e5729867735e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4a9942ee-8010-426e-94d7-be0dbeb57730, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 087ba61a-dbe4-454b-bc55-e5729867735e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7623054217613334918 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918762305421761333491876230542176133349187623054217613334918" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f4ec5f3-0d35-4e78-8485-426ae1d84845, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f4ec5f3-0d35-4e78-8485-426ae1d84845, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5306814001543298160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160530681400154329816053068140015432981605306814001543298160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 087ba61a-dbe4-454b-bc55-e5729867735e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f59862a-336f-4bec-bc94-d7778b0d54f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f4ec5f3-0d35-4e78-8485-426ae1d84845, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f59862a-336f-4bec-bc94-d7778b0d54f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4078700027343171620 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620407870002734317162040787000273431716204078700027343171620" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd996b6-accc-4c14-b3da-433b4e657a4e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd996b6-accc-4c14-b3da-433b4e657a4e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18309695533325508813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813183096955333255088131830969553332550881318309695533325508813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f59862a-336f-4bec-bc94-d7778b0d54f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd996b6-accc-4c14-b3da-433b4e657a4e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d243a48-fe77-430e-82af-f1bcc0305204, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 508da91b-bb57-4a94-af06-14277b926367, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d243a48-fe77-430e-82af-f1bcc0305204, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16200566937156740864 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864162005669371567408641620056693715674086416200566937156740864" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 508da91b-bb57-4a94-af06-14277b926367, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15328681251809490995 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995153286812518094909951532868125180949099515328681251809490995" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 508da91b-bb57-4a94-af06-14277b926367, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d243a48-fe77-430e-82af-f1bcc0305204, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35f32d14-f606-497a-8d79-63a2c472f778, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba787488-2d3f-4618-9aa0-d31a4c9e31ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35f32d14-f606-497a-8d79-63a2c472f778, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2990960209982809132 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132299096020998280913229909602099828091322990960209982809132" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba787488-2d3f-4618-9aa0-d31a4c9e31ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2113305733059952032 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032211330573305995203221133057330599520322113305733059952032" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35f32d14-f606-497a-8d79-63a2c472f778, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba787488-2d3f-4618-9aa0-d31a4c9e31ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7269a7fb-b932-4ba1-adb9-6a7191a165a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7269a7fb-b932-4ba1-adb9-6a7191a165a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12695282229655427758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758126952822296554277581269528222965542775812695282229655427758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c79bfd06-af76-4889-b25b-759d14bc9675, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c79bfd06-af76-4889-b25b-759d14bc9675, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6850169095440676436 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436685016909544067643668501690954406764366850169095440676436" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7269a7fb-b932-4ba1-adb9-6a7191a165a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c79bfd06-af76-4889-b25b-759d14bc9675, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f58f781-a623-4985-98b7-cb566851524a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f58f781-a623-4985-98b7-cb566851524a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7664360067968821237 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237766436006796882123776643600679688212377664360067968821237" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3de4f9c9-6e85-4b84-be2f-da94441caf62, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3de4f9c9-6e85-4b84-be2f-da94441caf62, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2483545233046997294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "24835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294248354523304699729424835452330469972942483545233046997294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3de4f9c9-6e85-4b84-be2f-da94441caf62, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b59046ef-c853-46b3-9538-131a3f13c963, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b59046ef-c853-46b3-9538-131a3f13c963, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3133999790607426907 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907313399979060742690731339997906074269073133999790607426907" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f58f781-a623-4985-98b7-cb566851524a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1b26d2e0-bcca-4275-8a61-944640d7debe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1b26d2e0-bcca-4275-8a61-944640d7debe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7699967358910348821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821769996735891034882176999673589103488217699967358910348821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b59046ef-c853-46b3-9538-131a3f13c963, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 873ae750-87d3-4403-994e-67c63940a2e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 873ae750-87d3-4403-994e-67c63940a2e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18426113694622344764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764184261136946223447641842611369462234476418426113694622344764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1b26d2e0-bcca-4275-8a61-944640d7debe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1361f5a5-a691-4537-8e78-fa8ea3307c1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1361f5a5-a691-4537-8e78-fa8ea3307c1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10526562258130232543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543105265622581302325431052656225813023254310526562258130232543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 873ae750-87d3-4403-994e-67c63940a2e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1361f5a5-a691-4537-8e78-fa8ea3307c1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 48f5b7ce-573f-4e84-85c4-b847cf5c02ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f4e1d6de-0009-4b9b-9d0b-a7602a3f31c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 48f5b7ce-573f-4e84-85c4-b847cf5c02ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8426677080868157026 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026842667708086815702684266770808681570268426677080868157026" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f4e1d6de-0009-4b9b-9d0b-a7602a3f31c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2155948460038293796 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796215594846003829379621559484600382937962155948460038293796" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 48f5b7ce-573f-4e84-85c4-b847cf5c02ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f4e1d6de-0009-4b9b-9d0b-a7602a3f31c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9303a81f-81a4-4d3d-b4d2-223d12c6fe79, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c43c4bb-45a0-474e-8f5b-9994f63ebae0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9303a81f-81a4-4d3d-b4d2-223d12c6fe79, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1537969340633648815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "15379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815153796934063364881515379693406336488151537969340633648815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c43c4bb-45a0-474e-8f5b-9994f63ebae0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15222051937849714787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787152220519378497147871522205193784971478715222051937849714787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c43c4bb-45a0-474e-8f5b-9994f63ebae0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9303a81f-81a4-4d3d-b4d2-223d12c6fe79, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2da681d-0f57-4c83-9bfe-66988503dfb8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 601eed88-d0b6-4117-86fa-406885b00a1f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2da681d-0f57-4c83-9bfe-66988503dfb8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14973109711399175230 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230149731097113991752301497310971139917523014973109711399175230" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 601eed88-d0b6-4117-86fa-406885b00a1f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8917240652135076286 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286891724065213507628689172406521350762868917240652135076286" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 601eed88-d0b6-4117-86fa-406885b00a1f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2da681d-0f57-4c83-9bfe-66988503dfb8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c363d528-d3ef-4e05-afee-d89ee7af385d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c363d528-d3ef-4e05-afee-d89ee7af385d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2297158053353932929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "22971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929229715805335393292922971580533539329292297158053353932929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be839f3a-5ed1-4181-a179-4f0f8c456855, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be839f3a-5ed1-4181-a179-4f0f8c456855, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13355491909112001358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358133554919091120013581335549190911200135813355491909112001358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c363d528-d3ef-4e05-afee-d89ee7af385d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a8ad4096-e9bc-43d4-8c1f-5b0b973730a6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be839f3a-5ed1-4181-a179-4f0f8c456855, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a8ad4096-e9bc-43d4-8c1f-5b0b973730a6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8624115828758952478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478862411582875895247886241158287589524788624115828758952478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 027dbec8-9f84-4efd-a26b-01b4c7e55fc4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 027dbec8-9f84-4efd-a26b-01b4c7e55fc4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17084717455949073888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888170847174559490738881708471745594907388817084717455949073888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a8ad4096-e9bc-43d4-8c1f-5b0b973730a6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 878d38a3-a196-42a2-9e4e-645de3f1f2db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 878d38a3-a196-42a2-9e4e-645de3f1f2db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4076652632994754843 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843407665263299475484340766526329947548434076652632994754843" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 027dbec8-9f84-4efd-a26b-01b4c7e55fc4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ddbea165-55b9-4410-9f63-9948f098fcc5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ddbea165-55b9-4410-9f63-9948f098fcc5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12276056803568814499 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499122760568035688144991227605680356881449912276056803568814499" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 878d38a3-a196-42a2-9e4e-645de3f1f2db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b42fb906-0ffd-45a7-89c4-e1a27365bf2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ddbea165-55b9-4410-9f63-9948f098fcc5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42fb906-0ffd-45a7-89c4-e1a27365bf2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10727938390863879314 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314107279383908638793141072793839086387931410727938390863879314" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3241144-7e45-41db-b314-eb26a694a096, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3241144-7e45-41db-b314-eb26a694a096, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1729289148802685468 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468172928914880268546817292891488026854681729289148802685468" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42fb906-0ffd-45a7-89c4-e1a27365bf2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3241144-7e45-41db-b314-eb26a694a096, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bfe10e98-2e49-4680-b8cd-6d41ded1aead, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bfe10e98-2e49-4680-b8cd-6d41ded1aead, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13385792411576597753 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753133857924115765977531338579241157659775313385792411576597753" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc30ddf7-e034-4819-ae9e-d892643f8df9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc30ddf7-e034-4819-ae9e-d892643f8df9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11521162926771244650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650115211629267712446501152116292677124465011521162926771244650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bfe10e98-2e49-4680-b8cd-6d41ded1aead, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6be78021-b138-4123-829d-322ed06ba13f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6be78021-b138-4123-829d-322ed06ba13f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13619021855144186292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292136190218551441862921361902185514418629213619021855144186292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6be78021-b138-4123-829d-322ed06ba13f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b313367f-5ab3-4f9c-86d8-e1d554a2720a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b313367f-5ab3-4f9c-86d8-e1d554a2720a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4703826010872237911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911470382601087223791147038260108722379114703826010872237911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc30ddf7-e034-4819-ae9e-d892643f8df9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 218b1770-8c9d-4ab0-9b16-091a85d37f44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 218b1770-8c9d-4ab0-9b16-091a85d37f44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5054798942416390010 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010505479894241639001050547989424163900105054798942416390010" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b313367f-5ab3-4f9c-86d8-e1d554a2720a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dba775c9-4639-4018-a32d-e4319b7a6763, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dba775c9-4639-4018-a32d-e4319b7a6763, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14742089308919766208 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208147420893089197662081474208930891976620814742089308919766208" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 218b1770-8c9d-4ab0-9b16-091a85d37f44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 696775ef-bbc9-4db7-a640-337ee3267479, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 696775ef-bbc9-4db7-a640-337ee3267479, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6662212183286154223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223666221218328615422366622121832861542236662212183286154223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dba775c9-4639-4018-a32d-e4319b7a6763, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 09ac0c6e-4700-476f-85e8-49d99f25435a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 09ac0c6e-4700-476f-85e8-49d99f25435a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7593872615496557406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406759387261549655740675938726154965574067593872615496557406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 696775ef-bbc9-4db7-a640-337ee3267479, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fd4acc0b-2ab6-46d5-8762-b6438f6a77af, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fd4acc0b-2ab6-46d5-8762-b6438f6a77af, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7981984826045437222 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222798198482604543722279819848260454372227981984826045437222" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 09ac0c6e-4700-476f-85e8-49d99f25435a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6e4af7c2-9d13-4fd4-8389-f1dcd06df193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6e4af7c2-9d13-4fd4-8389-f1dcd06df193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14331666888742055136 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136143316668887420551361433166688874205513614331666888742055136" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fd4acc0b-2ab6-46d5-8762-b6438f6a77af, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f32c003e-8e64-4c93-b15f-344a201a1c30, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f32c003e-8e64-4c93-b15f-344a201a1c30, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5738207768306312261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261573820776830631226157382077683063122615738207768306312261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6e4af7c2-9d13-4fd4-8389-f1dcd06df193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22a5605d-b603-43e4-9ecb-cf5fd30507b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22a5605d-b603-43e4-9ecb-cf5fd30507b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6684010302504136811 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811668401030250413681166840103025041368116684010302504136811" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f32c003e-8e64-4c93-b15f-344a201a1c30, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 513fd818-9624-4a8b-b7e6-8d96bc0ab4a7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 513fd818-9624-4a8b-b7e6-8d96bc0ab4a7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12494950278511463107 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107124949502785114631071249495027851146310712494950278511463107" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22a5605d-b603-43e4-9ecb-cf5fd30507b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e232542-665c-4103-a449-c82e5a21490c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e232542-665c-4103-a449-c82e5a21490c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2038724858966821906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906203872485896682190620387248589668219062038724858966821906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 513fd818-9624-4a8b-b7e6-8d96bc0ab4a7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87dfc893-8fe0-411e-926d-71ab81b13807, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87dfc893-8fe0-411e-926d-71ab81b13807, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16126549010751809279 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279161265490107518092791612654901075180927916126549010751809279" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e232542-665c-4103-a449-c82e5a21490c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1e313af0-7c00-48af-b36a-d4f81d503953, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1e313af0-7c00-48af-b36a-d4f81d503953, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8965434417831229292 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292896543441783122929289654344178312292928965434417831229292" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87dfc893-8fe0-411e-926d-71ab81b13807, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0753ab8b-99a4-478d-9af0-751466335744, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0753ab8b-99a4-478d-9af0-751466335744, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4579836330992064328 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "45798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328457983633099206432845798363309920643284579836330992064328" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1e313af0-7c00-48af-b36a-d4f81d503953, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93cab9d1-b4a3-4309-91bb-f5bebb4b9501, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93cab9d1-b4a3-4309-91bb-f5bebb4b9501, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8111937298539509606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606811193729853950960681119372985395096068111937298539509606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0753ab8b-99a4-478d-9af0-751466335744, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b060cb0f-8ad2-47cd-9877-87a153b6c7b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b060cb0f-8ad2-47cd-9877-87a153b6c7b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4110860734531193622 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622411086073453119362241108607345311936224110860734531193622" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93cab9d1-b4a3-4309-91bb-f5bebb4b9501, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b316266a-ede3-4025-b35c-e6e10cc4d8c5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b316266a-ede3-4025-b35c-e6e10cc4d8c5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6906142179381579664 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664690614217938157966469061421793815796646906142179381579664" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b060cb0f-8ad2-47cd-9877-87a153b6c7b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f84d962-5757-4e57-8b11-114713b02aa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f84d962-5757-4e57-8b11-114713b02aa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10035713430546616881 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881100357134305466168811003571343054661688110035713430546616881" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b316266a-ede3-4025-b35c-e6e10cc4d8c5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, add81c42-59ea-4a84-b5dc-4403ffa3fbe1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, add81c42-59ea-4a84-b5dc-4403ffa3fbe1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16770877828160639603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603167708778281606396031677087782816063960316770877828160639603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f84d962-5757-4e57-8b11-114713b02aa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0cadadd1-b1a3-477b-a485-7d44b0650a1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0cadadd1-b1a3-477b-a485-7d44b0650a1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8419064017594245564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564841906401759424556484190640175942455648419064017594245564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, add81c42-59ea-4a84-b5dc-4403ffa3fbe1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa313b34-b5c6-449b-ae63-504b9a781811, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa313b34-b5c6-449b-ae63-504b9a781811, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8377757793322732833 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833837775779332273283383777577933227328338377757793322732833" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0cadadd1-b1a3-477b-a485-7d44b0650a1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef832f19-df74-49de-ae22-3a12b1d696ef, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef832f19-df74-49de-ae22-3a12b1d696ef, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14641405759837703590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590146414057598377035901464140575983770359014641405759837703590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa313b34-b5c6-449b-ae63-504b9a781811, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1ba72ac5-2eae-4ab8-a332-d71b54674c98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1ba72ac5-2eae-4ab8-a332-d71b54674c98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4466881605857381242 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242446688160585738124244668816058573812424466881605857381242" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef832f19-df74-49de-ae22-3a12b1d696ef, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 492fe17d-f3ed-461f-a4db-7cde833e7f28, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 492fe17d-f3ed-461f-a4db-7cde833e7f28, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9052449649229953626 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626905244964922995362690524496492299536269052449649229953626" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1ba72ac5-2eae-4ab8-a332-d71b54674c98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a6c2e3ec-74d1-45b2-abf6-7ebd553f4bbd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a6c2e3ec-74d1-45b2-abf6-7ebd553f4bbd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6838688720682319278 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278683868872068231927868386887206823192786838688720682319278" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 492fe17d-f3ed-461f-a4db-7cde833e7f28, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fddc11ec-148b-4ae7-9bb6-965453e197d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fddc11ec-148b-4ae7-9bb6-965453e197d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7596920691075806093 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "75969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093759692069107580609375969206910758060937596920691075806093" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a6c2e3ec-74d1-45b2-abf6-7ebd553f4bbd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 006c8641-045c-4c42-90e2-843ab09eefae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 006c8641-045c-4c42-90e2-843ab09eefae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16028490901924083414 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414160284909019240834141602849090192408341416028490901924083414" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fddc11ec-148b-4ae7-9bb6-965453e197d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a0d3cb8a-a2f4-4a24-84a0-4a40c6080baa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 006c8641-045c-4c42-90e2-843ab09eefae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a0d3cb8a-a2f4-4a24-84a0-4a40c6080baa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6502145665815044604 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604650214566581504460465021456658150446046502145665815044604" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae5e708b-1202-4204-9317-255c37999326, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae5e708b-1202-4204-9317-255c37999326, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15253328264938599317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317152533282649385993171525332826493859931715253328264938599317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a0d3cb8a-a2f4-4a24-84a0-4a40c6080baa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae5e708b-1202-4204-9317-255c37999326, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0428b4-7f2a-483d-bf64-9b12d7047b89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0428b4-7f2a-483d-bf64-9b12d7047b89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2338638479267605782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782233863847926760578223386384792676057822338638479267605782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bac9d5b-23eb-41a1-851f-e63837d4df4b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bac9d5b-23eb-41a1-851f-e63837d4df4b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2636531628291290216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216263653162829129021626365316282912902162636531628291290216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0428b4-7f2a-483d-bf64-9b12d7047b89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a65ab1e3-058e-4f1b-bea4-927f577cda2d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a65ab1e3-058e-4f1b-bea4-927f577cda2d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 874036910231006558 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558874036910231006558" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bac9d5b-23eb-41a1-851f-e63837d4df4b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e43dbabf-7c1a-46dc-a99e-31c396d1fc54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e43dbabf-7c1a-46dc-a99e-31c396d1fc54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4279931903530017332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332427993190353001733242799319035300173324279931903530017332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a65ab1e3-058e-4f1b-bea4-927f577cda2d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57b987f8-4fff-4c75-9da0-2ca37d06224f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57b987f8-4fff-4c75-9da0-2ca37d06224f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 141149617833921413 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413141149617833921413" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e43dbabf-7c1a-46dc-a99e-31c396d1fc54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b28653b3-9d7e-401d-b2bd-46b98377ef10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b28653b3-9d7e-401d-b2bd-46b98377ef10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3389625207847071666 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666338962520784707166633896252078470716663389625207847071666" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57b987f8-4fff-4c75-9da0-2ca37d06224f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7ff428d9-f952-4214-9790-3d5a4972f251, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7ff428d9-f952-4214-9790-3d5a4972f251, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7971848770706640645 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645797184877070664064579718487707066406457971848770706640645" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b28653b3-9d7e-401d-b2bd-46b98377ef10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7ff428d9-f952-4214-9790-3d5a4972f251, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34c5a149-63ed-418a-8480-38eeb6e978e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34c5a149-63ed-418a-8480-38eeb6e978e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15248790429261636040 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040152487904292616360401524879042926163604015248790429261636040" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae9107e7-2f9d-4942-8e8b-bbafd77c646c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae9107e7-2f9d-4942-8e8b-bbafd77c646c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17633017840380404542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542176330178403804045421763301784038040454217633017840380404542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34c5a149-63ed-418a-8480-38eeb6e978e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 67280167-41a5-40e0-bd4e-dbd3bdde2d69, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae9107e7-2f9d-4942-8e8b-bbafd77c646c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 67280167-41a5-40e0-bd4e-dbd3bdde2d69, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7669453347986540992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "76694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992766945334798654099276694533479865409927669453347986540992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 66dc5ce1-45a6-4c63-9945-0a1476e41a04, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 66dc5ce1-45a6-4c63-9945-0a1476e41a04, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6456179818435538469 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "64561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469645617981843553846964561798184355384696456179818435538469" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 67280167-41a5-40e0-bd4e-dbd3bdde2d69, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a3d2432b-4068-4afd-87f0-85b1a18a51c9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a3d2432b-4068-4afd-87f0-85b1a18a51c9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9584241130055981878 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878958424113005598187895842411300559818789584241130055981878" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 66dc5ce1-45a6-4c63-9945-0a1476e41a04, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38d97933-55a4-4c30-b050-dad768d7ce7e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38d97933-55a4-4c30-b050-dad768d7ce7e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9766212607574780555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555976621260757478055597662126075747805559766212607574780555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38d97933-55a4-4c30-b050-dad768d7ce7e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 94528c3a-3d01-43cc-a9f7-fff9037459e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 94528c3a-3d01-43cc-a9f7-fff9037459e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10714323859330228211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211107143238593302282111071432385933022821110714323859330228211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 94528c3a-3d01-43cc-a9f7-fff9037459e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd0f7d50-428a-465c-9b82-b0ad54d68091, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd0f7d50-428a-465c-9b82-b0ad54d68091, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18179947999326841821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821181799479993268418211817994799932684182118179947999326841821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a3d2432b-4068-4afd-87f0-85b1a18a51c9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd0f7d50-428a-465c-9b82-b0ad54d68091, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 948a7543-197a-4d14-8b09-c25fa8d2fa46, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 948a7543-197a-4d14-8b09-c25fa8d2fa46, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11585696083273218316 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316115856960832732183161158569608327321831611585696083273218316" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2cb7f24e-170e-46e2-bc4a-e2d35a21e9ee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2cb7f24e-170e-46e2-bc4a-e2d35a21e9ee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7056446743145633218 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218705644674314563321870564467431456332187056446743145633218" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 948a7543-197a-4d14-8b09-c25fa8d2fa46, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aadfb915-7cf9-4969-853a-a7e8eca0f39e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aadfb915-7cf9-4969-853a-a7e8eca0f39e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3825694263313639726 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726382569426331363972638256942633136397263825694263313639726" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2cb7f24e-170e-46e2-bc4a-e2d35a21e9ee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8c2c40fd-3839-456e-8c89-e3c3c29ecc19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8c2c40fd-3839-456e-8c89-e3c3c29ecc19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13147243036366685595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595131472430363666855951314724303636668559513147243036366685595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8c2c40fd-3839-456e-8c89-e3c3c29ecc19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aadfb915-7cf9-4969-853a-a7e8eca0f39e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d01c2700-51d2-4067-bab6-780ececa689e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d01c2700-51d2-4067-bab6-780ececa689e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14183659816730327277 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277141836598167303272771418365981673032727714183659816730327277" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 391ada43-321d-4711-9d77-02140eb9614e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 391ada43-321d-4711-9d77-02140eb9614e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5426341191656378638 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "54263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638542634119165637863854263411916563786385426341191656378638" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d01c2700-51d2-4067-bab6-780ececa689e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f632b574-ce00-4417-9d84-39c3205cb07c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f632b574-ce00-4417-9d84-39c3205cb07c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13738929069839327371 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371137389290698393273711373892906983932737113738929069839327371" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 391ada43-321d-4711-9d77-02140eb9614e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4c876f0-9cec-4d6d-a093-e030cbc77084, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4c876f0-9cec-4d6d-a093-e030cbc77084, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16322018915132041302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302163220189151320413021632201891513204130216322018915132041302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f632b574-ce00-4417-9d84-39c3205cb07c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba1ef58c-90ce-465d-960a-997ff1ed8900, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba1ef58c-90ce-465d-960a-997ff1ed8900, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3250590754988738996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996325059075498873899632505907549887389963250590754988738996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4c876f0-9cec-4d6d-a093-e030cbc77084, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6fe87259-db31-4691-a5ff-da45f5304228, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6fe87259-db31-4691-a5ff-da45f5304228, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2137591213074744560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560213759121307474456021375912130747445602137591213074744560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba1ef58c-90ce-465d-960a-997ff1ed8900, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f09f5bc-5eff-403b-a4d5-a2988d1629d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f09f5bc-5eff-403b-a4d5-a2988d1629d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1185906336966367451 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451118590633696636745111859063369663674511185906336966367451" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6fe87259-db31-4691-a5ff-da45f5304228, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c903e3-8e1e-44d5-8c46-e1ba7ac712a1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c903e3-8e1e-44d5-8c46-e1ba7ac712a1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13532947764147445727 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727135329477641474457271353294776414744572713532947764147445727" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f09f5bc-5eff-403b-a4d5-a2988d1629d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 931e6d5e-1e62-429f-88b1-1f6790fb43ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 931e6d5e-1e62-429f-88b1-1f6790fb43ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10083169611196156225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225100831696111961562251008316961119615622510083169611196156225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c903e3-8e1e-44d5-8c46-e1ba7ac712a1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a9afb11-4787-4f20-8d66-ae24b337c404, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a9afb11-4787-4f20-8d66-ae24b337c404, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8946918685647969002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002894691868564796900289469186856479690028946918685647969002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 931e6d5e-1e62-429f-88b1-1f6790fb43ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bb5015a6-dde0-400d-b147-be46d59a26c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bb5015a6-dde0-400d-b147-be46d59a26c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10207189645610749874 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874102071896456107498741020718964561074987410207189645610749874" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a9afb11-4787-4f20-8d66-ae24b337c404, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 86de8ea0-027c-4870-97d4-732a777e9bed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 86de8ea0-027c-4870-97d4-732a777e9bed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5646510964635630300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300564651096463563030056465109646356303005646510964635630300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bb5015a6-dde0-400d-b147-be46d59a26c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 96ad9130-8a42-4605-9e90-158b11fd5313, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 96ad9130-8a42-4605-9e90-158b11fd5313, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11430433508220634348 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348114304335082206343481143043350822063434811430433508220634348" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 86de8ea0-027c-4870-97d4-732a777e9bed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e9dd535c-75b2-4836-be47-d178d6177756, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e9dd535c-75b2-4836-be47-d178d6177756, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17581307492821790724 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724175813074928217907241758130749282179072417581307492821790724" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 96ad9130-8a42-4605-9e90-158b11fd5313, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b311544-7f20-4f16-a2bc-49a2f4f0e730, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b311544-7f20-4f16-a2bc-49a2f4f0e730, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15236721049710176785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785152367210497101767851523672104971017678515236721049710176785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e9dd535c-75b2-4836-be47-d178d6177756, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf0d9e70-7129-4f09-97f0-d47ff9b620bd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf0d9e70-7129-4f09-97f0-d47ff9b620bd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14728923114674997741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741147289231146749977411472892311467499774114728923114674997741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b311544-7f20-4f16-a2bc-49a2f4f0e730, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ffbb3f6-8e7c-4f8f-9468-046dce4edaed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf0d9e70-7129-4f09-97f0-d47ff9b620bd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ffbb3f6-8e7c-4f8f-9468-046dce4edaed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5392059240943349138 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138539205924094334913853920592409433491385392059240943349138" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 273531eb-dda1-45b0-8ef1-7634d077d59a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 273531eb-dda1-45b0-8ef1-7634d077d59a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2984349770660829922 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922298434977066082992229843497706608299222984349770660829922" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ffbb3f6-8e7c-4f8f-9468-046dce4edaed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c8d22ed7-a84c-4483-803c-701975652f71, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 273531eb-dda1-45b0-8ef1-7634d077d59a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c8d22ed7-a84c-4483-803c-701975652f71, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10117005510555292854 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854101170055105552928541011700551055529285410117005510555292854" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2de0fd85-ba10-4cc7-80b3-26113b1ab79d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2de0fd85-ba10-4cc7-80b3-26113b1ab79d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10669385997475017485 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485106693859974750174851066938599747501748510669385997475017485" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c8d22ed7-a84c-4483-803c-701975652f71, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3199e4f8-0fa0-4435-b6c5-1a2f4fec1b98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3199e4f8-0fa0-4435-b6c5-1a2f4fec1b98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066544962789385955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955806654496278938595580665449627893859558066544962789385955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2de0fd85-ba10-4cc7-80b3-26113b1ab79d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49eb838b-dc6f-4af4-921f-173f183315de, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49eb838b-dc6f-4af4-921f-173f183315de, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16232170763553688774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774162321707635536887741623217076355368877416232170763553688774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3199e4f8-0fa0-4435-b6c5-1a2f4fec1b98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf6c2408-70bd-4195-a270-7c0e0db98d4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49eb838b-dc6f-4af4-921f-173f183315de, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf6c2408-70bd-4195-a270-7c0e0db98d4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5958705873468837099 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099595870587346883709959587058734688370995958705873468837099" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a85ed06e-92b1-4b12-8f79-8bcc21d27d9a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a85ed06e-92b1-4b12-8f79-8bcc21d27d9a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18033351468380942859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859180333514683809428591803335146838094285918033351468380942859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf6c2408-70bd-4195-a270-7c0e0db98d4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b09641fb-6aa5-4117-b67a-d12a2fa68c61, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a85ed06e-92b1-4b12-8f79-8bcc21d27d9a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b09641fb-6aa5-4117-b67a-d12a2fa68c61, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13270961062204625813 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813132709610622046258131327096106220462581313270961062204625813" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1f766cf3-23ca-4099-b6e2-1b3b61e1b0da, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1f766cf3-23ca-4099-b6e2-1b3b61e1b0da, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9231913929682935066 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066923191392968293506692319139296829350669231913929682935066" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b09641fb-6aa5-4117-b67a-d12a2fa68c61, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e659a1ae-0978-4310-a7fc-ae73cd1f13d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1f766cf3-23ca-4099-b6e2-1b3b61e1b0da, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e659a1ae-0978-4310-a7fc-ae73cd1f13d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13388368615358675311 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311133883686153586753111338836861535867531113388368615358675311" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b22e0589-07d8-4da5-999e-aac11f36b6ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b22e0589-07d8-4da5-999e-aac11f36b6ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9916612615267079048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048991661261526707904899166126152670790489916612615267079048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b22e0589-07d8-4da5-999e-aac11f36b6ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ffe1797f-47be-46ac-b8c7-92864e345a92, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ffe1797f-47be-46ac-b8c7-92864e345a92, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15651958267262221166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166156519582672622211661565195826726222116615651958267262221166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e659a1ae-0978-4310-a7fc-ae73cd1f13d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f764a5d-ef1a-4c51-bced-b5b6732f0574, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f764a5d-ef1a-4c51-bced-b5b6732f0574, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 274162092463879506 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506274162092463879506" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ffe1797f-47be-46ac-b8c7-92864e345a92, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d10f23f8-ca11-4bf8-863f-a331c330f7c3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d10f23f8-ca11-4bf8-863f-a331c330f7c3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2521037753676791387 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387252103775367679138725210377536767913872521037753676791387" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f764a5d-ef1a-4c51-bced-b5b6732f0574, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, acd4881a-a7be-406c-a650-0436c8886320, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d10f23f8-ca11-4bf8-863f-a331c330f7c3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, acd4881a-a7be-406c-a650-0436c8886320, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16122519093479586742 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742161225190934795867421612251909347958674216122519093479586742" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f3db7977-32d9-46ff-bb52-5517474dc89c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f3db7977-32d9-46ff-bb52-5517474dc89c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7064194313037007209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "70641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209706419431303700720970641943130370072097064194313037007209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, acd4881a-a7be-406c-a650-0436c8886320, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f3db7977-32d9-46ff-bb52-5517474dc89c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 12e464c3-705b-4dab-91f9-89cf286b1e8b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 12e464c3-705b-4dab-91f9-89cf286b1e8b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11537567478956544384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384115375674789565443841153756747895654438411537567478956544384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e8a83fdd-15ca-44c0-a436-7c1ccfa08c39, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e8a83fdd-15ca-44c0-a436-7c1ccfa08c39, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6383751690194123305 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305638375169019412330563837516901941233056383751690194123305" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 12e464c3-705b-4dab-91f9-89cf286b1e8b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fea5098-d6c9-4c59-86c7-5faede919cb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fea5098-d6c9-4c59-86c7-5faede919cb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4456088951243657332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332445608895124365733244560889512436573324456088951243657332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e8a83fdd-15ca-44c0-a436-7c1ccfa08c39, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1faa12d-8c57-42d2-abe6-a3848a8d0128, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1faa12d-8c57-42d2-abe6-a3848a8d0128, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7292554714420768263 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263729255471442076826372925547144207682637292554714420768263" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fea5098-d6c9-4c59-86c7-5faede919cb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b42de551-d9c4-4d9f-a9ee-d03a4e436301, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b42de551-d9c4-4d9f-a9ee-d03a4e436301, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8931903727945249427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427893190372794524942789319037279452494278931903727945249427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1faa12d-8c57-42d2-abe6-a3848a8d0128, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 06721573-8cf2-4c4e-9fb5-ed8c5b7f4044, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 06721573-8cf2-4c4e-9fb5-ed8c5b7f4044, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9958921980208397378 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378995892198020839737899589219802083973789958921980208397378" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b42de551-d9c4-4d9f-a9ee-d03a4e436301, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6f62ad8b-d2a1-4b4c-99d1-9b50325c3cde, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6f62ad8b-d2a1-4b4c-99d1-9b50325c3cde, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3689952150875041998 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998368995215087504199836899521508750419983689952150875041998" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 06721573-8cf2-4c4e-9fb5-ed8c5b7f4044, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c55dd51-121c-458a-89c3-fc1a30261255, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c55dd51-121c-458a-89c3-fc1a30261255, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495123889139258688 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688949512388913925868894951238891392586889495123889139258688" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6f62ad8b-d2a1-4b4c-99d1-9b50325c3cde, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97c4d4fc-10e5-425d-b25a-0858f5199f86, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97c4d4fc-10e5-425d-b25a-0858f5199f86, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15276013386123061827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827152760133861230618271527601338612306182715276013386123061827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c55dd51-121c-458a-89c3-fc1a30261255, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29a9c500-26fd-45a9-a890-f82317d03031, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29a9c500-26fd-45a9-a890-f82317d03031, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1320601216770121539 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539132060121677012153913206012167701215391320601216770121539" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97c4d4fc-10e5-425d-b25a-0858f5199f86, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ad3ec5a9-5328-415b-a51d-ea066bc6fd95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ad3ec5a9-5328-415b-a51d-ea066bc6fd95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8235113180221092374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374823511318022109237482351131802210923748235113180221092374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29a9c500-26fd-45a9-a890-f82317d03031, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29912d94-5faa-4a38-99f4-31a80cb1665d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29912d94-5faa-4a38-99f4-31a80cb1665d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1421941021519403595 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595142194102151940359514219410215194035951421941021519403595" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ad3ec5a9-5328-415b-a51d-ea066bc6fd95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 083715a5-2784-41d5-9193-69d5c0c5ca5b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 083715a5-2784-41d5-9193-69d5c0c5ca5b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9083636003290895533 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "90836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533908363600329089553390836360032908955339083636003290895533" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29912d94-5faa-4a38-99f4-31a80cb1665d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c55b2c39-57d0-4a88-bed2-d644424ac94e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c55b2c39-57d0-4a88-bed2-d644424ac94e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8642112530966697590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590864211253096669759086421125309666975908642112530966697590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 083715a5-2784-41d5-9193-69d5c0c5ca5b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35a96703-925c-420a-8d05-6c67c4b56f0b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35a96703-925c-420a-8d05-6c67c4b56f0b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15879373853418992992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992158793738534189929921587937385341899299215879373853418992992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c55b2c39-57d0-4a88-bed2-d644424ac94e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 38716feb-c535-4705-af26-a91a47f73168, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 38716feb-c535-4705-af26-a91a47f73168, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10934759059806009365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365109347590598060093651093475905980600936510934759059806009365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35a96703-925c-420a-8d05-6c67c4b56f0b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3d72b278-5330-4343-979c-942220d86146, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3d72b278-5330-4343-979c-942220d86146, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 786902342465842691 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691786902342465842691" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 38716feb-c535-4705-af26-a91a47f73168, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa7b39a5-8cc3-4a21-8306-1050fca6c2ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa7b39a5-8cc3-4a21-8306-1050fca6c2ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4874761583634870409 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409487476158363487040948747615836348704094874761583634870409" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3d72b278-5330-4343-979c-942220d86146, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88c795e-4b52-4e6a-9d17-dec0e37ae7f3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa7b39a5-8cc3-4a21-8306-1050fca6c2ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88c795e-4b52-4e6a-9d17-dec0e37ae7f3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13479487990302459238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238134794879903024592381347948799030245923813479487990302459238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6520752c-df76-4ab9-bb28-ae1b67aa0f91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6520752c-df76-4ab9-bb28-ae1b67aa0f91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17753419785837198822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822177534197858371988221775341978583719882217753419785837198822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88c795e-4b52-4e6a-9d17-dec0e37ae7f3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79a0671d-5945-4cb7-8521-ee025c8f9a3f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6520752c-df76-4ab9-bb28-ae1b67aa0f91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79a0671d-5945-4cb7-8521-ee025c8f9a3f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13614158766110502614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614136141587661105026141361415876611050261413614158766110502614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f89129d-3782-4fac-ac58-3a4b9011b7f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f89129d-3782-4fac-ac58-3a4b9011b7f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12344651878960969542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542123446518789609695421234465187896096954212344651878960969542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79a0671d-5945-4cb7-8521-ee025c8f9a3f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8230d3f5-3be6-45ef-bfd1-9300837f1c81, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8230d3f5-3be6-45ef-bfd1-9300837f1c81, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 456227947252136882 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882456227947252136882" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f89129d-3782-4fac-ac58-3a4b9011b7f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3acd8ac7-1e10-4990-a600-f988a6703dad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3acd8ac7-1e10-4990-a600-f988a6703dad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17316066092439118120 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120173160660924391181201731606609243911812017316066092439118120" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8230d3f5-3be6-45ef-bfd1-9300837f1c81, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b34e43-1383-40bf-8900-13524dd1b0f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b34e43-1383-40bf-8900-13524dd1b0f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9394826724688729476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476939482672468872947693948267246887294769394826724688729476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3acd8ac7-1e10-4990-a600-f988a6703dad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff04afab-e78f-4bcd-9273-6d2f7209267e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff04afab-e78f-4bcd-9273-6d2f7209267e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3953189831043917281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "39531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281395318983104391728139531898310439172813953189831043917281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b34e43-1383-40bf-8900-13524dd1b0f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff04afab-e78f-4bcd-9273-6d2f7209267e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 051ba925-1a35-4c14-8a44-d905a90820cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51d06961-285e-475b-a10f-be0bb5061db3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51d06961-285e-475b-a10f-be0bb5061db3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16223760424591095306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306162237604245910953061622376042459109530616223760424591095306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 051ba925-1a35-4c14-8a44-d905a90820cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12768300127357735840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840127683001273577358401276830012735773584012768300127357735840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 051ba925-1a35-4c14-8a44-d905a90820cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56c0e3f5-2e7e-42de-aa90-d9fc1358a6fe, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c0e3f5-2e7e-42de-aa90-d9fc1358a6fe, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5721542470852668943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943572154247085266894357215424708526689435721542470852668943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51d06961-285e-475b-a10f-be0bb5061db3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e5b7c92d-274d-4781-a6b2-2bcd0ee2000f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e5b7c92d-274d-4781-a6b2-2bcd0ee2000f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17650396448850029490 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490176503964488500294901765039644885002949017650396448850029490" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c0e3f5-2e7e-42de-aa90-d9fc1358a6fe, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e5b7c92d-274d-4781-a6b2-2bcd0ee2000f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2bed023-d9d8-400a-8834-a24c6446837a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91322dc2-3e1c-4bd2-a08e-06ac2d03d769, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2bed023-d9d8-400a-8834-a24c6446837a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16137829955953484260 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260161378299559534842601613782995595348426016137829955953484260" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91322dc2-3e1c-4bd2-a08e-06ac2d03d769, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1197022780652039609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "11970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609119702278065203960911970227806520396091197022780652039609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2bed023-d9d8-400a-8834-a24c6446837a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51ce9154-b01d-4eef-9d96-4d65dc567122, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51ce9154-b01d-4eef-9d96-4d65dc567122, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14310824086917163765 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765143108240869171637651431082408691716376514310824086917163765" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91322dc2-3e1c-4bd2-a08e-06ac2d03d769, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff85f699-ec4f-46c8-8d1d-cbce0853afb1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51ce9154-b01d-4eef-9d96-4d65dc567122, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff85f699-ec4f-46c8-8d1d-cbce0853afb1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2345623454203696642 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642234562345420369664223456234542036966422345623454203696642" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f8a4369c-d9d4-44e5-9b58-0750cb1116b3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f8a4369c-d9d4-44e5-9b58-0750cb1116b3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13234692672217839375 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375132346926722178393751323469267221783937513234692672217839375" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff85f699-ec4f-46c8-8d1d-cbce0853afb1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d84247c-e9dd-44b8-8276-9eaf69bbd515, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f8a4369c-d9d4-44e5-9b58-0750cb1116b3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d84247c-e9dd-44b8-8276-9eaf69bbd515, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16451261889203178903 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903164512618892031789031645126188920317890316451261889203178903" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 767b6262-ed26-4bc6-a508-1e6286196e66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 767b6262-ed26-4bc6-a508-1e6286196e66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4780944991275642624 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624478094499127564262447809449912756426244780944991275642624" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d84247c-e9dd-44b8-8276-9eaf69bbd515, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 767b6262-ed26-4bc6-a508-1e6286196e66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 32933591-2f30-4ee1-ae25-7d19f26e3efd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 32933591-2f30-4ee1-ae25-7d19f26e3efd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15984200426307073777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777159842004263070737771598420042630707377715984200426307073777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 22bd2a06-e871-44e4-84b7-dfbd80de7193, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 22bd2a06-e871-44e4-84b7-dfbd80de7193, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15200097183066845166 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166152000971830668451661520009718306684516615200097183066845166" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 32933591-2f30-4ee1-ae25-7d19f26e3efd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 22bd2a06-e871-44e4-84b7-dfbd80de7193, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ccc8bcb0-19c2-4341-bbf6-4b79c7d6b671, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 75686667-e064-4332-a0f1-294884a7dbb0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ccc8bcb0-19c2-4341-bbf6-4b79c7d6b671, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1967681080754765534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534196768108075476553419676810807547655341967681080754765534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 75686667-e064-4332-a0f1-294884a7dbb0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1768545281835752022 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022176854528183575202217685452818357520221768545281835752022" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ccc8bcb0-19c2-4341-bbf6-4b79c7d6b671, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de016d1a-ef0c-48cc-9bdf-429bdce8c5e5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de016d1a-ef0c-48cc-9bdf-429bdce8c5e5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11221955853874533298 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298112219558538745332981122195585387453329811221955853874533298" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 75686667-e064-4332-a0f1-294884a7dbb0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ece106aa-4067-4a4a-9f5b-5b2d0990fb54, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ece106aa-4067-4a4a-9f5b-5b2d0990fb54, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12887717577150799623 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623128877175771507996231288771757715079962312887717577150799623" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de016d1a-ef0c-48cc-9bdf-429bdce8c5e5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4b682bb4-2e9d-4f7a-ae97-5ae18a0484f8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4b682bb4-2e9d-4f7a-ae97-5ae18a0484f8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12953651156908107484 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484129536511569081074841295365115690810748412953651156908107484" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ece106aa-4067-4a4a-9f5b-5b2d0990fb54, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2f7942fb-5cd1-4ed5-a2fe-b861a50b2131, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2f7942fb-5cd1-4ed5-a2fe-b861a50b2131, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12827965352316697988 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988128279653523166979881282796535231669798812827965352316697988" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4b682bb4-2e9d-4f7a-ae97-5ae18a0484f8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 407e4e3c-0556-4120-997a-68c46c678b10, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 407e4e3c-0556-4120-997a-68c46c678b10, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1074225442352503668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668107422544235250366810742254423525036681074225442352503668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2f7942fb-5cd1-4ed5-a2fe-b861a50b2131, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91724e2b-44d4-478b-91af-2bdf8320a08e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91724e2b-44d4-478b-91af-2bdf8320a08e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3004302109925212255 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255300430210992521225530043021099252122553004302109925212255" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 407e4e3c-0556-4120-997a-68c46c678b10, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91724e2b-44d4-478b-91af-2bdf8320a08e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f1765ea8-da5d-4faf-8890-ab77857bf213, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f1765ea8-da5d-4faf-8890-ab77857bf213, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14787376220393972225 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225147873762203939722251478737622039397222514787376220393972225" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a2c26a20-a1c5-4fbc-ae3d-4e83174b09b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a2c26a20-a1c5-4fbc-ae3d-4e83174b09b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4035902745601925204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204403590274560192520440359027456019252044035902745601925204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f1765ea8-da5d-4faf-8890-ab77857bf213, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a2c26a20-a1c5-4fbc-ae3d-4e83174b09b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 29711b0b-cb1d-430c-bac3-3cefebbdf58a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d50b5451-c533-4f29-81a5-cdcb23ca27cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 29711b0b-cb1d-430c-bac3-3cefebbdf58a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3125040237745889906 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "31250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906312504023774588990631250402377458899063125040237745889906" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d50b5451-c533-4f29-81a5-cdcb23ca27cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10422866453097691746 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746104228664530976917461042286645309769174610422866453097691746" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 29711b0b-cb1d-430c-bac3-3cefebbdf58a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d50b5451-c533-4f29-81a5-cdcb23ca27cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fbf88197-20ae-47dc-8f39-776becd026d6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6bdfec5c-6806-43cb-9022-ef6ce94eccb2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fbf88197-20ae-47dc-8f39-776becd026d6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9495144604805164937 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "94951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937949514460480516493794951446048051649379495144604805164937" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6bdfec5c-6806-43cb-9022-ef6ce94eccb2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9329889350056760294 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294932988935005676029493298893500567602949329889350056760294" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fbf88197-20ae-47dc-8f39-776becd026d6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6bdfec5c-6806-43cb-9022-ef6ce94eccb2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 97278350-e358-4fce-b7fd-bbce9ac8ef95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0a3c0f0-376a-4a02-bf06-796029290af6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 97278350-e358-4fce-b7fd-bbce9ac8ef95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9236163128497833919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "92361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919923616312849783391992361631284978339199236163128497833919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0a3c0f0-376a-4a02-bf06-796029290af6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9167115510540532606 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606916711551054053260691671155105405326069167115510540532606" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0a3c0f0-376a-4a02-bf06-796029290af6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 10d9364d-1d17-4080-8f39-741807e14d89, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 97278350-e358-4fce-b7fd-bbce9ac8ef95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 10d9364d-1d17-4080-8f39-741807e14d89, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11513261871112973160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160115132618711129731601151326187111297316011513261871112973160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bbb00d47-2caf-4626-922d-70c162081752, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bbb00d47-2caf-4626-922d-70c162081752, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10314095384556112354 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354103140953845561123541031409538455611235410314095384556112354" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 10d9364d-1d17-4080-8f39-741807e14d89, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4e5614b2-880f-4154-93b7-19d94b20301a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bbb00d47-2caf-4626-922d-70c162081752, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4e5614b2-880f-4154-93b7-19d94b20301a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6006656303396422628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628600665630339642262860066563033964226286006656303396422628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 11408628-1a6f-4b61-bebd-2e3f7ad9bd8f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 11408628-1a6f-4b61-bebd-2e3f7ad9bd8f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7354335974867715379 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379735433597486771537973543359748677153797354335974867715379" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4e5614b2-880f-4154-93b7-19d94b20301a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 11408628-1a6f-4b61-bebd-2e3f7ad9bd8f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 282fe8b5-b4aa-4b8a-aa05-b0c0c3d590e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 282fe8b5-b4aa-4b8a-aa05-b0c0c3d590e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9910561951407686108 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108991056195140768610899105619514076861089910561951407686108" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9b906460-254e-4131-b0c3-473ff5b02a85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9b906460-254e-4131-b0c3-473ff5b02a85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13999698864966556464 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464139996988649665564641399969886496655646413999698864966556464" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 282fe8b5-b4aa-4b8a-aa05-b0c0c3d590e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 744c598a-b097-4a36-bad9-79ea430f2ff0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9b906460-254e-4131-b0c3-473ff5b02a85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 744c598a-b097-4a36-bad9-79ea430f2ff0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14667142820526571202 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202146671428205265712021466714282052657120214667142820526571202" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b71cc2b2-f771-48c2-83dc-2ec8fe32a257, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b71cc2b2-f771-48c2-83dc-2ec8fe32a257, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5829723159577754186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186582972315957775418658297231595777541865829723159577754186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 744c598a-b097-4a36-bad9-79ea430f2ff0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a7c8807-66d5-4247-ab96-fdb2bfece317, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b71cc2b2-f771-48c2-83dc-2ec8fe32a257, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a7c8807-66d5-4247-ab96-fdb2bfece317, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7709048895036436070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "77090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070770904889503643607077090488950364360707709048895036436070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44b32aea-a306-493a-a31d-96260e3d7ff1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44b32aea-a306-493a-a31d-96260e3d7ff1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8066813092817635548 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548806681309281763554880668130928176355488066813092817635548" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a7c8807-66d5-4247-ab96-fdb2bfece317, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44b32aea-a306-493a-a31d-96260e3d7ff1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ea938b43-0a30-49c5-b47e-3f9d14137a91, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ea938b43-0a30-49c5-b47e-3f9d14137a91, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16037186176032142774 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774160371861760321427741603718617603214277416037186176032142774" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf4b3084-d7c5-4d78-8e9b-bb0e8acc6efa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf4b3084-d7c5-4d78-8e9b-bb0e8acc6efa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17733915089855554582 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582177339150898555545821773391508985555458217733915089855554582" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ea938b43-0a30-49c5-b47e-3f9d14137a91, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf4b3084-d7c5-4d78-8e9b-bb0e8acc6efa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ec790f1-39be-4a4b-a91a-6772bfc2526c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5fdd9ce-0ce9-4ba6-92a4-23659b886af2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ec790f1-39be-4a4b-a91a-6772bfc2526c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 975281184319378540 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540975281184319378540" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5fdd9ce-0ce9-4ba6-92a4-23659b886af2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14254712816947536018 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018142547128169475360181425471281694753601814254712816947536018" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ec790f1-39be-4a4b-a91a-6772bfc2526c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07542f77-d627-4e15-a920-4fd458818179, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07542f77-d627-4e15-a920-4fd458818179, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15240253592116470089 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089152402535921164700891524025359211647008915240253592116470089" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5fdd9ce-0ce9-4ba6-92a4-23659b886af2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ba583b8-26fd-4dec-b0c5-d028960b78ae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ba583b8-26fd-4dec-b0c5-d028960b78ae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4789837999543156911 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911478983799954315691147898379995431569114789837999543156911" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ba583b8-26fd-4dec-b0c5-d028960b78ae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 28e56521-54bb-4ae7-b75f-f4f0f41c3aaf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 28e56521-54bb-4ae7-b75f-f4f0f41c3aaf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16870900052126947370 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370168709000521269473701687090005212694737016870900052126947370" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 28e56521-54bb-4ae7-b75f-f4f0f41c3aaf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65470d56-954c-4492-a9b2-577a405ab4b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65470d56-954c-4492-a9b2-577a405ab4b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2520110860896793980 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980252011086089679398025201108608967939802520110860896793980" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07542f77-d627-4e15-a920-4fd458818179, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c1dcd224-8f3f-452b-b907-c035e7879b95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c1dcd224-8f3f-452b-b907-c035e7879b95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12285177480362184482 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482122851774803621844821228517748036218448212285177480362184482" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65470d56-954c-4492-a9b2-577a405ab4b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c9f506f-eda9-43dd-b1fb-8256c962e9e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c9f506f-eda9-43dd-b1fb-8256c962e9e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12760701503552234067 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067127607015035522340671276070150355223406712760701503552234067" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c1dcd224-8f3f-452b-b907-c035e7879b95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a4c57c0f-65f6-4fea-8de4-c4657db50f50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a4c57c0f-65f6-4fea-8de4-c4657db50f50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15368813277556014272 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272153688132775560142721536881327755601427215368813277556014272" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c9f506f-eda9-43dd-b1fb-8256c962e9e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 305881bb-0702-42ee-a681-8b861acf61e9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 305881bb-0702-42ee-a681-8b861acf61e9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13953187939074099730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730139531879390740997301395318793907409973013953187939074099730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a4c57c0f-65f6-4fea-8de4-c4657db50f50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cdaa79d-90d0-4ffb-bf8d-506b84524efc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cdaa79d-90d0-4ffb-bf8d-506b84524efc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9609335414285255245 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245960933541428525524596093354142852552459609335414285255245" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 305881bb-0702-42ee-a681-8b861acf61e9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 244cbb95-a900-4ed8-bc08-a79942d0302a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 244cbb95-a900-4ed8-bc08-a79942d0302a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11878200487312788978 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978118782004873127889781187820048731278897811878200487312788978" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cdaa79d-90d0-4ffb-bf8d-506b84524efc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2ef933c0-6ea0-4376-a4dd-1c5a70b7bd50, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2ef933c0-6ea0-4376-a4dd-1c5a70b7bd50, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8248037533975958827 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827824803753397595882782480375339759588278248037533975958827" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 244cbb95-a900-4ed8-bc08-a79942d0302a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50be9a25-a5d6-4b44-84ae-20eebd5abeed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50be9a25-a5d6-4b44-84ae-20eebd5abeed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6073580381046056203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "60735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203607358038104605620360735803810460562036073580381046056203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2ef933c0-6ea0-4376-a4dd-1c5a70b7bd50, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4065280-80ed-4f03-805f-73bbd92eccae, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4065280-80ed-4f03-805f-73bbd92eccae, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18224184326104454534 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534182241843261044545341822418432610445453418224184326104454534" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50be9a25-a5d6-4b44-84ae-20eebd5abeed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 40fb323a-a666-4a91-9638-6618949b3ae7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 40fb323a-a666-4a91-9638-6618949b3ae7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 614002359720394670 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670614002359720394670" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4065280-80ed-4f03-805f-73bbd92eccae, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3f606525-a0ec-4968-a013-dc30eb54a648, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3f606525-a0ec-4968-a013-dc30eb54a648, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12840959426526420216 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216128409594265264202161284095942652642021612840959426526420216" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 40fb323a-a666-4a91-9638-6618949b3ae7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 82efaadb-d7dd-4402-9693-07f3cdea19fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 82efaadb-d7dd-4402-9693-07f3cdea19fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13081481136715313607 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607130814811367153136071308148113671531360713081481136715313607" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3f606525-a0ec-4968-a013-dc30eb54a648, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44f34065-fbcf-4a6a-919d-514b7141646e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44f34065-fbcf-4a6a-919d-514b7141646e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15869727642165388424 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424158697276421653884241586972764216538842415869727642165388424" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 82efaadb-d7dd-4402-9693-07f3cdea19fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7d4a7140-7728-44d2-ae0a-02a493950819, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7d4a7140-7728-44d2-ae0a-02a493950819, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 837462331619962866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866837462331619962866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44f34065-fbcf-4a6a-919d-514b7141646e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7b186153-d7a8-4e75-9bea-338469dd6a72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7b186153-d7a8-4e75-9bea-338469dd6a72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12056201478265141782 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782120562014782651417821205620147826514178212056201478265141782" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7d4a7140-7728-44d2-ae0a-02a493950819, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42110cd-28f0-407b-b4f3-01f74539fe84, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42110cd-28f0-407b-b4f3-01f74539fe84, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8983021553623896628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628898302155362389662889830215536238966288983021553623896628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7b186153-d7a8-4e75-9bea-338469dd6a72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61b361fd-3811-4b56-9473-cc66ef2c7148, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61b361fd-3811-4b56-9473-cc66ef2c7148, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7322001158177507994 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994732200115817750799473220011581775079947322001158177507994" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42110cd-28f0-407b-b4f3-01f74539fe84, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2e6926b8-ef80-4aa1-aa4f-dba67fa52064, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61b361fd-3811-4b56-9473-cc66ef2c7148, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2e6926b8-ef80-4aa1-aa4f-dba67fa52064, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1399220618949753952 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952139922061894975395213992206189497539521399220618949753952" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a60213e8-181e-4458-bfef-5e2e12a991cb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a60213e8-181e-4458-bfef-5e2e12a991cb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1425145984219493587 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587142514598421949358714251459842194935871425145984219493587" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2e6926b8-ef80-4aa1-aa4f-dba67fa52064, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f9506df2-7251-4a20-9462-329b7ae8e926, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f9506df2-7251-4a20-9462-329b7ae8e926, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7879481473119400209 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209787948147311940020978794814731194002097879481473119400209" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a60213e8-181e-4458-bfef-5e2e12a991cb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b52c3e57-de09-435c-9848-b61414440054, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b52c3e57-de09-435c-9848-b61414440054, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10255451711793703183 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183102554517117937031831025545171179370318310255451711793703183" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f9506df2-7251-4a20-9462-329b7ae8e926, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59ce3863-9cba-4184-8d1b-d58477ac55c7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59ce3863-9cba-4184-8d1b-d58477ac55c7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16074980531402055888 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888160749805314020558881607498053140205588816074980531402055888" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b52c3e57-de09-435c-9848-b61414440054, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe0d94f4-df8d-455b-ae1b-954399934fb5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe0d94f4-df8d-455b-ae1b-954399934fb5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4053995920500083512 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512405399592050008351240539959205000835124053995920500083512" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59ce3863-9cba-4184-8d1b-d58477ac55c7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0b529dd7-0606-4c97-9b46-14dec987c37a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0b529dd7-0606-4c97-9b46-14dec987c37a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15329101337283967187 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187153291013372839671871532910133728396718715329101337283967187" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe0d94f4-df8d-455b-ae1b-954399934fb5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc0cfa38-fafc-4669-94a8-bc67f053d82f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc0cfa38-fafc-4669-94a8-bc67f053d82f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11696366417902897496 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496116963664179028974961169636641790289749611696366417902897496" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0b529dd7-0606-4c97-9b46-14dec987c37a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fefb56db-7d4f-4d69-8420-fb5533351f85, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fefb56db-7d4f-4d69-8420-fb5533351f85, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14637625470361072538 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538146376254703610725381463762547036107253814637625470361072538" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc0cfa38-fafc-4669-94a8-bc67f053d82f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fefb56db-7d4f-4d69-8420-fb5533351f85, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c7db4a51-1804-4d66-8784-79f2fa6e98d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1acffd5-bd6a-48a9-aaec-a8e925303056, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c7db4a51-1804-4d66-8784-79f2fa6e98d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1045301077043796055 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055104530107704379605510453010770437960551045301077043796055" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1acffd5-bd6a-48a9-aaec-a8e925303056, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1042694619232491758 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758104269461923249175810426946192324917581042694619232491758" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c7db4a51-1804-4d66-8784-79f2fa6e98d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1acffd5-bd6a-48a9-aaec-a8e925303056, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fe7ab1eb-816f-47e8-b02e-618f6cb3bb2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fe7ab1eb-816f-47e8-b02e-618f6cb3bb2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14155025788224748252 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252141550257882247482521415502578822474825214155025788224748252" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9bf3a72-a449-4c5b-a641-9959cf86b302, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9bf3a72-a449-4c5b-a641-9959cf86b302, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15003894708909439662 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662150038947089094396621500389470890943966215003894708909439662" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fe7ab1eb-816f-47e8-b02e-618f6cb3bb2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 43401230-c37f-444f-80e2-1c17411a6c5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9bf3a72-a449-4c5b-a641-9959cf86b302, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 43401230-c37f-444f-80e2-1c17411a6c5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1258670691839491273 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273125867069183949127312586706918394912731258670691839491273" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98ca1908-e41c-418f-bc89-f2f7657b3f9d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98ca1908-e41c-418f-bc89-f2f7657b3f9d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6540361274640879276 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "65403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276654036127464087927665403612746408792766540361274640879276" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 43401230-c37f-444f-80e2-1c17411a6c5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ff2e667-f9cf-46c2-bfc4-c57547d1d9b1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98ca1908-e41c-418f-bc89-f2f7657b3f9d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ff2e667-f9cf-46c2-bfc4-c57547d1d9b1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7471945807865564599 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599747194580786556459974719458078655645997471945807865564599" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dafcf43-313f-498d-be66-e547f093c1d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dafcf43-313f-498d-be66-e547f093c1d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5349157106842111145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145534915710684211114553491571068421111455349157106842111145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ff2e667-f9cf-46c2-bfc4-c57547d1d9b1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 50e4c374-cc63-4409-8cd6-09211d52d449, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dafcf43-313f-498d-be66-e547f093c1d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 50e4c374-cc63-4409-8cd6-09211d52d449, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7488051576884746037 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037748805157688474603774880515768847460377488051576884746037" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b908bae5-72de-4051-9464-46c865aeb6c2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b908bae5-72de-4051-9464-46c865aeb6c2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14499895119755370829 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829144998951197553708291449989511975537082914499895119755370829" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 50e4c374-cc63-4409-8cd6-09211d52d449, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 03f6408e-36bf-4ae4-8956-3eff67675c3d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 03f6408e-36bf-4ae4-8956-3eff67675c3d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10996547373209063777 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777109965473732090637771099654737320906377710996547373209063777" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b908bae5-72de-4051-9464-46c865aeb6c2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 98a7e20c-1eb7-4759-9127-aff2332002ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 98a7e20c-1eb7-4759-9127-aff2332002ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16841170687265385411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411168411706872653854111684117068726538541116841170687265385411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 03f6408e-36bf-4ae4-8956-3eff67675c3d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ebff10a-af6d-485e-af1d-140c9fc332ea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ebff10a-af6d-485e-af1d-140c9fc332ea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17273976623729954805 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805172739766237299548051727397662372995480517273976623729954805" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 98a7e20c-1eb7-4759-9127-aff2332002ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18620111-f812-4250-b963-ce93dae0b25b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18620111-f812-4250-b963-ce93dae0b25b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 738319699358833006 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006738319699358833006" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ebff10a-af6d-485e-af1d-140c9fc332ea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 370b2d8b-c031-42a2-be32-b4f762038bdb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 370b2d8b-c031-42a2-be32-b4f762038bdb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 139620978962290596 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596139620978962290596" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18620111-f812-4250-b963-ce93dae0b25b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6379e476-b583-4fc9-bc55-b2e5af779f2c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6379e476-b583-4fc9-bc55-b2e5af779f2c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8132431911309576133 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133813243191130957613381324319113095761338132431911309576133" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 370b2d8b-c031-42a2-be32-b4f762038bdb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c257b623-020e-4498-b7dc-644cbee6c7a3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c257b623-020e-4498-b7dc-644cbee6c7a3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1840258035463353603 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603184025803546335360318402580354633536031840258035463353603" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6379e476-b583-4fc9-bc55-b2e5af779f2c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3beda7de-622b-4573-ac15-d6c51f652511, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3beda7de-622b-4573-ac15-d6c51f652511, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10998461888930371914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914109984618889303719141099846188893037191410998461888930371914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c257b623-020e-4498-b7dc-644cbee6c7a3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3a3096c4-776d-4783-9138-d6f3785770a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3beda7de-622b-4573-ac15-d6c51f652511, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3a3096c4-776d-4783-9138-d6f3785770a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3272577062368246766 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "32725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766327257706236824676632725770623682467663272577062368246766" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fad11cf-e192-48f7-b9ce-c86a99fd642e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fad11cf-e192-48f7-b9ce-c86a99fd642e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8617578128116327367 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367861757812811632736786175781281163273678617578128116327367" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3a3096c4-776d-4783-9138-d6f3785770a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3696dce9-6133-429f-8aca-8727d92eed1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fad11cf-e192-48f7-b9ce-c86a99fd642e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3696dce9-6133-429f-8aca-8727d92eed1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7473426131677551929 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "74734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929747342613167755192974734261316775519297473426131677551929" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4da85dcb-6a95-4566-ac11-81d5b17e457e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4da85dcb-6a95-4566-ac11-81d5b17e457e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11943591111818458870 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870119435911118184588701194359111181845887011943591111818458870" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3696dce9-6133-429f-8aca-8727d92eed1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4da85dcb-6a95-4566-ac11-81d5b17e457e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b24301eb-f2d0-4b99-95ec-dad3222f17b4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fba2fb65-3614-4a8c-b1f1-5afa736c981c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b24301eb-f2d0-4b99-95ec-dad3222f17b4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4113817504080765866 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866411381750408076586641138175040807658664113817504080765866" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fba2fb65-3614-4a8c-b1f1-5afa736c981c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8545742384234229254 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "85457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254854574238423422925485457423842342292548545742384234229254" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fba2fb65-3614-4a8c-b1f1-5afa736c981c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b24301eb-f2d0-4b99-95ec-dad3222f17b4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b031718a-dea9-40a5-88dc-17f5168feac8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b031718a-dea9-40a5-88dc-17f5168feac8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5877905204195430787 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "58779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787587790520419543078758779052041954307875877905204195430787" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0c53c4ac-8743-413a-b71f-3853aeaf88e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0c53c4ac-8743-413a-b71f-3853aeaf88e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7153656634864702730 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730715365663486470273071536566348647027307153656634864702730" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b031718a-dea9-40a5-88dc-17f5168feac8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0c53c4ac-8743-413a-b71f-3853aeaf88e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0fc8f939-778a-4439-9754-5e387147b110, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0fc8f939-778a-4439-9754-5e387147b110, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13057414324415048194 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194130574143244150481941305741432441504819413057414324415048194" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 59e35f2a-bf55-4f05-a7c6-53769f65fafa, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 59e35f2a-bf55-4f05-a7c6-53769f65fafa, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13273291999717982689 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689132732919997179826891327329199971798268913273291999717982689" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0fc8f939-778a-4439-9754-5e387147b110, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 59e35f2a-bf55-4f05-a7c6-53769f65fafa, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9a6223a3-0938-4f59-8a8c-cf9ef846eab8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2c1287a8-082d-448e-9168-0a342cb15e76, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2c1287a8-082d-448e-9168-0a342cb15e76, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1837492460710952474 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474183749246071095247418374924607109524741837492460710952474" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9a6223a3-0938-4f59-8a8c-cf9ef846eab8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2622109422172363972 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972262210942217236397226221094221723639722622109422172363972" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9a6223a3-0938-4f59-8a8c-cf9ef846eab8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df783f22-74f5-498c-b3ae-e5a6fb8f60bb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df783f22-74f5-498c-b3ae-e5a6fb8f60bb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9680344484713767281 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "96803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281968034448471376728196803444847137672819680344484713767281" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2c1287a8-082d-448e-9168-0a342cb15e76, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e0e479a-212d-4f7a-9138-3ef045a2c064, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e0e479a-212d-4f7a-9138-3ef045a2c064, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17434235505789033930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930174342355057890339301743423550578903393017434235505789033930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df783f22-74f5-498c-b3ae-e5a6fb8f60bb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e0e479a-212d-4f7a-9138-3ef045a2c064, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2bd8ef81-1f67-40e2-98ce-2f719cfc90f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2bd8ef81-1f67-40e2-98ce-2f719cfc90f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14393639459247208078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078143936394592472080781439363945924720807814393639459247208078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e85f5dfb-fdcf-42b5-8731-de02f10eca25, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e85f5dfb-fdcf-42b5-8731-de02f10eca25, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1905809694822787879 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879190580969482278787919058096948227878791905809694822787879" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2bd8ef81-1f67-40e2-98ce-2f719cfc90f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e85f5dfb-fdcf-42b5-8731-de02f10eca25, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 501a5cb7-5de8-4713-9110-35bf34a49a0d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 501a5cb7-5de8-4713-9110-35bf34a49a0d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4365845429400409628 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628436584542940040962843658454294004096284365845429400409628" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd23d4b0-4fe5-4f19-8129-f90611b53254, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd23d4b0-4fe5-4f19-8129-f90611b53254, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10894735696927386552 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552108947356969273865521089473569692738655210894735696927386552" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 501a5cb7-5de8-4713-9110-35bf34a49a0d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd23d4b0-4fe5-4f19-8129-f90611b53254, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3e462e9-5516-4ae5-8d89-116620f7352a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3e462e9-5516-4ae5-8d89-116620f7352a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15562986703059198165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165155629867030591981651556298670305919816515562986703059198165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cd68894-b545-4378-bacf-5c769f4662b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cd68894-b545-4378-bacf-5c769f4662b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17645476643239188542 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542176454766432391885421764547664323918854217645476643239188542" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3e462e9-5516-4ae5-8d89-116620f7352a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cd68894-b545-4378-bacf-5c769f4662b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0d43516a-ea87-4242-a367-3c67703b9365, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0d43516a-ea87-4242-a367-3c67703b9365, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11989081028283785616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616119890810282837856161198908102828378561611989081028283785616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a33548c7-1e93-44b3-a09e-7d6e89381fa8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a33548c7-1e93-44b3-a09e-7d6e89381fa8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14299692538577082165 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165142996925385770821651429969253857708216514299692538577082165" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0d43516a-ea87-4242-a367-3c67703b9365, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a33548c7-1e93-44b3-a09e-7d6e89381fa8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f22de3e-cb16-4d69-bb11-fda570a4c74e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 642953f6-3cb8-4b23-8ad2-b81458b51626, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f22de3e-cb16-4d69-bb11-fda570a4c74e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12262199021555089701 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701122621990215550897011226219902155508970112262199021555089701" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 642953f6-3cb8-4b23-8ad2-b81458b51626, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11148776178122052345 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345111487761781220523451114877617812205234511148776178122052345" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f22de3e-cb16-4d69-bb11-fda570a4c74e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 642953f6-3cb8-4b23-8ad2-b81458b51626, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5054c63d-d76e-4f85-8e28-7e05364949cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5054c63d-d76e-4f85-8e28-7e05364949cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1680353193827763332 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332168035319382776333216803531938277633321680353193827763332" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e1626855-6f30-4f78-ad14-beb0b75e226c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e1626855-6f30-4f78-ad14-beb0b75e226c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 347644040825129009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009347644040825129009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5054c63d-d76e-4f85-8e28-7e05364949cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 04688434-9681-4906-85d6-82f23d210263, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 04688434-9681-4906-85d6-82f23d210263, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15529104029060893938 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938155291040290608939381552910402906089393815529104029060893938" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e1626855-6f30-4f78-ad14-beb0b75e226c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58265958-6731-4703-8b61-4da36e2e34fb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58265958-6731-4703-8b61-4da36e2e34fb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1716445903692351 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "17164459036923511716445903692351171644590369235117164459036923511716445903692351171644590369235117164459036923511716445903692351171644590369235117164459036923511716445903692351171644590369235117164459036923511716445903692351171644590369235117164459036923511716445903692351171644590369235117164459036923511716445903692351" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 04688434-9681-4906-85d6-82f23d210263, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 61a0b290-fda6-4957-b123-ad9ebfc8388b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 61a0b290-fda6-4957-b123-ad9ebfc8388b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4706052897258654238 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "47060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238470605289725865423847060528972586542384706052897258654238" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58265958-6731-4703-8b61-4da36e2e34fb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d635a68-bfa8-4428-adc8-e7050320da95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d635a68-bfa8-4428-adc8-e7050320da95, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17530775745320926398 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398175307757453209263981753077574532092639817530775745320926398" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 61a0b290-fda6-4957-b123-ad9ebfc8388b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8606e38b-4eba-4211-aa75-6a436843b601, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d635a68-bfa8-4428-adc8-e7050320da95, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8606e38b-4eba-4211-aa75-6a436843b601, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5102040956151592865 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "51020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865510204095615159286551020409561515928655102040956151592865" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 086b94bc-0e9c-42e8-ae1c-4e7cbd62c491, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 086b94bc-0e9c-42e8-ae1c-4e7cbd62c491, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3425273142381640297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297342527314238164029734252731423816402973425273142381640297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8606e38b-4eba-4211-aa75-6a436843b601, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 14995d5d-a64a-40c9-8b1b-7b38305f9b5d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 14995d5d-a64a-40c9-8b1b-7b38305f9b5d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16131915956601915455 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455161319159566019154551613191595660191545516131915956601915455" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 086b94bc-0e9c-42e8-ae1c-4e7cbd62c491, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d373a096-6bd5-4be5-af73-d3b4d359a913, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d373a096-6bd5-4be5-af73-d3b4d359a913, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10210694458643859358 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358102106944586438593581021069445864385935810210694458643859358" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 14995d5d-a64a-40c9-8b1b-7b38305f9b5d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5e0ee52-ea48-45d1-9604-6ca36b39c994, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5e0ee52-ea48-45d1-9604-6ca36b39c994, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3084171369119161203 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203308417136911916120330841713691191612033084171369119161203" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d373a096-6bd5-4be5-af73-d3b4d359a913, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a7cf0c89-d1c3-4eff-821d-4b9fac8a3302, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a7cf0c89-d1c3-4eff-821d-4b9fac8a3302, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9380408118073974411 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "93804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411938040811807397441193804081180739744119380408118073974411" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5e0ee52-ea48-45d1-9604-6ca36b39c994, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47c43200-7a11-4fc4-8cfd-45ca857cd156, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47c43200-7a11-4fc4-8cfd-45ca857cd156, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 430087624182918036 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036430087624182918036" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a7cf0c89-d1c3-4eff-821d-4b9fac8a3302, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 900a5aa5-7e61-420f-9a49-7b8debb930b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 900a5aa5-7e61-420f-9a49-7b8debb930b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17065875583894072302 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302170658755838940723021706587558389407230217065875583894072302" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47c43200-7a11-4fc4-8cfd-45ca857cd156, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b10c203d-d3a5-4224-a19f-222a55bf26cc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b10c203d-d3a5-4224-a19f-222a55bf26cc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12084230056679906364 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364120842300566799063641208423005667990636412084230056679906364" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 900a5aa5-7e61-420f-9a49-7b8debb930b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d21881b-f608-43dc-aacf-d8a562f7a282, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d21881b-f608-43dc-aacf-d8a562f7a282, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14187172979645535561 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561141871729796455355611418717297964553556114187172979645535561" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b10c203d-d3a5-4224-a19f-222a55bf26cc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 082f7d13-2da2-42f8-aee2-3614a5112930, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 082f7d13-2da2-42f8-aee2-3614a5112930, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16367433314616740616 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616163674333146167406161636743331461674061616367433314616740616" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d21881b-f608-43dc-aacf-d8a562f7a282, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 79de2922-449c-4b98-ad40-4d8e89ce49b2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 79de2922-449c-4b98-ad40-4d8e89ce49b2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3531671092771479382 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382353167109277147938235316710927714793823531671092771479382" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 082f7d13-2da2-42f8-aee2-3614a5112930, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 711949f9-00bc-49c4-99c1-6a40d08258ca, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 711949f9-00bc-49c4-99c1-6a40d08258ca, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16547146202319413014 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014165471462023194130141654714620231941301416547146202319413014" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 79de2922-449c-4b98-ad40-4d8e89ce49b2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, faf11132-3291-4c5e-b975-167d304f906a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, faf11132-3291-4c5e-b975-167d304f906a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13762659576088817098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098137626595760888170981376265957608881709813762659576088817098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 711949f9-00bc-49c4-99c1-6a40d08258ca, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 385006d8-0002-45d8-992d-587e6399debb, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 385006d8-0002-45d8-992d-587e6399debb, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3394580098854999442 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442339458009885499944233945800988549994423394580098854999442" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, faf11132-3291-4c5e-b975-167d304f906a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 92e12039-360f-4e45-8b4f-b0148aca1f7d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 92e12039-360f-4e45-8b4f-b0148aca1f7d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4197496431276890495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495419749643127689049541974964312768904954197496431276890495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 385006d8-0002-45d8-992d-587e6399debb, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dfe45d29-8d70-4b0e-8606-d8fb62cc338b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dfe45d29-8d70-4b0e-8606-d8fb62cc338b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8281089334658641585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585828108933465864158582810893346586415858281089334658641585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 92e12039-360f-4e45-8b4f-b0148aca1f7d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d0a05c4c-0a8e-4622-9556-861fbf02bd57, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d0a05c4c-0a8e-4622-9556-861fbf02bd57, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6384263358257494665 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665638426335825749466563842633582574946656384263358257494665" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dfe45d29-8d70-4b0e-8606-d8fb62cc338b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 828fa072-ff8c-4596-8e5a-4eb841c8b271, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 828fa072-ff8c-4596-8e5a-4eb841c8b271, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1081309086775400145 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145108130908677540014510813090867754001451081309086775400145" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d0a05c4c-0a8e-4622-9556-861fbf02bd57, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 828fa072-ff8c-4596-8e5a-4eb841c8b271, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, eaf023b0-ddd4-4b74-b8cb-6216c9a30d8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c0d54a4c-4bb5-4185-8ae5-b1e80c820469, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, eaf023b0-ddd4-4b74-b8cb-6216c9a30d8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11982790766168757186 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186119827907661687571861198279076616875718611982790766168757186" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c0d54a4c-4bb5-4185-8ae5-b1e80c820469, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1380068389276823261 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261138006838927682326113800683892768232611380068389276823261" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c0d54a4c-4bb5-4185-8ae5-b1e80c820469, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, eaf023b0-ddd4-4b74-b8cb-6216c9a30d8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 076fdf4a-6283-4911-bc5b-075716f721e1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00d92ea0-a26e-4401-a5f9-b59110c34cec, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 076fdf4a-6283-4911-bc5b-075716f721e1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1803952585376547433 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433180395258537654743318039525853765474331803952585376547433" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00d92ea0-a26e-4401-a5f9-b59110c34cec, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17013174643765239560 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560170131746437652395601701317464376523956017013174643765239560" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00d92ea0-a26e-4401-a5f9-b59110c34cec, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 076fdf4a-6283-4911-bc5b-075716f721e1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ca6b9ed3-2611-47cb-a85f-2041a7bde222, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ca6b9ed3-2611-47cb-a85f-2041a7bde222, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10808368181177749987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987108083681811777499871080836818117774998710808368181177749987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, da3efd7e-6d50-42e4-a31a-092214cc0f8e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, da3efd7e-6d50-42e4-a31a-092214cc0f8e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5907637365522130564 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564590763736552213056459076373655221305645907637365522130564" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ca6b9ed3-2611-47cb-a85f-2041a7bde222, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f97ca441-8fd1-4491-bf89-bc80b385ca5e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f97ca441-8fd1-4491-bf89-bc80b385ca5e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7367025485702765407 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "73670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407736702548570276540773670254857027654077367025485702765407" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, da3efd7e-6d50-42e4-a31a-092214cc0f8e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f21f2243-e680-46b2-b06d-133dad73395b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f21f2243-e680-46b2-b06d-133dad73395b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9716436031917607571 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571971643603191760757197164360319176075719716436031917607571" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f97ca441-8fd1-4491-bf89-bc80b385ca5e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f21f2243-e680-46b2-b06d-133dad73395b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7466fa60-0445-4dca-946b-a785c093e474, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cba7d38b-e324-4b5a-94f6-20c0cd8acf8d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7466fa60-0445-4dca-946b-a785c093e474, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10853493449492426841 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841108534934494924268411085349344949242684110853493449492426841" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cba7d38b-e324-4b5a-94f6-20c0cd8acf8d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4986769144967095009 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009498676914496709500949867691449670950094986769144967095009" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cba7d38b-e324-4b5a-94f6-20c0cd8acf8d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7466fa60-0445-4dca-946b-a785c093e474, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 81f68050-de05-4319-83fe-711fbc695ab1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3159d22b-7949-4bac-a17a-c0b71954157b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 81f68050-de05-4319-83fe-711fbc695ab1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4291183688186585232 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "42911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232429118368818658523242911836881865852324291183688186585232" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3159d22b-7949-4bac-a17a-c0b71954157b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4308164364744259775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775430816436474425977543081643647442597754308164364744259775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 81f68050-de05-4319-83fe-711fbc695ab1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3159d22b-7949-4bac-a17a-c0b71954157b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df6927dd-cc16-44b5-94b7-b5e11fa5d825, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df6927dd-cc16-44b5-94b7-b5e11fa5d825, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4041425544583166914 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914404142554458316691440414255445831669144041425544583166914" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7722fbcc-e755-4fa1-9494-d317439d8f34, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7722fbcc-e755-4fa1-9494-d317439d8f34, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4427629196985002025 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025442762919698500202544276291969850020254427629196985002025" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df6927dd-cc16-44b5-94b7-b5e11fa5d825, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a9efa6c5-477d-4ba6-9e7d-6b521ee46243, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7722fbcc-e755-4fa1-9494-d317439d8f34, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a9efa6c5-477d-4ba6-9e7d-6b521ee46243, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17836017931701819110 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110178360179317018191101783601793170181911017836017931701819110" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 922a54eb-d270-4153-b8c8-7c9756a72804, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 922a54eb-d270-4153-b8c8-7c9756a72804, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2520457124705221329 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329252045712470522132925204571247052213292520457124705221329" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 922a54eb-d270-4153-b8c8-7c9756a72804, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a9efa6c5-477d-4ba6-9e7d-6b521ee46243, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dd1b51d-c3ff-44ee-8e19-6eaea94d1bea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dd1b51d-c3ff-44ee-8e19-6eaea94d1bea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15888981605596127613 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613158889816055961276131588898160559612761315888981605596127613" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7dcd895d-adbe-4cf1-a1d2-cf445a7b2307, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7dcd895d-adbe-4cf1-a1d2-cf445a7b2307, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3555543677222353779 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "35555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779355554367722235377935555436772223537793555543677222353779" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dd1b51d-c3ff-44ee-8e19-6eaea94d1bea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ac98f4eb-302d-4028-b2d1-dae76f0af8b7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ac98f4eb-302d-4028-b2d1-dae76f0af8b7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5925326552826330444 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444592532655282633044459253265528263304445925326552826330444" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7dcd895d-adbe-4cf1-a1d2-cf445a7b2307, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, df811eb1-0f1e-413f-a4d3-3ce7d2a24c9c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, df811eb1-0f1e-413f-a4d3-3ce7d2a24c9c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1953237048827655131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131195323704882765513119532370488276551311953237048827655131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ac98f4eb-302d-4028-b2d1-dae76f0af8b7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c80e461f-c9e2-459e-9047-ec719934860e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c80e461f-c9e2-459e-9047-ec719934860e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3659434957791865306 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "36594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306365943495779186530636594349577918653063659434957791865306" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, df811eb1-0f1e-413f-a4d3-3ce7d2a24c9c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c80e461f-c9e2-459e-9047-ec719934860e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0040b399-35d0-4e28-9141-7805fb18a515, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0040b399-35d0-4e28-9141-7805fb18a515, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6814528644941257070 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "68145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070681452864494125707068145286449412570706814528644941257070" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d88ee58c-cacc-44a3-8c19-72f2dff270c6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d88ee58c-cacc-44a3-8c19-72f2dff270c6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 534527811282559815 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815534527811282559815" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d88ee58c-cacc-44a3-8c19-72f2dff270c6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dab83a89-b1a7-4a7b-ae13-01f0aaa738f0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dab83a89-b1a7-4a7b-ae13-01f0aaa738f0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3073093123174685781 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "30730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781307309312317468578130730931231746857813073093123174685781" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0040b399-35d0-4e28-9141-7805fb18a515, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, db5d4a63-f8ac-4ff1-b274-440f6fb77925, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, db5d4a63-f8ac-4ff1-b274-440f6fb77925, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12840197965843216532 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532128401979658432165321284019796584321653212840197965843216532" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dab83a89-b1a7-4a7b-ae13-01f0aaa738f0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a18e2f00-e5a1-4bde-8150-50f3250f2b70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a18e2f00-e5a1-4bde-8150-50f3250f2b70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2028989014455737078 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "20289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078202898901445573707820289890144557370782028989014455737078" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, db5d4a63-f8ac-4ff1-b274-440f6fb77925, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 15a5074f-3bc3-4cc1-97ec-a84f0d5acd08, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 15a5074f-3bc3-4cc1-97ec-a84f0d5acd08, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10567807693980106172 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172105678076939801061721056780769398010617210567807693980106172" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a18e2f00-e5a1-4bde-8150-50f3250f2b70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c84ea7ea-65da-49c5-b06a-67378333b273, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c84ea7ea-65da-49c5-b06a-67378333b273, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8887416599086679137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "88874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137888741659908667913788874165990866791378887416599086679137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 15a5074f-3bc3-4cc1-97ec-a84f0d5acd08, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 44c437cb-d878-48de-8af8-12384d3f1d9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 44c437cb-d878-48de-8af8-12384d3f1d9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12345035052040135333 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333123450350520401353331234503505204013533312345035052040135333" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c84ea7ea-65da-49c5-b06a-67378333b273, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6cc84128-5345-4275-bbbd-49cb3e466bdf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6cc84128-5345-4275-bbbd-49cb3e466bdf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6924714097009426630 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630692471409700942663069247140970094266306924714097009426630" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 44c437cb-d878-48de-8af8-12384d3f1d9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f2939ca-33fd-4be0-9b64-40b0cb0bea47, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f2939ca-33fd-4be0-9b64-40b0cb0bea47, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12070375316898002556 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556120703753168980025561207037531689800255612070375316898002556" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6cc84128-5345-4275-bbbd-49cb3e466bdf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2fb58bee-c8e8-471e-aa52-b46b6916ffa3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f2939ca-33fd-4be0-9b64-40b0cb0bea47, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ef2212f6-81ff-44d0-8cc2-9b50df6906f4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2fb58bee-c8e8-471e-aa52-b46b6916ffa3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4465792884429487617 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617446579288442948761744657928844294876174465792884429487617" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ef2212f6-81ff-44d0-8cc2-9b50df6906f4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3833944992192553822 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822383394499219255382238339449921925538223833944992192553822" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ef2212f6-81ff-44d0-8cc2-9b50df6906f4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 57837628-0f37-4bfd-9e96-f50d4f344066, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 57837628-0f37-4bfd-9e96-f50d4f344066, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5784465448262819426 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "57844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426578446544826281942657844654482628194265784465448262819426" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2fb58bee-c8e8-471e-aa52-b46b6916ffa3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ba04756d-d5ce-4482-abb7-f92f85a74ca8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ba04756d-d5ce-4482-abb7-f92f85a74ca8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16704144372016713930 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930167041443720167139301670414437201671393016704144372016713930" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 57837628-0f37-4bfd-9e96-f50d4f344066, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fa1c7aa0-7e9a-4b34-9ae3-105838c89a1c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fa1c7aa0-7e9a-4b34-9ae3-105838c89a1c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3308987870990859800 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "33089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800330898787099085980033089878709908598003308987870990859800" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ba04756d-d5ce-4482-abb7-f92f85a74ca8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 89c2dd69-87bb-492f-9a61-1af92f1b4438, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 89c2dd69-87bb-492f-9a61-1af92f1b4438, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8622456579427687246 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246862245657942768724686224565794276872468622456579427687246" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fa1c7aa0-7e9a-4b34-9ae3-105838c89a1c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e0c23221-4f8d-4d68-8831-0069b965b88a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e0c23221-4f8d-4d68-8831-0069b965b88a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11231716410952865515 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515112317164109528655151123171641095286551511231716410952865515" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 89c2dd69-87bb-492f-9a61-1af92f1b4438, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2be8325b-81c0-4f9b-bd8c-c9480956fe80, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2be8325b-81c0-4f9b-bd8c-c9480956fe80, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 573197439293233393 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393573197439293233393" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e0c23221-4f8d-4d68-8831-0069b965b88a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5b7ebf0d-8fcb-412c-84ff-a5be9108b378, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5b7ebf0d-8fcb-412c-84ff-a5be9108b378, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 984827654093316543 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543984827654093316543" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2be8325b-81c0-4f9b-bd8c-c9480956fe80, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5b7ebf0d-8fcb-412c-84ff-a5be9108b378, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a09ec72d-e875-44e7-904d-d94bfedd70a5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62adc0ab-8bf0-4b47-a4d1-43ce75ad4fa0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a09ec72d-e875-44e7-904d-d94bfedd70a5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2168677616896517401 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401216867761689651740121686776168965174012168677616896517401" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62adc0ab-8bf0-4b47-a4d1-43ce75ad4fa0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12356200209925364848 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848123562002099253648481235620020992536484812356200209925364848" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a09ec72d-e875-44e7-904d-d94bfedd70a5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62adc0ab-8bf0-4b47-a4d1-43ce75ad4fa0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7aa2bc37-7af7-4447-9c50-8f059b7dd22c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab0ce3ed-5795-44ea-a2fb-fb26d8267c70, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7aa2bc37-7af7-4447-9c50-8f059b7dd22c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15353838006855724970 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970153538380068557249701535383800685572497015353838006855724970" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab0ce3ed-5795-44ea-a2fb-fb26d8267c70, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15169027535891383427 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427151690275358913834271516902753589138342715169027535891383427" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7aa2bc37-7af7-4447-9c50-8f059b7dd22c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab0ce3ed-5795-44ea-a2fb-fb26d8267c70, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 35c60ec9-bce8-4700-8e83-93f8dc8ddb5f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 20ea3800-5c00-4f09-954f-64e50f1dd6e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 35c60ec9-bce8-4700-8e83-93f8dc8ddb5f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 786407254317890859 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859786407254317890859" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 20ea3800-5c00-4f09-954f-64e50f1dd6e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 192757221153294290 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290192757221153294290" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 35c60ec9-bce8-4700-8e83-93f8dc8ddb5f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6d3eaaa2-6d47-4eff-836a-2c3feef88d16, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 20ea3800-5c00-4f09-954f-64e50f1dd6e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6d3eaaa2-6d47-4eff-836a-2c3feef88d16, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8616455608969051211 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211861645560896905121186164556089690512118616455608969051211" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4f07c3ad-c761-4ebb-9c66-889f34ac0be6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4f07c3ad-c761-4ebb-9c66-889f34ac0be6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1260014721718395650 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650126001472171839565012600147217183956501260014721718395650" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6d3eaaa2-6d47-4eff-836a-2c3feef88d16, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8704f2b8-f412-450f-81ca-042634f164b0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4f07c3ad-c761-4ebb-9c66-889f34ac0be6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8704f2b8-f412-450f-81ca-042634f164b0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4876547554728506996 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996487654755472850699648765475547285069964876547554728506996" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d1e520c-d032-44a6-9e36-28e98a3a4621, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d1e520c-d032-44a6-9e36-28e98a3a4621, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10246526544226621585 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585102465265442266215851024652654422662158510246526544226621585" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8704f2b8-f412-450f-81ca-042634f164b0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5023111b-99a0-482f-9a32-17ed38f0f6d1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5023111b-99a0-482f-9a32-17ed38f0f6d1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8044492654593857778 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778804449265459385777880444926545938577788044492654593857778" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d1e520c-d032-44a6-9e36-28e98a3a4621, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4ac0c71-9134-498b-b31e-34f79e82c54e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4ac0c71-9134-498b-b31e-34f79e82c54e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1255007207862162092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092125500720786216209212550072078621620921255007207862162092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5023111b-99a0-482f-9a32-17ed38f0f6d1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 600cd03a-c863-45b7-b8a0-7dbf1be62123, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4ac0c71-9134-498b-b31e-34f79e82c54e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 600cd03a-c863-45b7-b8a0-7dbf1be62123, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9978904068326268229 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229997890406832626822999789040683262682299978904068326268229" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0ad979ff-e37c-4c07-885f-71113de6d536, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0ad979ff-e37c-4c07-885f-71113de6d536, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8120170321717101919 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919812017032171710191981201703217171019198120170321717101919" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 600cd03a-c863-45b7-b8a0-7dbf1be62123, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 65848ca2-87ad-4b23-9243-2b1751f0d7f6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 65848ca2-87ad-4b23-9243-2b1751f0d7f6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6783700739104643391 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "67837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391678370073910464339167837007391046433916783700739104643391" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0ad979ff-e37c-4c07-885f-71113de6d536, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d7a510b-fd01-4447-a2bb-3f34b0f665dd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d7a510b-fd01-4447-a2bb-3f34b0f665dd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9513817924923493421 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421951381792492349342195138179249234934219513817924923493421" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 65848ca2-87ad-4b23-9243-2b1751f0d7f6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 834a3e82-9375-4732-a9d1-f2c639d47df4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 834a3e82-9375-4732-a9d1-f2c639d47df4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5992777695683438895 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "59927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895599277769568343889559927776956834388955992777695683438895" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d7a510b-fd01-4447-a2bb-3f34b0f665dd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5c774c86-16f2-444a-b5d2-fcbf517ea5c8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5c774c86-16f2-444a-b5d2-fcbf517ea5c8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8289784217138100828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "82897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828828978421713810082882897842171381008288289784217138100828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 834a3e82-9375-4732-a9d1-f2c639d47df4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5f6736a8-d274-4285-86a6-938aa4c6738f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5f6736a8-d274-4285-86a6-938aa4c6738f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11962008274788896248 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248119620082747888962481196200827478889624811962008274788896248" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5c774c86-16f2-444a-b5d2-fcbf517ea5c8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d2b4edfb-fc0e-4750-a830-713ac248bc99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d2b4edfb-fc0e-4750-a830-713ac248bc99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12187799269928067192 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192121877992699280671921218779926992806719212187799269928067192" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5f6736a8-d274-4285-86a6-938aa4c6738f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a88855d5-3e66-4efe-b6a4-42b6f02a8376, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a88855d5-3e66-4efe-b6a4-42b6f02a8376, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16362014659968428989 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989163620146599684289891636201465996842898916362014659968428989" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d2b4edfb-fc0e-4750-a830-713ac248bc99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ff6a3892-a15b-4ef9-9f0e-7dd542fd011e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a88855d5-3e66-4efe-b6a4-42b6f02a8376, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8e5050f7-d950-48f9-a2fd-4e7cdefff84f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8e5050f7-d950-48f9-a2fd-4e7cdefff84f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13244342699546307472 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472132443426995463074721324434269954630747213244342699546307472" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ff6a3892-a15b-4ef9-9f0e-7dd542fd011e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7891421764025967223 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "78914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223789142176402596722378914217640259672237891421764025967223" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8e5050f7-d950-48f9-a2fd-4e7cdefff84f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1818fbc8-5a96-4c1d-a17c-8f83c81587b5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1818fbc8-5a96-4c1d-a17c-8f83c81587b5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8031052092861229044 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044803105209286122904480310520928612290448031052092861229044" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ff6a3892-a15b-4ef9-9f0e-7dd542fd011e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a222e667-2d89-4beb-ae1c-1ea96f339150, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a222e667-2d89-4beb-ae1c-1ea96f339150, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11205987085623762509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509112059870856237625091120598708562376250911205987085623762509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1818fbc8-5a96-4c1d-a17c-8f83c81587b5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a222e667-2d89-4beb-ae1c-1ea96f339150, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0eeed224-2d3f-4f9a-9f62-4c20eaf27e4f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0eeed224-2d3f-4f9a-9f62-4c20eaf27e4f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4365874757283811825 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825436587475728381182543658747572838118254365874757283811825" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e7b7405-cc1e-41be-95f7-a7f647b775e2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e7b7405-cc1e-41be-95f7-a7f647b775e2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4492904943811002190 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190449290494381100219044929049438110021904492904943811002190" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0eeed224-2d3f-4f9a-9f62-4c20eaf27e4f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e7b7405-cc1e-41be-95f7-a7f647b775e2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51b602e6-b92e-4fa6-b30a-8a500711b8ad, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dcd3afb-06d3-4882-b3e3-234772172c66, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51b602e6-b92e-4fa6-b30a-8a500711b8ad, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1218298544751352940 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "12182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940121829854475135294012182985447513529401218298544751352940" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dcd3afb-06d3-4882-b3e3-234772172c66, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1677312179252334090 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090167731217925233409016773121792523340901677312179252334090" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51b602e6-b92e-4fa6-b30a-8a500711b8ad, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dcd3afb-06d3-4882-b3e3-234772172c66, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e3fcd28e-e156-4f58-b087-f3a04ea00cee, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8af29edc-6eb6-4df5-bd0e-c32214516f90, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e3fcd28e-e156-4f58-b087-f3a04ea00cee, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18283988914020754935 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935182839889140207549351828398891402075493518283988914020754935" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8af29edc-6eb6-4df5-bd0e-c32214516f90, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16053477806026535835 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835160534778060265358351605347780602653583516053477806026535835" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e3fcd28e-e156-4f58-b087-f3a04ea00cee, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8af29edc-6eb6-4df5-bd0e-c32214516f90, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3c16013d-6798-4d0d-976f-9ae72ae208f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7417fef2-7e04-4141-b7c2-0e441df57fe5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3c16013d-6798-4d0d-976f-9ae72ae208f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14443662168078074188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188144436621680780741881444366216807807418814443662168078074188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7417fef2-7e04-4141-b7c2-0e441df57fe5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13304235299278831083 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083133042352992788310831330423529927883108313304235299278831083" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7417fef2-7e04-4141-b7c2-0e441df57fe5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3c16013d-6798-4d0d-976f-9ae72ae208f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 237ed219-8f38-40ba-91de-2ce80838656f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5fe46d6f-c6cd-4edf-b3f7-ac9b4e5ae301, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 237ed219-8f38-40ba-91de-2ce80838656f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1478902853045668388 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388147890285304566838814789028530456683881478902853045668388" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5fe46d6f-c6cd-4edf-b3f7-ac9b4e5ae301, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11929921886159159494 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494119299218861591594941192992188615915949411929921886159159494" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 237ed219-8f38-40ba-91de-2ce80838656f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5fe46d6f-c6cd-4edf-b3f7-ac9b4e5ae301, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9ebdebbc-a16e-49ca-befa-43dd0e562856, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9ebdebbc-a16e-49ca-befa-43dd0e562856, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4960286166896786577 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577496028616689678657749602861668967865774960286166896786577" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d12be69-8964-4092-96d8-892405698c98, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d12be69-8964-4092-96d8-892405698c98, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1871550142315323741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741187155014231532374118715501423153237411871550142315323741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9ebdebbc-a16e-49ca-befa-43dd0e562856, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e4459e11-6dc3-4d44-8258-70c59cadcef6, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e4459e11-6dc3-4d44-8258-70c59cadcef6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3840718174425757337 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337384071817442575733738407181744257573373840718174425757337" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d12be69-8964-4092-96d8-892405698c98, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 91096783-8309-4a9d-a9cf-1d2dd3184ca2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 91096783-8309-4a9d-a9cf-1d2dd3184ca2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4641201905767494849 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849464120190576749484946412019057674948494641201905767494849" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e4459e11-6dc3-4d44-8258-70c59cadcef6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 617ccfc3-8195-4061-afe0-615d5bd93ddf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 617ccfc3-8195-4061-afe0-615d5bd93ddf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1489719957930178773 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "14897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773148971995793017877314897199579301787731489719957930178773" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 91096783-8309-4a9d-a9cf-1d2dd3184ca2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f5511b88-1d55-4300-836f-542335d2963f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f5511b88-1d55-4300-836f-542335d2963f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11213479993174967990 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990112134799931749679901121347999317496799011213479993174967990" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 617ccfc3-8195-4061-afe0-615d5bd93ddf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a1a6dd33-0fe4-4d90-a4d8-2980c10afa4d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a1a6dd33-0fe4-4d90-a4d8-2980c10afa4d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5369076790997703785 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785536907679099770378553690767909977037855369076790997703785" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f5511b88-1d55-4300-836f-542335d2963f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 54b86bca-8ddf-4106-84ba-4eff4d196302, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 54b86bca-8ddf-4106-84ba-4eff4d196302, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18332457169503193828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828183324571695031938281833245716950319382818332457169503193828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a1a6dd33-0fe4-4d90-a4d8-2980c10afa4d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ab5c27a3-1ad0-4cb9-a599-09b6de0e7443, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ab5c27a3-1ad0-4cb9-a599-09b6de0e7443, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5060524665207184095 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095506052466520718409550605246652071840955060524665207184095" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 54b86bca-8ddf-4106-84ba-4eff4d196302, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, de904588-26a7-4d36-9647-fdd4d2c2c5fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, de904588-26a7-4d36-9647-fdd4d2c2c5fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9542960617597107862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "95429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862954296061759710786295429606175971078629542960617597107862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ab5c27a3-1ad0-4cb9-a599-09b6de0e7443, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dd70921d-f5c3-4627-94c0-8853b48b93ff, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dd70921d-f5c3-4627-94c0-8853b48b93ff, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2916532273630700001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "29165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001291653227363070000129165322736307000012916532273630700001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, de904588-26a7-4d36-9647-fdd4d2c2c5fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5cbcc3b8-2493-4b9c-9042-872cc23b1136, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5cbcc3b8-2493-4b9c-9042-872cc23b1136, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15301297224518131943 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943153012972245181319431530129722451813194315301297224518131943" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dd70921d-f5c3-4627-94c0-8853b48b93ff, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, aa6348a3-caba-4064-9144-049860ed9bf4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, aa6348a3-caba-4064-9144-049860ed9bf4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10800470555448439188 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188108004705554484391881080047055544843918810800470555448439188" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5cbcc3b8-2493-4b9c-9042-872cc23b1136, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 99f997cf-20f0-40f5-ba43-5b0b8e68e311, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 99f997cf-20f0-40f5-ba43-5b0b8e68e311, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7999243844968830098 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098799924384496883009879992438449688300987999243844968830098" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, aa6348a3-caba-4064-9144-049860ed9bf4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf3fa8ec-0ab8-44f3-ad4f-53527a503ee1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf3fa8ec-0ab8-44f3-ad4f-53527a503ee1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7952838915050113405 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "79528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405795283891505011340579528389150501134057952838915050113405" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 99f997cf-20f0-40f5-ba43-5b0b8e68e311, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 88694a50-824a-4dbc-9902-20491588b66a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 88694a50-824a-4dbc-9902-20491588b66a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16482830202131668475 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475164828302021316684751648283020213166847516482830202131668475" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf3fa8ec-0ab8-44f3-ad4f-53527a503ee1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7f08553b-9297-4f44-8234-99e93df03e32, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7f08553b-9297-4f44-8234-99e93df03e32, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5570998990821108334 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334557099899082110833455709989908211083345570998990821108334" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 88694a50-824a-4dbc-9902-20491588b66a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 869ce927-9c40-4f34-8e96-424b79000b9e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 869ce927-9c40-4f34-8e96-424b79000b9e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11677851309724975668 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668116778513097249756681167785130972497566811677851309724975668" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7f08553b-9297-4f44-8234-99e93df03e32, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0bb6bbb-981d-43c6-b26b-dc004a37e687, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0bb6bbb-981d-43c6-b26b-dc004a37e687, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8335645538732983179 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "83356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179833564553873298317983356455387329831798335645538732983179" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 869ce927-9c40-4f34-8e96-424b79000b9e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fb5ee94f-e580-4f3b-b452-8c866e873a43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fb5ee94f-e580-4f3b-b452-8c866e873a43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11890359347547498908 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908118903593475474989081189035934754749890811890359347547498908" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0bb6bbb-981d-43c6-b26b-dc004a37e687, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c90df18e-e7dd-48e8-beb9-09fdf33425f7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fb5ee94f-e580-4f3b-b452-8c866e873a43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c90df18e-e7dd-48e8-beb9-09fdf33425f7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15423899950637516828 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828154238999506375168281542389995063751682815423899950637516828" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 60ad53e1-5667-4fd8-8f0c-15a63f25f5ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 60ad53e1-5667-4fd8-8f0c-15a63f25f5ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4046091020266321256 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256404609102026632125640460910202663212564046091020266321256" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c90df18e-e7dd-48e8-beb9-09fdf33425f7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c15dda25-1891-41c7-bfbe-ee26d9aaa3ed, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 60ad53e1-5667-4fd8-8f0c-15a63f25f5ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c15dda25-1891-41c7-bfbe-ee26d9aaa3ed, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6655111743670371509 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "66551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509665511174367037150966551117436703715096655111743670371509" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 56c6c74b-a41d-45ad-a623-1d56af714e29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 56c6c74b-a41d-45ad-a623-1d56af714e29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10025491762904240204 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204100254917629042402041002549176290424020410025491762904240204" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c15dda25-1891-41c7-bfbe-ee26d9aaa3ed, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9e43a18a-fc38-414a-b5b0-5263dbd81108, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9e43a18a-fc38-414a-b5b0-5263dbd81108, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8138436506598491461 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "81384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461813843650659849146181384365065984914618138436506598491461" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 56c6c74b-a41d-45ad-a623-1d56af714e29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 174efd90-b887-404e-9c10-3603fa5f4611, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 174efd90-b887-404e-9c10-3603fa5f4611, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15682649588062775741 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741156826495880627757411568264958806277574115682649588062775741" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9e43a18a-fc38-414a-b5b0-5263dbd81108, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1a78d057-f538-4cd0-8f25-9eb36d403829, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1a78d057-f538-4cd0-8f25-9eb36d403829, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17051582974619176488 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488170515829746191764881705158297461917648817051582974619176488" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 174efd90-b887-404e-9c10-3603fa5f4611, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cfccf851-957a-4d5f-89e0-88a6c9df1fd3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cfccf851-957a-4d5f-89e0-88a6c9df1fd3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9780177438818443130 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "97801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130978017743881844313097801774388184431309780177438818443130" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1a78d057-f538-4cd0-8f25-9eb36d403829, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7cb595ed-740e-4df0-848b-e839e5f186ce, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cfccf851-957a-4d5f-89e0-88a6c9df1fd3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7cb595ed-740e-4df0-848b-e839e5f186ce, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5050904359815570082 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "50509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082505090435981557008250509043598155700825050904359815570082" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4fa89b00-1138-452d-8ac1-6f6657ac7d65, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4fa89b00-1138-452d-8ac1-6f6657ac7d65, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2603485393139314244 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "26034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244260348539313931424426034853931393142442603485393139314244" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7cb595ed-740e-4df0-848b-e839e5f186ce, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 34dc3212-d953-43cc-b5b3-c93f1636b1cd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4fa89b00-1138-452d-8ac1-6f6657ac7d65, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 34dc3212-d953-43cc-b5b3-c93f1636b1cd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3444919398697343912 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "34449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912344491939869734391234449193986973439123444919398697343912" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9fbc809c-6c45-4223-930b-c016421e019f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9fbc809c-6c45-4223-930b-c016421e019f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11210280750793397459 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459112102807507933974591121028075079339745911210280750793397459" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 34dc3212-d953-43cc-b5b3-c93f1636b1cd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6758256f-dced-4b25-9330-8115fbb65de7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6758256f-dced-4b25-9330-8115fbb65de7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17199326800708451374 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374171993268007084513741719932680070845137417199326800708451374" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9fbc809c-6c45-4223-930b-c016421e019f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 093ef790-a88b-4115-8d94-2b7cac3b5da4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 093ef790-a88b-4115-8d94-2b7cac3b5da4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14509197483306492297 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297145091974833064922971450919748330649229714509197483306492297" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6758256f-dced-4b25-9330-8115fbb65de7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b593b29c-a918-4af4-b639-2610bab9bf73, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b593b29c-a918-4af4-b639-2610bab9bf73, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17105390812839393652 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652171053908128393936521710539081283939365217105390812839393652" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 093ef790-a88b-4115-8d94-2b7cac3b5da4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37fb782d-c9b7-4685-a788-7a9100e4ef4c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37fb782d-c9b7-4685-a788-7a9100e4ef4c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11457408880922938820 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820114574088809229388201145740888092293882011457408880922938820" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b593b29c-a918-4af4-b639-2610bab9bf73, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 5216b7ac-5d02-42a9-b1a1-457225d7f7f2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 5216b7ac-5d02-42a9-b1a1-457225d7f7f2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4110446785493759195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195411044678549375919541104467854937591954110446785493759195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37fb782d-c9b7-4685-a788-7a9100e4ef4c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, beb102ef-6274-4422-a82d-d0b5434dd1c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, beb102ef-6274-4422-a82d-d0b5434dd1c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12217042384771315448 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448122170423847713154481221704238477131544812217042384771315448" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 5216b7ac-5d02-42a9-b1a1-457225d7f7f2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9d574a4a-fbb9-4242-818d-db409d82d4a9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9d574a4a-fbb9-4242-818d-db409d82d4a9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3712132110761334300 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300371213211076133430037121321107613343003712132110761334300" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, beb102ef-6274-4422-a82d-d0b5434dd1c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 169b8f5f-bad8-4769-835a-723fdd4ceacf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 169b8f5f-bad8-4769-835a-723fdd4ceacf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1604274979350646137 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "16042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137160427497935064613716042749793506461371604274979350646137" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9d574a4a-fbb9-4242-818d-db409d82d4a9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, bf6b499e-d115-4a0b-b7f6-b159a6d77925, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, bf6b499e-d115-4a0b-b7f6-b159a6d77925, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12169972786699087001 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001121699727866990870011216997278669908700112169972786699087001" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 169b8f5f-bad8-4769-835a-723fdd4ceacf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4cd6218b-fea8-419a-b56c-e429ea23a323, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4cd6218b-fea8-419a-b56c-e429ea23a323, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2572846742967849614 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "25728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614257284674296784961425728467429678496142572846742967849614" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, bf6b499e-d115-4a0b-b7f6-b159a6d77925, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 07afe12a-aca2-47af-9b56-2fa7f5f88c1a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07afe12a-aca2-47af-9b56-2fa7f5f88c1a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8615226305910296322 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "86152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322861522630591029632286152263059102963228615226305910296322" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4cd6218b-fea8-419a-b56c-e429ea23a323, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b5154e6b-1d39-4186-92d7-62d645a6c760, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b5154e6b-1d39-4186-92d7-62d645a6c760, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3760573851629925280 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "37605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280376057385162992528037605738516299252803760573851629925280" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b5154e6b-1d39-4186-92d7-62d645a6c760, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2c3fe8b-910c-41fb-8df4-b57fbef931cf, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2c3fe8b-910c-41fb-8df4-b57fbef931cf, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8722269015963297113 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113872226901596329711387222690159632971138722269015963297113" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2c3fe8b-910c-41fb-8df4-b57fbef931cf, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 51f3cef9-f2be-4739-a9ad-addb844b826a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07afe12a-aca2-47af-9b56-2fa7f5f88c1a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 51f3cef9-f2be-4739-a9ad-addb844b826a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12711805959212542821 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821127118059592125428211271180595921254282112711805959212542821" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b2d3bc52-5e56-4de4-8fd2-24d4a78e7d1b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b2d3bc52-5e56-4de4-8fd2-24d4a78e7d1b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16834100930971834584 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584168341009309718345841683410093097183458416834100930971834584" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 51f3cef9-f2be-4739-a9ad-addb844b826a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 05cfe86f-94a5-4f4b-9107-7d7f95b3fe67, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b2d3bc52-5e56-4de4-8fd2-24d4a78e7d1b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 05cfe86f-94a5-4f4b-9107-7d7f95b3fe67, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14037351093847691590 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590140373510938476915901403735109384769159014037351093847691590" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 00b441c8-1189-406b-bd3d-7a0f5764489c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 00b441c8-1189-406b-bd3d-7a0f5764489c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13826170831465355476 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476138261708314653554761382617083146535547613826170831465355476" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 05cfe86f-94a5-4f4b-9107-7d7f95b3fe67, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cd41bbe0-3ce6-4f65-89ac-5e02625c5680, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cd41bbe0-3ce6-4f65-89ac-5e02625c5680, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4121525745742783823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823412152574574278382341215257457427838234121525745742783823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 00b441c8-1189-406b-bd3d-7a0f5764489c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 4d053f05-faca-4a25-9f10-ca8e512ae98f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 4d053f05-faca-4a25-9f10-ca8e512ae98f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16876625984376446373 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373168766259843764463731687662598437644637316876625984376446373" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cd41bbe0-3ce6-4f65-89ac-5e02625c5680, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 49f1058d-0744-4cd8-9c39-98f52a36616c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 49f1058d-0744-4cd8-9c39-98f52a36616c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5630217312255512160 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "56302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160563021731225551216056302173122555121605630217312255512160" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 4d053f05-faca-4a25-9f10-ca8e512ae98f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cbb2afb8-fd8f-452c-97d7-60036da1d94c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cbb2afb8-fd8f-452c-97d7-60036da1d94c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14172753456315728119 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119141727534563157281191417275345631572811914172753456315728119" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 49f1058d-0744-4cd8-9c39-98f52a36616c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b9176fe3-dfeb-4c88-9d6e-87ab164a1ad5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b9176fe3-dfeb-4c88-9d6e-87ab164a1ad5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15320995472659603368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368153209954726596033681532099547265960336815320995472659603368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cbb2afb8-fd8f-452c-97d7-60036da1d94c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8f5dcdce-23d5-48fc-8d3d-c7ff031a4f9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8f5dcdce-23d5-48fc-8d3d-c7ff031a4f9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16747933120943880224 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224167479331209438802241674793312094388022416747933120943880224" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b9176fe3-dfeb-4c88-9d6e-87ab164a1ad5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6b84236-0d4e-4dc4-b22f-db900aed936d, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6b84236-0d4e-4dc4-b22f-db900aed936d, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4946779831124368687 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "49467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687494677983112436868749467798311243686874946779831124368687" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8f5dcdce-23d5-48fc-8d3d-c7ff031a4f9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 18b17935-5151-48f8-a7dc-38f354115a68, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 18b17935-5151-48f8-a7dc-38f354115a68, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8054446513514590177 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "80544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177805444651351459017780544465135145901778054446513514590177" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6b84236-0d4e-4dc4-b22f-db900aed936d, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0817e7de-88c5-49a4-b63a-506746e4b1d2, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0817e7de-88c5-49a4-b63a-506746e4b1d2, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8980005750971341317 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "89800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317898000575097134131789800057509713413178980005750971341317" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 18b17935-5151-48f8-a7dc-38f354115a68, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d4b1a232-15ff-4dfd-bae5-72b68bd3ea8c, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d4b1a232-15ff-4dfd-bae5-72b68bd3ea8c, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15624619013596480381 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381156246190135964803811562461901359648038115624619013596480381" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0817e7de-88c5-49a4-b63a-506746e4b1d2, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1d8b58ec-a807-4c63-adb7-deeee0c795e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1d8b58ec-a807-4c63-adb7-deeee0c795e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11385003629705753992 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992113850036297057539921138500362970575399211385003629705753992" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d4b1a232-15ff-4dfd-bae5-72b68bd3ea8c, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 245a237f-73e0-4045-b25f-379fea1697c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 245a237f-73e0-4045-b25f-379fea1697c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17393887348427101368 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368173938873484271013681739388734842710136817393887348427101368" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1d8b58ec-a807-4c63-adb7-deeee0c795e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f808f014-9d38-4b1a-a4ee-d0d376c036e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f808f014-9d38-4b1a-a4ee-d0d376c036e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12394355153289231775 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775123943551532892317751239435515328923177512394355153289231775" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 245a237f-73e0-4045-b25f-379fea1697c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 849861d6-0173-45f8-8281-d5238a7755e3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 849861d6-0173-45f8-8281-d5238a7755e3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6325990444740158384 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384632599044474015838463259904447401583846325990444740158384" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f808f014-9d38-4b1a-a4ee-d0d376c036e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1dea0dbb-feb4-46dd-9f16-7072811fc6df, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1dea0dbb-feb4-46dd-9f16-7072811fc6df, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5307595980071286788 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "53075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788530759598007128678853075959800712867885307595980071286788" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 849861d6-0173-45f8-8281-d5238a7755e3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6baa15fa-88c7-4185-84ec-53f5071aac9b, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6baa15fa-88c7-4185-84ec-53f5071aac9b, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10245244088314571002 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002102452440883145710021024524408831457100210245244088314571002" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1dea0dbb-feb4-46dd-9f16-7072811fc6df, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cf71579e-0e65-46bd-a3cd-93feaf169d38, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cf71579e-0e65-46bd-a3cd-93feaf169d38, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1925373508036760678 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "19253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678192537350803676067819253735080367606781925373508036760678" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6baa15fa-88c7-4185-84ec-53f5071aac9b, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbe35bc3-8696-4932-bb29-f248cbccb215, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbe35bc3-8696-4932-bb29-f248cbccb215, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7276060531656781072 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "72760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072727606053165678107272760605316567810727276060531656781072" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cf71579e-0e65-46bd-a3cd-93feaf169d38, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f6f157be-7087-40fb-80f1-abadfa0c033f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f6f157be-7087-40fb-80f1-abadfa0c033f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4105947718889626783 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "41059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783410594771888962678341059477188896267834105947718889626783" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbe35bc3-8696-4932-bb29-f248cbccb215, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 133900c9-3abb-4513-9a49-f4a992f56850, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 133900c9-3abb-4513-9a49-f4a992f56850, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11599055508402681824 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824115990555084026818241159905550840268182411599055508402681824" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f6f157be-7087-40fb-80f1-abadfa0c033f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dec6fa4c-d157-4dfb-b359-bc543fafa63e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dec6fa4c-d157-4dfb-b359-bc543fafa63e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4096903129832397862 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "40969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862409690312983239786240969031298323978624096903129832397862" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 133900c9-3abb-4513-9a49-f4a992f56850, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, be7fa0c7-ec84-4148-9cf5-f9fae9f05a23, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, be7fa0c7-ec84-4148-9cf5-f9fae9f05a23, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2174551639278119861 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "21745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861217455163927811986121745516392781198612174551639278119861" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dec6fa4c-d157-4dfb-b359-bc543fafa63e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, be7fa0c7-ec84-4148-9cf5-f9fae9f05a23, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 1bc33225-f346-454e-b983-e455b71cda99, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 1bc33225-f346-454e-b983-e455b71cda99, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2330896202626372764 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764233089620262637276423308962026263727642330896202626372764" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53f2a3b9-9fe0-45aa-a7f6-35babc44a1fd, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53f2a3b9-9fe0-45aa-a7f6-35babc44a1fd, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11885521387868458823 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823118855213878684588231188552138786845882311885521387868458823" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 1bc33225-f346-454e-b983-e455b71cda99, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53f2a3b9-9fe0-45aa-a7f6-35babc44a1fd, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6a7af7ca-72e9-49c4-8631-9fb7d477025a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6a7af7ca-72e9-49c4-8631-9fb7d477025a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6932621986513562092 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "69326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092693262198651356209269326219865135620926932621986513562092" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b4e92fa6-828d-4a3e-affe-773ece956383, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b4e92fa6-828d-4a3e-affe-773ece956383, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5508466129474197672 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "55084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672550846612947419767255084661294741976725508466129474197672" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6a7af7ca-72e9-49c4-8631-9fb7d477025a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b4e92fa6-828d-4a3e-affe-773ece956383, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d8675b6a-9685-4227-9b71-d3f5216074d5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a58c335-ea4b-4e34-b92f-0b412662af72, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d8675b6a-9685-4227-9b71-d3f5216074d5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9887335013091655769 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "98873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769988733501309165576998873350130916557699887335013091655769" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a58c335-ea4b-4e34-b92f-0b412662af72, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13608972111909283527 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527136089721119092835271360897211190928352713608972111909283527" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d8675b6a-9685-4227-9b71-d3f5216074d5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a58c335-ea4b-4e34-b92f-0b412662af72, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6449a9ff-fc31-432e-bd90-a42290378a19, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6449a9ff-fc31-432e-bd90-a42290378a19, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10408618234914434131 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131104086182349144341311040861823491443413110408618234914434131" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, fca19ab9-1125-4751-bb4c-1beaa849dc36, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, fca19ab9-1125-4751-bb4c-1beaa849dc36, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16850171323322405503 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503168501713233224055031685017132332240550316850171323322405503" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, fca19ab9-1125-4751-bb4c-1beaa849dc36, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6449a9ff-fc31-432e-bd90-a42290378a19, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f79f7ce9-2585-4bb3-a141-2ef19568feea, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f79f7ce9-2585-4bb3-a141-2ef19568feea, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13222209649028683955 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955132222096490286839551322220964902868395513222209649028683955" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8ef070ca-85d4-4854-9b14-b1e147663386, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8ef070ca-85d4-4854-9b14-b1e147663386, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1353572173976325406 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "13535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406135357217397632540613535721739763254061353572173976325406" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f79f7ce9-2585-4bb3-a141-2ef19568feea, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8ef070ca-85d4-4854-9b14-b1e147663386, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d42eb774-eeb2-4a39-96e9-e628a3baaf43, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d42eb774-eeb2-4a39-96e9-e628a3baaf43, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10397494204910365954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954103974942049103659541039749420491036595410397494204910365954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0e0e0695-f589-4f85-a083-1a9fa46f3c07, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0e0e0695-f589-4f85-a083-1a9fa46f3c07, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 3828139155625900029 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "38281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029382813915562590002938281391556259000293828139155625900029" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d42eb774-eeb2-4a39-96e9-e628a3baaf43, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e2998e73-f60f-45f5-a0c6-e5d7542c0af3, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e2998e73-f60f-45f5-a0c6-e5d7542c0af3, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11550076046516271954 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954115500760465162719541155007604651627195411550076046516271954" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0e0e0695-f589-4f85-a083-1a9fa46f3c07, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6b5070a8-789e-4e5b-8643-66b222a9907e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6b5070a8-789e-4e5b-8643-66b222a9907e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17920856948550817675 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675179208569485508176751792085694855081767517920856948550817675" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e2998e73-f60f-45f5-a0c6-e5d7542c0af3, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, abd0396c-2f2e-48bf-a62b-1be211d61b20, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, abd0396c-2f2e-48bf-a62b-1be211d61b20, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13555502054675145814 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814135555020546751458141355550205467514581413555502054675145814" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6b5070a8-789e-4e5b-8643-66b222a9907e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9f925829-f7eb-446f-a011-04f4b84b9489, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9f925829-f7eb-446f-a011-04f4b84b9489, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12727820880462010356 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356127278208804620103561272782088046201035612727820880462010356" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, abd0396c-2f2e-48bf-a62b-1be211d61b20, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, edc37e6c-13b4-4365-92a7-3040c0fbd7d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, edc37e6c-13b4-4365-92a7-3040c0fbd7d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4364324091264362572 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572436432409126436257243643240912643625724364324091264362572" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9f925829-f7eb-446f-a011-04f4b84b9489, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 62b52e5f-c229-42d7-ad47-205ea78bf389, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, edc37e6c-13b4-4365-92a7-3040c0fbd7d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 62b52e5f-c229-42d7-ad47-205ea78bf389, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13800537176757400681 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681138005371767574006811380053717675740068113800537176757400681" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d746ee4d-9f9f-4e18-bce9-c507a39544e0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d746ee4d-9f9f-4e18-bce9-c507a39544e0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8487436910653006288 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288848743691065300628884874369106530062888487436910653006288" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 62b52e5f-c229-42d7-ad47-205ea78bf389, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 9c60b74a-618d-4b2d-be99-a70fb2d8e328, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 9c60b74a-618d-4b2d-be99-a70fb2d8e328, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 7122578660113380048 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "71225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048712257866011338004871225786601133800487122578660113380048" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d746ee4d-9f9f-4e18-bce9-c507a39544e0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 9c60b74a-618d-4b2d-be99-a70fb2d8e328, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 450e6300-18b2-4e4b-b081-aad88e246211, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 53baefce-dd33-4480-a0e4-a71fb11b04e8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 53baefce-dd33-4480-a0e4-a71fb11b04e8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12083393204026231352 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352120833932040262313521208339320402623135212083393204026231352" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 450e6300-18b2-4e4b-b081-aad88e246211, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1037607399928579195 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "10376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195103760739992857919510376073999285791951037607399928579195" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 450e6300-18b2-4e4b-b081-aad88e246211, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 53baefce-dd33-4480-a0e4-a71fb11b04e8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, f72abf48-0153-4b69-8e12-22514e0d8962, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dbb74417-597c-4891-b5fb-6fa0ce2e8735, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dbb74417-597c-4891-b5fb-6fa0ce2e8735, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 10430920107160463857 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857104309201071604638571043092010716046385710430920107160463857" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, f72abf48-0153-4b69-8e12-22514e0d8962, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4420070496735442706 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "44200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706442007049673544270644200704967354427064420070496735442706" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, f72abf48-0153-4b69-8e12-22514e0d8962, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dbb74417-597c-4891-b5fb-6fa0ce2e8735, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 93478e1c-be8e-47e8-85b0-f9e38d2f26f5, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 93478e1c-be8e-47e8-85b0-f9e38d2f26f5, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4860368082725568710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "48603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710486036808272556871048603680827255687104860368082725568710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 47ce3f14-c904-4a55-bcb9-ebac096c1f01, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 47ce3f14-c904-4a55-bcb9-ebac096c1f01, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16515061062821535722 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722165150610628215357221651506106282153572216515061062821535722" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 47ce3f14-c904-4a55-bcb9-ebac096c1f01, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 93478e1c-be8e-47e8-85b0-f9e38d2f26f5, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 0223b985-47a5-4f2e-8f0f-121ffd3e9883, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 0223b985-47a5-4f2e-8f0f-121ffd3e9883, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6134689955537726718 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "61346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718613468995553772671861346899555377267186134689955537726718" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 52af7e3c-573a-45f6-bcde-da29dfa4dd8a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 52af7e3c-573a-45f6-bcde-da29dfa4dd8a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4610610481394553359 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "46106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359461061048139455335946106104813945533594610610481394553359" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 0223b985-47a5-4f2e-8f0f-121ffd3e9883, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8a836293-93a0-442f-a300-a36376bca653, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 52af7e3c-573a-45f6-bcde-da29dfa4dd8a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8a836293-93a0-442f-a300-a36376bca653, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11187900903064560109 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109111879009030645601091118790090306456010911187900903064560109" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 58eddc33-4a39-4996-b80a-81c1795158e4, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 58eddc33-4a39-4996-b80a-81c1795158e4, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13081216140167334749 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749130812161401673347491308121614016733474913081216140167334749" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8a836293-93a0-442f-a300-a36376bca653, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 16b6ffc1-0bea-422f-9403-db98118e88dc, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 16b6ffc1-0bea-422f-9403-db98118e88dc, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16570023894418802840 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840165700238944188028401657002389441880284016570023894418802840" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 58eddc33-4a39-4996-b80a-81c1795158e4, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 87971293-09ed-4329-9085-6770d484a280, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 87971293-09ed-4329-9085-6770d484a280, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 18362295778120511140 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140183622957781205111401836229577812051114018362295778120511140" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 16b6ffc1-0bea-422f-9403-db98118e88dc, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3fa9b745-705f-442d-b4f7-62e1efd4f2d9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3fa9b745-705f-442d-b4f7-62e1efd4f2d9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8418522643800515719 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "84185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719841852264380051571984185226438005157198418522643800515719" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 87971293-09ed-4329-9085-6770d484a280, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3fa9b745-705f-442d-b4f7-62e1efd4f2d9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 3551b969-3825-42c4-a1c2-b25aa53f14db, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 3551b969-3825-42c4-a1c2-b25aa53f14db, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 4351082195106326554 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "43510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554435108219510632655443510821951063265544351082195106326554" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2109549e-71eb-4e95-86ed-32f394bb7b93, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2109549e-71eb-4e95-86ed-32f394bb7b93, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 6382009777233308365 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "63820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365638200977723330836563820097772333083656382009777233308365" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 3551b969-3825-42c4-a1c2-b25aa53f14db, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e6580fba-fd1d-499c-be9f-fed87d396821, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e6580fba-fd1d-499c-be9f-fed87d396821, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16672307277252527619 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619166723072772525276191667230727725252761916672307277252527619" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2109549e-71eb-4e95-86ed-32f394bb7b93, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e6580fba-fd1d-499c-be9f-fed87d396821, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 8fe6bb3c-4ad1-4295-8bfa-45767bbba009, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 8fe6bb3c-4ad1-4295-8bfa-45767bbba009, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 13869243694322794038 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038138692436943227940381386924369432279403813869243694322794038" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, e240423f-6564-4a1b-b0e5-5ac4543d89ac, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, e240423f-6564-4a1b-b0e5-5ac4543d89ac, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14185894667817356609 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609141858946678173566091418589466781735660914185894667817356609" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 8fe6bb3c-4ad1-4295-8bfa-45767bbba009, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, e240423f-6564-4a1b-b0e5-5ac4543d89ac, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, b0f31031-5560-4961-bbd9-b2dfe7d7019e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, b0f31031-5560-4961-bbd9-b2dfe7d7019e, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 15162468519888557679 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679151624685198885576791516246851988855767915162468519888557679" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 78ce525e-aaeb-4f0a-9858-bcc880355d14, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 78ce525e-aaeb-4f0a-9858-bcc880355d14, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9970951983071753987 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "99709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987997095198307175398799709519830717539879970951983071753987" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, b0f31031-5560-4961-bbd9-b2dfe7d7019e, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 78ce525e-aaeb-4f0a-9858-bcc880355d14, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, a360663b-2ae5-40e8-9250-c883ea5de576, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, a360663b-2ae5-40e8-9250-c883ea5de576, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17455715002045263318 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318174557150020452633181745571500204526331817455715002045263318" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 6ccde8c6-51a7-452b-b7df-37a7843cb6c0, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 6ccde8c6-51a7-452b-b7df-37a7843cb6c0, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12293479683778295495 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495122934796837782954951229347968377829549512293479683778295495" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, a360663b-2ae5-40e8-9250-c883ea5de576, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 6ccde8c6-51a7-452b-b7df-37a7843cb6c0, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 25aac3cf-50c1-4c73-926f-a8001fea0e44, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, dc98b172-ecec-4672-9a2f-cd0f4ac58fa9, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 25aac3cf-50c1-4c73-926f-a8001fea0e44, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 12282949000089272710 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710122829490000892727101228294900008927271012282949000089272710" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, dc98b172-ecec-4672-9a2f-cd0f4ac58fa9, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 11736292503672443400 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400117362925036724434001173629250367244340011736292503672443400" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 25aac3cf-50c1-4c73-926f-a8001fea0e44, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, dc98b172-ecec-4672-9a2f-cd0f4ac58fa9, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, cebaa72b-d11a-4a98-b94d-91f38d9e7e7f, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, ae912a3a-f807-4d50-9ef7-c9f79e796446, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, cebaa72b-d11a-4a98-b94d-91f38d9e7e7f, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 1845013875429045555 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "18450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555184501387542904555518450138754290455551845013875429045555" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, ae912a3a-f807-4d50-9ef7-c9f79e796446, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 14489190970235523478 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478144891909702355234781448919097023552347814489190970235523478" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, cebaa72b-d11a-4a98-b94d-91f38d9e7e7f, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, ae912a3a-f807-4d50-9ef7-c9f79e796446, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 2d6b3e5e-7fed-45e8-87c4-efa8e63ecf2a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, d04f23e3-a7ba-428b-a315-7304743a5b29, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 2d6b3e5e-7fed-45e8-87c4-efa8e63ecf2a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 16449453047700341104 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104164494530477003411041644945304770034110416449453047700341104" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, d04f23e3-a7ba-428b-a315-7304743a5b29, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 17278001167187687191 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "1727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191172780011671876871911727800116718768719117278001167187687191" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 2d6b3e5e-7fed-45e8-87c4-efa8e63ecf2a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, d04f23e3-a7ba-428b-a315-7304743a5b29, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:8397/4
---------------------------- Captured log teardown -----------------------------
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, c4fc5a31-3ad0-4efd-8c89-ff35097f71c1, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 07b892d2-402d-4545-aeb7-4b28c5cfdcc6, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 2399374712446214685 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "23993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685239937471244621468523993747124462146852399374712446214685" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
INFO     ya.test:ya.py:431 Test teardown
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, c4fc5a31-3ad0-4efd-8c89-ff35097f71c1, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 5280179853758693310 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "52801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310528017985375869331052801798537586933105280179853758693310" } } } 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:8397/4
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 07b892d2-402d-4545-aeb7-4b28c5cfdcc6, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c07e2b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408c07e2b0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408c07e2b0> is no longer active. Current active count 3.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, cadf9511-65d2-4970-ac3e-fb58563f956a, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, cadf9511-65d2-4970-ac3e-fb58563f956a, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=ODQ2ZWRmMjQtZWUxOWIwZWItNTgxODhlNGYtNTIwMWM0NTE=" operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, c4fc5a31-3ad0-4efd-8c89-ff35097f71c1, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" 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 0x7b408c07e2b0>
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, cadf9511-65d2-4970-ac3e-fb58563f956a, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, cadf9511-65d2-4970-ac3e-fb58563f956a, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408c10adf0>, reason: session-close
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, cadf9511-65d2-4970-ac3e-fb58563f956a, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408c10adf0> is no longer active. Current active count 2.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 0fb36f5b-06ec-4d99-997d-7c0ee4dd04ba, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 0fb36f5b-06ec-4d99-997d-7c0ee4dd04ba, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=Y2RkNTc5ODYtOTRiZjQ4M2EtYzU5ZTc2ZGUtNmRkZDg1MGI=" 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 0x7b408c10adf0>
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 37bbab97-77d0-432f-8f7f-40334782d1d8, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:379 RpcState(ExecuteDataQuery, 7c5ea4ba-062d-4775-90ab-85a1bad246d7, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 0fb36f5b-06ec-4d99-997d-7c0ee4dd04ba, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 37bbab97-77d0-432f-8f7f-40334782d1d8, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 9149964128936419721 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "91499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721914996412893641972191499641289364197219149964128936419721" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:63 RpcState(ExecuteDataQuery, 7c5ea4ba-062d-4775-90ab-85a1bad246d7, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" tx_control { begin_tx { serializable_read_write { } } commit_tx: true } query { yql_text: "declare $key as Uint64;\n declare $value as Utf8;\n upsert into db1 (key, value) values ($key, $value); \n" } parameters { key: "$key" value { type { type_id: UINT64 } value { uint64_value: 8708083896687264028 } } } parameters { key: "$value" value { type { type_id: UTF8 } value { text_value: "87080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028870808389668726402887080838966872640288708083896687264028" } } } query_cache_policy { keep_in_cache: true } operation_params { operation_timeout { seconds: 600 } cancel_after { seconds: 600 } } }
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 0fb36f5b-06ec-4d99-997d-7c0ee4dd04ba, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, 0fb36f5b-06ec-4d99-997d-7c0ee4dd04ba, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 37bbab97-77d0-432f-8f7f-40334782d1d8, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.connection:connection.py:52 RpcState(ExecuteDataQuery, 7c5ea4ba-062d-4775-90ab-85a1bad246d7, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS result { [type.googleapis.com/Ydb.Table.ExecuteQueryResult] { tx_meta { } query_meta { id: "ydb://preparedqueryid/4?id=4eb20571-90e4157c-8eafde28-29635b1e" parameters_types { key: "$key" value { type_id: UINT64 } } parameters_types { key: "$value" value { type_id: UTF8 } } } } } } }
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408c2175f0>, reason: session-close
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408c2175f0> is no longer active. Current active count 1.
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, cba2517c-8c25-4bbd-a840-d12b352d6934, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, cba2517c-8c25-4bbd-a840-d12b352d6934, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=OGRmMmM1OC1iYTk0NjA1Yy02MjQyYzZiMC1hZjNiMzFkYg==" 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 0x7b408c2175f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:177 Put on session <ydb.table.Session object at 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:145 Requested session destroy: <ydb.table.Session object at 0x7b408f07ef30>, reason: session-close
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, cba2517c-8c25-4bbd-a840-d12b352d6934, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:149 Session <ydb.table.Session object at 0x7b408f07ef30> is no longer active. Current active count 0.
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, cba2517c-8c25-4bbd-a840-d12b352d6934, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: SUCCESS } }
DEBUG    ydb.connection:connection.py:379 RpcState(DeleteSession, 9f5a7ac4-231d-42fd-977f-669bb11b5659, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:108 RpcState(DeleteSession, cba2517c-8c25-4bbd-a840-d12b352d6934, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.connection:connection.py:63 RpcState(DeleteSession, 9f5a7ac4-231d-42fd-977f-669bb11b5659, ghrun-djbupjqxve.auto.internal:7205): request = { session_id: "ydb://session/3?node_id=50002&id=NmYzOTViMDctMjMzMWQ4ZmYtYjdmYzZlN2EtYmYwMWMzNDU=" 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 0x7b408f07ef30>
DEBUG    ydb.table.SessionPool:_sp_impl.py:260 Active session queue is empty, subscribe waiter for a session
DEBUG    ydb.connection:connection.py:103 RpcState(DeleteSession, 9f5a7ac4-231d-42fd-977f-669bb11b5659, ghrun-djbupjqxve.auto.internal:7205): on response callback started
DEBUG    ydb.table.SessionPool:_sp_impl.py:262 Subscribe waiter <Future at 0x7b408b4d18f0 state=pending>
DEBUG    ydb.connection:connection.py:52 RpcState(DeleteSession, 9f5a7ac4-231d-42fd-977f-669bb11b5659, ghrun-djbupjqxve.auto.internal:7205): response = { operation { ready: true status: 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.connection:connection.py:108 RpcState(DeleteSession, 9f5a7ac4-231d-42fd-977f-669bb11b5659, ghrun-djbupjqxve.auto.internal:7205): on response callback success
DEBUG    ydb.table.SessionPool:_sp_impl.py:111 Created session <ydb.table.Session object at 0x7b408dd3d070>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408dd3d070>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, f4057008-5e71-449e-ae16-d3d3ee60ea95, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, f4057008-5e71-449e-ae16-d3d3ee60ea95, ghrun-djbupjqxve.auto.internal:7205): 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 0x7b408e4a0570 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 0x7b408e532630>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408e532630>
DEBUG    ydb.connection:connection.py:379 RpcState(CreateSession, a2992e5c-3c09-42c8-851b-8a891a9ffb2e, ghrun-djbupjqxve.auto.internal:7205): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(CreateSession, a2992e5c-3c09-42c8-851b-8a891a9ffb2e, ghrun-djbupjqxve.auto.internal:7205): request = { operation_params { operation_timeout { seconds: 3 } cancel_after { seconds: 3 } } }
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, f4057008-5e71-449e-ae16-d3d3ee60ea95, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, f4057008-5e71-449e-ae16-d3d3ee60ea95, ghrun-djbupjqxve.auto.internal:7205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:35:55.408527081+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, f4057008-5e71-449e-ae16-d3d3ee60ea95, ghrun-djbupjqxve.auto.internal:7205): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:7205
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:35:55.408527081+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.connection:connection.py:103 RpcState(CreateSession, a2992e5c-3c09-42c8-851b-8a891a9ffb2e, ghrun-djbupjqxve.auto.internal:7205): on response callback started
INFO     ydb.connection:connection.py:77 RpcState(CreateSession, a2992e5c-3c09-42c8-851b-8a891a9ffb2e, ghrun-djbupjqxve.auto.internal:7205): received error, <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:35:55.429891615+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.connection:connection.py:86 RpcState(CreateSession, a2992e5c-3c09-42c8-851b-8a891a9ffb2e, ghrun-djbupjqxve.auto.internal:7205): unhandled rpc error, disconnecting channel
INFO     ydb.connection:connection.py:502 Closing channel for endpoint ghrun-djbupjqxve.auto.internal:7205
ERROR    ydb.table.SessionPool:_sp_impl.py:208 Failed to create session. Put event to a delayed queue. Reason: Rpc error, reason <_MultiThreadedRendezvous of RPC that terminated with:
	status = StatusCode.RESOURCE_EXHAUSTED
	details = "Cannot create session: system shutdown requested."
	debug_error_string = "UNKNOWN:Error received from peer  {created_time:"2025-10-12T09:35:55.429891615+00:00", grpc_status:8, grpc_message:"Cannot create session: system shutdown requested."}"
>
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:185 Resolving endpoints for database /Root/test_simple_encryption_1
DEBUG    ydb.connection:connection.py:379 RpcState(ListEndpoints, 3168a25c-bf2f-454c-a918-398cd3e364a9, localhost:9886): creating call state
DEBUG    ydb.connection:connection.py:63 RpcState(ListEndpoints, 3168a25c-bf2f-454c-a918-398cd3e364a9, localhost:9886): request = { database: "/Root/test_simple_encryption_1" }
DEBUG    ydb.connection:connection.py:52 RpcState(ListEndpoints, 3168a25c-bf2f-454c-a918-398cd3e364a9, localhost:9886): 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:9886". Error details:
 message: "Database nodes resolve failed with no certain result" issue_code: 200400 severity: 1 (server_code: 400050)
INFO     ydb.connection:connection.py:502 Closing channel for endpoint localhost:9886
DEBUG    ydb.resolver.DiscoveryEndpointsResolver:resolver.py:175 Preparing initial endpoint to resolve endpoints
DEBUG    ydb.connection:connection.py:299 Channel options: [('grpc.max_receive_message_length', 64000000), ('grpc.max_send_message_length', 64000000), ('grpc.primary_user_agent', 'python-library'), ('grpc.lb_policy_name', 'round_robin'), ('grpc.keepalive_time_ms', 1250), ('grpc.keepalive_timeout_ms', 10000), ('grpc.http2.max_pings_without_data', 0), ('grpc.keepalive_permit_without_calls', 0)]
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408dd3d070>
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 0x7b408b4d18f0 state=pending>
DEBUG    ydb.table.SessionPool:_sp_impl.py:317 Unsubscribe on waiter <Future at 0x7b408e4a0570 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 0x7b408e493130 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 0x7b408c7045f0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c7045f0>
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 0x7b408f946af0 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 0x7b408c51b9b0>
DEBUG    ydb.table.SessionPool:_sp_impl.py:238 Preparing session <ydb.table.Session object at 0x7b408c51b9b0>
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 0x7b408e532630>
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:26181/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:25884/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7205/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:12809/2
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:8040/3
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:11644/5
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:7388/4
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:62638/6
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:9886/1
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:27707/7
INFO     ydb.tests.library.harness.kikimr_runner:kikimr_runner.py:264 Stopped node localhost:29646/8
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14358
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28525
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7121
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/63548
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8397
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11162
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17376
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6952
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21003
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7205
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16523
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7774
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29202
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/25884
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2719
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64862
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/20050
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/22640
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26181
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2765
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/3629
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19887
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29646
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/21658
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14744
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12263
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27707
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14385
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/28915
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/26344
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/62638
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/14393
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/64180
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/2680
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11644
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19770
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/19945
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30236
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/7388
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6019
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/27801
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17532
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/8040
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/61744
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/18930
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/29545
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12809
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13942
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/1658
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/5641
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/9886
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/30369
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/17285
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/12274
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/4535
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/11466
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/6450
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/13978
DEBUG    library.python.filelock:__init__.py:119 Ensuring FileLock released: /home/runner/.ya/build/port_sync_dir/16380
============================== slowest durations ===============================
244.08s call     test_encryption.py::TestEncryption::test_simple_encryption
49.07s setup    test_encryption.py::TestEncryption::test_simple_encryption
8.38s 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/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stdout
Stderr file name: 
/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff/test_encryption.py.TestEncryption.test_simple_encryption/cluster/slot_4/stderr
Stderr content:

GRpc memory quota was set but disabled due to issues with grpc quoter, to enable it use EnableGRpcMemoryQuota option
Current KQP shutdown state: spent 0 seconds, not started yet
GRpc shutdown warning: left infly: 1, spent: 3.267082 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 6.541496 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 9.780605 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 12.974246 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 16.174072 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 19.464455 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 22.645274 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 25.835894 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: left infly: 1, spent: 28.973273 sec. GRpcShutdownDeadline: 30
GRpc shutdown warning: failed to shutdown all connections, left infly: 1, spent: 30.006233 sec. GRpcShutdownDeadline: 30
warning: address range table at offset 0x10c0 has a premature terminator entry at offset 0x10d0

=================================================================
==1439847==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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034a79782 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034a79782 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034a79782 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034a79782 in __allocate_at_least<std::__y1::allocator<grpc_core::LockedMultiProducerSingleConsumerQueue> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x000034a79782 in __vallocate /-S/contrib/libs/cxxsupp/libcxx/include/vector:807:25
#6 0x000034a79782 in vector /-S/contrib/libs/cxxsupp/libcxx/include/vector:461:7
#7 0x000034a79782 in RealRequestMatcher /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:233:26
#8 0x000034a79782 in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:30
#9 0x000034a79782 in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#10 0x000034a883fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#11 0x00003b2e6837 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#12 0x00003b2d81b4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#13 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#14 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#15 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#16 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#17 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#18 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#19 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#20 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#21 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#22 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#23 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034a7969c in make_unique<grpc_core::Server::RealRequestMatcher, grpc_core::Server *> /-S/contrib/libs/cxxsupp/libcxx/include/__memory/unique_ptr.h:642:26
#2 0x000034a7969c in grpc_core::Server::Start() /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:710:21
#3 0x000034a883fe in grpc_server_start /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1715:37
#4 0x00003b2e6837 in grpc::Server::Start(grpc::ServerCompletionQueue**, unsigned long) /-S/contrib/libs/grpc/src/cpp/server/server_cc.cc:1214:3
#5 0x00003b2d81b4 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:445:11
#6 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#7 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#8 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#9 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#10 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#11 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#12 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#13 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#14 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#15 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#16 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001bfc0ab7 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x00001bfc0ab7 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x00001bfc0ab7 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x00001bfc0ab7 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x00001bfc0ab7 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x00001bfc0ab7 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x00001bfc0ab7 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x00001bfc0ab7 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x00001bfc0ab7 in TBasicString /-S/util/generic/string.h:491:18
#10 0x00001bfc0ab7 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#11 0x000034a7cffc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#12 0x000034a7cffc 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 0x000034a7cffc 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#16 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#17 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#18 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#19 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#20 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#21 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#22 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#23 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#24 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#25 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#26 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x00001bfc0a34 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x00001bfc0a34 in TBasicString /-S/util/generic/string.h:491:18
#3 0x00001bfc0a34 in TBasicString<char, std::__y1::char_traits<char>>::TBasicString(char const*) /-S/util/generic/string.h:482:11
#4 0x000034a7cffc in RegisteredMethod /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:145:9
#5 0x000034a7cffc 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 0x000034a7cffc 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#9 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#10 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#11 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#12 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#13 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#14 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#15 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#16 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#17 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#18 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#19 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034a7cfea 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 0x000034a7cfea 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 0x00003b2e472f 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 0x00003b2d7e21 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:409:18
#5 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#6 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#7 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#8 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#9 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#10 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#11 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#12 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#13 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#14 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#15 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000341fbc14 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000341fbc14 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000341fbc14 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000341fbc14 in __allocate_at_least<std::__y1::allocator<char> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000341fbc14 in __init /-S/contrib/libs/cxxsupp/libcxx/include/string:2374:25
#6 0x0000341fbc14 in basic_string /-S/contrib/libs/cxxsupp/libcxx/include/string:1091:5
#7 0x0000341fbc14 in TStdString<const char *&, unsigned long &> /-S/util/generic/string.h:81:11
#8 0x0000341fbc14 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:21
#9 0x0000341fbc14 in TBasicString /-S/util/generic/string.h:491:18
#10 0x0000341fbc14 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#11 0x0000341fbc14 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 0x0000341fa9e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#13 0x0000341fa9e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#14 0x000034200f00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#15 0x00003425d148 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 0x000034a87d36 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#17 0x00003b2e1a2b 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 0x00003b2d7892 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#19 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#20 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#21 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#22 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#23 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#24 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#25 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#26 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#27 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#28 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#29 0x00001f6fdaa6 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 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000341fbb72 in Construct<const char *&, unsigned long &> /-S/util/generic/string.h:212:17
#2 0x0000341fbb72 in TBasicString /-S/util/generic/string.h:491:18
#3 0x0000341fbb72 in TBasicString<std::__y1::char_traits<char> > /-S/util/generic/string.h:552:11
#4 0x0000341fbb72 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 0x0000341fa9e2 in Set /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:154:10
#6 0x0000341fa9e2 in grpc_core::ChannelArgs::Set(grpc_arg) const /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:107:14
#7 0x000034200f00 in grpc_core::ChannelArgsBuiltinPrecondition(grpc_channel_args const*) /-S/contrib/libs/grpc/src/core/lib/channel/channel_args.cc:597:23
#8 0x00003425d148 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 0x000034a87d36 in grpc_server_create /-S/contrib/libs/grpc/src/core/lib/surface/server.cc:1677:34
#10 0x00003b2e1a2b 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 0x00003b2d7892 in grpc::ServerBuilder::BuildAndStart() /-S/contrib/libs/grpc/src/cpp/server/server_builder.cc:365:44
#12 0x00003b2c7b09 in NYdbGrpc::TGRpcServer::Start() /-S/ydb/library/grpc/server/grpc_server.cpp:249:23
#13 0x000041e25169 in NKikimr::TGRpcServersManager::Start() /-S/ydb/core/driver_lib/run/run.cpp:274:21
#14 0x000041e241c0 in Bootstrap /-S/ydb/core/driver_lib/run/run.cpp:226:9
#15 0x000041e241c0 in NActors::TActorBootstrapped<NKikimr::TGRpcServersManager>::StateBootstrap(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor_bootstrapped.h:26:22
#16 0x0000221e017b in NActors::IActor::Receive(TAutoPtr<NActors::IEventHandle, TDelete>&) /-S/ydb/library/actors/core/actor.cpp:406:17
#17 0x000022297d91 in NActors::TExecutorThread::Execute(NActors::TMailbox*, bool) /-S/ydb/library/actors/core/executor_thread.cpp:268:28
#18 0x0000222a1984 in NActors::TExecutorThread::ProcessExecutorPool()::$_0::operator()(NActors::TMailbox*, bool) const /-S/ydb/library/actors/core/executor_thread.cpp:458:39
#19 0x0000222a0f3d in NActors::TExecutorThread::ProcessExecutorPool() /-S/ydb/library/actors/core/executor_thread.cpp:510:13
#20 0x0000222a2fae in NActors::TExecutorThread::ThreadProc() /-S/ydb/library/actors/core/executor_thread.cpp:536:9
#21 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#22 0x00001f6fdaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 256 byte(s) in 4 object(s) allocated from:
#0 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x000034adc300 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x000034adc300 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x000034adc300 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x000034adc300 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator_traits.h:281:16
#5 0x000034adc300 in __construct_node<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1818:21
#6 0x000034adc300 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 0x000042107ceb in __insert_multi<std::__y1::pair<grpc::string_ref, grpc::string_ref> > /-S/contrib/libs/cxxsupp/libcxx/include/__tree:1136:12
#8 0x000042107ceb in insert<std::__y1::pair<grpc::string_ref, grpc::string_ref>, 0> /-S/contrib/libs/cxxsupp/libcxx/include/map:1857:20
#9 0x000042107ceb in FillMap /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:94:12
#10 0x000042107ceb in map /-S/contrib/libs/grpc/include/grpcpp/impl/metadata_map.h:68:5
#11 0x000042107ceb in client_metadata /-S/contrib/libs/grpc/include/grpcpp/server_context.h:230:30
#12 0x000042107ceb 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 0x0000420f7a1d 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 0x0000420f9dc0 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 0x00003b2cfddc in PullEvents /-S/ydb/library/grpc/server/grpc_server.cpp:44:21
#16 0x00003b2cfddc in operator() /-S/ydb/library/grpc/server/grpc_server.cpp:266:13
#17 0x00003b2cfddc 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 0x00003b2cfddc 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 0x00003b2cfddc in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#20 0x00003b2cfddc 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 0x000021e6124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:431:12
#22 0x000021e6124e in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:990:10
#23 0x000021e6124e in (anonymous namespace)::TThreadFactoryFuncObj::DoExecute() /-S/util/thread/factory.cpp:61:13
#24 0x000021e617ac in Execute /-S/util/thread/factory.h:15:13
#25 0x000021e617ac in (anonymous namespace)::TSystemThreadFactory::TPoolThread::ThreadProc(void*) /-S/util/thread/factory.cpp:36:41
#26 0x00001fa601e4 in (anonymous namespace)::TPosixThread::ThreadProxy(void*) /-S/util/system/thread.cpp:245:20
#27 0x00001f6fdaa6 in asan_thread_start(void*) /-S/contrib/libs/clang20-rt/lib/asan/asan_interceptors.cpp:239:28

Indirect leak of 192 byte(s) in 1 object(s) allocated from:
#0 0x00001f739f8d in operator new(unsigned long) /-S/contrib/libs/clang20-rt/lib/asan/asan_new_delete.cpp:86:3
#1 0x0000278f2478 in __libcpp_operator_new<unsigned long> /-S/contrib/libs/cxxsupp/libcxx/include/new:271:10
#2 0x0000278f2478 in __libcpp_allocate /-S/contrib/libs/cxxsupp/libcxx/include/new:295:10
#3 0x0000278f2478 in allocate /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocator.h:103:32
#4 0x0000278f2478 in __allocate_at_least<std::__y1::allocator<double> > /-S/contrib/libs/cxxsupp/libcxx/include/__memory/allocate_at_least.h:41:19
#5 0x0000278f2478 in __split_buffer /-S/contrib/libs/cxxsupp/libcxx/include/__split_buffer:354:25
#6 0x0000278f2478 in __push_back_slow_path<double> /-S/contrib/libs/cxxsupp/libcxx/include/vector:1541:47
#7 0x0000278f2478 in push_back /-S/contrib/libs/cxxsupp/libcxx/include/vector:1569:13
#8 0x0000278f2478 in NMonitoring::TExplicitHistogramCollector::TExplicitHistogramCollector(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:21:21
#9 0x0000278f211f in THolder<NMonitoring::TExplicitHistogramCollector, TDelete> MakeHolder<NMonitoring::TExplicitHistogramCollector, TVector<double, std::__y1::allocator<double>>>(TVector<double, std::__y1::allocator<double>>&&) /-S/util/generic/ptr.h:386:27
#10 0x0000278f0f78 in NMonitoring::ExplicitHistogram(TVector<double, std::__y1::allocator<double>>) /-S/library/cpp/monlib/metrics/histogram_collector_explicit.cpp:68:16
#11 0x00003b38c35a in operator() /-S/ydb/core/grpc_services/counters/counters.cpp:355:22
#12 0x00003b38c35a in __invoke<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:149:25
#13 0x00003b38c35a in __call<(lambda at /-S/ydb/core/grpc_services/counters/counters.cpp:327:14) &> /-S/contrib/libs/cxxsupp/libcxx/include/__type_traits/invoke.h:224:5
#14 0x00003b38c35a in operator() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:169:12
#15 0x00003b38c35a in std::__y1::__function::__func<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0, std::__y1::allocator<NKikimr::NGRpcService::TYdbCounterBlock::TYdbCounterBlock(TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>> const&, char const*, char const*, bool, bool, TIntrusivePtr<NMonitoring::TDynamicCounters, TDefaultIntrusivePtrOps<NMonitoring::TDynamicCounters>>)::$_0>, void ()>::operator()() /-S/contrib/libs/cxxsupp/libcxx/include/__functional/function.h:314:10
#16 0x00001f7d181f in std::__y1::__call_once(unsigned long volatile&, void*, void (*)(void*)) /-S/contrib/libs/cxxsupp/libcxx/src/call_once.cpp:70:5
#17 0x00003b37a6ff in call_once<std::__y1::function<void ()> &> /-S/contrib/libs/cxxsupp/libcxx/include/__mutex/once_flag.h:147:5
======================== 1 failed in 307.17s (0:05:07) =========================

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/vx9u/0014f0/tmp', '--capture', 'no', '-c', 'pkg:library.python.pytest:pytest.yatest.ini', '-p', 'no:factor', '--doctest-modules', '--ya-trace', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/ytest.report.trace', '--build-root', '/home/runner/.ya/build/build_root/vx9u/0014f0', '--source-root', '/home/runner/.ya/build/build_root/vx9u/0014f0/environment/arcadia', '--output-dir', '/home/runner/.ya/build/build_root/vx9u/0014f0/ydb/tests/functional/encryption/test-results/py3test/testing_out_stuff', '--durations', '0', '--project-path', 'ydb/tests/functional/encryption', '--test-tool-bin', '/home/runner/.ya/tools/v4/9750504073/test_tool', '--ya-version', '2', '--collect-cores', '--sanitizer-extra-checks', '--build-type', 'release', '--tb', 'short', '--dep-root', 'ydb/tests/functional/encryption', '--flags', 'APPLE_SDK_LOCAL=yes', '--flags', 'CFLAGS=-fno-omit-frame-pointer -Wno-unknown-argument', '--flags', 'DEBUGINFO_LINES_ONLY=yes', '--flags', 'DISABLE_FLAKE8_MIGRATIONS=yes', '--flags', 'OPENSOURCE=yes', '--flags', 'SANITIZER_TYPE=address', '--flags', 'TESTS_REQUESTED=yes', '--flags', 'USE_AIO=static', '--flags', 'USE_CLANG_CL=yes', '--flags', 'USE_EAT_MY_DATA=yes', '--flags', 'USE_ICONV=static', '--flags', 'USE_IDN=static', '--flags', 'USE_PREBUILT_TOOLS=no', '--sanitize', 'address']' stopped by 600 seconds timeout

During handling of the above exception, another exception occurred:

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